2018-04-15 00:43:53,270 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-13 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-15 00:43:53,274 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=R4fmdqYBqmrR22KGgnwcfray3 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-15 00:43:53,274 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-15 00:43:53,276 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-04-15 00:43:53,277 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-15 00:43:53,277 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-15 00:43:56,785 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-15 00:44:07,873 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 11.077s OK 2018-04-15 00:44:08,004 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-15 00:44:08,005 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-15 00:44:08,008 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-15 00:44:09,430 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-15 00:56:02,978 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 713.495s OK 2018-04-15 00:56:03,095 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-15 00:56:03,095 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 11:53 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-15 00:56:03,099 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-15 00:56:03,776 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-15 00:57:04,302 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 60.525s OK 2018-04-15 00:57:04,428 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-15 00:57:04,428 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:01 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-15 00:57:04,432 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 11:53 | PASS | | snaps_health_check | functest | healthcheck | 01:01 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-15 00:57:04,435 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-15 00:57:36,436 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-13 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-15 00:57:36,438 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=R4fmdqYBqmrR22KGgnwcfray3 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-15 00:57:36,438 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-15 00:57:36,439 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-04-15 00:57:36,440 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-15 00:57:36,440 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-15 00:57:37,329 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-15 00:57:37,329 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-15 00:57:37,747 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-15 00:57:37,747 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-15 00:57:38,124 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-15 00:57:38,124 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-15 00:57:38' 2018-04-15 00:57:38,124 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--08a51ae8-20ab-43d3-b0e1-e51fcbebc644' 2018-04-15 00:57:40,696 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-08a51ae8-20ab-43d3-b0e1-e51fcbebc644' 2018-04-15 00:57:44,067 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-08a51ae8-20ab-43d3-b0e1-e51fcbebc644' 2018-04-15 00:57:50,327 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-08a51ae8-20ab-43d3-b0e1-e51fcbebc644' 2018-04-15 00:57:51,169 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-08a51ae8-20ab-43d3-b0e1-e51fcbebc644' 2018-04-15 00:57:51,864 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-08a51ae8-20ab-43d3-b0e1-e51fcbebc644' 2018-04-15 00:57:56,046 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-08a51ae8-20ab-43d3-b0e1-e51fcbebc644' 2018-04-15 00:57:58,550 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-08a51ae8-20ab-43d3-b0e1-e51fcbebc644' 2018-04-15 00:58:22,504 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-15 00:58:24,886 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-15 00:58:25,034 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-15 00:58:36,223 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-15 00:58:54,948 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-15 00:58:54,948 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-15 00:58:55,434 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-15 00:58:55,435 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:58 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-15 00:58:55,439 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-15 00:58:55,544 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-15 00:58:55,544 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-15 00:58:55' 2018-04-15 00:58:55,545 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--e5edae0e-71ac-488e-a703-fe524e7c737c' 2018-04-15 00:58:58,369 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-e5edae0e-71ac-488e-a703-fe524e7c737c' 2018-04-15 00:59:01,234 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-e5edae0e-71ac-488e-a703-fe524e7c737c' 2018-04-15 00:59:07,177 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-e5edae0e-71ac-488e-a703-fe524e7c737c' 2018-04-15 00:59:07,742 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-e5edae0e-71ac-488e-a703-fe524e7c737c' 2018-04-15 00:59:13,028 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-e5edae0e-71ac-488e-a703-fe524e7c737c' 2018-04-15 00:59:17,469 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-15 00:59:33,295 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-15 00:59:35,585 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.3. Waiting for response... 2018-04-15 00:59:37,945 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-15 01:00:16,133 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-15 01:00:16,133 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:42 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-15 01:00:16,138 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-15 01:00:16,276 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-15 01:00:22,528 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-15 01:00:22.216 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c8c403ec-0ed8-4ec1-8698-bdbe1fba7219) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c8c403ec-0ed8-4ec1-8698-bdbe1fba7219 | 2018-04-15T01:00:22 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c8c403ec-0ed8-4ec1-8698-bdbe1fba7219 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-15 01:00:25,740 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-15 01:00:25,740 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-15 01:00:32,415 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-15 01:00:30.126 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-15 01:00:30.272 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-15 01:00:32.248 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=afa595dc-af1c-4148-8457-687d54bdf301) has been successfully created! Using verifier 'opnfv-tempest' (UUID=afa595dc-af1c-4148-8457-687d54bdf301) as the default verifier for the future CLI operations. 2018-04-15 01:00:35,367 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-15 01:00:38,704 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-15 01:00:44,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-15 01:00:49,997 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-15 01:00:49.156 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=afa595dc-af1c-4148-8457-687d54bdf301) for deployment 'opnfv-rally' (UUID=c8c403ec-0ed8-4ec1-8698-bdbe1fba7219). 2018-04-15 01:00:49.829 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=afa595dc-af1c-4148-8457-687d54bdf301) has been successfully configured for deployment 'opnfv-rally' (UUID=c8c403ec-0ed8-4ec1-8698-bdbe1fba7219)! 2018-04-15 01:00:49,997 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-15 01:00:49,997 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-15 01:00:50,000 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-15 01:00:50,011 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-15 01:00:53,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-afa595dc-af1c-4148-8457-687d54bdf301/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-15 01:00:53,427 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-15 01:00:53,440 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-15 01:00:53,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-15 01:00:55,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:00:55.600 55 INFO rally.api [-] Starting verification (UUID=c62aa394-cb0c-413b-8098-e753793c0503) for deployment 'opnfv-rally' (UUID=c8c403ec-0ed8-4ec1-8698-bdbe1fba7219) by verifier 'opnfv-tempest' (UUID=afa595dc-af1c-4148-8457-687d54bdf301). 2018-04-15 01:00:55,601 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c62aa394-cb0c-413b-8098-e753793c0503 2018-04-15 01:01:02,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:01:02.278 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.174s] 2018-04-15 01:01:02,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:01:02.348 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.070s] 2018-04-15 01:01:08,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:01:08.523 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.683s] 2018-04-15 01:01:09,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:01:09.946 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.422s] 2018-04-15 01:01:20,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:01:20.818 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [4.102s] 2018-04-15 01:01:37,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:01:37.096 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.369s] 2018-04-15 01:02:15,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:02:15.400 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.064s] 2018-04-15 01:02:15,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:02:15.402 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-15 01:02:45,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:02:45.484 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.065s] 2018-04-15 01:02:45,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:02:45.486 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-15 01:03:19,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:03:19.950 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-04-15 01:03:19,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:03:19.952 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-15 01:04:08,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:04:08.705 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [19.193s] 2018-04-15 01:04:29,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:04:29.632 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-04-15 01:04:29,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:04:29.728 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.096s] 2018-04-15 01:04:40,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:04:40.188 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.895s] 2018-04-15 01:04:40,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:04:40.198 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-15 01:04:41,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:04:41.472 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-15 01:04:41,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:04:41.473 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-15 01:04:45,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:04:45.437 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.376s] 2018-04-15 01:04:52,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:04:52.453 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.073s] 2018-04-15 01:04:58,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:04:58.414 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.665s] 2018-04-15 01:05:05,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:05:05.729 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.493s] 2018-04-15 01:05:16,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:05:16.123 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [4.143s] 2018-04-15 01:05:22,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:05:22.631 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.379s] 2018-04-15 01:05:28,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:05:28.849 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.229s] 2018-04-15 01:05:36,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:05:36.057 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.463s] 2018-04-15 01:05:44,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:05:44.246 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.778s] 2018-04-15 01:05:52,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:05:52.582 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.593s] 2018-04-15 01:05:54,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:05:54.432 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-15 01:05:57,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:05:57.105 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.073s] 2018-04-15 01:05:57,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:05:57.178 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.073s] 2018-04-15 01:05:57,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:05:57.250 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-04-15 01:05:57,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:05:57.257 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-04-15 01:06:01,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:06:01.301 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.011s] 2018-04-15 01:06:03,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:06:03.645 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.343s] 2018-04-15 01:06:06,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:06:06.130 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.485s] 2018-04-15 01:06:15,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:06:15.461 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-04-15 01:06:22,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:06:22.180 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.839s] 2018-04-15 01:06:34,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:06:34.961 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.322s] 2018-04-15 01:06:38,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:06:38.646 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.685s] 2018-04-15 01:06:50,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:06:50.378 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.409s] 2018-04-15 01:06:53,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:06:53.433 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.054s] 2018-04-15 01:06:59,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:06:59.944 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.510s] 2018-04-15 01:07:08,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:07:08.796 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.134s] 2018-04-15 01:07:12,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:07:12.004 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.207s] 2018-04-15 01:07:16,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:07:16.382 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.377s] 2018-04-15 01:07:31,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:07:31.272 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.198s] 2018-04-15 01:07:31,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:07:31.734 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.462s] 2018-04-15 01:07:31,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:07:31.839 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.104s] 2018-04-15 01:07:31,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:07:31.889 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.049s] 2018-04-15 01:07:31,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:07:31.985 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.095s] 2018-04-15 01:07:32,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:07:32.045 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.060s] 2018-04-15 01:07:43,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:07:43.555 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.582s] 2018-04-15 01:07:43,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:07:43.708 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.154s] 2018-04-15 01:07:43,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:07:43.951 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.242s] 2018-04-15 01:07:44,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:07:44.002 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.051s] 2018-04-15 01:07:44,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:07:44.095 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.092s] 2018-04-15 01:07:44,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:07:44.144 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.049s] 2018-04-15 01:07:55,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:07:55.845 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.803s] 2018-04-15 01:07:59,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:07:59.974 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.129s] 2018-04-15 01:08:01,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:08:01.796 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.820s] 2018-04-15 01:08:01,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:08:01.850 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.054s] 2018-04-15 01:08:01,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:08:01.912 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.061s] 2018-04-15 01:08:13,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:08:13.262 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.710s] 2018-04-15 01:08:19,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:08:19.438 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.175s] 2018-04-15 01:08:21,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:08:21.704 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.265s] 2018-04-15 01:08:21,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:08:21.759 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.055s] 2018-04-15 01:08:21,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:08:21.821 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.061s] 2018-04-15 01:08:35,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:08:35.590 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [8.606s] 2018-04-15 01:08:40,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:08:40.993 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.402s] 2018-04-15 01:08:45,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:08:45.920 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.926s] 2018-04-15 01:08:49,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:08:49.276 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.356s] 2018-04-15 01:09:09,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:09.258 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.846s] 2018-04-15 01:09:15,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:15.114 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.856s] 2018-04-15 01:09:20,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:20.802 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.687s] 2018-04-15 01:09:23,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:23.475 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.672s] 2018-04-15 01:09:36,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:36.049 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.366s] 2018-04-15 01:09:38,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:38.484 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.432s] 2018-04-15 01:09:38,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:38.679 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.198s] 2018-04-15 01:09:42,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:42.527 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.998s] 2018-04-15 01:09:45,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:45.193 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.663s] 2018-04-15 01:09:45,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:45.233 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.042s] 2018-04-15 01:09:50,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:50.494 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.379s] 2018-04-15 01:09:53,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:53.651 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-15 01:09:54,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:54.765 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-15 01:09:54,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:54.767 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-15 01:09:54,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:54.770 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-15 01:09:54,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:54.771 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-15 01:09:54,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:54.772 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-15 01:09:56,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:09:56.903 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-04-15 01:10:15,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:10:15.025 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [13.175s] 2018-04-15 01:10:28,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:10:28.817 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.898s] 2018-04-15 01:10:41,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:10:41.694 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.873s] 2018-04-15 01:10:52,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:10:52.173 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-04-15 01:12:07,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:12:07.155 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [69.013s] 2018-04-15 01:12:48,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:12:48.162 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [30.893s] 2018-04-15 01:13:35,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:13:35.702 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [28.263s] 2018-04-15 01:13:49,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c62aa394-cb0c-413b-8098-e753793c0503']'. 2018-04-15 01:13:50,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-15 01:13:50,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-15 01:13:50,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-15 01:13:50,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c62aa394-cb0c-413b-8098-e753793c0503 | 2018-04-15 01:13:50,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-15 01:13:50,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-15 01:00:55 | 2018-04-15 01:13:50,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-15 01:13:48 | 2018-04-15 01:13:50,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:12:53 | 2018-04-15 01:13:50,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-15 01:13:50,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-15 01:13:50,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-15 01:13:50,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: afa595dc-af1c-4148-8457-687d54bdf301) | 2018-04-15 01:13:50,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-15 01:13:50,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c8c403ec-0ed8-4ec1-8698-bdbe1fba7219) | 2018-04-15 01:13:50,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-15 01:13:50,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 755.788 | 2018-04-15 01:13:50,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-15 01:13:50,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-15 01:13:50,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-15 01:13:50,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-15 01:13:50,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-15 01:13:50,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-15 01:13:50,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-15 01:13:50,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-15 01:13:57,865 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-15 01:13:57,865 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 13:22 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-15 01:13:57,870 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-15 01:13:58,000 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-15 01:13:58,436 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-15 01:13:58,436 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-15 01:13:58,810 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-15 01:14:01,529 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-15 01:14:01.073 115 INFO rally.deployment.engine [-] Deployment c8c403ec-0ed8-4ec1-8698-bdbe1fba7219 | Starting: Destroy cloud and free allocated resources. 2018-04-15 01:14:01.169 115 INFO rally.deployment.engine [-] Deployment c8c403ec-0ed8-4ec1-8698-bdbe1fba7219 | Completed: Destroy cloud and free allocated resources. 2018-04-15 01:14:01.200 115 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=afa595dc-af1c-4148-8457-687d54bdf301) for deployment 'opnfv-rally'. 2018-04-15 01:14:01.215 115 INFO rally.api [-] Deleting verification (UUID=c62aa394-cb0c-413b-8098-e753793c0503). 2018-04-15 01:14:01.254 115 INFO rally.api [-] Verification has been successfully deleted! 2018-04-15 01:14:01.254 115 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=afa595dc-af1c-4148-8457-687d54bdf301). 2018-04-15 01:14:01.266 115 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-15 01:14:03,890 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-15 01:14:03.612 118 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d5ece17f-ffb7-4966-acb8-c47c9d63df56) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d5ece17f-ffb7-4966-acb8-c47c9d63df56 | 2018-04-15T01:14:03 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d5ece17f-ffb7-4966-acb8-c47c9d63df56 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-15 01:14:07,364 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-15 01:14:07,364 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-15 01:14:08,693 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-f20cbe26-f860-428a-aef4-6878d3b9fb13'... 2018-04-15 01:14:11,391 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-f20cbe26-f860-428a-aef4-6878d3b9fb13'... 2018-04-15 01:14:13,141 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-f20cbe26-f860-428a-aef4-6878d3b9fb13'... 2018-04-15 01:14:19,024 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-f20cbe26-f860-428a-aef4-6878d3b9fb13'... 2018-04-15 01:14:20,426 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-f20cbe26-f860-428a-aef4-6878d3b9fb13'... 2018-04-15 01:14:21,119 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-15 01:14:21,120 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-15 01:14:21,121 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-15 01:14:21,139 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-15 01:14:21,149 - 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': '16d72652-f2db-4a5e-87bc-a433eb9425b5', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'flavor_name': 'rally-tiny-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-15 01:15:23,192 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3fdcbdc2-8e68-48d0-9938-24543c89c1e7 2018-04-15 01:15:23,193 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-15 01:15:23,193 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '3fdcbdc2-8e68-48d0-9938-24543c89c1e7'] 2018-04-15 01:15:24,187 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 3fdcbdc2-8e68-48d0-9938-24543c89c1e7: 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 3fdcbdc2-8e68-48d0-9938-24543c89c1e7 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.453 | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 100.0% | 1 | | total | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 100.0% | 1 | | -> duration | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.453489 Full duration: 8.089914 -------------------------------------------------------------------------------- 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 3fdcbdc2-8e68-48d0-9938-24543c89c1e7 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.308 | 0.308 | 0.308 | 0.308 | 0.308 | 0.308 | 100.0% | 1 | | total | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> duration | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.736553 Full duration: 6.726143 -------------------------------------------------------------------------------- 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 3fdcbdc2-8e68-48d0-9938-24543c89c1e7 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.236 | 0.236 | 0.236 | 0.236 | 0.236 | 0.236 | 100.0% | 1 | | total | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | -> duration | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.640077 Full duration: 7.748558 -------------------------------------------------------------------------------- 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 3fdcbdc2-8e68-48d0-9938-24543c89c1e7 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.323 | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 100.0% | 1 | | total | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> duration | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.733155 Full duration: 7.572299 -------------------------------------------------------------------------------- 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 3fdcbdc2-8e68-48d0-9938-24543c89c1e7 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.367 | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 100.0% | 1 | | total | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> duration | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.772258 Full duration: 7.565144 -------------------------------------------------------------------------------- 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 3fdcbdc2-8e68-48d0-9938-24543c89c1e7 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.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 100.0% | 1 | | total | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | -> duration | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.648722 Full duration: 7.64154 HINTS: * To plot HTML graphics with this data, run: rally task report 3fdcbdc2-8e68-48d0-9938-24543c89c1e7 --out output.html * To generate a JUnit report, run: rally task export 3fdcbdc2-8e68-48d0-9938-24543c89c1e7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3fdcbdc2-8e68-48d0-9938-24543c89c1e7 --json --out output.json 2018-04-15 01:15:24,188 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3fdcbdc2-8e68-48d0-9938-24543c89c1e7'] 2018-04-15 01:15:25,264 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-15 01:15:25,265 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3fdcbdc2-8e68-48d0-9938-24543c89c1e7', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-15 01:15:25,273 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-15 01:15:25,273 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-15 01:15:25,273 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-15 01:15:25,273 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-15 01:15:25,290 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-15 01:15:25,298 - 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': '16d72652-f2db-4a5e-87bc-a433eb9425b5', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'flavor_name': 'rally-tiny-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-15 01:17:06,454 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 17bb5f2e-fcae-48b3-b5af-19e889a6dcce 2018-04-15 01:17:06,454 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '17bb5f2e-fcae-48b3-b5af-19e889a6dcce'] 2018-04-15 01:17:07,529 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 17bb5f2e-fcae-48b3-b5af-19e889a6dcce: 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 17bb5f2e-fcae-48b3-b5af-19e889a6dcce 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 | 6.084 | 6.084 | 6.084 | 6.084 | 6.084 | 6.084 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 3.776 | 3.776 | 3.776 | 3.776 | 3.776 | 3.776 | 100.0% | 1 | | glance_v2.delete_image | 1.495 | 1.495 | 1.495 | 1.495 | 1.495 | 1.495 | 100.0% | 1 | | total | 7.579 | 7.579 | 7.579 | 7.579 | 7.579 | 7.579 | 100.0% | 1 | | -> duration | 7.579 | 7.579 | 7.579 | 7.579 | 7.579 | 7.579 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.579185 Full duration: 16.829318 -------------------------------------------------------------------------------- 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 17bb5f2e-fcae-48b3-b5af-19e889a6dcce has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 5.366 | 5.366 | 5.366 | 5.366 | 5.366 | 5.366 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 100.0% | 1 | | -> glance_v2.upload_data | 3.015 | 3.015 | 3.015 | 3.015 | 3.015 | 3.015 | 100.0% | 1 | | glance_v2.list_images | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 100.0% | 1 | | total | 5.399 | 5.399 | 5.399 | 5.399 | 5.399 | 5.399 | 100.0% | 1 | | -> duration | 5.399 | 5.399 | 5.399 | 5.399 | 5.399 | 5.399 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.39863 Full duration: 19.068369 -------------------------------------------------------------------------------- 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 17bb5f2e-fcae-48b3-b5af-19e889a6dcce 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.196 | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 100.0% | 1 | | total | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 100.0% | 1 | | -> duration | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.19632 Full duration: 8.45795 -------------------------------------------------------------------------------- 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-f20cbe26-f860-428a-aef4-6878d3b9fb13" }, "number_instances": 2, "nics": [ { "net-id": "16d72652-f2db-4a5e-87bc-a433eb9425b5" } ] }, "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 17bb5f2e-fcae-48b3-b5af-19e889a6dcce 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.83 | 3.83 | 3.83 | 3.83 | 3.83 | 3.83 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 100.0% | 1 | | nova.boot_servers | 15.668 | 15.668 | 15.668 | 15.668 | 15.668 | 15.668 | 100.0% | 1 | | total | 19.498 | 19.498 | 19.498 | 19.498 | 19.498 | 19.498 | 100.0% | 1 | | -> duration | 18.498 | 18.498 | 18.498 | 18.498 | 18.498 | 18.498 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.498345 Full duration: 40.185175 HINTS: * To plot HTML graphics with this data, run: rally task report 17bb5f2e-fcae-48b3-b5af-19e889a6dcce --out output.html * To generate a JUnit report, run: rally task export 17bb5f2e-fcae-48b3-b5af-19e889a6dcce --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 17bb5f2e-fcae-48b3-b5af-19e889a6dcce --json --out output.json 2018-04-15 01:17:07,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '17bb5f2e-fcae-48b3-b5af-19e889a6dcce'] 2018-04-15 01:17:08,554 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-15 01:17:08,554 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '17bb5f2e-fcae-48b3-b5af-19e889a6dcce', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-15 01:17:08,561 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-15 01:17:08,562 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-15 01:17:08,562 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-15 01:17:08,562 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-15 01:17:08,579 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-15 01:17:08,589 - 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': '16d72652-f2db-4a5e-87bc-a433eb9425b5', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'flavor_name': 'rally-tiny-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-15 01:20:27,349 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0310952e-76de-4e6c-8be3-8c8d1b9036d2 2018-04-15 01:20:27,349 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0310952e-76de-4e6c-8be3-8c8d1b9036d2'] 2018-04-15 01:20:28,388 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0310952e-76de-4e6c-8be3-8c8d1b9036d2: 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 0310952e-76de-4e6c-8be3-8c8d1b9036d2 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.107 | 3.107 | 3.107 | 3.107 | 3.107 | 3.107 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.665 | 2.665 | 2.665 | 2.665 | 2.665 | 2.665 | 100.0% | 1 | | total | 5.772 | 5.772 | 5.772 | 5.772 | 5.772 | 5.772 | 100.0% | 1 | | -> duration | 5.772 | 5.772 | 5.772 | 5.772 | 5.772 | 5.772 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.772179 Full duration: 24.015355 -------------------------------------------------------------------------------- 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 0310952e-76de-4e6c-8be3-8c8d1b9036d2 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.136 | 3.136 | 3.136 | 3.136 | 3.136 | 3.136 | 100.0% | 1 | | cinder_v2.delete_volume | 2.688 | 2.688 | 2.688 | 2.688 | 2.688 | 2.688 | 100.0% | 1 | | total | 5.824 | 5.824 | 5.824 | 5.824 | 5.824 | 5.824 | 100.0% | 1 | | -> duration | 5.824 | 5.824 | 5.824 | 5.824 | 5.824 | 5.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.824328 Full duration: 16.230722 -------------------------------------------------------------------------------- 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-f20cbe26-f860-428a-aef4-6878d3b9fb13" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 0310952e-76de-4e6c-8be3-8c8d1b9036d2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.404 | 8.404 | 8.404 | 8.404 | 8.404 | 8.404 | 100.0% | 1 | | cinder_v2.delete_volume | 4.52 | 4.52 | 4.52 | 4.52 | 4.52 | 4.52 | 100.0% | 1 | | total | 12.925 | 12.925 | 12.925 | 12.925 | 12.925 | 12.925 | 100.0% | 1 | | -> duration | 12.925 | 12.925 | 12.925 | 12.925 | 12.925 | 12.925 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.924509 Full duration: 23.796494 -------------------------------------------------------------------------------- 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 0310952e-76de-4e6c-8be3-8c8d1b9036d2 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.08 | 3.08 | 3.08 | 3.08 | 3.08 | 3.08 | 100.0% | 1 | | cinder_v2.delete_volume | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 100.0% | 1 | | total | 5.566 | 5.566 | 5.566 | 5.566 | 5.566 | 5.566 | 100.0% | 1 | | -> duration | 5.566 | 5.566 | 5.566 | 5.566 | 5.566 | 5.566 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.565915 Full duration: 15.495119 -------------------------------------------------------------------------------- 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 0310952e-76de-4e6c-8be3-8c8d1b9036d2 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.087 | 3.087 | 3.087 | 3.087 | 3.087 | 3.087 | 100.0% | 1 | | cinder_v2.extend_volume | 2.605 | 2.605 | 2.605 | 2.605 | 2.605 | 2.605 | 100.0% | 1 | | cinder_v2.delete_volume | 2.301 | 2.301 | 2.301 | 2.301 | 2.301 | 2.301 | 100.0% | 1 | | total | 7.993 | 7.993 | 7.993 | 7.993 | 7.993 | 7.993 | 100.0% | 1 | | -> duration | 7.993 | 7.993 | 7.993 | 7.993 | 7.993 | 7.993 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.993194 Full duration: 18.968266 -------------------------------------------------------------------------------- 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 0310952e-76de-4e6c-8be3-8c8d1b9036d2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.878 | 5.878 | 5.878 | 5.878 | 5.878 | 5.878 | 100.0% | 1 | | cinder_v2.delete_volume | 4.478 | 4.478 | 4.478 | 4.478 | 4.478 | 4.478 | 100.0% | 1 | | total | 10.356 | 10.356 | 10.356 | 10.356 | 10.356 | 10.356 | 100.0% | 1 | | -> duration | 10.356 | 10.356 | 10.356 | 10.356 | 10.356 | 10.356 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.356361 Full duration: 27.288783 -------------------------------------------------------------------------------- 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 0310952e-76de-4e6c-8be3-8c8d1b9036d2 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.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | cinder_v2.list_qos | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 1.095 | 1.095 | 1.095 | 1.095 | 1.095 | 1.095 | 100.0% | 1 | | -> duration | 1.095 | 1.095 | 1.095 | 1.095 | 1.095 | 1.095 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.094836 Full duration: 11.608961 -------------------------------------------------------------------------------- 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 0310952e-76de-4e6c-8be3-8c8d1b9036d2 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.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | cinder_v2.set_qos | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> duration | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.76735 Full duration: 12.743119 -------------------------------------------------------------------------------- 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 0310952e-76de-4e6c-8be3-8c8d1b9036d2 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.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | cinder_v2.list_types | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> duration | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.761383 Full duration: 11.753734 -------------------------------------------------------------------------------- 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 0310952e-76de-4e6c-8be3-8c8d1b9036d2 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.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> duration | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.832388 Full duration: 11.972562 HINTS: * To plot HTML graphics with this data, run: rally task report 0310952e-76de-4e6c-8be3-8c8d1b9036d2 --out output.html * To generate a JUnit report, run: rally task export 0310952e-76de-4e6c-8be3-8c8d1b9036d2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0310952e-76de-4e6c-8be3-8c8d1b9036d2 --json --out output.json 2018-04-15 01:20:28,389 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0310952e-76de-4e6c-8be3-8c8d1b9036d2'] 2018-04-15 01:20:29,393 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-15 01:20:29,393 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0310952e-76de-4e6c-8be3-8c8d1b9036d2', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-15 01:20:29,401 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-15 01:20:29,401 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-15 01:20:29,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-heat.yaml 2018-04-15 01:20:29,402 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-15 01:20:29,419 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-15 01:20:29,431 - 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': '16d72652-f2db-4a5e-87bc-a433eb9425b5', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'flavor_name': 'rally-tiny-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-15 01:21:53,736 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b64269eb-bcf5-462a-aa7f-40c6f4a89075 2018-04-15 01:21:53,737 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b64269eb-bcf5-462a-aa7f-40c6f4a89075'] 2018-04-15 01:21:54,731 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b64269eb-bcf5-462a-aa7f-40c6f4a89075: 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 b64269eb-bcf5-462a-aa7f-40c6f4a89075 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.58 | 4.58 | 4.58 | 4.58 | 4.58 | 4.58 | 100.0% | 1 | | heat.update_stack | 3.934 | 3.934 | 3.934 | 3.934 | 3.934 | 3.934 | 100.0% | 1 | | heat.delete_stack | 2.455 | 2.455 | 2.455 | 2.455 | 2.455 | 2.455 | 100.0% | 1 | | total | 10.969 | 10.969 | 10.969 | 10.969 | 10.969 | 10.969 | 100.0% | 1 | | -> duration | 6.969 | 6.969 | 6.969 | 6.969 | 6.969 | 6.969 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.96903 Full duration: 20.59699 -------------------------------------------------------------------------------- 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 b64269eb-bcf5-462a-aa7f-40c6f4a89075 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.294 | 5.294 | 5.294 | 5.294 | 5.294 | 5.294 | 100.0% | 1 | | heat.check_stack | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | heat.delete_stack | 2.355 | 2.355 | 2.355 | 2.355 | 2.355 | 2.355 | 100.0% | 1 | | total | 8.526 | 8.526 | 8.526 | 8.526 | 8.526 | 8.526 | 100.0% | 1 | | -> duration | 6.526 | 6.526 | 6.526 | 6.526 | 6.526 | 6.526 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.526127 Full duration: 18.475513 -------------------------------------------------------------------------------- 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 b64269eb-bcf5-462a-aa7f-40c6f4a89075 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.4 | 4.4 | 4.4 | 4.4 | 4.4 | 4.4 | 100.0% | 1 | | heat.suspend_stack | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | heat.resume_stack | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 100.0% | 1 | | heat.delete_stack | 1.406 | 1.406 | 1.406 | 1.406 | 1.406 | 1.406 | 100.0% | 1 | | total | 8.186 | 8.186 | 8.186 | 8.186 | 8.186 | 8.186 | 100.0% | 1 | | -> duration | 6.186 | 6.186 | 6.186 | 6.186 | 6.186 | 6.186 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.185623 Full duration: 17.80721 -------------------------------------------------------------------------------- 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 b64269eb-bcf5-462a-aa7f-40c6f4a89075 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.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | total | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | -> duration | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.562299 Full duration: 8.717213 HINTS: * To plot HTML graphics with this data, run: rally task report b64269eb-bcf5-462a-aa7f-40c6f4a89075 --out output.html * To generate a JUnit report, run: rally task export b64269eb-bcf5-462a-aa7f-40c6f4a89075 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b64269eb-bcf5-462a-aa7f-40c6f4a89075 --json --out output.json 2018-04-15 01:21:54,732 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b64269eb-bcf5-462a-aa7f-40c6f4a89075'] 2018-04-15 01:21:55,712 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-15 01:21:55,712 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b64269eb-bcf5-462a-aa7f-40c6f4a89075', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-15 01:21:55,720 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-15 01:21:55,720 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-15 01:21:55,721 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-15 01:21:55,721 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-15 01:21:55,738 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-15 01:21:55,749 - 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': '16d72652-f2db-4a5e-87bc-a433eb9425b5', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'flavor_name': 'rally-tiny-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-15 01:25:09,433 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 33e601a2-2c8b-46cd-ab3b-1bb8765c9af1 2018-04-15 01:25:09,434 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '33e601a2-2c8b-46cd-ab3b-1bb8765c9af1'] 2018-04-15 01:25:10,478 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 33e601a2-2c8b-46cd-ab3b-1bb8765c9af1: 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 33e601a2-2c8b-46cd-ab3b-1bb8765c9af1 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.872 | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 100.0% | 1 | | keystone_v3.add_role | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | keystone_v3.revoke_role | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 100.0% | 1 | | -> duration | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.12428 Full duration: 13.925823 -------------------------------------------------------------------------------- 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 33e601a2-2c8b-46cd-ab3b-1bb8765c9af1 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.486 | 0.486 | 0.486 | 0.486 | 0.486 | 0.486 | 100.0% | 1 | | keystone_v3.add_role | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | keystone_v3.list_roles | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 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.70689 Full duration: 13.713892 -------------------------------------------------------------------------------- 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 33e601a2-2c8b-46cd-ab3b-1bb8765c9af1 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.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | keystone_v3.list_projects | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.925 | 0.925 | 0.925 | 0.925 | 0.925 | 0.925 | 100.0% | 1 | | -> duration | 0.925 | 0.925 | 0.925 | 0.925 | 0.925 | 0.925 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.924785 Full duration: 14.684024 -------------------------------------------------------------------------------- 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 33e601a2-2c8b-46cd-ab3b-1bb8765c9af1 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.461 | 0.461 | 0.461 | 0.461 | 0.461 | 0.461 | 100.0% | 1 | | keystone_v3.delete_role | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 100.0% | 1 | | -> duration | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.551597 Full duration: 12.715334 -------------------------------------------------------------------------------- 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 33e601a2-2c8b-46cd-ab3b-1bb8765c9af1 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | keystone_v3.delete_service | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | total | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | -> duration | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.656802 Full duration: 11.898389 -------------------------------------------------------------------------------- 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 33e601a2-2c8b-46cd-ab3b-1bb8765c9af1 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 | 1.227 | 1.227 | 1.227 | 1.227 | 1.227 | 1.227 | 100.0% | 1 | | keystone_v3.create_user | 1.093 | 1.093 | 1.093 | 1.093 | 1.093 | 1.093 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | -> keystone_v3.add_role | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | keystone_v3.create_role | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.get_project | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.get_user | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_role | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 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.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 2.899 | 2.899 | 2.899 | 2.899 | 2.899 | 2.899 | 100.0% | 1 | | -> duration | 2.899 | 2.899 | 2.899 | 2.899 | 2.899 | 2.899 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.898936 Full duration: 20.17405 -------------------------------------------------------------------------------- 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 33e601a2-2c8b-46cd-ab3b-1bb8765c9af1 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 | 1.15 | 1.15 | 1.15 | 1.15 | 1.15 | 1.15 | 100.0% | 1 | | keystone_v3.update_project | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | keystone_v3.delete_project | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 100.0% | 1 | | total | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 100.0% | 1 | | -> duration | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.430121 Full duration: 13.294028 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 33e601a2-2c8b-46cd-ab3b-1bb8765c9af1 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 | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 100.0% | 1 | | total | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 100.0% | 1 | | -> duration | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.223904 Full duration: 14.073275 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 33e601a2-2c8b-46cd-ab3b-1bb8765c9af1 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.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | total | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> duration | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.731726 Full duration: 14.889587 -------------------------------------------------------------------------------- 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 33e601a2-2c8b-46cd-ab3b-1bb8765c9af1 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.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | keystone_v3.list_users | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 100.0% | 1 | | -> duration | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.026747 Full duration: 14.154496 -------------------------------------------------------------------------------- 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 33e601a2-2c8b-46cd-ab3b-1bb8765c9af1 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.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | keystone_v3.create_users | 5.084 | 5.084 | 5.084 | 5.084 | 5.084 | 5.084 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.084 | 5.084 | 5.084 | 5.084 | 5.084 | 5.084 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.627 | 1.627 | 1.627 | 1.627 | 1.627 | 1.627 | 100.0% | 1 | | total | 6.684 | 6.684 | 6.684 | 6.684 | 6.684 | 6.684 | 100.0% | 1 | | -> duration | 6.684 | 6.684 | 6.684 | 6.684 | 6.684 | 6.684 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.684353 Full duration: 26.51464 HINTS: * To plot HTML graphics with this data, run: rally task report 33e601a2-2c8b-46cd-ab3b-1bb8765c9af1 --out output.html * To generate a JUnit report, run: rally task export 33e601a2-2c8b-46cd-ab3b-1bb8765c9af1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 33e601a2-2c8b-46cd-ab3b-1bb8765c9af1 --json --out output.json 2018-04-15 01:25:10,478 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '33e601a2-2c8b-46cd-ab3b-1bb8765c9af1'] 2018-04-15 01:25:11,491 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-15 01:25:11,491 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '33e601a2-2c8b-46cd-ab3b-1bb8765c9af1', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-15 01:25:11,497 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-15 01:25:11,497 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-15 01:25:11,497 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-04-15 01:25:11,497 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-15 01:25:11,510 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-15 01:25:11,520 - 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': '16d72652-f2db-4a5e-87bc-a433eb9425b5', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'flavor_name': 'rally-tiny-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-15 01:30:10,382 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 248c610d-7d3d-4cd2-84e8-9ebb1397298b 2018-04-15 01:30:10,382 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '248c610d-7d3d-4cd2-84e8-9ebb1397298b'] 2018-04-15 01:30:11,401 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 248c610d-7d3d-4cd2-84e8-9ebb1397298b: 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 248c610d-7d3d-4cd2-84e8-9ebb1397298b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 100.0% | 1 | | neutron.delete_network | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | total | 1.626 | 1.626 | 1.626 | 1.626 | 1.626 | 1.626 | 100.0% | 1 | | -> duration | 1.626 | 1.626 | 1.626 | 1.626 | 1.626 | 1.626 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.62579 Full duration: 14.848896 -------------------------------------------------------------------------------- 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 248c610d-7d3d-4cd2-84e8-9ebb1397298b 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 | 2.574 | 2.574 | 2.574 | 2.574 | 2.574 | 2.574 | 100.0% | 1 | | neutron.delete_port | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | total | 3.204 | 3.204 | 3.204 | 3.204 | 3.204 | 3.204 | 100.0% | 1 | | -> duration | 3.204 | 3.204 | 3.204 | 3.204 | 3.204 | 3.204 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.204026 Full duration: 27.072493 -------------------------------------------------------------------------------- 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 248c610d-7d3d-4cd2-84e8-9ebb1397298b 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.827 | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 100.0% | 1 | | neutron.create_subnet | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | neutron.create_router | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 100.0% | 1 | | neutron.add_interface_router | 1.75 | 1.75 | 1.75 | 1.75 | 1.75 | 1.75 | 100.0% | 1 | | neutron.remove_interface_router | 0.991 | 0.991 | 0.991 | 0.991 | 0.991 | 0.991 | 100.0% | 1 | | neutron.delete_router | 0.318 | 0.318 | 0.318 | 0.318 | 0.318 | 0.318 | 100.0% | 1 | | total | 5.527 | 5.527 | 5.527 | 5.527 | 5.527 | 5.527 | 100.0% | 1 | | -> duration | 5.527 | 5.527 | 5.527 | 5.527 | 5.527 | 5.527 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.526539 Full duration: 35.504397 -------------------------------------------------------------------------------- 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 248c610d-7d3d-4cd2-84e8-9ebb1397298b has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.129 | 1.129 | 1.129 | 1.129 | 1.129 | 1.129 | 100.0% | 1 | | neutron.delete_subnet | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | total | 2.056 | 2.056 | 2.056 | 2.056 | 2.056 | 2.056 | 100.0% | 1 | | -> duration | 2.056 | 2.056 | 2.056 | 2.056 | 2.056 | 2.056 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.056377 Full duration: 28.389049 -------------------------------------------------------------------------------- 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 248c610d-7d3d-4cd2-84e8-9ebb1397298b 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 | 2.443 | 2.443 | 2.443 | 2.443 | 2.443 | 2.443 | 100.0% | 1 | | neutron.list_networks | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 100.0% | 1 | | total | 2.593 | 2.593 | 2.593 | 2.593 | 2.593 | 2.593 | 100.0% | 1 | | -> duration | 2.593 | 2.593 | 2.593 | 2.593 | 2.593 | 2.593 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.593137 Full duration: 17.497654 -------------------------------------------------------------------------------- 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 248c610d-7d3d-4cd2-84e8-9ebb1397298b 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.856 | 1.856 | 1.856 | 1.856 | 1.856 | 1.856 | 100.0% | 1 | | neutron.list_ports | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | total | 1.973 | 1.973 | 1.973 | 1.973 | 1.973 | 1.973 | 100.0% | 1 | | -> duration | 1.973 | 1.973 | 1.973 | 1.973 | 1.973 | 1.973 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.973046 Full duration: 26.997474 -------------------------------------------------------------------------------- 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 248c610d-7d3d-4cd2-84e8-9ebb1397298b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.048 | 1.048 | 1.048 | 1.048 | 1.048 | 1.048 | 100.0% | 1 | | neutron.create_subnet | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | neutron.create_router | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | neutron.add_interface_router | 1.947 | 1.947 | 1.947 | 1.947 | 1.947 | 1.947 | 100.0% | 1 | | neutron.list_routers | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 4.47 | 4.47 | 4.47 | 4.47 | 4.47 | 4.47 | 100.0% | 1 | | -> duration | 4.47 | 4.47 | 4.47 | 4.47 | 4.47 | 4.47 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.469709 Full duration: 37.340048 -------------------------------------------------------------------------------- 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 248c610d-7d3d-4cd2-84e8-9ebb1397298b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 100.0% | 1 | | neutron.create_subnet | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 1.158 | 100.0% | 1 | | neutron.list_subnets | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 100.0% | 1 | | -> duration | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.54882 Full duration: 31.468281 -------------------------------------------------------------------------------- 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 248c610d-7d3d-4cd2-84e8-9ebb1397298b has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 100.0% | 1 | | neutron.delete_security_group | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 1.246 | 1.246 | 1.246 | 1.246 | 1.246 | 1.246 | 100.0% | 1 | | -> duration | 1.246 | 1.246 | 1.246 | 1.246 | 1.246 | 1.246 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.24602 Full duration: 13.3814 -------------------------------------------------------------------------------- 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 248c610d-7d3d-4cd2-84e8-9ebb1397298b 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.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | neutron.create_security_group_rule | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | neutron.delete_security_group | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 1.308 | 1.308 | 1.308 | 1.308 | 1.308 | 1.308 | 100.0% | 1 | | -> duration | 1.308 | 1.308 | 1.308 | 1.308 | 1.308 | 1.308 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.308447 Full duration: 14.718279 -------------------------------------------------------------------------------- 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 248c610d-7d3d-4cd2-84e8-9ebb1397298b 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.87 | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 100.0% | 1 | | neutron.create_router | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | neutron.add_gateway_router | 1.889 | 1.889 | 1.889 | 1.889 | 1.889 | 1.889 | 100.0% | 1 | | neutron.remove_gateway_router | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | total | 3.723 | 3.723 | 3.723 | 3.723 | 3.723 | 3.723 | 100.0% | 1 | | -> duration | 3.723 | 3.723 | 3.723 | 3.723 | 3.723 | 3.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.722528 Full duration: 23.861409 HINTS: * To plot HTML graphics with this data, run: rally task report 248c610d-7d3d-4cd2-84e8-9ebb1397298b --out output.html * To generate a JUnit report, run: rally task export 248c610d-7d3d-4cd2-84e8-9ebb1397298b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 248c610d-7d3d-4cd2-84e8-9ebb1397298b --json --out output.json 2018-04-15 01:30:11,402 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '248c610d-7d3d-4cd2-84e8-9ebb1397298b'] 2018-04-15 01:30:12,512 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-15 01:30:12,512 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '248c610d-7d3d-4cd2-84e8-9ebb1397298b', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-15 01:30:12,521 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-15 01:30:12,521 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-15 01:30:12,522 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-04-15 01:30:12,522 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-15 01:30:12,538 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-15 01:30:12,544 - 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': '16d72652-f2db-4a5e-87bc-a433eb9425b5', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'flavor_name': 'rally-tiny-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-15 01:33:15,802 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0191650f-a2c1-4e3a-9809-369328ac3185 2018-04-15 01:33:15,803 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0191650f-a2c1-4e3a-9809-369328ac3185'] 2018-04-15 01:33:16,874 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0191650f-a2c1-4e3a-9809-369328ac3185: 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-f20cbe26-f860-428a-aef4-6878d3b9fb13" }, "image": { "name": "Cirros-0.4.0-f20cbe26-f860-428a-aef4-6878d3b9fb13" }, "block_migration": false, "nics": [ { "net-id": "16d72652-f2db-4a5e-87bc-a433eb9425b5" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 0191650f-a2c1-4e3a-9809-369328ac3185 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 | 12.854 | 12.854 | 12.854 | 12.854 | 12.854 | 12.854 | 100.0% | 1 | | nova.find_host_to_migrate | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | nova.live_migrate | 133.362 | 133.362 | 133.362 | 133.362 | 133.362 | 133.362 | 0.0% | 1 | | total | 147.174 | 147.174 | 147.174 | 147.174 | 147.174 | 147.174 | 0.0% | 1 | | -> duration | 146.174 | 146.174 | 146.174 | 146.174 | 146.174 | 146.174 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 146.173856 Full duration: 161.608869 HINTS: * To plot HTML graphics with this data, run: rally task report 0191650f-a2c1-4e3a-9809-369328ac3185 --out output.html * To generate a JUnit report, run: rally task export 0191650f-a2c1-4e3a-9809-369328ac3185 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0191650f-a2c1-4e3a-9809-369328ac3185 --json --out output.json 2018-04-15 01:33:16,875 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0191650f-a2c1-4e3a-9809-369328ac3185'] 2018-04-15 01:33:17,815 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-15 01:33:17,816 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0191650f-a2c1-4e3a-9809-369328ac3185', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-15 01:33:17,821 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-15 01:33:17,821 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-15 01:33:17,821 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-04-15 01:33:17,822 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-15 01:33:17,829 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-15 01:33:17,835 - 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': '16d72652-f2db-4a5e-87bc-a433eb9425b5', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'flavor_name': 'rally-tiny-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f20cbe26-f860-428a-aef4-6878d3b9fb13', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-15 01:34:11,734 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a8578909-a048-438b-a92a-b84f72aa39f3 2018-04-15 01:34:11,734 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a8578909-a048-438b-a92a-b84f72aa39f3'] 2018-04-15 01:34:12,802 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a8578909-a048-438b-a92a-b84f72aa39f3: 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 a8578909-a048-438b-a92a-b84f72aa39f3 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.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | quotas.delete_quotas | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 100.0% | 1 | | total | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | -> duration | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.895271 Full duration: 8.162455 -------------------------------------------------------------------------------- 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 a8578909-a048-438b-a92a-b84f72aa39f3 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.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 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.707385 Full duration: 8.280268 -------------------------------------------------------------------------------- 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 a8578909-a048-438b-a92a-b84f72aa39f3 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.297 | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 100.0% | 1 | | total | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | -> duration | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.6856 Full duration: 9.549613 -------------------------------------------------------------------------------- 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 a8578909-a048-438b-a92a-b84f72aa39f3 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.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | total | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | -> duration | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.958803 Full duration: 8.087044 HINTS: * To plot HTML graphics with this data, run: rally task report a8578909-a048-438b-a92a-b84f72aa39f3 --out output.html * To generate a JUnit report, run: rally task export a8578909-a048-438b-a92a-b84f72aa39f3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a8578909-a048-438b-a92a-b84f72aa39f3 --json --out output.json 2018-04-15 01:34:12,803 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a8578909-a048-438b-a92a-b84f72aa39f3'] 2018-04-15 01:34:13,739 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-15 01:34:13,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a8578909-a048-438b-a92a-b84f72aa39f3', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-15 01:34:13,747 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-15 01:34:13,751 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:24 | 4 | 100.00% | | cinder | 02:53 | 10 | 100.00% | | heat | 01:05 | 4 | 100.00% | | keystone | 02:50 | 11 | 100.00% | | neutron | 04:31 | 11 | 100.00% | | nova | 02:41 | 1 | 0.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:46 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-15 01:34:13,751 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-15 01:34:21,213 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-15 01:34:21,214 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-15 01:34:21,698 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-15 01:34:21,698 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:22 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-15 01:34:21,702 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-15 01:34:21,703 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-15 01:34:21,841 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-15 01:34:24,256 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-15 01:34:23.948 9786 INFO rally.deployment.engine [-] Deployment d5ece17f-ffb7-4966-acb8-c47c9d63df56 | Starting: Destroy cloud and free allocated resources. 2018-04-15 01:34:24.032 9786 INFO rally.deployment.engine [-] Deployment d5ece17f-ffb7-4966-acb8-c47c9d63df56 | Completed: Destroy cloud and free allocated resources. 2018-04-15 01:34:24.056 9786 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=afa595dc-af1c-4148-8457-687d54bdf301). 2018-04-15 01:34:24.061 9786 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-15 01:34:26,578 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-15 01:34:26.356 9789 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2a74f0fa-bb73-4f5c-aa55-fbb48369b2b9) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2a74f0fa-bb73-4f5c-aa55-fbb48369b2b9 | 2018-04-15T01:34:26 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2a74f0fa-bb73-4f5c-aa55-fbb48369b2b9 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-15 01:34:29,797 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-15 01:34:29,797 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-15 01:34:31,972 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-15 01:34:31.687 9795 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=afa595dc-af1c-4148-8457-687d54bdf301). 2018-04-15 01:34:31.810 9795 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-15 01:34:35,299 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-15 01:34:33.980 9798 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-15 01:34:34.134 9798 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-15 01:34:35.109 9798 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d473d0a8-7aaa-4982-b558-30f281733300) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d473d0a8-7aaa-4982-b558-30f281733300) as the default verifier for the future CLI operations. 2018-04-15 01:34:38,479 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-15 01:34:40,358 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-15 01:34:48,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-15 01:34:53,517 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-15 01:34:52.600 9817 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d473d0a8-7aaa-4982-b558-30f281733300) for deployment 'opnfv-rally' (UUID=2a74f0fa-bb73-4f5c-aa55-fbb48369b2b9). 2018-04-15 01:34:53.355 9817 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d473d0a8-7aaa-4982-b558-30f281733300) has been successfully configured for deployment 'opnfv-rally' (UUID=2a74f0fa-bb73-4f5c-aa55-fbb48369b2b9)! 2018-04-15 01:34:53,517 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-15 01:34:53,518 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-15 01:34:53,520 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-15 01:34:55,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-04-15 01:34:57,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:34:57.792 9829 INFO rally.api [-] Starting verification (UUID=c756af9c-6f1a-4164-b8ee-46f7f1738078) for deployment 'opnfv-rally' (UUID=2a74f0fa-bb73-4f5c-aa55-fbb48369b2b9) by verifier 'opnfv-tempest' (UUID=d473d0a8-7aaa-4982-b558-30f281733300). 2018-04-15 01:34:57,794 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c756af9c-6f1a-4164-b8ee-46f7f1738078 2018-04-15 01:35:07,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:07.719 9829 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.462s] 2018-04-15 01:35:07,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:07.733 9829 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.418s] 2018-04-15 01:35:07,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:07.855 9829 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.120s] 2018-04-15 01:35:07,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:07.976 9829 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.619s] 2018-04-15 01:35:08,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:08.000 9829 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.024s] 2018-04-15 01:35:14,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:14.565 9829 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.089s] 2018-04-15 01:35:14,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:14.629 9829 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.063s] 2018-04-15 01:35:14,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:14.697 9829 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.067s] 2018-04-15 01:35:17,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:17.322 9829 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.769s] 2018-04-15 01:35:17,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:17.903 9829 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.580s] 2018-04-15 01:35:19,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:19.530 9829 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.140s] 2018-04-15 01:35:19,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:19.691 9829 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.160s] 2018-04-15 01:35:20,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:20.102 9829 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.410s] 2018-04-15 01:35:20,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:20.397 9829 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.294s] 2018-04-15 01:35:20,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:20.412 9829 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.016s] 2018-04-15 01:35:21,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:21.760 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.362s] 2018-04-15 01:35:23,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:23.529 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.770s] 2018-04-15 01:35:28,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:28.812 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [21.600s] 2018-04-15 01:35:40,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:40.342 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [7.639s] 2018-04-15 01:35:40,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:40.406 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.065s] 2018-04-15 01:35:40,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:40.628 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.220s] 2018-04-15 01:35:40,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:40.727 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2018-04-15 01:35:40,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:40.729 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-04-15 01:35:41,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:41.242 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2018-04-15 01:35:41,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:41.279 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.036s] 2018-04-15 01:35:41,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:41.464 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.184s] 2018-04-15 01:35:41,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:41.912 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.446s] 2018-04-15 01:35:42,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:42.011 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.099s] 2018-04-15 01:35:42,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:42.238 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.226s] 2018-04-15 01:35:42,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:42.275 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.037s] 2018-04-15 01:35:42,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:42.332 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.055s] 2018-04-15 01:35:42,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:42.384 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.052s] 2018-04-15 01:35:42,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:42.433 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.048s] 2018-04-15 01:35:42,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:42.475 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.041s] 2018-04-15 01:35:42,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:42.683 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.207s] 2018-04-15 01:35:42,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:42.759 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.075s] 2018-04-15 01:35:42,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:42.816 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.058s] 2018-04-15 01:35:42,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:42.866 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.049s] 2018-04-15 01:35:44,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:44.694 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.050s] 2018-04-15 01:35:45,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:45.822 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.127s] 2018-04-15 01:35:46,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:46.867 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.044s] 2018-04-15 01:35:48,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:48.289 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.421s] 2018-04-15 01:35:49,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:49.319 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.028s] 2018-04-15 01:35:50,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:50.305 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.985s] 2018-04-15 01:35:50,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:50.533 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.229s] 2018-04-15 01:35:50,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:50.769 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.234s] 2018-04-15 01:35:51,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:51.000 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.231s] 2018-04-15 01:35:51,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:51.958 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.955s] 2018-04-15 01:35:52,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:52.198 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.241s] 2018-04-15 01:35:52,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:52.588 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.389s] 2018-04-15 01:35:52,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:52.829 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.240s] 2018-04-15 01:35:53,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:53.972 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.141s] 2018-04-15 01:35:54,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:54.229 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.258s] 2018-04-15 01:35:54,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:54.466 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.235s] 2018-04-15 01:35:55,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:55.234 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.768s] 2018-04-15 01:35:55,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:35:55.461 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.226s] 2018-04-15 01:36:06,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:06.091 9829 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [31.468s] 2018-04-15 01:36:13,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:13.928 9829 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [51.237s] 2018-04-15 01:36:14,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:14.460 9829 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.536s] 2018-04-15 01:36:18,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:18.552 9829 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.462s] 2018-04-15 01:36:25,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:25.289 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.775s] 2018-04-15 01:36:25,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:25.539 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.248s] 2018-04-15 01:36:25,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:25.754 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.214s] 2018-04-15 01:36:26,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:26.287 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.533s] 2018-04-15 01:36:26,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:26.762 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.474s] 2018-04-15 01:36:27,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:27.376 9829 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.613s] 2018-04-15 01:36:35,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:35.688 9829 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.220s] 2018-04-15 01:36:37,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:37.681 9829 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.994s] 2018-04-15 01:36:41,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:41.299 9829 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.205s] 2018-04-15 01:36:41,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:41.369 9829 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-04-15 01:36:41,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:41.607 9829 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.236s] 2018-04-15 01:36:41,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:41.675 9829 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.988s] 2018-04-15 01:36:41,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:41.703 9829 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.095s] 2018-04-15 01:36:41,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:41.705 9829 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-15 01:36:43,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:43.062 9829 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.390s] 2018-04-15 01:36:44,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:44.157 9829 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.092s] 2018-04-15 01:36:45,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:45.023 9829 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.867s] 2018-04-15 01:36:46,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:46.842 9829 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.815s] 2018-04-15 01:36:46,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:36:46.883 9829 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.045s] 2018-04-15 01:37:04,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:37:04.406 9829 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [45.845s] 2018-04-15 01:37:04,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:37:04.719 9829 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.152s] 2018-04-15 01:37:27,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:37:27.333 9829 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [22.924s] 2018-04-15 01:37:47,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:37:47.648 9829 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [9.128s] 2018-04-15 01:38:00,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:38:00.289 9829 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [12.639s] 2018-04-15 01:38:16,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:38:16.997 9829 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [16.705s] 2018-04-15 01:38:21,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c756af9c-6f1a-4164-b8ee-46f7f1738078']'. 2018-04-15 01:38:22,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-15 01:38:22,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-15 01:38:22,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-15 01:38:22,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c756af9c-6f1a-4164-b8ee-46f7f1738078 | 2018-04-15 01:38:22,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-15 01:38:22,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-15 01:34:57 | 2018-04-15 01:38:22,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-15 01:38:21 | 2018-04-15 01:38:22,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:24 | 2018-04-15 01:38:22,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-15 01:38:22,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-15 01:38:22,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d473d0a8-7aaa-4982-b558-30f281733300) | 2018-04-15 01:38:22,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-15 01:38:22,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2a74f0fa-bb73-4f5c-aa55-fbb48369b2b9) | 2018-04-15 01:38:22,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 85 | 2018-04-15 01:38:22,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 192.342 | 2018-04-15 01:38:22,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 85 | 2018-04-15 01:38:22,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-15 01:38:22,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-15 01:38:22,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-15 01:38:22,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-15 01:38:22,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-15 01:38:22,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-15 01:38:22,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-15 01:38:30,650 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-15 01:38:30,650 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:52 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-15 01:38:30,654 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-15 01:38:30,766 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-15 01:38:33,172 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-15 01:38:32.764 9935 INFO rally.deployment.engine [-] Deployment 2a74f0fa-bb73-4f5c-aa55-fbb48369b2b9 | Starting: Destroy cloud and free allocated resources. 2018-04-15 01:38:32.854 9935 INFO rally.deployment.engine [-] Deployment 2a74f0fa-bb73-4f5c-aa55-fbb48369b2b9 | Completed: Destroy cloud and free allocated resources. 2018-04-15 01:38:32.890 9935 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=d473d0a8-7aaa-4982-b558-30f281733300) for deployment 'opnfv-rally'. 2018-04-15 01:38:32.905 9935 INFO rally.api [-] Deleting verification (UUID=c756af9c-6f1a-4164-b8ee-46f7f1738078). 2018-04-15 01:38:32.941 9935 INFO rally.api [-] Verification has been successfully deleted! 2018-04-15 01:38:32.942 9935 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d473d0a8-7aaa-4982-b558-30f281733300). 2018-04-15 01:38:32.952 9935 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-15 01:38:35,553 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-15 01:38:35.267 9938 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9309c4f4-0003-424f-9b4d-60a9c528e1a1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9309c4f4-0003-424f-9b4d-60a9c528e1a1 | 2018-04-15T01:38:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9309c4f4-0003-424f-9b4d-60a9c528e1a1 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-15 01:38:38,886 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-15 01:38:38,887 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-15 01:38:41,180 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-15 01:38:40.913 9944 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=d473d0a8-7aaa-4982-b558-30f281733300). 2018-04-15 01:38:41.045 9944 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-15 01:38:44,660 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-15 01:38:43.231 9947 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-15 01:38:43.399 9947 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-15 01:38:44.470 9947 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=380174f3-124e-4a50-9095-d9734556751c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=380174f3-124e-4a50-9095-d9734556751c) as the default verifier for the future CLI operations. 2018-04-15 01:38:47,539 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-15 01:38:49,244 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-15 01:38:57,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-15 01:39:02,414 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-15 01:39:01.534 9966 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=380174f3-124e-4a50-9095-d9734556751c) for deployment 'opnfv-rally' (UUID=9309c4f4-0003-424f-9b4d-60a9c528e1a1). 2018-04-15 01:39:02.208 9966 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=380174f3-124e-4a50-9095-d9734556751c) has been successfully configured for deployment 'opnfv-rally' (UUID=9309c4f4-0003-424f-9b4d-60a9c528e1a1)! 2018-04-15 01:39:02,414 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-15 01:39:02,414 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-15 01:39:02,416 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-15 01:39:02,429 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-15 01:39:05,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-380174f3-124e-4a50-9095-d9734556751c/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-15 01:39:05,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-15 01:39:07,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 01:39:07.803 9975 INFO rally.api [-] Starting verification (UUID=9dd9b4ad-8d3d-4be5-87eb-b9d237eb7856) for deployment 'opnfv-rally' (UUID=9309c4f4-0003-424f-9b4d-60a9c528e1a1) by verifier 'opnfv-tempest' (UUID=380174f3-124e-4a50-9095-d9734556751c). 2018-04-15 01:39:07,804 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9dd9b4ad-8d3d-4be5-87eb-b9d237eb7856 2018-04-15 01:42:07,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9dd9b4ad-8d3d-4be5-87eb-b9d237eb7856']'. 2018-04-15 01:42:08,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-15 01:42:08,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-15 01:42:08,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-15 01:42:08,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9dd9b4ad-8d3d-4be5-87eb-b9d237eb7856 | 2018-04-15 01:42:08,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-15 01:42:08,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-15 01:39:07 | 2018-04-15 01:42:08,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-15 01:42:07 | 2018-04-15 01:42:08,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:00 | 2018-04-15 01:42:08,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-15 01:42:08,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-15 01:42:08,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 380174f3-124e-4a50-9095-d9734556751c) | 2018-04-15 01:42:08,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-15 01:42:08,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9309c4f4-0003-424f-9b4d-60a9c528e1a1) | 2018-04-15 01:42:08,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-15 01:42:08,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 170.987 | 2018-04-15 01:42:08,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-15 01:42:08,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-15 01:42:08,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-15 01:42:08,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-15 01:42:08,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-15 01:42:08,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-15 01:42:08,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-15 01:42:09,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-15 01:42:16,334 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-15 01:42:16,334 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:29 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-15 01:42:16,338 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-15 01:42:17,468 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-15 02:44:09,335 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ---------------------------------------------------------------------- Ran 119 tests in 3711.796s OK 2018-04-15 02:44:09,472 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-15 02:44:09,472 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 61:52 | PASS | +---------------------+------------------+------------------+----------------+ 2018-04-15 02:44:09,476 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-15 02:44:09,575 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-15 02:44:12,072 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-15 02:44:11.634 10202 INFO rally.deployment.engine [-] Deployment 9309c4f4-0003-424f-9b4d-60a9c528e1a1 | Starting: Destroy cloud and free allocated resources. 2018-04-15 02:44:11.720 10202 INFO rally.deployment.engine [-] Deployment 9309c4f4-0003-424f-9b4d-60a9c528e1a1 | Completed: Destroy cloud and free allocated resources. 2018-04-15 02:44:11.781 10202 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=380174f3-124e-4a50-9095-d9734556751c) for deployment 'opnfv-rally'. 2018-04-15 02:44:11.814 10202 INFO rally.api [-] Deleting verification (UUID=9dd9b4ad-8d3d-4be5-87eb-b9d237eb7856). 2018-04-15 02:44:11.850 10202 INFO rally.api [-] Verification has been successfully deleted! 2018-04-15 02:44:11.850 10202 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=380174f3-124e-4a50-9095-d9734556751c). 2018-04-15 02:44:11.858 10202 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-15 02:44:14,475 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-15 02:44:14.214 10205 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=bb79a66f-9b56-4699-8542-25f4358eb516) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | bb79a66f-9b56-4699-8542-25f4358eb516 | 2018-04-15T02:44:14 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: bb79a66f-9b56-4699-8542-25f4358eb516 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-15 02:44:17,625 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-15 02:44:17,626 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-15 02:44:19,902 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-15 02:44:19.642 10211 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=380174f3-124e-4a50-9095-d9734556751c). 2018-04-15 02:44:19.756 10211 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-15 02:44:23,344 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-15 02:44:21.982 10214 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-15 02:44:22.133 10214 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-15 02:44:23.187 10214 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7035f192-6df1-4300-b237-a24453707bc1) has been successfully created! Using verifier 'opnfv-tempest' (UUID=7035f192-6df1-4300-b237-a24453707bc1) as the default verifier for the future CLI operations. 2018-04-15 02:44:26,393 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-15 02:44:28,475 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-15 02:44:40,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-15 02:44:45,485 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-15 02:44:44.660 10233 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7035f192-6df1-4300-b237-a24453707bc1) for deployment 'opnfv-rally' (UUID=bb79a66f-9b56-4699-8542-25f4358eb516). 2018-04-15 02:44:45.328 10233 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7035f192-6df1-4300-b237-a24453707bc1) has been successfully configured for deployment 'opnfv-rally' (UUID=bb79a66f-9b56-4699-8542-25f4358eb516)! 2018-04-15 02:44:45,486 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-15 02:44:45,486 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-15 02:44:45,488 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-15 02:44:45,504 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-15 02:44:48,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-7035f192-6df1-4300-b237-a24453707bc1/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-15 02:44:48,364 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-15 02:44:48,365 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-15 02:44:48,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-15 02:44:50,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-15 02:44:50.439 10242 INFO rally.api [-] Starting verification (UUID=373655c7-3e03-4dca-88c6-0cc71b66d28c) for deployment 'opnfv-rally' (UUID=bb79a66f-9b56-4699-8542-25f4358eb516) by verifier 'opnfv-tempest' (UUID=7035f192-6df1-4300-b237-a24453707bc1). 2018-04-15 02:44:50,441 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 373655c7-3e03-4dca-88c6-0cc71b66d28c 2018-04-15 02:47:08,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '373655c7-3e03-4dca-88c6-0cc71b66d28c']'. 2018-04-15 02:47:09,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-15 02:47:09,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-15 02:47:09,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-15 02:47:09,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 373655c7-3e03-4dca-88c6-0cc71b66d28c | 2018-04-15 02:47:09,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-15 02:47:09,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-15 02:44:50 | 2018-04-15 02:47:09,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-15 02:47:08 | 2018-04-15 02:47:09,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:18 | 2018-04-15 02:47:09,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-15 02:47:09,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-15 02:47:09,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7035f192-6df1-4300-b237-a24453707bc1) | 2018-04-15 02:47:09,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-15 02:47:09,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: bb79a66f-9b56-4699-8542-25f4358eb516) | 2018-04-15 02:47:09,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-15 02:47:09,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 126.514 | 2018-04-15 02:47:09,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-15 02:47:09,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-15 02:47:09,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-15 02:47:09,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-15 02:47:09,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-15 02:47:09,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-15 02:47:09,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-15 02:47:09,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-15 02:47:18,159 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-15 02:47:18,159 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:52 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-15 02:47:18,164 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:58 | PASS | | vping_userdata | functest | smoke | 00:42 | PASS | | tempest_smoke_serial | functest | smoke | 13:22 | PASS | | rally_sanity | functest | smoke | 20:22 | FAIL | | refstack_defcore | functest | smoke | 03:52 | PASS | | patrole | functest | smoke | 03:29 | PASS | | snaps_smoke | functest | smoke | 61:52 | PASS | | neutron_trunk | functest | smoke | 02:52 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-15 02:47:18,171 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-15 02:47:21,426 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-13 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-15 02:47:21,429 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=R4fmdqYBqmrR22KGgnwcfray3 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-15 02:47:21,429 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-15 02:47:21,430 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-04-15 02:47:21,432 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-15 02:47:21,432 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-15 02:50:29,666 - xtesting.core.feature - ERROR - Execute command: doctor-test failed 2018-04-15 02:50:29,667 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-15 02:50:29,796 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-15 02:50:29,796 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:08 | FAIL | +-----------------------------+-----------------+------------------+----------------+ 2018-04-15 02:50:29,800 - xtesting.ci.run_tests - ERROR - The test case 'doctor-notification' failed. 2018-04-15 02:50:29,801 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-04-15 03:34:31,375 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-04-15 03:34:31,516 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-15 03:34:31,516 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 44:01 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-04-15 03:34:31,520 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-04-15 03:34:31,521 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:08 | FAIL | | barometercollectd | barometer | features | 44:01 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-15 03:34:31,538 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-15 03:35:20,482 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-13 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-15 03:35:20,485 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=R4fmdqYBqmrR22KGgnwcfray3 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-15 03:35:20,485 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-15 03:35:20,486 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-15 03:35:20,486 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-15 03:35:20,487 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-15 03:35:23,455 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-13 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-15 03:35:23,457 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=R4fmdqYBqmrR22KGgnwcfray3 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-15 03:35:23,457 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-15 03:35:23,458 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-04-15 03:35:23,459 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-15 03:35:23,459 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-15 03:38:28,937 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-15 03:38:29,069 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-15 03:38:29,070 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:05 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-15 03:38:29,073 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:05 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-15 03:38:29,075 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK