2018-04-17 12:59:53,648 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-21 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-17 12:59:53,650 - 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=EVDngErEv8bXAzEvcschhgWGz export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-17 12:59:53,650 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-17 12:59:53,651 - 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-17 12:59:53,652 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-17 12:59:53,652 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-17 12:59:55,603 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-17 13:00:05,450 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 9.838s OK 2018-04-17 13:00:05,569 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-17 13:00:05,569 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-17 13:00:05,573 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-17 13:00:06,232 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-17 13:12:40,953 - 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 754.667s OK 2018-04-17 13:12:41,084 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-17 13:12:41,084 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:35 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-17 13:12:41,088 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-17 13:12:41,841 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-17 13:13:23,884 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 42.041s OK 2018-04-17 13:13:24,004 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-17 13:13:24,004 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-17 13:13:24,008 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:35 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-17 13:13:24,011 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-17 13:13:26,586 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-21 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-17 13:13:26,588 - 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=EVDngErEv8bXAzEvcschhgWGz export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-17 13:13:26,588 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-17 13:13:26,589 - 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-17 13:13:26,590 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-17 13:13:26,590 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-17 13:13:27,412 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-17 13:13:27,412 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-17 13:13:27,838 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-17 13:13:27,838 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-17 13:13:28,215 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-17 13:13:28,215 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-17 13:13:28' 2018-04-17 13:13:28,215 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--14a858a2-a367-4ac6-84f2-be7da11c7a74' 2018-04-17 13:13:30,513 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-14a858a2-a367-4ac6-84f2-be7da11c7a74' 2018-04-17 13:13:32,991 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-14a858a2-a367-4ac6-84f2-be7da11c7a74' 2018-04-17 13:13:39,021 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-14a858a2-a367-4ac6-84f2-be7da11c7a74' 2018-04-17 13:13:39,758 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-14a858a2-a367-4ac6-84f2-be7da11c7a74' 2018-04-17 13:13:40,449 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-14a858a2-a367-4ac6-84f2-be7da11c7a74' 2018-04-17 13:13:44,650 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-14a858a2-a367-4ac6-84f2-be7da11c7a74' 2018-04-17 13:13:47,787 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-14a858a2-a367-4ac6-84f2-be7da11c7a74' 2018-04-17 13:14:12,193 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-17 13:14:24,633 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-17 13:14:24,770 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-17 13:14:25,777 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-17 13:14:50,916 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-17 13:14:50,916 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-17 13:14:51,392 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-17 13:14:51,392 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:58 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-17 13:14:51,396 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-17 13:14:51,485 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-17 13:14:51,485 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-17 13:14:51' 2018-04-17 13:14:51,485 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--dc49a6da-7af3-4378-90f8-48e2ad4173f3' 2018-04-17 13:14:55,510 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-dc49a6da-7af3-4378-90f8-48e2ad4173f3' 2018-04-17 13:14:57,289 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-dc49a6da-7af3-4378-90f8-48e2ad4173f3' 2018-04-17 13:15:02,935 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-dc49a6da-7af3-4378-90f8-48e2ad4173f3' 2018-04-17 13:15:03,599 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-dc49a6da-7af3-4378-90f8-48e2ad4173f3' 2018-04-17 13:15:09,656 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-dc49a6da-7af3-4378-90f8-48e2ad4173f3' 2018-04-17 13:15:16,395 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-17 13:15:31,325 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-17 13:15:33,693 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-04-17 13:15:37,750 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-17 13:16:12,583 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-17 13:16:12,584 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:46 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-17 13:16:12,587 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-17 13:16:12,682 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-17 13:16:17,760 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-17 13:16:17.449 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2b50b40e-86a9-4186-81aa-28330f6ad9bb) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2b50b40e-86a9-4186-81aa-28330f6ad9bb | 2018-04-17T13:16:17 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2b50b40e-86a9-4186-81aa-28330f6ad9bb ~/.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-17 13:16:21,064 - 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-17 13:16:21,064 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-17 13:16:26,952 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-17 13:16:25.190 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-17 13:16:25.361 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-17 13:16:26.779 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=65bd8cbf-10ab-484d-8294-fea9e3a13774) has been successfully created! Using verifier 'opnfv-tempest' (UUID=65bd8cbf-10ab-484d-8294-fea9e3a13774) as the default verifier for the future CLI operations. 2018-04-17 13:16:29,780 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-17 13:16:31,516 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-17 13:16:40,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-17 13:16:46,036 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-17 13:16:45.054 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=65bd8cbf-10ab-484d-8294-fea9e3a13774) for deployment 'opnfv-rally' (UUID=2b50b40e-86a9-4186-81aa-28330f6ad9bb). 2018-04-17 13:16:45.879 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=65bd8cbf-10ab-484d-8294-fea9e3a13774) has been successfully configured for deployment 'opnfv-rally' (UUID=2b50b40e-86a9-4186-81aa-28330f6ad9bb)! 2018-04-17 13:16:46,036 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-17 13:16:46,037 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-17 13:16:46,039 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-17 13:16:46,042 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-17 13:16:49,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-65bd8cbf-10ab-484d-8294-fea9e3a13774/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-17 13:16:49,076 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-17 13:16:49,077 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-17 13:16:49,077 - 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-17 13:16:51,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:16:51.245 55 INFO rally.api [-] Starting verification (UUID=d5723ea8-d29f-4252-adee-224ef816371d) for deployment 'opnfv-rally' (UUID=2b50b40e-86a9-4186-81aa-28330f6ad9bb) by verifier 'opnfv-tempest' (UUID=65bd8cbf-10ab-484d-8294-fea9e3a13774). 2018-04-17 13:16:51,247 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d5723ea8-d29f-4252-adee-224ef816371d 2018-04-17 13:16:58,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:16:58.139 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.233s] 2018-04-17 13:16:58,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:16:58.195 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.056s] 2018-04-17 13:17:04,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:17:04.047 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.041s] 2018-04-17 13:17:07,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:17:07.404 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.356s] 2018-04-17 13:17:16,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:17:16.050 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.525s] 2018-04-17 13:17:36,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:17:36.579 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [14.239s] 2018-04-17 13:18:11,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:18:11.331 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.098s] 2018-04-17 13:18:11,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:18:11.332 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-17 13:18:41,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:18:41.049 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.073s] 2018-04-17 13:18:41,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:18:41.050 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-17 13:19:13,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:19:13.461 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.100s] 2018-04-17 13:19:13,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:19:13.462 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-17 13:20:10,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:20:10.206 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [27.303s] 2018-04-17 13:20:34,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:20:34.068 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-04-17 13:20:34,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:20:34.170 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.102s] 2018-04-17 13:20:44,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:20:44.513 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.833s] 2018-04-17 13:20:44,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:20:44.523 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-17 13:20:45,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:20:45.765 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-17 13:20:45,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:20:45.766 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-17 13:20:50,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:20:50.006 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.370s] 2018-04-17 13:20:55,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:20:55.974 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.080s] 2018-04-17 13:21:02,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:21:02.713 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.671s] 2018-04-17 13:21:11,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:21:11.229 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.519s] 2018-04-17 13:21:20,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:21:20.230 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.369s] 2018-04-17 13:21:26,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:21:26.639 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.334s] 2018-04-17 13:21:32,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:21:32.423 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.775s] 2018-04-17 13:21:40,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:21:40.161 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.390s] 2018-04-17 13:21:47,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:21:47.080 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.429s] 2018-04-17 13:21:55,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:21:55.571 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.144s] 2018-04-17 13:21:58,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:21:58.176 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-17 13:22:00,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:22:00.129 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.076s] 2018-04-17 13:22:00,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:22:00.201 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.071s] 2018-04-17 13:22:00,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:22:00.273 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-04-17 13:22:00,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:22:00.281 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-04-17 13:22:04,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:22:04.035 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.561s] 2018-04-17 13:22:05,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:22:05.503 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.467s] 2018-04-17 13:22:10,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:22:10.082 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.578s] 2018-04-17 13:22:17,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:22:17.075 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-04-17 13:22:22,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:22:22.037 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.934s] 2018-04-17 13:22:35,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:22:35.366 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.467s] 2018-04-17 13:22:39,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:22:39.830 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.464s] 2018-04-17 13:22:50,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:22:50.142 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.249s] 2018-04-17 13:22:53,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:22:53.438 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.294s] 2018-04-17 13:22:59,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:22:59.638 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.200s] 2018-04-17 13:23:10,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:23:10.244 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.904s] 2018-04-17 13:23:13,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:23:13.734 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.489s] 2018-04-17 13:23:17,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:23:17.829 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.094s] 2018-04-17 13:23:33,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:23:33.263 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.908s] 2018-04-17 13:23:33,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:23:33.561 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.298s] 2018-04-17 13:23:33,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:23:33.674 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.113s] 2018-04-17 13:23:33,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:23:33.740 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.065s] 2018-04-17 13:23:33,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:23:33.991 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.250s] 2018-04-17 13:23:34,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:23:34.045 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.053s] 2018-04-17 13:23:45,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:23:45.393 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.639s] 2018-04-17 13:23:45,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:23:45.663 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.271s] 2018-04-17 13:23:45,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:23:45.979 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.316s] 2018-04-17 13:23:46,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:23:46.032 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.052s] 2018-04-17 13:23:46,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:23:46.126 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.092s] 2018-04-17 13:23:46,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:23:46.213 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.087s] 2018-04-17 13:23:55,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:23:55.951 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.289s] 2018-04-17 13:24:00,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:24:00.913 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.961s] 2018-04-17 13:24:02,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:24:02.488 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.574s] 2018-04-17 13:24:02,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:24:02.542 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.054s] 2018-04-17 13:24:02,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:24:02.590 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.047s] 2018-04-17 13:24:14,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:24:14.269 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.228s] 2018-04-17 13:24:18,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:24:18.000 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.730s] 2018-04-17 13:24:20,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:24:20.175 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.174s] 2018-04-17 13:24:20,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:24:20.230 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.055s] 2018-04-17 13:24:20,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:24:20.412 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.181s] 2018-04-17 13:24:34,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:24:34.562 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.629s] 2018-04-17 13:24:40,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:24:40.378 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.816s] 2018-04-17 13:24:45,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:24:45.421 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.042s] 2018-04-17 13:24:48,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:24:48.281 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.859s] 2018-04-17 13:25:09,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:09.548 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.702s] 2018-04-17 13:25:14,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:14.873 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.325s] 2018-04-17 13:25:19,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:19.490 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.615s] 2018-04-17 13:25:22,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:22.422 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.931s] 2018-04-17 13:25:34,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:34.080 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.890s] 2018-04-17 13:25:35,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:35.803 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.721s] 2018-04-17 13:25:35,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:35.989 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.187s] 2018-04-17 13:25:41,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:41.646 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.064s] 2018-04-17 13:25:43,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:43.728 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.079s] 2018-04-17 13:25:43,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:43.777 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.052s] 2018-04-17 13:25:47,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:47.448 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.737s] 2018-04-17 13:25:51,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:51.374 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-17 13:25:52,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:52.633 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-17 13:25:52,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:52.634 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-17 13:25:52,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:52.635 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-17 13:25:52,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:52.636 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-17 13:25:52,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:52.637 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-17 13:25:54,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:25:54.491 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-04-17 13:26:13,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:26:13.161 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [12.652s] 2018-04-17 13:26:24,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:26:24.797 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.893s] 2018-04-17 13:26:41,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:26:41.281 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [16.481s] 2018-04-17 13:26:50,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:26:50.917 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.041s] 2018-04-17 13:28:18,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:28:18.816 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [80.379s] 2018-04-17 13:29:02,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:29:02.654 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [34.745s] 2018-04-17 13:29:52,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:29:52.892 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [31.424s] 2018-04-17 13:30:05,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd5723ea8-d29f-4252-adee-224ef816371d']'. 2018-04-17 13:30:06,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-17 13:30:06,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-17 13:30:06,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-17 13:30:06,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d5723ea8-d29f-4252-adee-224ef816371d | 2018-04-17 13:30:06,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-17 13:30:06,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-17 13:16:51 | 2018-04-17 13:30:06,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-17 13:30:05 | 2018-04-17 13:30:06,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:14 | 2018-04-17 13:30:06,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-17 13:30:06,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-17 13:30:06,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-17 13:30:06,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 65bd8cbf-10ab-484d-8294-fea9e3a13774) | 2018-04-17 13:30:06,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-17 13:30:06,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2b50b40e-86a9-4186-81aa-28330f6ad9bb) | 2018-04-17 13:30:06,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-17 13:30:06,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 777.303 | 2018-04-17 13:30:06,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-17 13:30:06,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-17 13:30:06,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-17 13:30:06,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-17 13:30:06,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-17 13:30:06,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-17 13:30:06,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-17 13:30:06,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-17 13:30:16,111 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-17 13:30:16,112 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 13:46 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-17 13:30:16,116 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-17 13:30:16,223 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-17 13:30:16,652 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-17 13:30:16,652 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-17 13:30:17,029 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-17 13:30:19,773 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-17 13:30:19.354 118 INFO rally.deployment.engine [-] Deployment 2b50b40e-86a9-4186-81aa-28330f6ad9bb | Starting: Destroy cloud and free allocated resources. 2018-04-17 13:30:19.443 118 INFO rally.deployment.engine [-] Deployment 2b50b40e-86a9-4186-81aa-28330f6ad9bb | Completed: Destroy cloud and free allocated resources. 2018-04-17 13:30:19.484 118 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=65bd8cbf-10ab-484d-8294-fea9e3a13774) for deployment 'opnfv-rally'. 2018-04-17 13:30:19.503 118 INFO rally.api [-] Deleting verification (UUID=d5723ea8-d29f-4252-adee-224ef816371d). 2018-04-17 13:30:19.542 118 INFO rally.api [-] Verification has been successfully deleted! 2018-04-17 13:30:19.542 118 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=65bd8cbf-10ab-484d-8294-fea9e3a13774). 2018-04-17 13:30:19.554 118 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-17 13:30:22,231 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-17 13:30:21.933 121 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=07f3d68d-625c-45cb-8190-a9710585356d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 07f3d68d-625c-45cb-8190-a9710585356d | 2018-04-17T13:30:21 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 07f3d68d-625c-45cb-8190-a9710585356d ~/.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-17 13:30:25,545 - 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-17 13:30:25,546 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-17 13:30:27,928 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-44b42a47-baa2-4edd-9a10-09090c047ff9'... 2018-04-17 13:30:33,173 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-44b42a47-baa2-4edd-9a10-09090c047ff9'... 2018-04-17 13:30:35,760 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-44b42a47-baa2-4edd-9a10-09090c047ff9'... 2018-04-17 13:30:41,904 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-44b42a47-baa2-4edd-9a10-09090c047ff9'... 2018-04-17 13:30:42,570 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-44b42a47-baa2-4edd-9a10-09090c047ff9'... 2018-04-17 13:30:43,230 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-17 13:30:43,230 - 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-17 13:30:43,231 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-17 13:30:43,246 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-17 13:30:43,247 - 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': '8563364a-bec2-417d-8224-ab16a5c3ce5a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-44b42a47-baa2-4edd-9a10-09090c047ff9', 'flavor_name': 'rally-tiny-44b42a47-baa2-4edd-9a10-09090c047ff9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-44b42a47-baa2-4edd-9a10-09090c047ff9', '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-17 13:31:45,410 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d419279b-f054-4614-883a-1d08df40e176 2018-04-17 13:31:45,410 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-17 13:31:45,410 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd419279b-f054-4614-883a-1d08df40e176'] 2018-04-17 13:31:46,458 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d419279b-f054-4614-883a-1d08df40e176: 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 d419279b-f054-4614-883a-1d08df40e176 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.454 | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 100.0% | 1 | | total | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 100.0% | 1 | | -> duration | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.454109 Full duration: 7.120301 -------------------------------------------------------------------------------- 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 d419279b-f054-4614-883a-1d08df40e176 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.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | total | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> duration | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.791615 Full duration: 8.052263 -------------------------------------------------------------------------------- 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 d419279b-f054-4614-883a-1d08df40e176 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.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> duration | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.688219 Full duration: 7.414109 -------------------------------------------------------------------------------- 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 d419279b-f054-4614-883a-1d08df40e176 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.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | total | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> duration | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.762982 Full duration: 7.156939 -------------------------------------------------------------------------------- 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 d419279b-f054-4614-883a-1d08df40e176 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.576 | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 100.0% | 1 | | total | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | -> duration | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.960347 Full duration: 8.189857 -------------------------------------------------------------------------------- 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 d419279b-f054-4614-883a-1d08df40e176 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.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | -> duration | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.679942 Full duration: 7.198257 HINTS: * To plot HTML graphics with this data, run: rally task report d419279b-f054-4614-883a-1d08df40e176 --out output.html * To generate a JUnit report, run: rally task export d419279b-f054-4614-883a-1d08df40e176 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d419279b-f054-4614-883a-1d08df40e176 --json --out output.json 2018-04-17 13:31:46,458 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd419279b-f054-4614-883a-1d08df40e176'] 2018-04-17 13:31:47,455 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-17 13:31:47,455 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd419279b-f054-4614-883a-1d08df40e176', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-17 13:31:47,462 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-17 13:31:47,463 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-17 13:31:47,463 - 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-17 13:31:47,463 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-17 13:31:47,480 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-17 13:31:47,480 - 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': '8563364a-bec2-417d-8224-ab16a5c3ce5a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-44b42a47-baa2-4edd-9a10-09090c047ff9', 'flavor_name': 'rally-tiny-44b42a47-baa2-4edd-9a10-09090c047ff9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-44b42a47-baa2-4edd-9a10-09090c047ff9', '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-17 13:33:47,284 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7cdc329f-a8a7-4eec-b762-21d5feb5db90 2018-04-17 13:33:47,285 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7cdc329f-a8a7-4eec-b762-21d5feb5db90'] 2018-04-17 13:33:48,252 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7cdc329f-a8a7-4eec-b762-21d5feb5db90: 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 7cdc329f-a8a7-4eec-b762-21d5feb5db90 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 | 7.221 | 7.221 | 7.221 | 7.221 | 7.221 | 7.221 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 100.0% | 1 | | -> glance_v2.upload_data | 4.279 | 4.279 | 4.279 | 4.279 | 4.279 | 4.279 | 100.0% | 1 | | glance_v2.delete_image | 2.132 | 2.132 | 2.132 | 2.132 | 2.132 | 2.132 | 100.0% | 1 | | total | 9.354 | 9.354 | 9.354 | 9.354 | 9.354 | 9.354 | 100.0% | 1 | | -> duration | 9.354 | 9.354 | 9.354 | 9.354 | 9.354 | 9.354 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.354003 Full duration: 16.98128 -------------------------------------------------------------------------------- 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 7cdc329f-a8a7-4eec-b762-21d5feb5db90 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.831 | 5.831 | 5.831 | 5.831 | 5.831 | 5.831 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 3.522 | 3.522 | 3.522 | 3.522 | 3.522 | 3.522 | 100.0% | 1 | | glance_v2.list_images | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 100.0% | 1 | | total | 5.864 | 5.864 | 5.864 | 5.864 | 5.864 | 5.864 | 100.0% | 1 | | -> duration | 5.864 | 5.864 | 5.864 | 5.864 | 5.864 | 5.864 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.863821 Full duration: 18.553654 -------------------------------------------------------------------------------- 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 7cdc329f-a8a7-4eec-b762-21d5feb5db90 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.253 | 0.253 | 0.253 | 0.253 | 0.253 | 0.253 | 100.0% | 1 | | total | 0.253 | 0.253 | 0.253 | 0.253 | 0.253 | 0.253 | 100.0% | 1 | | -> duration | 0.253 | 0.253 | 0.253 | 0.253 | 0.253 | 0.253 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.252982 Full duration: 7.396415 -------------------------------------------------------------------------------- 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-44b42a47-baa2-4edd-9a10-09090c047ff9" }, "number_instances": 2, "nics": [ { "net-id": "8563364a-bec2-417d-8224-ab16a5c3ce5a" } ] }, "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 7cdc329f-a8a7-4eec-b762-21d5feb5db90 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.181 | 5.181 | 5.181 | 5.181 | 5.181 | 5.181 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 100.0% | 1 | | -> glance_v2.upload_data | 2.882 | 2.882 | 2.882 | 2.882 | 2.882 | 2.882 | 100.0% | 1 | | nova.boot_servers | 15.44 | 15.44 | 15.44 | 15.44 | 15.44 | 15.44 | 100.0% | 1 | | total | 20.622 | 20.622 | 20.622 | 20.622 | 20.622 | 20.622 | 100.0% | 1 | | -> duration | 19.622 | 19.622 | 19.622 | 19.622 | 19.622 | 19.622 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.622339 Full duration: 60.348906 HINTS: * To plot HTML graphics with this data, run: rally task report 7cdc329f-a8a7-4eec-b762-21d5feb5db90 --out output.html * To generate a JUnit report, run: rally task export 7cdc329f-a8a7-4eec-b762-21d5feb5db90 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7cdc329f-a8a7-4eec-b762-21d5feb5db90 --json --out output.json 2018-04-17 13:33:48,253 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7cdc329f-a8a7-4eec-b762-21d5feb5db90'] 2018-04-17 13:33:49,308 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-17 13:33:49,309 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7cdc329f-a8a7-4eec-b762-21d5feb5db90', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-17 13:33:49,316 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-17 13:33:49,317 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-17 13:33:49,317 - 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-17 13:33:49,317 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-17 13:33:49,334 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-17 13:33:49,335 - 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': '8563364a-bec2-417d-8224-ab16a5c3ce5a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-44b42a47-baa2-4edd-9a10-09090c047ff9', 'flavor_name': 'rally-tiny-44b42a47-baa2-4edd-9a10-09090c047ff9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-44b42a47-baa2-4edd-9a10-09090c047ff9', '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-17 13:37:08,105 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5c664457-4483-4fb0-8b18-60e17f0e26a8 2018-04-17 13:37:08,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5c664457-4483-4fb0-8b18-60e17f0e26a8'] 2018-04-17 13:37:09,209 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5c664457-4483-4fb0-8b18-60e17f0e26a8: 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 5c664457-4483-4fb0-8b18-60e17f0e26a8 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.138 | 3.138 | 3.138 | 3.138 | 3.138 | 3.138 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.957 | 2.957 | 2.957 | 2.957 | 2.957 | 2.957 | 100.0% | 1 | | total | 6.095 | 6.095 | 6.095 | 6.095 | 6.095 | 6.095 | 100.0% | 1 | | -> duration | 6.095 | 6.095 | 6.095 | 6.095 | 6.095 | 6.095 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.095442 Full duration: 24.099145 -------------------------------------------------------------------------------- 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 5c664457-4483-4fb0-8b18-60e17f0e26a8 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.111 | 3.111 | 3.111 | 3.111 | 3.111 | 3.111 | 100.0% | 1 | | cinder_v2.delete_volume | 2.482 | 2.482 | 2.482 | 2.482 | 2.482 | 2.482 | 100.0% | 1 | | total | 5.593 | 5.593 | 5.593 | 5.593 | 5.593 | 5.593 | 100.0% | 1 | | -> duration | 5.593 | 5.593 | 5.593 | 5.593 | 5.593 | 5.593 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.593322 Full duration: 15.51566 -------------------------------------------------------------------------------- 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-44b42a47-baa2-4edd-9a10-09090c047ff9" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 5c664457-4483-4fb0-8b18-60e17f0e26a8 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 | 10.054 | 10.054 | 10.054 | 10.054 | 10.054 | 10.054 | 100.0% | 1 | | cinder_v2.delete_volume | 4.533 | 4.533 | 4.533 | 4.533 | 4.533 | 4.533 | 100.0% | 1 | | total | 14.587 | 14.587 | 14.587 | 14.587 | 14.587 | 14.587 | 100.0% | 1 | | -> duration | 14.587 | 14.587 | 14.587 | 14.587 | 14.587 | 14.587 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.587477 Full duration: 24.882151 -------------------------------------------------------------------------------- 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 5c664457-4483-4fb0-8b18-60e17f0e26a8 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.518 | 3.518 | 3.518 | 3.518 | 3.518 | 3.518 | 100.0% | 1 | | cinder_v2.delete_volume | 2.618 | 2.618 | 2.618 | 2.618 | 2.618 | 2.618 | 100.0% | 1 | | total | 6.136 | 6.136 | 6.136 | 6.136 | 6.136 | 6.136 | 100.0% | 1 | | -> duration | 6.136 | 6.136 | 6.136 | 6.136 | 6.136 | 6.136 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.136262 Full duration: 15.931394 -------------------------------------------------------------------------------- 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 5c664457-4483-4fb0-8b18-60e17f0e26a8 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.094 | 3.094 | 3.094 | 3.094 | 3.094 | 3.094 | 100.0% | 1 | | cinder_v2.extend_volume | 2.652 | 2.652 | 2.652 | 2.652 | 2.652 | 2.652 | 100.0% | 1 | | cinder_v2.delete_volume | 2.483 | 2.483 | 2.483 | 2.483 | 2.483 | 2.483 | 100.0% | 1 | | total | 8.23 | 8.23 | 8.23 | 8.23 | 8.23 | 8.23 | 100.0% | 1 | | -> duration | 8.23 | 8.23 | 8.23 | 8.23 | 8.23 | 8.23 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.229818 Full duration: 18.12973 -------------------------------------------------------------------------------- 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 5c664457-4483-4fb0-8b18-60e17f0e26a8 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.397 | 5.397 | 5.397 | 5.397 | 5.397 | 5.397 | 100.0% | 1 | | cinder_v2.delete_volume | 4.706 | 4.706 | 4.706 | 4.706 | 4.706 | 4.706 | 100.0% | 1 | | total | 10.104 | 10.104 | 10.104 | 10.104 | 10.104 | 10.104 | 100.0% | 1 | | -> duration | 10.104 | 10.104 | 10.104 | 10.104 | 10.104 | 10.104 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.103503 Full duration: 28.542354 -------------------------------------------------------------------------------- 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 5c664457-4483-4fb0-8b18-60e17f0e26a8 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.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | cinder_v2.list_qos | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 100.0% | 1 | | total | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> duration | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.733967 Full duration: 11.896757 -------------------------------------------------------------------------------- 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 5c664457-4483-4fb0-8b18-60e17f0e26a8 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.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | cinder_v2.set_qos | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.789102 Full duration: 11.435458 -------------------------------------------------------------------------------- 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 5c664457-4483-4fb0-8b18-60e17f0e26a8 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.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | cinder_v2.list_types | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 100.0% | 1 | | total | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> duration | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.762687 Full duration: 11.440045 -------------------------------------------------------------------------------- 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 5c664457-4483-4fb0-8b18-60e17f0e26a8 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.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | total | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> duration | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.787654 Full duration: 11.29406 HINTS: * To plot HTML graphics with this data, run: rally task report 5c664457-4483-4fb0-8b18-60e17f0e26a8 --out output.html * To generate a JUnit report, run: rally task export 5c664457-4483-4fb0-8b18-60e17f0e26a8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5c664457-4483-4fb0-8b18-60e17f0e26a8 --json --out output.json 2018-04-17 13:37:09,210 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5c664457-4483-4fb0-8b18-60e17f0e26a8'] 2018-04-17 13:37:10,311 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-17 13:37:10,312 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5c664457-4483-4fb0-8b18-60e17f0e26a8', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-17 13:37:10,320 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-17 13:37:10,320 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-17 13:37:10,321 - 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-17 13:37:10,321 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-17 13:37:10,338 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-17 13:37:10,338 - 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': '8563364a-bec2-417d-8224-ab16a5c3ce5a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-44b42a47-baa2-4edd-9a10-09090c047ff9', 'flavor_name': 'rally-tiny-44b42a47-baa2-4edd-9a10-09090c047ff9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-44b42a47-baa2-4edd-9a10-09090c047ff9', '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-17 13:38:30,998 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1ef683af-3bc0-4fc9-b07a-7d2d49905531 2018-04-17 13:38:30,998 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1ef683af-3bc0-4fc9-b07a-7d2d49905531'] 2018-04-17 13:38:32,054 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1ef683af-3bc0-4fc9-b07a-7d2d49905531: 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 1ef683af-3bc0-4fc9-b07a-7d2d49905531 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.846 | 4.846 | 4.846 | 4.846 | 4.846 | 4.846 | 100.0% | 1 | | heat.update_stack | 3.65 | 3.65 | 3.65 | 3.65 | 3.65 | 3.65 | 100.0% | 1 | | heat.delete_stack | 2.776 | 2.776 | 2.776 | 2.776 | 2.776 | 2.776 | 100.0% | 1 | | total | 11.272 | 11.272 | 11.272 | 11.272 | 11.272 | 11.272 | 100.0% | 1 | | -> duration | 7.272 | 7.272 | 7.272 | 7.272 | 7.272 | 7.272 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.272264 Full duration: 19.603556 -------------------------------------------------------------------------------- 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 1ef683af-3bc0-4fc9-b07a-7d2d49905531 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.397 | 4.397 | 4.397 | 4.397 | 4.397 | 4.397 | 100.0% | 1 | | heat.check_stack | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | heat.delete_stack | 2.385 | 2.385 | 2.385 | 2.385 | 2.385 | 2.385 | 100.0% | 1 | | total | 7.385 | 7.385 | 7.385 | 7.385 | 7.385 | 7.385 | 100.0% | 1 | | -> duration | 5.385 | 5.385 | 5.385 | 5.385 | 5.385 | 5.385 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.384794 Full duration: 15.283339 -------------------------------------------------------------------------------- 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 1ef683af-3bc0-4fc9-b07a-7d2d49905531 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.409 | 4.409 | 4.409 | 4.409 | 4.409 | 4.409 | 100.0% | 1 | | heat.suspend_stack | 1.972 | 1.972 | 1.972 | 1.972 | 1.972 | 1.972 | 100.0% | 1 | | heat.resume_stack | 1.67 | 1.67 | 1.67 | 1.67 | 1.67 | 1.67 | 100.0% | 1 | | heat.delete_stack | 2.353 | 2.353 | 2.353 | 2.353 | 2.353 | 2.353 | 100.0% | 1 | | total | 10.404 | 10.404 | 10.404 | 10.404 | 10.404 | 10.404 | 100.0% | 1 | | -> duration | 8.404 | 8.404 | 8.404 | 8.404 | 8.404 | 8.404 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.403818 Full duration: 18.608339 -------------------------------------------------------------------------------- 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 1ef683af-3bc0-4fc9-b07a-7d2d49905531 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.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | total | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | -> duration | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.579795 Full duration: 8.339123 HINTS: * To plot HTML graphics with this data, run: rally task report 1ef683af-3bc0-4fc9-b07a-7d2d49905531 --out output.html * To generate a JUnit report, run: rally task export 1ef683af-3bc0-4fc9-b07a-7d2d49905531 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1ef683af-3bc0-4fc9-b07a-7d2d49905531 --json --out output.json 2018-04-17 13:38:32,055 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1ef683af-3bc0-4fc9-b07a-7d2d49905531'] 2018-04-17 13:38:32,964 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-17 13:38:32,965 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1ef683af-3bc0-4fc9-b07a-7d2d49905531', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-17 13:38:32,973 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-17 13:38:32,973 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-17 13:38:32,973 - 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-17 13:38:32,974 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-17 13:38:32,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-17 13:38:32,991 - 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': '8563364a-bec2-417d-8224-ab16a5c3ce5a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-44b42a47-baa2-4edd-9a10-09090c047ff9', 'flavor_name': 'rally-tiny-44b42a47-baa2-4edd-9a10-09090c047ff9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-44b42a47-baa2-4edd-9a10-09090c047ff9', '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-17 13:41:47,615 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 220660bd-78ed-402c-9b6b-1cdd218b9dfd 2018-04-17 13:41:47,616 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '220660bd-78ed-402c-9b6b-1cdd218b9dfd'] 2018-04-17 13:41:48,707 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 220660bd-78ed-402c-9b6b-1cdd218b9dfd: 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 220660bd-78ed-402c-9b6b-1cdd218b9dfd 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.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | keystone_v3.add_role | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | keystone_v3.revoke_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | total | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> duration | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.737973 Full duration: 14.759504 -------------------------------------------------------------------------------- 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 220660bd-78ed-402c-9b6b-1cdd218b9dfd 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.896 | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 100.0% | 1 | | keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.list_roles | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 100.0% | 1 | | -> duration | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.143785 Full duration: 15.054963 -------------------------------------------------------------------------------- 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 220660bd-78ed-402c-9b6b-1cdd218b9dfd 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.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | keystone_v3.list_projects | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | -> duration | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.875096 Full duration: 14.127849 -------------------------------------------------------------------------------- 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 220660bd-78ed-402c-9b6b-1cdd218b9dfd 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.504 | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 100.0% | 1 | | keystone_v3.delete_role | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | total | 0.546 | 0.546 | 0.546 | 0.546 | 0.546 | 0.546 | 100.0% | 1 | | -> duration | 0.546 | 0.546 | 0.546 | 0.546 | 0.546 | 0.546 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.545768 Full duration: 12.156254 -------------------------------------------------------------------------------- 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 220660bd-78ed-402c-9b6b-1cdd218b9dfd 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.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | keystone_v3.delete_service | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | -> duration | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.580061 Full duration: 12.067064 -------------------------------------------------------------------------------- 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 220660bd-78ed-402c-9b6b-1cdd218b9dfd 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.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | keystone_v3.create_user | 0.432 | 0.432 | 0.432 | 0.432 | 0.432 | 0.432 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | -> keystone_v3.add_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.create_role | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.get_project | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | keystone_v3.get_user | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 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.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.get_services | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 1.581 | 1.581 | 1.581 | 1.581 | 1.581 | 1.581 | 100.0% | 1 | | -> duration | 1.581 | 1.581 | 1.581 | 1.581 | 1.581 | 1.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.581083 Full duration: 19.488969 -------------------------------------------------------------------------------- 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 220660bd-78ed-402c-9b6b-1cdd218b9dfd 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.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | keystone_v3.update_project | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 100.0% | 1 | | keystone_v3.delete_project | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 100.0% | 1 | | total | 1.122 | 1.122 | 1.122 | 1.122 | 1.122 | 1.122 | 100.0% | 1 | | -> duration | 1.122 | 1.122 | 1.122 | 1.122 | 1.122 | 1.122 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.12204 Full duration: 12.306649 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 220660bd-78ed-402c-9b6b-1cdd218b9dfd 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.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | total | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> duration | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.796322 Full duration: 14.658314 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 220660bd-78ed-402c-9b6b-1cdd218b9dfd 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.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 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.639894 Full duration: 13.39392 -------------------------------------------------------------------------------- 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 220660bd-78ed-402c-9b6b-1cdd218b9dfd 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.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | keystone_v3.list_users | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | -> duration | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.912549 Full duration: 16.122657 -------------------------------------------------------------------------------- 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 220660bd-78ed-402c-9b6b-1cdd218b9dfd 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.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | keystone_v3.create_users | 4.76 | 4.76 | 4.76 | 4.76 | 4.76 | 4.76 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.76 | 4.76 | 4.76 | 4.76 | 4.76 | 4.76 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 100.0% | 1 | | total | 6.34 | 6.34 | 6.34 | 6.34 | 6.34 | 6.34 | 100.0% | 1 | | -> duration | 6.34 | 6.34 | 6.34 | 6.34 | 6.34 | 6.34 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.340057 Full duration: 26.067263 HINTS: * To plot HTML graphics with this data, run: rally task report 220660bd-78ed-402c-9b6b-1cdd218b9dfd --out output.html * To generate a JUnit report, run: rally task export 220660bd-78ed-402c-9b6b-1cdd218b9dfd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 220660bd-78ed-402c-9b6b-1cdd218b9dfd --json --out output.json 2018-04-17 13:41:48,708 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '220660bd-78ed-402c-9b6b-1cdd218b9dfd'] 2018-04-17 13:41:49,749 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-17 13:41:49,749 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '220660bd-78ed-402c-9b6b-1cdd218b9dfd', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-17 13:41:49,756 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-17 13:41:49,756 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-17 13:41:49,756 - 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-17 13:41:49,756 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-17 13:41:49,766 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-17 13:41:49,767 - 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': '8563364a-bec2-417d-8224-ab16a5c3ce5a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-44b42a47-baa2-4edd-9a10-09090c047ff9', 'flavor_name': 'rally-tiny-44b42a47-baa2-4edd-9a10-09090c047ff9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-44b42a47-baa2-4edd-9a10-09090c047ff9', '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-17 13:46:45,561 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : afd5f460-44ca-486c-942a-0de8b13600fc 2018-04-17 13:46:45,561 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'afd5f460-44ca-486c-942a-0de8b13600fc'] 2018-04-17 13:46:46,688 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task afd5f460-44ca-486c-942a-0de8b13600fc: 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 afd5f460-44ca-486c-942a-0de8b13600fc 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.247 | 2.247 | 2.247 | 2.247 | 2.247 | 2.247 | 100.0% | 1 | | neutron.delete_network | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | total | 2.971 | 2.971 | 2.971 | 2.971 | 2.971 | 2.971 | 100.0% | 1 | | -> duration | 2.971 | 2.971 | 2.971 | 2.971 | 2.971 | 2.971 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.970529 Full duration: 15.415941 -------------------------------------------------------------------------------- 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 afd5f460-44ca-486c-942a-0de8b13600fc 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.464 | 1.464 | 1.464 | 1.464 | 1.464 | 1.464 | 100.0% | 1 | | neutron.delete_port | 0.405 | 0.405 | 0.405 | 0.405 | 0.405 | 0.405 | 100.0% | 1 | | total | 1.87 | 1.87 | 1.87 | 1.87 | 1.87 | 1.87 | 100.0% | 1 | | -> duration | 1.87 | 1.87 | 1.87 | 1.87 | 1.87 | 1.87 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.869652 Full duration: 27.215544 -------------------------------------------------------------------------------- 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 afd5f460-44ca-486c-942a-0de8b13600fc 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.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | neutron.create_subnet | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 100.0% | 1 | | neutron.create_router | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | neutron.add_interface_router | 1.582 | 1.582 | 1.582 | 1.582 | 1.582 | 1.582 | 100.0% | 1 | | neutron.remove_interface_router | 1.146 | 1.146 | 1.146 | 1.146 | 1.146 | 1.146 | 100.0% | 1 | | neutron.delete_router | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 100.0% | 1 | | total | 4.352 | 4.352 | 4.352 | 4.352 | 4.352 | 4.352 | 100.0% | 1 | | -> duration | 4.352 | 4.352 | 4.352 | 4.352 | 4.352 | 4.352 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.351629 Full duration: 34.265035 -------------------------------------------------------------------------------- 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 afd5f460-44ca-486c-942a-0de8b13600fc 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.69 | 1.69 | 1.69 | 1.69 | 1.69 | 1.69 | 100.0% | 1 | | neutron.delete_subnet | 1.007 | 1.007 | 1.007 | 1.007 | 1.007 | 1.007 | 100.0% | 1 | | total | 2.697 | 2.697 | 2.697 | 2.697 | 2.697 | 2.697 | 100.0% | 1 | | -> duration | 2.697 | 2.697 | 2.697 | 2.697 | 2.697 | 2.697 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.697436 Full duration: 27.610176 -------------------------------------------------------------------------------- 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 afd5f460-44ca-486c-942a-0de8b13600fc 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.033 | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 100.0% | 1 | | neutron.list_networks | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 100.0% | 1 | | -> duration | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.18448 Full duration: 15.871126 -------------------------------------------------------------------------------- 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 afd5f460-44ca-486c-942a-0de8b13600fc 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.28 | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 100.0% | 1 | | neutron.list_ports | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 1.38 | 1.38 | 1.38 | 1.38 | 1.38 | 1.38 | 100.0% | 1 | | -> duration | 1.38 | 1.38 | 1.38 | 1.38 | 1.38 | 1.38 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.380095 Full duration: 25.742423 -------------------------------------------------------------------------------- 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 afd5f460-44ca-486c-942a-0de8b13600fc 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.206 | 1.206 | 1.206 | 1.206 | 1.206 | 1.206 | 100.0% | 1 | | neutron.create_subnet | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 100.0% | 1 | | neutron.create_router | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | neutron.add_interface_router | 1.734 | 1.734 | 1.734 | 1.734 | 1.734 | 1.734 | 100.0% | 1 | | neutron.list_routers | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 3.555 | 3.555 | 3.555 | 3.555 | 3.555 | 3.555 | 100.0% | 1 | | -> duration | 3.555 | 3.555 | 3.555 | 3.555 | 3.555 | 3.555 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.55499 Full duration: 36.315078 -------------------------------------------------------------------------------- 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 afd5f460-44ca-486c-942a-0de8b13600fc 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.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | neutron.create_subnet | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 100.0% | 1 | | neutron.list_subnets | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 100.0% | 1 | | -> duration | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.487897 Full duration: 30.584621 -------------------------------------------------------------------------------- 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 afd5f460-44ca-486c-942a-0de8b13600fc 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.984 | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 100.0% | 1 | | neutron.delete_security_group | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 100.0% | 1 | | total | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 100.0% | 1 | | -> duration | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.541998 Full duration: 14.010955 -------------------------------------------------------------------------------- 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 afd5f460-44ca-486c-942a-0de8b13600fc 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.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | neutron.create_security_group_rule | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | neutron.delete_security_group | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 1.206 | 1.206 | 1.206 | 1.206 | 1.206 | 1.206 | 100.0% | 1 | | -> duration | 1.206 | 1.206 | 1.206 | 1.206 | 1.206 | 1.206 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.206115 Full duration: 14.603141 -------------------------------------------------------------------------------- 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 afd5f460-44ca-486c-942a-0de8b13600fc 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.872 | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 100.0% | 1 | | neutron.create_router | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | neutron.add_gateway_router | 1.578 | 1.578 | 1.578 | 1.578 | 1.578 | 1.578 | 100.0% | 1 | | neutron.remove_gateway_router | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | total | 3.374 | 3.374 | 3.374 | 3.374 | 3.374 | 3.374 | 100.0% | 1 | | -> duration | 3.374 | 3.374 | 3.374 | 3.374 | 3.374 | 3.374 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.374209 Full duration: 24.41482 HINTS: * To plot HTML graphics with this data, run: rally task report afd5f460-44ca-486c-942a-0de8b13600fc --out output.html * To generate a JUnit report, run: rally task export afd5f460-44ca-486c-942a-0de8b13600fc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report afd5f460-44ca-486c-942a-0de8b13600fc --json --out output.json 2018-04-17 13:46:46,689 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'afd5f460-44ca-486c-942a-0de8b13600fc'] 2018-04-17 13:46:47,800 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-17 13:46:47,801 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'afd5f460-44ca-486c-942a-0de8b13600fc', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-17 13:46:47,809 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-17 13:46:47,810 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-17 13:46:47,810 - 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-17 13:46:47,810 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-17 13:46:47,827 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-17 13:46:47,828 - 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': '8563364a-bec2-417d-8224-ab16a5c3ce5a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-44b42a47-baa2-4edd-9a10-09090c047ff9', 'flavor_name': 'rally-tiny-44b42a47-baa2-4edd-9a10-09090c047ff9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-44b42a47-baa2-4edd-9a10-09090c047ff9', '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-17 13:49:53,273 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1da4d664-6fed-4d91-ac1f-610fe4be0135 2018-04-17 13:49:53,273 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1da4d664-6fed-4d91-ac1f-610fe4be0135'] 2018-04-17 13:49:54,283 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1da4d664-6fed-4d91-ac1f-610fe4be0135: 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-44b42a47-baa2-4edd-9a10-09090c047ff9" }, "image": { "name": "Cirros-0.4.0-44b42a47-baa2-4edd-9a10-09090c047ff9" }, "block_migration": false, "nics": [ { "net-id": "8563364a-bec2-417d-8224-ab16a5c3ce5a" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1da4d664-6fed-4d91-ac1f-610fe4be0135 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.663 | 12.663 | 12.663 | 12.663 | 12.663 | 12.663 | 100.0% | 1 | | nova.find_host_to_migrate | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 100.0% | 1 | | nova.live_migrate | 133.933 | 133.933 | 133.933 | 133.933 | 133.933 | 133.933 | 0.0% | 1 | | total | 147.634 | 147.634 | 147.634 | 147.634 | 147.634 | 147.634 | 0.0% | 1 | | -> duration | 146.634 | 146.634 | 146.634 | 146.634 | 146.634 | 146.634 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 146.633985 Full duration: 163.782436 HINTS: * To plot HTML graphics with this data, run: rally task report 1da4d664-6fed-4d91-ac1f-610fe4be0135 --out output.html * To generate a JUnit report, run: rally task export 1da4d664-6fed-4d91-ac1f-610fe4be0135 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1da4d664-6fed-4d91-ac1f-610fe4be0135 --json --out output.json 2018-04-17 13:49:54,284 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1da4d664-6fed-4d91-ac1f-610fe4be0135'] 2018-04-17 13:49:55,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-17 13:49:55,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1da4d664-6fed-4d91-ac1f-610fe4be0135', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-17 13:49:55,343 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-17 13:49:55,344 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-17 13:49:55,344 - 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-17 13:49:55,344 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-17 13:49:55,359 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-17 13:49:55,360 - 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': '8563364a-bec2-417d-8224-ab16a5c3ce5a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-44b42a47-baa2-4edd-9a10-09090c047ff9', 'flavor_name': 'rally-tiny-44b42a47-baa2-4edd-9a10-09090c047ff9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-44b42a47-baa2-4edd-9a10-09090c047ff9', '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-17 13:50:48,491 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 70f66746-8ab2-482c-aba8-f52605cdd5d8 2018-04-17 13:50:48,491 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '70f66746-8ab2-482c-aba8-f52605cdd5d8'] 2018-04-17 13:50:49,496 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 70f66746-8ab2-482c-aba8-f52605cdd5d8: 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 70f66746-8ab2-482c-aba8-f52605cdd5d8 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 | 2.212 | 2.212 | 2.212 | 2.212 | 2.212 | 2.212 | 100.0% | 1 | | quotas.delete_quotas | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 2.391 | 2.391 | 2.391 | 2.391 | 2.391 | 2.391 | 100.0% | 1 | | -> duration | 2.391 | 2.391 | 2.391 | 2.391 | 2.391 | 2.391 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.391363 Full duration: 9.693278 -------------------------------------------------------------------------------- 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 70f66746-8ab2-482c-aba8-f52605cdd5d8 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.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | total | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> duration | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.735629 Full duration: 8.615293 -------------------------------------------------------------------------------- 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 70f66746-8ab2-482c-aba8-f52605cdd5d8 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.299 | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 100.0% | 1 | | total | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> duration | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.695128 Full duration: 8.565473 -------------------------------------------------------------------------------- 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 70f66746-8ab2-482c-aba8-f52605cdd5d8 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 100.0% | 1 | | total | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 100.0% | 1 | | -> duration | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.016682 Full duration: 9.437384 HINTS: * To plot HTML graphics with this data, run: rally task report 70f66746-8ab2-482c-aba8-f52605cdd5d8 --out output.html * To generate a JUnit report, run: rally task export 70f66746-8ab2-482c-aba8-f52605cdd5d8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 70f66746-8ab2-482c-aba8-f52605cdd5d8 --json --out output.json 2018-04-17 13:50:49,497 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '70f66746-8ab2-482c-aba8-f52605cdd5d8'] 2018-04-17 13:50:50,480 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-17 13:50:50,480 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '70f66746-8ab2-482c-aba8-f52605cdd5d8', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-17 13:50:50,487 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-17 13:50:50,490 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:43 | 4 | 100.00% | | cinder | 02:53 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:50 | 11 | 100.00% | | neutron | 04:26 | 11 | 100.00% | | nova | 02:43 | 1 | 0.00% | | quotas | 00:36 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:59 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-17 13:50:50,490 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-17 13:50:58,893 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-17 13:50:58,893 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-17 13:50:59,381 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-17 13:50:59,382 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:42 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-17 13:50:59,386 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-17 13:50:59,386 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-17 13:50:59,472 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-17 13:51:01,889 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-17 13:51:01.614 9789 INFO rally.deployment.engine [-] Deployment 07f3d68d-625c-45cb-8190-a9710585356d | Starting: Destroy cloud and free allocated resources. 2018-04-17 13:51:01.690 9789 INFO rally.deployment.engine [-] Deployment 07f3d68d-625c-45cb-8190-a9710585356d | Completed: Destroy cloud and free allocated resources. 2018-04-17 13:51:01.714 9789 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=65bd8cbf-10ab-484d-8294-fea9e3a13774). 2018-04-17 13:51:01.719 9789 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-17 13:51:04,188 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-17 13:51:03.914 9792 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=bcb0187f-baa1-48d9-85ac-9d7ccce4378b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | bcb0187f-baa1-48d9-85ac-9d7ccce4378b | 2018-04-17T13:51:03 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: bcb0187f-baa1-48d9-85ac-9d7ccce4378b ~/.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-17 13:51:07,595 - 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-17 13:51:07,595 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-17 13:51:09,954 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-17 13:51:09.709 9798 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=65bd8cbf-10ab-484d-8294-fea9e3a13774). 2018-04-17 13:51:09.839 9798 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-17 13:51:14,206 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-17 13:51:11.957 9801 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-17 13:51:12.115 9801 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-17 13:51:14.013 9801 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f43b67ce-a029-4755-8537-9b4dee0310cf) has been successfully created! Using verifier 'opnfv-tempest' (UUID=f43b67ce-a029-4755-8537-9b4dee0310cf) as the default verifier for the future CLI operations. 2018-04-17 13:51:17,165 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-17 13:51:18,901 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-17 13:51:24,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-17 13:51:29,824 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-17 13:51:28.831 9820 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f43b67ce-a029-4755-8537-9b4dee0310cf) for deployment 'opnfv-rally' (UUID=bcb0187f-baa1-48d9-85ac-9d7ccce4378b). 2018-04-17 13:51:29.665 9820 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f43b67ce-a029-4755-8537-9b4dee0310cf) has been successfully configured for deployment 'opnfv-rally' (UUID=bcb0187f-baa1-48d9-85ac-9d7ccce4378b)! 2018-04-17 13:51:29,824 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-17 13:51:29,824 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-17 13:51:29,827 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-17 13:51:32,185 - 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-17 13:51:34,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:34.163 9832 INFO rally.api [-] Starting verification (UUID=c74bb606-658f-4e2f-be2c-c7758ea61295) for deployment 'opnfv-rally' (UUID=bcb0187f-baa1-48d9-85ac-9d7ccce4378b) by verifier 'opnfv-tempest' (UUID=f43b67ce-a029-4755-8537-9b4dee0310cf). 2018-04-17 13:51:34,164 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c74bb606-658f-4e2f-be2c-c7758ea61295 2018-04-17 13:51:43,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:43.687 9832 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-04-17 13:51:44,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:44.403 9832 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.568s] 2018-04-17 13:51:44,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:44.433 9832 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.609s] 2018-04-17 13:51:44,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:44.434 9832 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.420s] 2018-04-17 13:51:44,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:44.517 9832 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.114s] 2018-04-17 13:51:47,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:47.795 9832 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.004s] 2018-04-17 13:51:48,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:48.322 9832 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.525s] 2018-04-17 13:51:48,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:48.516 9832 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.248s] 2018-04-17 13:51:49,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:49.064 9832 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.742s] 2018-04-17 13:51:51,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:51.023 9832 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.178s] 2018-04-17 13:51:51,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:51.151 9832 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.128s] 2018-04-17 13:51:51,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:51.271 9832 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.119s] 2018-04-17 13:51:51,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:51.279 9832 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.762s] 2018-04-17 13:51:51,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:51.896 9832 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.525s] 2018-04-17 13:51:52,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:52.925 9832 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.644s] 2018-04-17 13:51:54,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:54.269 9832 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.929s] 2018-04-17 13:51:54,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:54.576 9832 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.650s] 2018-04-17 13:51:55,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:55.455 9832 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.185s] 2018-04-17 13:51:56,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:56.189 9832 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.611s] 2018-04-17 13:51:56,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:56.403 9832 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.187s] 2018-04-17 13:51:56,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:56.419 9832 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.015s] 2018-04-17 13:51:56,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:56.854 9832 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.434s] 2018-04-17 13:51:56,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:56.861 9832 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.007s] 2018-04-17 13:51:56,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:56.917 9832 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.056s] 2018-04-17 13:51:57,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:57.365 9832 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.174s] 2018-04-17 13:51:58,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:58.713 9832 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.348s] 2018-04-17 13:51:58,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:58.795 9832 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.083s] 2018-04-17 13:51:58,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:58.825 9832 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.029s] 2018-04-17 13:51:58,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:58.875 9832 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.048s] 2018-04-17 13:51:58,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:51:58.902 9832 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.026s] 2018-04-17 13:52:09,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:52:09.504 9832 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.222s] 2018-04-17 13:52:09,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:52:09.729 9832 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.224s] 2018-04-17 13:52:09,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:52:09.942 9832 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.213s] 2018-04-17 13:52:10,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:52:10.195 9832 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.250s] 2018-04-17 13:52:10,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:52:10.408 9832 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.214s] 2018-04-17 13:52:10,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:52:10.485 9832 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.076s] 2018-04-17 13:52:11,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:52:11.056 9832 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.570s] 2018-04-17 13:52:11,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:52:11.136 9832 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.080s] 2018-04-17 13:52:11,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:52:11.199 9832 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.063s] 2018-04-17 13:52:11,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:52:11.270 9832 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.070s] 2018-04-17 13:52:11,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:52:11.404 9832 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.133s] 2018-04-17 13:52:20,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:52:20.711 9832 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.194s] 2018-04-17 13:53:03,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:53:03.589 9832 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [25.068s] 2018-04-17 13:53:07,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:53:07.076 9832 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [78.001s] 2018-04-17 13:53:10,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:53:10.507 9832 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [73.385s] 2018-04-17 13:53:16,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:53:16.575 9832 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.988s] 2018-04-17 13:53:27,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:53:27.078 9832 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.081s] 2018-04-17 13:53:27,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:53:27.156 9832 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.078s] 2018-04-17 13:53:45,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:53:45.564 9832 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [35.053s] 2018-04-17 13:54:01,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:01.829 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.169s] 2018-04-17 13:54:01,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:01.999 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.170s] 2018-04-17 13:54:02,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:02.037 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.038s] 2018-04-17 13:54:02,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:02.200 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.162s] 2018-04-17 13:54:02,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:02.356 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.155s] 2018-04-17 13:54:02,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:02.369 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2018-04-17 13:54:02,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:02.422 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.053s] 2018-04-17 13:54:02,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:02.608 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.184s] 2018-04-17 13:54:02,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:02.751 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.143s] 2018-04-17 13:54:02,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:02.776 9832 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [46.190s] 2018-04-17 13:54:02,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:02.788 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.036s] 2018-04-17 13:54:02,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:02.796 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.008s] 2018-04-17 13:54:02,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:02.843 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.046s] 2018-04-17 13:54:02,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:02.891 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.047s] 2018-04-17 13:54:02,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:02.927 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.035s] 2018-04-17 13:54:02,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:02.963 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.035s] 2018-04-17 13:54:03,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:03.329 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.366s] 2018-04-17 13:54:03,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:03.639 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.309s] 2018-04-17 13:54:03,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:03.687 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.047s] 2018-04-17 13:54:03,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:03.696 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-04-17 13:54:03,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:03.729 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.032s] 2018-04-17 13:54:03,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:03.769 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.038s] 2018-04-17 13:54:03,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:03.805 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.036s] 2018-04-17 13:54:03,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:03.852 9832 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.046s] 2018-04-17 13:54:21,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:21.851 9832 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [19.074s] 2018-04-17 13:54:45,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:45.032 9832 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.822s] 2018-04-17 13:54:55,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:54:55.372 9832 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [10.338s] 2018-04-17 13:55:13,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:55:13.340 9832 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [17.966s] 2018-04-17 13:55:18,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c74bb606-658f-4e2f-be2c-c7758ea61295']'. 2018-04-17 13:55:19,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-17 13:55:19,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-17 13:55:19,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-17 13:55:19,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c74bb606-658f-4e2f-be2c-c7758ea61295 | 2018-04-17 13:55:19,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-17 13:55:19,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-17 13:51:34 | 2018-04-17 13:55:19,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-17 13:55:18 | 2018-04-17 13:55:19,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:44 | 2018-04-17 13:55:19,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-17 13:55:19,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-17 13:55:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f43b67ce-a029-4755-8537-9b4dee0310cf) | 2018-04-17 13:55:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-17 13:55:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: bcb0187f-baa1-48d9-85ac-9d7ccce4378b) | 2018-04-17 13:55:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 77 | 2018-04-17 13:55:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 212.049 | 2018-04-17 13:55:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 77 | 2018-04-17 13:55:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-17 13:55:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-17 13:55:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-17 13:55:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-17 13:55:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-17 13:55:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-17 13:55:19,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-17 13:55:27,193 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-17 13:55:27,193 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 04:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-17 13:55:27,197 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-17 13:55:27,282 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-17 13:55:29,841 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-17 13:55:29.415 9936 INFO rally.deployment.engine [-] Deployment bcb0187f-baa1-48d9-85ac-9d7ccce4378b | Starting: Destroy cloud and free allocated resources. 2018-04-17 13:55:29.511 9936 INFO rally.deployment.engine [-] Deployment bcb0187f-baa1-48d9-85ac-9d7ccce4378b | Completed: Destroy cloud and free allocated resources. 2018-04-17 13:55:29.549 9936 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=f43b67ce-a029-4755-8537-9b4dee0310cf) for deployment 'opnfv-rally'. 2018-04-17 13:55:29.564 9936 INFO rally.api [-] Deleting verification (UUID=c74bb606-658f-4e2f-be2c-c7758ea61295). 2018-04-17 13:55:29.606 9936 INFO rally.api [-] Verification has been successfully deleted! 2018-04-17 13:55:29.606 9936 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=f43b67ce-a029-4755-8537-9b4dee0310cf). 2018-04-17 13:55:29.618 9936 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-17 13:55:32,267 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-17 13:55:31.991 9939 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=64b33331-a347-4626-8436-d34c3ad03769) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 64b33331-a347-4626-8436-d34c3ad03769 | 2018-04-17T13:55:31 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 64b33331-a347-4626-8436-d34c3ad03769 ~/.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-17 13:55:35,614 - 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-17 13:55:35,614 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-17 13:55:37,830 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-17 13:55:37.533 9945 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=f43b67ce-a029-4755-8537-9b4dee0310cf). 2018-04-17 13:55:37.672 9945 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-17 13:55:41,248 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-17 13:55:39.916 9948 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-17 13:55:40.086 9948 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-17 13:55:41.062 9948 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cd4994fe-136f-430a-9e60-4e50fc80e2bc) has been successfully created! Using verifier 'opnfv-tempest' (UUID=cd4994fe-136f-430a-9e60-4e50fc80e2bc) as the default verifier for the future CLI operations. 2018-04-17 13:55:44,122 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-17 13:55:45,916 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-17 13:55:53,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-17 13:55:59,752 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-17 13:55:58.914 9967 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=cd4994fe-136f-430a-9e60-4e50fc80e2bc) for deployment 'opnfv-rally' (UUID=64b33331-a347-4626-8436-d34c3ad03769). 2018-04-17 13:55:59.592 9967 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cd4994fe-136f-430a-9e60-4e50fc80e2bc) has been successfully configured for deployment 'opnfv-rally' (UUID=64b33331-a347-4626-8436-d34c3ad03769)! 2018-04-17 13:55:59,753 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-17 13:55:59,753 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-17 13:55:59,754 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-17 13:55:59,765 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-17 13:56:02,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-cd4994fe-136f-430a-9e60-4e50fc80e2bc/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-17 13:56:02,842 - 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-17 13:56:04,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 13:56:04.899 9976 INFO rally.api [-] Starting verification (UUID=d89718e4-b82f-4cad-806c-e3e282fd1e16) for deployment 'opnfv-rally' (UUID=64b33331-a347-4626-8436-d34c3ad03769) by verifier 'opnfv-tempest' (UUID=cd4994fe-136f-430a-9e60-4e50fc80e2bc). 2018-04-17 13:56:04,900 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d89718e4-b82f-4cad-806c-e3e282fd1e16 2018-04-17 13:59:09,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd89718e4-b82f-4cad-806c-e3e282fd1e16']'. 2018-04-17 13:59:09,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-17 13:59:09,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-17 13:59:09,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-17 13:59:09,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d89718e4-b82f-4cad-806c-e3e282fd1e16 | 2018-04-17 13:59:09,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-17 13:59:09,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-17 13:56:04 | 2018-04-17 13:59:09,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-17 13:59:08 | 2018-04-17 13:59:09,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:04 | 2018-04-17 13:59:09,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-17 13:59:09,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-17 13:59:09,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: cd4994fe-136f-430a-9e60-4e50fc80e2bc) | 2018-04-17 13:59:09,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-17 13:59:09,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 64b33331-a347-4626-8436-d34c3ad03769) | 2018-04-17 13:59:09,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-17 13:59:09,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 175.171 | 2018-04-17 13:59:09,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-17 13:59:09,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-17 13:59:09,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-17 13:59:09,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-17 13:59:09,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-17 13:59:09,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-17 13:59:09,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-17 13:59:10,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-17 13:59:18,384 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-17 13:59:18,384 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:34 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-17 13:59:18,388 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-17 13:59:19,147 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-17 15:00:25,292 - 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 3666.075s OK 2018-04-17 15:00:25,421 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-17 15:00:25,421 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 61:06 | PASS | +---------------------+------------------+------------------+----------------+ 2018-04-17 15:00:25,426 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-17 15:00:25,516 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-17 15:00:28,051 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-17 15:00:27.600 10203 INFO rally.deployment.engine [-] Deployment 64b33331-a347-4626-8436-d34c3ad03769 | Starting: Destroy cloud and free allocated resources. 2018-04-17 15:00:27.700 10203 INFO rally.deployment.engine [-] Deployment 64b33331-a347-4626-8436-d34c3ad03769 | Completed: Destroy cloud and free allocated resources. 2018-04-17 15:00:27.755 10203 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=cd4994fe-136f-430a-9e60-4e50fc80e2bc) for deployment 'opnfv-rally'. 2018-04-17 15:00:27.785 10203 INFO rally.api [-] Deleting verification (UUID=d89718e4-b82f-4cad-806c-e3e282fd1e16). 2018-04-17 15:00:27.837 10203 INFO rally.api [-] Verification has been successfully deleted! 2018-04-17 15:00:27.838 10203 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=cd4994fe-136f-430a-9e60-4e50fc80e2bc). 2018-04-17 15:00:27.848 10203 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-17 15:00:30,494 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-17 15:00:30.231 10206 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9c5a96da-c053-47c6-9a8d-d6b9ac982d51) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9c5a96da-c053-47c6-9a8d-d6b9ac982d51 | 2018-04-17T15:00:30 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9c5a96da-c053-47c6-9a8d-d6b9ac982d51 ~/.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-17 15:00:33,708 - 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-17 15:00:33,709 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-17 15:00:36,077 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-17 15:00:35.812 10212 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=cd4994fe-136f-430a-9e60-4e50fc80e2bc). 2018-04-17 15:00:35.939 10212 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-17 15:00:39,368 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-17 15:00:38.057 10215 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-17 15:00:38.233 10215 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-17 15:00:39.215 10215 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5a37fc63-c83d-4c97-837f-76a0c76611b2) has been successfully created! Using verifier 'opnfv-tempest' (UUID=5a37fc63-c83d-4c97-837f-76a0c76611b2) as the default verifier for the future CLI operations. 2018-04-17 15:00:42,401 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-17 15:00:45,620 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-17 15:00:55,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-17 15:01:01,144 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-17 15:01:00.314 10234 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5a37fc63-c83d-4c97-837f-76a0c76611b2) for deployment 'opnfv-rally' (UUID=9c5a96da-c053-47c6-9a8d-d6b9ac982d51). 2018-04-17 15:01:00.986 10234 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5a37fc63-c83d-4c97-837f-76a0c76611b2) has been successfully configured for deployment 'opnfv-rally' (UUID=9c5a96da-c053-47c6-9a8d-d6b9ac982d51)! 2018-04-17 15:01:01,144 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-17 15:01:01,145 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-17 15:01:01,147 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-17 15:01:01,156 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-17 15:01:04,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-5a37fc63-c83d-4c97-837f-76a0c76611b2/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-17 15:01:04,028 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-17 15:01:04,030 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-17 15:01:04,030 - 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-17 15:01:06,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-17 15:01:06.293 10243 INFO rally.api [-] Starting verification (UUID=3c1f46f4-0cce-4688-b55b-c63011cd6379) for deployment 'opnfv-rally' (UUID=9c5a96da-c053-47c6-9a8d-d6b9ac982d51) by verifier 'opnfv-tempest' (UUID=5a37fc63-c83d-4c97-837f-76a0c76611b2). 2018-04-17 15:01:06,296 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 3c1f46f4-0cce-4688-b55b-c63011cd6379 2018-04-17 15:03:18,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '3c1f46f4-0cce-4688-b55b-c63011cd6379']'. 2018-04-17 15:03:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-17 15:03:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-17 15:03:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-17 15:03:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 3c1f46f4-0cce-4688-b55b-c63011cd6379 | 2018-04-17 15:03:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-17 15:03:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-17 15:01:06 | 2018-04-17 15:03:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-17 15:03:18 | 2018-04-17 15:03:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:12 | 2018-04-17 15:03:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-17 15:03:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-17 15:03:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5a37fc63-c83d-4c97-837f-76a0c76611b2) | 2018-04-17 15:03:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-17 15:03:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9c5a96da-c053-47c6-9a8d-d6b9ac982d51) | 2018-04-17 15:03:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-17 15:03:19,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 120.514 | 2018-04-17 15:03:19,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-17 15:03:19,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-17 15:03:19,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-17 15:03:19,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-17 15:03:19,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-17 15:03:19,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-17 15:03:19,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-17 15:03:19,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-17 15:03:28,721 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-17 15:03:28,722 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:46 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-17 15:03:28,727 - 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:46 | PASS | | tempest_smoke_serial | functest | smoke | 13:46 | PASS | | rally_sanity | functest | smoke | 20:42 | FAIL | | refstack_defcore | functest | smoke | 04:10 | PASS | | patrole | functest | smoke | 03:34 | PASS | | snaps_smoke | functest | smoke | 61:06 | PASS | | neutron_trunk | functest | smoke | 02:46 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-17 15:03:28,734 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-17 15:03:31,884 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-21 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-17 15:03:31,887 - 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=EVDngErEv8bXAzEvcschhgWGz export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-17 15:03:31,887 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-17 15:03:31,887 - 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-17 15:03:31,888 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-17 15:03:31,888 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-17 15:06:42,282 - xtesting.core.feature - ERROR - Execute command: doctor-test failed 2018-04-17 15:06:42,283 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-17 15:06:42,405 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-17 15:06:42,406 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:10 | FAIL | +-----------------------------+-----------------+------------------+----------------+ 2018-04-17 15:06:42,409 - xtesting.ci.run_tests - ERROR - The test case 'doctor-notification' failed. 2018-04-17 15:06:42,410 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-04-17 15:48:41,899 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-04-17 15:48:42,040 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-17 15:48:42,042 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 41:58 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-04-17 15:48:42,058 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-04-17 15:48:42,060 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:10 | FAIL | | barometercollectd | barometer | features | 41:58 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-17 15:48:42,069 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-17 15:49:35,257 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-21 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-17 15:49:35,259 - 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=EVDngErEv8bXAzEvcschhgWGz export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-17 15:49:35,259 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-17 15:49:35,259 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-17 15:49:35,259 - 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-17 15:49:35,260 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-17 15:49:37,800 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-21 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-17 15:49:37,803 - 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=EVDngErEv8bXAzEvcschhgWGz export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-17 15:49:37,804 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-17 15:49:37,805 - 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-17 15:49:37,806 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-17 15:49:37,806 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-17 15:52:47,913 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-17 15:52:48,029 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-17 15:52:48,030 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:10 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-17 15:52:48,033 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:10 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-17 15:52:48,035 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK