2018-04-11 21:11:03,995 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-6 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-11 21:11:04,001 - 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=qaFhkm3mVubKBcp8UYxw2cK3Z export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.10 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-11 21:11:04,001 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-11 21:11:04,003 - 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-11 21:11:04,005 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-11 21:11:04,005 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-11 21:11:07,145 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-11 21:11:17,436 - 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 10.281s OK 2018-04-11 21:11:17,570 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 21:11:17,570 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-11 21:11:17,573 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-11 21:11:19,712 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-11 21:27:08,274 - 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 948.508s OK 2018-04-11 21:27:08,405 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 21:27:08,405 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 15:49 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-11 21:27:08,409 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-11 21:27:09,331 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-11 21:28:05,784 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 56.451s OK 2018-04-11 21:28:05,897 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 21:28:05,897 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:56 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-11 21:28:05,901 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 15:49 | PASS | | snaps_health_check | functest | healthcheck | 00:56 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-11 21:28:05,904 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-11 21:28:37,585 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-6 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-11 21:28:37,587 - 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=qaFhkm3mVubKBcp8UYxw2cK3Z export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.10 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-11 21:28:37,588 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-11 21:28:37,588 - 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-11 21:28:37,589 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-11 21:28:37,589 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-11 21:28:38,677 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-11 21:28:38,677 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-11 21:28:39,069 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-11 21:28:39,069 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-11 21:28:39,435 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-11 21:28:39,435 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-11 21:28:39' 2018-04-11 21:28:39,435 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--087567cf-2105-4729-b7f9-455a0b9d246e' 2018-04-11 21:28:43,873 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-087567cf-2105-4729-b7f9-455a0b9d246e' 2018-04-11 21:28:47,348 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-087567cf-2105-4729-b7f9-455a0b9d246e' 2018-04-11 21:29:00,792 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-087567cf-2105-4729-b7f9-455a0b9d246e' 2018-04-11 21:29:01,704 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-087567cf-2105-4729-b7f9-455a0b9d246e' 2018-04-11 21:29:02,542 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-087567cf-2105-4729-b7f9-455a0b9d246e' 2018-04-11 21:29:09,921 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-087567cf-2105-4729-b7f9-455a0b9d246e' 2018-04-11 21:29:14,911 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-087567cf-2105-4729-b7f9-455a0b9d246e' 2018-04-11 21:29:46,452 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-11 21:29:56,711 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-11 21:29:56,850 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-11 21:29:57,857 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-11 21:30:24,454 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-11 21:30:24,454 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-11 21:30:25,439 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 21:30:25,439 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-11 21:30:25,443 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-11 21:30:25,554 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-11 21:30:25,554 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-11 21:30:25' 2018-04-11 21:30:25,554 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--11cde7c2-1436-4dd5-a122-08dc94892303' 2018-04-11 21:30:32,571 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-11cde7c2-1436-4dd5-a122-08dc94892303' 2018-04-11 21:30:35,019 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-11cde7c2-1436-4dd5-a122-08dc94892303' 2018-04-11 21:30:47,754 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-11cde7c2-1436-4dd5-a122-08dc94892303' 2018-04-11 21:30:48,519 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-11cde7c2-1436-4dd5-a122-08dc94892303' 2018-04-11 21:30:55,651 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-11cde7c2-1436-4dd5-a122-08dc94892303' 2018-04-11 21:31:03,057 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-11 21:31:21,208 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-11 21:31:23,816 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-11 21:32:08,110 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 21:32:08,110 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:58 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-11 21:32:08,114 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-11 21:32:08,253 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-11 21:32:14,397 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-11 21:32:14.133 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c0d5b4ab-5f77-4f75-8f51-dabdda423587) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c0d5b4ab-5f77-4f75-8f51-dabdda423587 | 2018-04-11T21:32:14 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c0d5b4ab-5f77-4f75-8f51-dabdda423587 ~/.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-11 21:32:17,650 - 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-11 21:32:17,651 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-11 21:32:24,004 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-11 21:32:21.762 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-11 21:32:21.914 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-11 21:32:23.863 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=abe63cb6-bc6c-4750-a2e2-ee386c2e582f) has been successfully created! Using verifier 'opnfv-tempest' (UUID=abe63cb6-bc6c-4750-a2e2-ee386c2e582f) as the default verifier for the future CLI operations. 2018-04-11 21:32:26,834 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-11 21:32:29,528 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-11 21:32:44,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-11 21:32:49,463 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-11 21:32:48.467 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=abe63cb6-bc6c-4750-a2e2-ee386c2e582f) for deployment 'opnfv-rally' (UUID=c0d5b4ab-5f77-4f75-8f51-dabdda423587). 2018-04-11 21:32:49.308 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=abe63cb6-bc6c-4750-a2e2-ee386c2e582f) has been successfully configured for deployment 'opnfv-rally' (UUID=c0d5b4ab-5f77-4f75-8f51-dabdda423587)! 2018-04-11 21:32:49,463 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-11 21:32:49,464 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-11 21:32:49,466 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-11 21:32:49,479 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-11 21:32:52,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-abe63cb6-bc6c-4750-a2e2-ee386c2e582f/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-11 21:32:52,487 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-11 21:32:52,494 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-11 21:32:52,495 - 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-11 21:32:54,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:32:54.645 55 INFO rally.api [-] Starting verification (UUID=e145445b-77f5-44be-9d0f-58cd9ea4c443) for deployment 'opnfv-rally' (UUID=c0d5b4ab-5f77-4f75-8f51-dabdda423587) by verifier 'opnfv-tempest' (UUID=abe63cb6-bc6c-4750-a2e2-ee386c2e582f). 2018-04-11 21:32:54,646 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: e145445b-77f5-44be-9d0f-58cd9ea4c443 2018-04-11 21:33:02,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:33:02.373 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.338s] 2018-04-11 21:33:02,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:33:02.429 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.056s] 2018-04-11 21:33:09,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:33:09.914 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.332s] 2018-04-11 21:33:14,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:33:14.055 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.139s] 2018-04-11 21:33:28,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:33:28.777 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.480s] 2018-04-11 21:33:54,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:33:54.611 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [18.208s] 2018-04-11 21:34:43,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:34:43.912 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.076s] 2018-04-11 21:34:43,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:34:43.913 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-11 21:35:32,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:35:32.741 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-04-11 21:35:32,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:35:32.742 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-11 21:36:20,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:36:20.622 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.100s] 2018-04-11 21:36:20,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:36:20.624 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-11 21:37:31,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:37:31.423 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [25.079s] 2018-04-11 21:38:06,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:38:06.817 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-04-11 21:38:06,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:38:06.914 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.097s] 2018-04-11 21:38:16,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:38:16.295 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.654s] 2018-04-11 21:38:16,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:38:16.306 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-04-11 21:38:18,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:38:18.354 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-11 21:38:18,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:38:18.355 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-11 21:38:23,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:38:23.380 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.453s] 2018-04-11 21:38:30,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:38:30.130 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.084s] 2018-04-11 21:38:37,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:38:37.253 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.755s] 2018-04-11 21:38:46,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:38:46.644 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.442s] 2018-04-11 21:38:57,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:38:57.179 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.544s] 2018-04-11 21:39:05,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:39:05.253 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.399s] 2018-04-11 21:39:11,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:39:11.876 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.243s] 2018-04-11 21:39:20,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:39:20.180 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.737s] 2018-04-11 21:39:28,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:39:28.663 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.768s] 2018-04-11 21:39:37,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:39:37.978 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.982s] 2018-04-11 21:39:41,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:39:41.360 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-11 21:39:43,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:39:43.387 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.071s] 2018-04-11 21:39:43,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:39:43.456 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.068s] 2018-04-11 21:39:43,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:39:43.535 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.079s] 2018-04-11 21:39:43,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:39:43.542 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-04-11 21:39:47,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:39:47.773 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.798s] 2018-04-11 21:39:52,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:39:52.690 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [4.917s] 2018-04-11 21:39:56,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:39:56.148 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.457s] 2018-04-11 21:40:09,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:40:09.397 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-04-11 21:40:17,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:40:17.363 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.803s] 2018-04-11 21:40:37,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:40:37.050 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.124s] 2018-04-11 21:40:42,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:40:42.287 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.237s] 2018-04-11 21:40:57,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:40:57.296 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.074s] 2018-04-11 21:41:01,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:41:01.479 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.182s] 2018-04-11 21:41:08,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:41:08.414 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.933s] 2018-04-11 21:41:19,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:41:19.593 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.560s] 2018-04-11 21:41:23,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:41:23.446 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.852s] 2018-04-11 21:41:30,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:41:30.301 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.854s] 2018-04-11 21:41:49,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:41:49.014 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [8.138s] 2018-04-11 21:41:49,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:41:49.390 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.376s] 2018-04-11 21:41:49,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:41:49.658 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.267s] 2018-04-11 21:41:49,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:41:49.860 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.202s] 2018-04-11 21:41:50,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:41:50.116 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.254s] 2018-04-11 21:41:50,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:41:50.325 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.210s] 2018-04-11 21:42:05,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:42:05.750 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.026s] 2018-04-11 21:42:06,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:42:06.173 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.423s] 2018-04-11 21:42:06,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:42:06.433 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.259s] 2018-04-11 21:42:06,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:42:06.632 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.199s] 2018-04-11 21:42:06,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:42:06.897 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.263s] 2018-04-11 21:42:07,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:42:07.010 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.113s] 2018-04-11 21:42:22,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:42:22.128 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.075s] 2018-04-11 21:42:28,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:42:28.893 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.764s] 2018-04-11 21:42:30,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:42:30.859 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.965s] 2018-04-11 21:42:31,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:42:31.060 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.201s] 2018-04-11 21:42:31,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:42:31.135 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.075s] 2018-04-11 21:42:44,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:42:44.455 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.113s] 2018-04-11 21:42:50,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:42:50.389 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.934s] 2018-04-11 21:42:53,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:42:53.281 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.891s] 2018-04-11 21:42:53,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:42:53.478 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.197s] 2018-04-11 21:42:53,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:42:53.682 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.204s] 2018-04-11 21:43:17,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:43:17.892 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [18.231s] 2018-04-11 21:43:30,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:43:30.010 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [12.116s] 2018-04-11 21:43:42,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:43:42.977 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.967s] 2018-04-11 21:43:53,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:43:53.272 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [10.295s] 2018-04-11 21:44:28,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:44:28.591 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.297s] 2018-04-11 21:44:42,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:44:42.817 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [14.226s] 2018-04-11 21:44:55,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:44:55.405 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.587s] 2018-04-11 21:45:06,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:45:06.230 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [10.825s] 2018-04-11 21:45:24,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:45:24.613 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.160s] 2018-04-11 21:45:27,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:45:27.250 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.635s] 2018-04-11 21:45:27,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:45:27.297 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.048s] 2018-04-11 21:45:33,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:45:33.320 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.079s] 2018-04-11 21:45:36,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:45:36.279 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.957s] 2018-04-11 21:45:36,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:45:36.328 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.051s] 2018-04-11 21:45:41,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:45:41.683 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.206s] 2018-04-11 21:45:44,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:45:44.926 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-11 21:45:46,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:45:46.940 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-11 21:45:46,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:45:46.941 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-11 21:45:46,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:45:46.942 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-11 21:45:46,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:45:46.943 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-11 21:45:46,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:45:46.944 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-11 21:45:48,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:45:48.914 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-04-11 21:46:12,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:46:12.970 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.799s] 2018-04-11 21:46:29,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:46:29.015 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [10.112s] 2018-04-11 21:46:48,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:46:48.728 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [19.710s] 2018-04-11 21:46:59,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:46:59.403 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.318s] 2018-04-11 21:48:46,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:48:46.476 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [97.642s] 2018-04-11 21:49:49,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:49:49.832 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [47.946s] 2018-04-11 21:51:27,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 21:51:27.176 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [63.574s] 2018-04-11 21:51:51,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e145445b-77f5-44be-9d0f-58cd9ea4c443']'. 2018-04-11 21:51:52,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-11 21:51:52,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-11 21:51:52,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 21:51:52,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e145445b-77f5-44be-9d0f-58cd9ea4c443 | 2018-04-11 21:51:52,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-11 21:51:52,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-11 21:32:54 | 2018-04-11 21:51:52,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-11 21:51:50 | 2018-04-11 21:51:52,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:56 | 2018-04-11 21:51:52,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-11 21:51:52,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-11 21:51:52,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-11 21:51:52,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: abe63cb6-bc6c-4750-a2e2-ee386c2e582f) | 2018-04-11 21:51:52,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-11 21:51:52,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c0d5b4ab-5f77-4f75-8f51-dabdda423587) | 2018-04-11 21:51:52,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-11 21:51:52,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1107.475 | 2018-04-11 21:51:52,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-11 21:51:52,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-11 21:51:52,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-11 21:51:52,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-11 21:51:52,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-11 21:51:52,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 21:51:52,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-11 21:51:52,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-11 21:52:05,613 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 21:52:05,614 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:39 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-11 21:52:05,618 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-11 21:52:05,746 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-11 21:52:06,157 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-11 21:52:06,157 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-11 21:52:06,522 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-11 21:52:08,993 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-11 21:52:08.613 121 INFO rally.deployment.engine [-] Deployment c0d5b4ab-5f77-4f75-8f51-dabdda423587 | Starting: Destroy cloud and free allocated resources. 2018-04-11 21:52:08.690 121 INFO rally.deployment.engine [-] Deployment c0d5b4ab-5f77-4f75-8f51-dabdda423587 | Completed: Destroy cloud and free allocated resources. 2018-04-11 21:52:08.728 121 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=abe63cb6-bc6c-4750-a2e2-ee386c2e582f) for deployment 'opnfv-rally'. 2018-04-11 21:52:08.744 121 INFO rally.api [-] Deleting verification (UUID=e145445b-77f5-44be-9d0f-58cd9ea4c443). 2018-04-11 21:52:08.785 121 INFO rally.api [-] Verification has been successfully deleted! 2018-04-11 21:52:08.785 121 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=abe63cb6-bc6c-4750-a2e2-ee386c2e582f). 2018-04-11 21:52:08.795 121 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-11 21:52:11,317 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-11 21:52:11.031 124 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=6a346f46-6b57-437d-8a38-efd574d0bdb7) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 6a346f46-6b57-437d-8a38-efd574d0bdb7 | 2018-04-11T21:52:10 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 6a346f46-6b57-437d-8a38-efd574d0bdb7 ~/.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-11 21:52:14,756 - 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-11 21:52:14,756 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-11 21:52:16,283 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-8c320087-21c9-4643-a849-20081ba40187'... 2018-04-11 21:52:21,365 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-8c320087-21c9-4643-a849-20081ba40187'... 2018-04-11 21:52:24,743 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-8c320087-21c9-4643-a849-20081ba40187'... 2018-04-11 21:52:35,913 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-8c320087-21c9-4643-a849-20081ba40187'... 2018-04-11 21:52:36,616 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-8c320087-21c9-4643-a849-20081ba40187'... 2018-04-11 21:52:37,714 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-11 21:52:37,714 - 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-11 21:52:37,715 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 21:52:37,745 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-11 21:52:37,754 - 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': '8bdceb01-3c8b-45e2-b3d0-6e9ddc6cd717', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8c320087-21c9-4643-a849-20081ba40187', 'flavor_name': 'rally-tiny-8c320087-21c9-4643-a849-20081ba40187', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8c320087-21c9-4643-a849-20081ba40187', '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-11 21:53:46,333 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 66f509d9-20c1-4b2f-a189-ba2d4e559605 2018-04-11 21:53:46,334 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-11 21:53:46,334 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '66f509d9-20c1-4b2f-a189-ba2d4e559605'] 2018-04-11 21:53:47,336 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 66f509d9-20c1-4b2f-a189-ba2d4e559605: 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 66f509d9-20c1-4b2f-a189-ba2d4e559605 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.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | total | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | -> duration | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.490283 Full duration: 7.568926 -------------------------------------------------------------------------------- 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 66f509d9-20c1-4b2f-a189-ba2d4e559605 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.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | total | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 100.0% | 1 | | -> duration | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.272735 Full duration: 8.747723 -------------------------------------------------------------------------------- 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 66f509d9-20c1-4b2f-a189-ba2d4e559605 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 100.0% | 1 | | total | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> duration | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.945318 Full duration: 7.814352 -------------------------------------------------------------------------------- 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 66f509d9-20c1-4b2f-a189-ba2d4e559605 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.347 | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 100.0% | 1 | | total | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> duration | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.776664 Full duration: 8.178408 -------------------------------------------------------------------------------- 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 66f509d9-20c1-4b2f-a189-ba2d4e559605 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.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 100.0% | 1 | | total | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 100.0% | 1 | | -> duration | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.916763 Full duration: 8.860551 -------------------------------------------------------------------------------- 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 66f509d9-20c1-4b2f-a189-ba2d4e559605 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.226 | 0.226 | 0.226 | 0.226 | 0.226 | 0.226 | 100.0% | 1 | | total | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | -> duration | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.690762 Full duration: 8.078869 HINTS: * To plot HTML graphics with this data, run: rally task report 66f509d9-20c1-4b2f-a189-ba2d4e559605 --out output.html * To generate a JUnit report, run: rally task export 66f509d9-20c1-4b2f-a189-ba2d4e559605 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 66f509d9-20c1-4b2f-a189-ba2d4e559605 --json --out output.json 2018-04-11 21:53:47,336 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '66f509d9-20c1-4b2f-a189-ba2d4e559605'] 2018-04-11 21:53:48,396 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 21:53:48,397 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '66f509d9-20c1-4b2f-a189-ba2d4e559605', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-11 21:53:48,404 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-11 21:53:48,405 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-11 21:53:48,405 - 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-11 21:53:48,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 21:53:48,423 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-11 21:53:48,432 - 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': '8bdceb01-3c8b-45e2-b3d0-6e9ddc6cd717', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8c320087-21c9-4643-a849-20081ba40187', 'flavor_name': 'rally-tiny-8c320087-21c9-4643-a849-20081ba40187', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8c320087-21c9-4643-a849-20081ba40187', '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-11 21:55:46,440 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8ee4e8f3-9146-49b4-9e0f-3d3b4e56020c 2018-04-11 21:55:46,440 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8ee4e8f3-9146-49b4-9e0f-3d3b4e56020c'] 2018-04-11 21:55:47,499 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8ee4e8f3-9146-49b4-9e0f-3d3b4e56020c: 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 8ee4e8f3-9146-49b4-9e0f-3d3b4e56020c 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.486 | 7.486 | 7.486 | 7.486 | 7.486 | 7.486 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 100.0% | 1 | | -> glance_v2.upload_data | 4.513 | 4.513 | 4.513 | 4.513 | 4.513 | 4.513 | 100.0% | 1 | | glance_v2.delete_image | 3.892 | 3.892 | 3.892 | 3.892 | 3.892 | 3.892 | 100.0% | 1 | | total | 11.378 | 11.378 | 11.378 | 11.378 | 11.378 | 11.378 | 100.0% | 1 | | -> duration | 11.378 | 11.378 | 11.378 | 11.378 | 11.378 | 11.378 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.378002 Full duration: 20.059503 -------------------------------------------------------------------------------- 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 8ee4e8f3-9146-49b4-9e0f-3d3b4e56020c 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.774 | 7.774 | 7.774 | 7.774 | 7.774 | 7.774 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 100.0% | 1 | | -> glance_v2.upload_data | 4.728 | 4.728 | 4.728 | 4.728 | 4.728 | 4.728 | 100.0% | 1 | | glance_v2.list_images | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 100.0% | 1 | | total | 7.965 | 7.965 | 7.965 | 7.965 | 7.965 | 7.965 | 100.0% | 1 | | -> duration | 7.965 | 7.965 | 7.965 | 7.965 | 7.965 | 7.965 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.964745 Full duration: 22.671908 -------------------------------------------------------------------------------- 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 8ee4e8f3-9146-49b4-9e0f-3d3b4e56020c 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.377 | 0.377 | 0.377 | 0.377 | 0.377 | 0.377 | 100.0% | 1 | | total | 0.378 | 0.378 | 0.378 | 0.378 | 0.378 | 0.378 | 100.0% | 1 | | -> duration | 0.378 | 0.378 | 0.378 | 0.378 | 0.378 | 0.378 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.377632 Full duration: 8.011478 -------------------------------------------------------------------------------- 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-8c320087-21c9-4643-a849-20081ba40187" }, "number_instances": 2, "nics": [ { "net-id": "8bdceb01-3c8b-45e2-b3d0-6e9ddc6cd717" } ] }, "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 8ee4e8f3-9146-49b4-9e0f-3d3b4e56020c 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 | 8.674 | 8.674 | 8.674 | 8.674 | 8.674 | 8.674 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 100.0% | 1 | | -> glance_v2.upload_data | 5.625 | 5.625 | 5.625 | 5.625 | 5.625 | 5.625 | 100.0% | 1 | | nova.boot_servers | 18.627 | 18.627 | 18.627 | 18.627 | 18.627 | 18.627 | 100.0% | 1 | | total | 27.302 | 27.302 | 27.302 | 27.302 | 27.302 | 27.302 | 100.0% | 1 | | -> duration | 26.302 | 26.302 | 26.302 | 26.302 | 26.302 | 26.302 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.302095 Full duration: 51.835802 HINTS: * To plot HTML graphics with this data, run: rally task report 8ee4e8f3-9146-49b4-9e0f-3d3b4e56020c --out output.html * To generate a JUnit report, run: rally task export 8ee4e8f3-9146-49b4-9e0f-3d3b4e56020c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8ee4e8f3-9146-49b4-9e0f-3d3b4e56020c --json --out output.json 2018-04-11 21:55:47,500 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8ee4e8f3-9146-49b4-9e0f-3d3b4e56020c'] 2018-04-11 21:55:48,561 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 21:55:48,561 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8ee4e8f3-9146-49b4-9e0f-3d3b4e56020c', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-11 21:55:48,569 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-11 21:55:48,569 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-11 21:55:48,569 - 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-11 21:55:48,570 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 21:55:48,586 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-11 21:55:48,595 - 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': '8bdceb01-3c8b-45e2-b3d0-6e9ddc6cd717', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8c320087-21c9-4643-a849-20081ba40187', 'flavor_name': 'rally-tiny-8c320087-21c9-4643-a849-20081ba40187', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8c320087-21c9-4643-a849-20081ba40187', '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-11 21:59:34,038 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : fe3bac55-8bd2-4f09-bc45-7292b69858a5 2018-04-11 21:59:34,039 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'fe3bac55-8bd2-4f09-bc45-7292b69858a5'] 2018-04-11 21:59:35,070 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task fe3bac55-8bd2-4f09-bc45-7292b69858a5: 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 fe3bac55-8bd2-4f09-bc45-7292b69858a5 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 | 4.798 | 4.798 | 4.798 | 4.798 | 4.798 | 4.798 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.694 | 3.694 | 3.694 | 3.694 | 3.694 | 3.694 | 100.0% | 1 | | total | 8.493 | 8.493 | 8.493 | 8.493 | 8.493 | 8.493 | 100.0% | 1 | | -> duration | 8.493 | 8.493 | 8.493 | 8.493 | 8.493 | 8.493 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.493052 Full duration: 27.609361 -------------------------------------------------------------------------------- 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 fe3bac55-8bd2-4f09-bc45-7292b69858a5 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.344 | 3.344 | 3.344 | 3.344 | 3.344 | 3.344 | 100.0% | 1 | | cinder_v2.delete_volume | 2.644 | 2.644 | 2.644 | 2.644 | 2.644 | 2.644 | 100.0% | 1 | | total | 5.989 | 5.989 | 5.989 | 5.989 | 5.989 | 5.989 | 100.0% | 1 | | -> duration | 5.989 | 5.989 | 5.989 | 5.989 | 5.989 | 5.989 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.988829 Full duration: 16.460615 -------------------------------------------------------------------------------- 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-8c320087-21c9-4643-a849-20081ba40187" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task fe3bac55-8bd2-4f09-bc45-7292b69858a5 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 13.344 | 13.344 | 13.344 | 13.344 | 13.344 | 13.344 | 100.0% | 1 | | cinder_v2.delete_volume | 4.565 | 4.565 | 4.565 | 4.565 | 4.565 | 4.565 | 100.0% | 1 | | total | 17.909 | 17.909 | 17.909 | 17.909 | 17.909 | 17.909 | 100.0% | 1 | | -> duration | 17.909 | 17.909 | 17.909 | 17.909 | 17.909 | 17.909 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.909478 Full duration: 29.018592 -------------------------------------------------------------------------------- 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 fe3bac55-8bd2-4f09-bc45-7292b69858a5 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.37 | 3.37 | 3.37 | 3.37 | 3.37 | 3.37 | 100.0% | 1 | | cinder_v2.delete_volume | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 100.0% | 1 | | total | 5.991 | 5.991 | 5.991 | 5.991 | 5.991 | 5.991 | 100.0% | 1 | | -> duration | 5.991 | 5.991 | 5.991 | 5.991 | 5.991 | 5.991 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.990603 Full duration: 17.576309 -------------------------------------------------------------------------------- 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 fe3bac55-8bd2-4f09-bc45-7292b69858a5 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.267 | 3.267 | 3.267 | 3.267 | 3.267 | 3.267 | 100.0% | 1 | | cinder_v2.extend_volume | 2.659 | 2.659 | 2.659 | 2.659 | 2.659 | 2.659 | 100.0% | 1 | | cinder_v2.delete_volume | 4.821 | 4.821 | 4.821 | 4.821 | 4.821 | 4.821 | 100.0% | 1 | | total | 10.747 | 10.747 | 10.747 | 10.747 | 10.747 | 10.747 | 100.0% | 1 | | -> duration | 10.747 | 10.747 | 10.747 | 10.747 | 10.747 | 10.747 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.747495 Full duration: 21.891998 -------------------------------------------------------------------------------- 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 fe3bac55-8bd2-4f09-bc45-7292b69858a5 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.899 | 7.899 | 7.899 | 7.899 | 7.899 | 7.899 | 100.0% | 1 | | cinder_v2.delete_volume | 4.6 | 4.6 | 4.6 | 4.6 | 4.6 | 4.6 | 100.0% | 1 | | total | 12.499 | 12.499 | 12.499 | 12.499 | 12.499 | 12.499 | 100.0% | 1 | | -> duration | 12.499 | 12.499 | 12.499 | 12.499 | 12.499 | 12.499 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.499143 Full duration: 33.131411 -------------------------------------------------------------------------------- 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 fe3bac55-8bd2-4f09-bc45-7292b69858a5 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.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | cinder_v2.list_qos | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 100.0% | 1 | | total | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> duration | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.794294 Full duration: 12.877239 -------------------------------------------------------------------------------- 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 fe3bac55-8bd2-4f09-bc45-7292b69858a5 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.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | cinder_v2.set_qos | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 100.0% | 1 | | -> duration | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.905879 Full duration: 13.228494 -------------------------------------------------------------------------------- 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 fe3bac55-8bd2-4f09-bc45-7292b69858a5 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.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | cinder_v2.list_types | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 100.0% | 1 | | -> duration | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.859035 Full duration: 12.419198 -------------------------------------------------------------------------------- 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 fe3bac55-8bd2-4f09-bc45-7292b69858a5 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.create_encryption_type | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> duration | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.800303 Full duration: 12.64527 HINTS: * To plot HTML graphics with this data, run: rally task report fe3bac55-8bd2-4f09-bc45-7292b69858a5 --out output.html * To generate a JUnit report, run: rally task export fe3bac55-8bd2-4f09-bc45-7292b69858a5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report fe3bac55-8bd2-4f09-bc45-7292b69858a5 --json --out output.json 2018-04-11 21:59:35,071 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'fe3bac55-8bd2-4f09-bc45-7292b69858a5'] 2018-04-11 21:59:35,944 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 21:59:35,945 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'fe3bac55-8bd2-4f09-bc45-7292b69858a5', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-11 21:59:35,954 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-11 21:59:35,954 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-11 21:59:35,954 - 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-11 21:59:35,955 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 21:59:35,984 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-11 21:59:35,997 - 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': '8bdceb01-3c8b-45e2-b3d0-6e9ddc6cd717', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8c320087-21c9-4643-a849-20081ba40187', 'flavor_name': 'rally-tiny-8c320087-21c9-4643-a849-20081ba40187', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8c320087-21c9-4643-a849-20081ba40187', '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-11 22:01:06,085 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 57772016-e41a-40c4-a482-048e07ba4ef5 2018-04-11 22:01:06,086 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '57772016-e41a-40c4-a482-048e07ba4ef5'] 2018-04-11 22:01:07,136 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 57772016-e41a-40c4-a482-048e07ba4ef5: 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 57772016-e41a-40c4-a482-048e07ba4ef5 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.351 | 5.351 | 5.351 | 5.351 | 5.351 | 5.351 | 100.0% | 1 | | heat.update_stack | 4.094 | 4.094 | 4.094 | 4.094 | 4.094 | 4.094 | 100.0% | 1 | | heat.delete_stack | 3.097 | 3.097 | 3.097 | 3.097 | 3.097 | 3.097 | 100.0% | 1 | | total | 12.542 | 12.542 | 12.542 | 12.542 | 12.542 | 12.542 | 100.0% | 1 | | -> duration | 8.542 | 8.542 | 8.542 | 8.542 | 8.542 | 8.542 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.542193 Full duration: 23.959998 -------------------------------------------------------------------------------- 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 57772016-e41a-40c4-a482-048e07ba4ef5 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.303 | 5.303 | 5.303 | 5.303 | 5.303 | 5.303 | 100.0% | 1 | | heat.check_stack | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | heat.delete_stack | 2.538 | 2.538 | 2.538 | 2.538 | 2.538 | 2.538 | 100.0% | 1 | | total | 8.663 | 8.663 | 8.663 | 8.663 | 8.663 | 8.663 | 100.0% | 1 | | -> duration | 6.663 | 6.663 | 6.663 | 6.663 | 6.663 | 6.663 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.663234 Full duration: 17.474939 -------------------------------------------------------------------------------- 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 57772016-e41a-40c4-a482-048e07ba4ef5 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.895 | 4.895 | 4.895 | 4.895 | 4.895 | 4.895 | 100.0% | 1 | | heat.suspend_stack | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 100.0% | 1 | | heat.resume_stack | 2.85 | 2.85 | 2.85 | 2.85 | 2.85 | 2.85 | 100.0% | 1 | | heat.delete_stack | 2.625 | 2.625 | 2.625 | 2.625 | 2.625 | 2.625 | 100.0% | 1 | | total | 11.355 | 11.355 | 11.355 | 11.355 | 11.355 | 11.355 | 100.0% | 1 | | -> duration | 9.355 | 9.355 | 9.355 | 9.355 | 9.355 | 9.355 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.355376 Full duration: 20.61112 -------------------------------------------------------------------------------- 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 57772016-e41a-40c4-a482-048e07ba4ef5 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.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | total | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | -> duration | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.589608 Full duration: 8.616618 HINTS: * To plot HTML graphics with this data, run: rally task report 57772016-e41a-40c4-a482-048e07ba4ef5 --out output.html * To generate a JUnit report, run: rally task export 57772016-e41a-40c4-a482-048e07ba4ef5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 57772016-e41a-40c4-a482-048e07ba4ef5 --json --out output.json 2018-04-11 22:01:07,136 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '57772016-e41a-40c4-a482-048e07ba4ef5'] 2018-04-11 22:01:08,220 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 22:01:08,220 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '57772016-e41a-40c4-a482-048e07ba4ef5', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-11 22:01:08,228 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-11 22:01:08,229 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-11 22:01:08,229 - 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-11 22:01:08,229 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 22:01:08,248 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-11 22:01:08,257 - 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': '8bdceb01-3c8b-45e2-b3d0-6e9ddc6cd717', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8c320087-21c9-4643-a849-20081ba40187', 'flavor_name': 'rally-tiny-8c320087-21c9-4643-a849-20081ba40187', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8c320087-21c9-4643-a849-20081ba40187', '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-11 22:04:29,286 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5c241b4d-fdf6-4b2b-a5da-5274f608cbdd 2018-04-11 22:04:29,287 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5c241b4d-fdf6-4b2b-a5da-5274f608cbdd'] 2018-04-11 22:04:30,374 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5c241b4d-fdf6-4b2b-a5da-5274f608cbdd: 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 5c241b4d-fdf6-4b2b-a5da-5274f608cbdd 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.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 100.0% | 1 | | keystone_v3.add_role | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | keystone_v3.revoke_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 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.795679 Full duration: 14.551697 -------------------------------------------------------------------------------- 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 5c241b4d-fdf6-4b2b-a5da-5274f608cbdd 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.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | keystone_v3.add_role | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | keystone_v3.list_roles | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.758661 Full duration: 14.57206 -------------------------------------------------------------------------------- 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 5c241b4d-fdf6-4b2b-a5da-5274f608cbdd 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.827 | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 100.0% | 1 | | keystone_v3.list_projects | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | -> duration | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.91087 Full duration: 15.467857 -------------------------------------------------------------------------------- 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 5c241b4d-fdf6-4b2b-a5da-5274f608cbdd 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.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | keystone_v3.delete_role | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 100.0% | 1 | | total | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | -> duration | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.635568 Full duration: 12.211532 -------------------------------------------------------------------------------- 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 5c241b4d-fdf6-4b2b-a5da-5274f608cbdd 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.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | keystone_v3.delete_service | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | total | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> duration | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.612733 Full duration: 12.500794 -------------------------------------------------------------------------------- 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 5c241b4d-fdf6-4b2b-a5da-5274f608cbdd 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.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | keystone_v3.create_user | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | -> keystone_v3.add_role | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 100.0% | 1 | | keystone_v3.create_role | 0.148 | 0.148 | 0.148 | 0.148 | 0.148 | 0.148 | 100.0% | 1 | | keystone_v3.get_project | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_user | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.get_role | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 100.0% | 1 | | keystone_v3.list_services | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.get_services | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 2.209 | 2.209 | 2.209 | 2.209 | 2.209 | 2.209 | 100.0% | 1 | | -> duration | 2.209 | 2.209 | 2.209 | 2.209 | 2.209 | 2.209 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.208729 Full duration: 21.082568 -------------------------------------------------------------------------------- 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 5c241b4d-fdf6-4b2b-a5da-5274f608cbdd has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | keystone_v3.update_project | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.delete_project | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | total | 0.944 | 0.944 | 0.944 | 0.944 | 0.944 | 0.944 | 100.0% | 1 | | -> duration | 0.944 | 0.944 | 0.944 | 0.944 | 0.944 | 0.944 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.94387 Full duration: 12.985009 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 5c241b4d-fdf6-4b2b-a5da-5274f608cbdd 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.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.771422 Full duration: 15.743522 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 5c241b4d-fdf6-4b2b-a5da-5274f608cbdd 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.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | total | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> duration | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.79342 Full duration: 15.953136 -------------------------------------------------------------------------------- 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 5c241b4d-fdf6-4b2b-a5da-5274f608cbdd 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.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | keystone_v3.list_users | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | -> duration | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.885209 Full duration: 14.719019 -------------------------------------------------------------------------------- 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 5c241b4d-fdf6-4b2b-a5da-5274f608cbdd has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.163 | 1.163 | 1.163 | 1.163 | 1.163 | 1.163 | 100.0% | 1 | | keystone_v3.create_users | 5.662 | 5.662 | 5.662 | 5.662 | 5.662 | 5.662 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.662 | 5.662 | 5.662 | 5.662 | 5.662 | 5.662 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 2.018 | 2.018 | 2.018 | 2.018 | 2.018 | 2.018 | 100.0% | 1 | | total | 7.89 | 7.89 | 7.89 | 7.89 | 7.89 | 7.89 | 100.0% | 1 | | -> duration | 7.89 | 7.89 | 7.89 | 7.89 | 7.89 | 7.89 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.889546 Full duration: 25.133639 HINTS: * To plot HTML graphics with this data, run: rally task report 5c241b4d-fdf6-4b2b-a5da-5274f608cbdd --out output.html * To generate a JUnit report, run: rally task export 5c241b4d-fdf6-4b2b-a5da-5274f608cbdd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5c241b4d-fdf6-4b2b-a5da-5274f608cbdd --json --out output.json 2018-04-11 22:04:30,374 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5c241b4d-fdf6-4b2b-a5da-5274f608cbdd'] 2018-04-11 22:04:31,474 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 22:04:31,474 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5c241b4d-fdf6-4b2b-a5da-5274f608cbdd', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-11 22:04:31,482 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-11 22:04:31,483 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-11 22:04:31,483 - 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-11 22:04:31,483 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 22:04:31,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-11 22:04:31,508 - 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': '8bdceb01-3c8b-45e2-b3d0-6e9ddc6cd717', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8c320087-21c9-4643-a849-20081ba40187', 'flavor_name': 'rally-tiny-8c320087-21c9-4643-a849-20081ba40187', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8c320087-21c9-4643-a849-20081ba40187', '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-11 22:11:33,933 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a53dcd60-158b-4db7-ba99-5f5f8b5f991c 2018-04-11 22:11:33,934 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a53dcd60-158b-4db7-ba99-5f5f8b5f991c'] 2018-04-11 22:11:34,872 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a53dcd60-158b-4db7-ba99-5f5f8b5f991c: 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 a53dcd60-158b-4db7-ba99-5f5f8b5f991c 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.017 | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 100.0% | 1 | | neutron.delete_network | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 100.0% | 1 | | total | 1.933 | 1.933 | 1.933 | 1.933 | 1.933 | 1.933 | 100.0% | 1 | | -> duration | 1.933 | 1.933 | 1.933 | 1.933 | 1.933 | 1.933 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.933305 Full duration: 15.689852 -------------------------------------------------------------------------------- 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 a53dcd60-158b-4db7-ba99-5f5f8b5f991c has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.606 | 1.606 | 1.606 | 1.606 | 1.606 | 1.606 | 100.0% | 1 | | neutron.delete_port | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 100.0% | 1 | | total | 2.58 | 2.58 | 2.58 | 2.58 | 2.58 | 2.58 | 100.0% | 1 | | -> duration | 2.58 | 2.58 | 2.58 | 2.58 | 2.58 | 2.58 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.579747 Full duration: 42.499412 -------------------------------------------------------------------------------- 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 a53dcd60-158b-4db7-ba99-5f5f8b5f991c 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.648 | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 100.0% | 1 | | neutron.create_subnet | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | neutron.create_router | 3.667 | 3.667 | 3.667 | 3.667 | 3.667 | 3.667 | 100.0% | 1 | | neutron.add_interface_router | 2.38 | 2.38 | 2.38 | 2.38 | 2.38 | 2.38 | 100.0% | 1 | | neutron.remove_interface_router | 1.744 | 1.744 | 1.744 | 1.744 | 1.744 | 1.744 | 100.0% | 1 | | neutron.delete_router | 2.141 | 2.141 | 2.141 | 2.141 | 2.141 | 2.141 | 100.0% | 1 | | total | 12.45 | 12.45 | 12.45 | 12.45 | 12.45 | 12.45 | 100.0% | 1 | | -> duration | 12.45 | 12.45 | 12.45 | 12.45 | 12.45 | 12.45 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.449685 Full duration: 57.599812 -------------------------------------------------------------------------------- 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 a53dcd60-158b-4db7-ba99-5f5f8b5f991c 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.805 | 1.805 | 1.805 | 1.805 | 1.805 | 1.805 | 100.0% | 1 | | neutron.delete_subnet | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | total | 2.58 | 2.58 | 2.58 | 2.58 | 2.58 | 2.58 | 100.0% | 1 | | -> duration | 2.58 | 2.58 | 2.58 | 2.58 | 2.58 | 2.58 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.580427 Full duration: 40.054042 -------------------------------------------------------------------------------- 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 a53dcd60-158b-4db7-ba99-5f5f8b5f991c 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.241 | 1.241 | 1.241 | 1.241 | 1.241 | 1.241 | 100.0% | 1 | | neutron.list_networks | 0.295 | 0.295 | 0.295 | 0.295 | 0.295 | 0.295 | 100.0% | 1 | | total | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 100.0% | 1 | | -> duration | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.53586 Full duration: 18.214372 -------------------------------------------------------------------------------- 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 a53dcd60-158b-4db7-ba99-5f5f8b5f991c 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.44 | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 100.0% | 1 | | neutron.list_ports | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | total | 1.779 | 1.779 | 1.779 | 1.779 | 1.779 | 1.779 | 100.0% | 1 | | -> duration | 1.779 | 1.779 | 1.779 | 1.779 | 1.779 | 1.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.77936 Full duration: 38.909454 -------------------------------------------------------------------------------- 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 a53dcd60-158b-4db7-ba99-5f5f8b5f991c 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.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | neutron.create_subnet | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | neutron.create_router | 4.279 | 4.279 | 4.279 | 4.279 | 4.279 | 4.279 | 100.0% | 1 | | neutron.add_interface_router | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 1.878 | 100.0% | 1 | | neutron.list_routers | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 100.0% | 1 | | total | 8.086 | 8.086 | 8.086 | 8.086 | 8.086 | 8.086 | 100.0% | 1 | | -> duration | 8.086 | 8.086 | 8.086 | 8.086 | 8.086 | 8.086 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.086393 Full duration: 57.362041 -------------------------------------------------------------------------------- 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 a53dcd60-158b-4db7-ba99-5f5f8b5f991c 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.599 | 1.599 | 1.599 | 1.599 | 1.599 | 1.599 | 100.0% | 1 | | neutron.create_subnet | 1.025 | 1.025 | 1.025 | 1.025 | 1.025 | 1.025 | 100.0% | 1 | | neutron.list_subnets | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | total | 3.209 | 3.209 | 3.209 | 3.209 | 3.209 | 3.209 | 100.0% | 1 | | -> duration | 3.209 | 3.209 | 3.209 | 3.209 | 3.209 | 3.209 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.208607 Full duration: 50.289501 -------------------------------------------------------------------------------- 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 a53dcd60-158b-4db7-ba99-5f5f8b5f991c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 100.0% | 1 | | neutron.delete_security_group | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | total | 2.374 | 2.374 | 2.374 | 2.374 | 2.374 | 2.374 | 100.0% | 1 | | -> duration | 2.374 | 2.374 | 2.374 | 2.374 | 2.374 | 2.374 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.374157 Full duration: 18.918515 -------------------------------------------------------------------------------- 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 a53dcd60-158b-4db7-ba99-5f5f8b5f991c 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.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | neutron.create_security_group_rule | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | neutron.delete_security_group | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 100.0% | 1 | | total | 2.347 | 2.347 | 2.347 | 2.347 | 2.347 | 2.347 | 100.0% | 1 | | -> duration | 2.347 | 2.347 | 2.347 | 2.347 | 2.347 | 2.347 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.34718 Full duration: 16.278198 -------------------------------------------------------------------------------- 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 a53dcd60-158b-4db7-ba99-5f5f8b5f991c 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.515 | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 100.0% | 1 | | neutron.create_router | 4.141 | 4.141 | 4.141 | 4.141 | 4.141 | 4.141 | 100.0% | 1 | | neutron.add_gateway_router | 2.407 | 2.407 | 2.407 | 2.407 | 2.407 | 2.407 | 100.0% | 1 | | neutron.remove_gateway_router | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 100.0% | 1 | | total | 9.298 | 9.298 | 9.298 | 9.298 | 9.298 | 9.298 | 100.0% | 1 | | -> duration | 9.298 | 9.298 | 9.298 | 9.298 | 9.298 | 9.298 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.298005 Full duration: 35.222576 HINTS: * To plot HTML graphics with this data, run: rally task report a53dcd60-158b-4db7-ba99-5f5f8b5f991c --out output.html * To generate a JUnit report, run: rally task export a53dcd60-158b-4db7-ba99-5f5f8b5f991c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a53dcd60-158b-4db7-ba99-5f5f8b5f991c --json --out output.json 2018-04-11 22:11:34,872 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a53dcd60-158b-4db7-ba99-5f5f8b5f991c'] 2018-04-11 22:11:35,970 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 22:11:35,970 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a53dcd60-158b-4db7-ba99-5f5f8b5f991c', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-11 22:11:35,978 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-11 22:11:35,979 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-11 22:11:35,979 - 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-11 22:11:35,979 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 22:11:35,996 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-11 22:11:36,005 - 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': '8bdceb01-3c8b-45e2-b3d0-6e9ddc6cd717', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8c320087-21c9-4643-a849-20081ba40187', 'flavor_name': 'rally-tiny-8c320087-21c9-4643-a849-20081ba40187', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8c320087-21c9-4643-a849-20081ba40187', '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-11 22:14:58,846 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dde8e1c4-739e-48e5-839e-8e96b8bbdcd1 2018-04-11 22:14:58,847 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'dde8e1c4-739e-48e5-839e-8e96b8bbdcd1'] 2018-04-11 22:14:59,765 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task dde8e1c4-739e-48e5-839e-8e96b8bbdcd1: 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-8c320087-21c9-4643-a849-20081ba40187" }, "image": { "name": "Cirros-0.4.0-8c320087-21c9-4643-a849-20081ba40187" }, "block_migration": false, "nics": [ { "net-id": "8bdceb01-3c8b-45e2-b3d0-6e9ddc6cd717" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task dde8e1c4-739e-48e5-839e-8e96b8bbdcd1 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 | 16.369 | 16.369 | 16.369 | 16.369 | 16.369 | 16.369 | 100.0% | 1 | | nova.find_host_to_migrate | 1.826 | 1.826 | 1.826 | 1.826 | 1.826 | 1.826 | 100.0% | 1 | | nova.live_migrate | 137.374 | 137.374 | 137.374 | 137.374 | 137.374 | 137.374 | 0.0% | 1 | | total | 155.57 | 155.57 | 155.57 | 155.57 | 155.57 | 155.57 | 0.0% | 1 | | -> duration | 154.57 | 154.57 | 154.57 | 154.57 | 154.57 | 154.57 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 154.569845 Full duration: 174.849877 HINTS: * To plot HTML graphics with this data, run: rally task report dde8e1c4-739e-48e5-839e-8e96b8bbdcd1 --out output.html * To generate a JUnit report, run: rally task export dde8e1c4-739e-48e5-839e-8e96b8bbdcd1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dde8e1c4-739e-48e5-839e-8e96b8bbdcd1 --json --out output.json 2018-04-11 22:14:59,765 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'dde8e1c4-739e-48e5-839e-8e96b8bbdcd1'] 2018-04-11 22:15:00,804 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 22:15:00,805 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'dde8e1c4-739e-48e5-839e-8e96b8bbdcd1', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-11 22:15:00,813 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-11 22:15:00,813 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-11 22:15:00,813 - 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-11 22:15:00,813 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 22:15:00,830 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-11 22:15:00,867 - 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': '8bdceb01-3c8b-45e2-b3d0-6e9ddc6cd717', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8c320087-21c9-4643-a849-20081ba40187', 'flavor_name': 'rally-tiny-8c320087-21c9-4643-a849-20081ba40187', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8c320087-21c9-4643-a849-20081ba40187', '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-11 22:15:55,766 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 178ce29a-d42c-4240-a40f-08fca18c2168 2018-04-11 22:15:55,767 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '178ce29a-d42c-4240-a40f-08fca18c2168'] 2018-04-11 22:15:56,823 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 178ce29a-d42c-4240-a40f-08fca18c2168: 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 178ce29a-d42c-4240-a40f-08fca18c2168 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.508 | 1.508 | 1.508 | 1.508 | 1.508 | 1.508 | 100.0% | 1 | | quotas.delete_quotas | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 1.685 | 1.685 | 1.685 | 1.685 | 1.685 | 1.685 | 100.0% | 1 | | -> duration | 1.685 | 1.685 | 1.685 | 1.685 | 1.685 | 1.685 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.685382 Full duration: 9.85406 -------------------------------------------------------------------------------- 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 178ce29a-d42c-4240-a40f-08fca18c2168 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.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | total | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | -> duration | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.834088 Full duration: 8.585572 -------------------------------------------------------------------------------- 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 178ce29a-d42c-4240-a40f-08fca18c2168 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.436 | 0.436 | 0.436 | 0.436 | 0.436 | 0.436 | 100.0% | 1 | | total | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 100.0% | 1 | | -> duration | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.827093 Full duration: 9.791599 -------------------------------------------------------------------------------- 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 178ce29a-d42c-4240-a40f-08fca18c2168 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.34 | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 100.0% | 1 | | total | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 100.0% | 1 | | -> duration | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.340305 Full duration: 10.826346 HINTS: * To plot HTML graphics with this data, run: rally task report 178ce29a-d42c-4240-a40f-08fca18c2168 --out output.html * To generate a JUnit report, run: rally task export 178ce29a-d42c-4240-a40f-08fca18c2168 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 178ce29a-d42c-4240-a40f-08fca18c2168 --json --out output.json 2018-04-11 22:15:56,824 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '178ce29a-d42c-4240-a40f-08fca18c2168'] 2018-04-11 22:15:57,875 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 22:15:57,875 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '178ce29a-d42c-4240-a40f-08fca18c2168', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-11 22:15:57,883 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-11 22:15:57,889 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:49 | 6 | 100.00% | | glance | 01:42 | 4 | 100.00% | | cinder | 03:16 | 10 | 100.00% | | heat | 01:10 | 4 | 100.00% | | keystone | 02:54 | 11 | 100.00% | | neutron | 06:31 | 11 | 100.00% | | nova | 02:54 | 1 | 0.00% | | quotas | 00:39 | 4 | 100.00% | | | | | | | TOTAL: | 00:19:59 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-11 22:15:57,890 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-11 22:16:13,133 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-11 22:16:13,133 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-11 22:16:13,645 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 22:16:13,646 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:07 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-11 22:16:13,650 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-11 22:16:13,650 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-11 22:16:13,789 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-11 22:16:16,177 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-11 22:16:15.888 9792 INFO rally.deployment.engine [-] Deployment 6a346f46-6b57-437d-8a38-efd574d0bdb7 | Starting: Destroy cloud and free allocated resources. 2018-04-11 22:16:15.957 9792 INFO rally.deployment.engine [-] Deployment 6a346f46-6b57-437d-8a38-efd574d0bdb7 | Completed: Destroy cloud and free allocated resources. 2018-04-11 22:16:15.977 9792 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=abe63cb6-bc6c-4750-a2e2-ee386c2e582f). 2018-04-11 22:16:15.981 9792 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-11 22:16:18,591 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-11 22:16:18.298 9795 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=88761abd-59b6-4368-b5c3-5405cab25d4f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 88761abd-59b6-4368-b5c3-5405cab25d4f | 2018-04-11T22:16:18 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 88761abd-59b6-4368-b5c3-5405cab25d4f ~/.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-11 22:16:21,756 - 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-11 22:16:21,756 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-11 22:16:24,066 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-11 22:16:23.836 9801 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=abe63cb6-bc6c-4750-a2e2-ee386c2e582f). 2018-04-11 22:16:23.950 9801 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-11 22:16:27,335 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-11 22:16:26.059 9804 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-11 22:16:26.231 9804 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-11 22:16:27.202 9804 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6e6c6e06-9320-49c2-9def-4b045863f1ee) has been successfully created! Using verifier 'opnfv-tempest' (UUID=6e6c6e06-9320-49c2-9def-4b045863f1ee) as the default verifier for the future CLI operations. 2018-04-11 22:16:30,209 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-11 22:16:33,368 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-11 22:16:48,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-11 22:16:53,613 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-11 22:16:52.590 9823 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6e6c6e06-9320-49c2-9def-4b045863f1ee) for deployment 'opnfv-rally' (UUID=88761abd-59b6-4368-b5c3-5405cab25d4f). 2018-04-11 22:16:53.456 9823 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6e6c6e06-9320-49c2-9def-4b045863f1ee) has been successfully configured for deployment 'opnfv-rally' (UUID=88761abd-59b6-4368-b5c3-5405cab25d4f)! 2018-04-11 22:16:53,614 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-11 22:16:53,614 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-11 22:16:53,616 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-11 22:16:55,805 - 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-11 22:16:57,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:16:57.956 9835 INFO rally.api [-] Starting verification (UUID=0dac4a37-47f6-4ef8-903f-1374786d2c20) for deployment 'opnfv-rally' (UUID=88761abd-59b6-4368-b5c3-5405cab25d4f) by verifier 'opnfv-tempest' (UUID=6e6c6e06-9320-49c2-9def-4b045863f1ee). 2018-04-11 22:16:57,957 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0dac4a37-47f6-4ef8-903f-1374786d2c20 2018-04-11 22:17:08,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:08.329 9835 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.228s] 2018-04-11 22:17:08,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:08.433 9835 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.311s] 2018-04-11 22:17:08,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:08.751 9835 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.588s] 2018-04-11 22:17:08,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:08.814 9835 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.062s] 2018-04-11 22:17:13,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:13.229 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.078s] 2018-04-11 22:17:13,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:13.305 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.075s] 2018-04-11 22:17:13,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:13.391 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.087s] 2018-04-11 22:17:17,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:17.445 9835 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.987s] 2018-04-11 22:17:18,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:18.384 9835 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.196s] 2018-04-11 22:17:20,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:20.037 9835 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.652s] 2018-04-11 22:17:20,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:20.782 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.166s] 2018-04-11 22:17:20,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:20.939 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.157s] 2018-04-11 22:17:22,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:22.333 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.393s] 2018-04-11 22:17:22,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:22.484 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.151s] 2018-04-11 22:17:22,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:22.648 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.163s] 2018-04-11 22:17:30,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:30.048 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [22.078s] 2018-04-11 22:17:33,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:33.264 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.075s] 2018-04-11 22:17:33,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:33.275 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-04-11 22:17:33,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:33.435 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.159s] 2018-04-11 22:17:33,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:33.447 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-04-11 22:17:33,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:33.458 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-04-11 22:17:33,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:33.496 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.037s] 2018-04-11 22:17:33,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:33.559 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.063s] 2018-04-11 22:17:33,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:33.635 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.075s] 2018-04-11 22:17:34,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:34.447 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.811s] 2018-04-11 22:17:34,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:34.463 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.016s] 2018-04-11 22:17:34,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:34.536 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.072s] 2018-04-11 22:17:44,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:44.693 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.114s] 2018-04-11 22:17:44,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:44.763 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-04-11 22:17:45,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:45.482 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.719s] 2018-04-11 22:17:45,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:45.581 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2018-04-11 22:17:45,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:45.582 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-11 22:17:48,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:48.567 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.599s] 2018-04-11 22:17:49,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:49.322 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.823s] 2018-04-11 22:17:50,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:50.366 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.798s] 2018-04-11 22:17:52,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:52.053 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.687s] 2018-04-11 22:17:53,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:53.442 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.120s] 2018-04-11 22:17:53,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:53.655 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.602s] 2018-04-11 22:17:54,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:54.939 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.281s] 2018-04-11 22:17:56,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:56.811 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.367s] 2018-04-11 22:17:56,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:56.957 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [2.017s] 2018-04-11 22:17:57,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:57.630 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.673s] 2018-04-11 22:17:58,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:58.137 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.505s] 2018-04-11 22:17:58,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:17:58.958 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.820s] 2018-04-11 22:18:00,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:00.591 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.633s] 2018-04-11 22:18:01,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:01.059 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.248s] 2018-04-11 22:18:01,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:01.129 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.537s] 2018-04-11 22:18:01,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:01.386 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.255s] 2018-04-11 22:18:02,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:02.132 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.744s] 2018-04-11 22:18:03,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:03.751 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.617s] 2018-04-11 22:18:04,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:04.130 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.380s] 2018-04-11 22:18:04,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:04.682 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.551s] 2018-04-11 22:18:04,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:04.889 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.829s] 2018-04-11 22:18:05,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:05.071 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.388s] 2018-04-11 22:18:05,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:05.893 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.822s] 2018-04-11 22:18:08,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:08.764 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.875s] 2018-04-11 22:18:13,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:13.042 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.276s] 2018-04-11 22:18:19,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:19.324 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.279s] 2018-04-11 22:18:22,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:22.339 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.692s] 2018-04-11 22:18:22,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:22.604 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.263s] 2018-04-11 22:18:22,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:22.804 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.199s] 2018-04-11 22:18:23,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:23.249 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.444s] 2018-04-11 22:18:23,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:23.638 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.388s] 2018-04-11 22:18:23,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:23.775 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.451s] 2018-04-11 22:18:23,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:23.920 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.144s] 2018-04-11 22:18:24,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:24.049 9835 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.411s] 2018-04-11 22:18:24,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:24.172 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.252s] 2018-04-11 22:18:24,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:24.377 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.204s] 2018-04-11 22:18:24,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:24.429 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.051s] 2018-04-11 22:18:24,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:24.536 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.106s] 2018-04-11 22:18:24,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:24.642 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.106s] 2018-04-11 22:18:24,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:24.697 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.055s] 2018-04-11 22:18:24,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:24.754 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.056s] 2018-04-11 22:18:28,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:28.847 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.092s] 2018-04-11 22:18:33,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:33.907 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.127s] 2018-04-11 22:18:35,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:35.306 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.398s] 2018-04-11 22:18:39,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:39.774 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.464s] 2018-04-11 22:18:40,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:40.387 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.615s] 2018-04-11 22:18:42,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:42.503 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.114s] 2018-04-11 22:18:43,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:43.442 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.937s] 2018-04-11 22:18:45,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:45.468 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.023s] 2018-04-11 22:18:45,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:45.670 9835 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.204s] 2018-04-11 22:18:50,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:18:50.155 9835 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [11.677s] 2018-04-11 22:19:00,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:19:00.405 9835 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [10.247s] 2018-04-11 22:19:11,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0dac4a37-47f6-4ef8-903f-1374786d2c20']'. 2018-04-11 22:19:12,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-11 22:19:12,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-11 22:19:12,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 22:19:12,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0dac4a37-47f6-4ef8-903f-1374786d2c20 | 2018-04-11 22:19:12,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-11 22:19:12,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-11 22:16:57 | 2018-04-11 22:19:12,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-11 22:19:10 | 2018-04-11 22:19:12,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:13 | 2018-04-11 22:19:12,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-11 22:19:12,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-11 22:19:12,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6e6c6e06-9320-49c2-9def-4b045863f1ee) | 2018-04-11 22:19:12,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-11 22:19:12,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 88761abd-59b6-4368-b5c3-5405cab25d4f) | 2018-04-11 22:19:12,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 84 | 2018-04-11 22:19:12,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 114.405 | 2018-04-11 22:19:12,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 84 | 2018-04-11 22:19:12,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-11 22:19:12,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-11 22:19:12,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-11 22:19:12,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-11 22:19:12,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 22:19:12,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-11 22:19:12,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-11 22:19:24,443 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 22:19:24,444 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 02:54 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-11 22:19:24,448 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-11 22:19:24,577 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-11 22:19:27,056 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-11 22:19:26.663 9929 INFO rally.deployment.engine [-] Deployment 88761abd-59b6-4368-b5c3-5405cab25d4f | Starting: Destroy cloud and free allocated resources. 2018-04-11 22:19:26.741 9929 INFO rally.deployment.engine [-] Deployment 88761abd-59b6-4368-b5c3-5405cab25d4f | Completed: Destroy cloud and free allocated resources. 2018-04-11 22:19:26.777 9929 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=6e6c6e06-9320-49c2-9def-4b045863f1ee) for deployment 'opnfv-rally'. 2018-04-11 22:19:26.792 9929 INFO rally.api [-] Deleting verification (UUID=0dac4a37-47f6-4ef8-903f-1374786d2c20). 2018-04-11 22:19:26.835 9929 INFO rally.api [-] Verification has been successfully deleted! 2018-04-11 22:19:26.835 9929 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6e6c6e06-9320-49c2-9def-4b045863f1ee). 2018-04-11 22:19:26.844 9929 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-11 22:19:29,488 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-11 22:19:29.213 9932 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=8ee72e5e-66f8-4047-85dd-a6b719220b7b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 8ee72e5e-66f8-4047-85dd-a6b719220b7b | 2018-04-11T22:19:29 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 8ee72e5e-66f8-4047-85dd-a6b719220b7b ~/.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-11 22:19:32,832 - 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-11 22:19:32,833 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-11 22:19:35,061 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-11 22:19:34.800 9938 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=6e6c6e06-9320-49c2-9def-4b045863f1ee). 2018-04-11 22:19:34.926 9938 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-11 22:19:38,439 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-11 22:19:37.078 9941 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-11 22:19:37.220 9941 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-11 22:19:38.268 9941 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=df4ead35-3eb9-4012-b776-3cfaa8308c83) has been successfully created! Using verifier 'opnfv-tempest' (UUID=df4ead35-3eb9-4012-b776-3cfaa8308c83) as the default verifier for the future CLI operations. 2018-04-11 22:19:41,358 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-11 22:19:43,827 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-11 22:19:56,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-11 22:20:02,146 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-11 22:20:01.101 9960 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=df4ead35-3eb9-4012-b776-3cfaa8308c83) for deployment 'opnfv-rally' (UUID=8ee72e5e-66f8-4047-85dd-a6b719220b7b). 2018-04-11 22:20:01.976 9960 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=df4ead35-3eb9-4012-b776-3cfaa8308c83) has been successfully configured for deployment 'opnfv-rally' (UUID=8ee72e5e-66f8-4047-85dd-a6b719220b7b)! 2018-04-11 22:20:02,147 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-11 22:20:02,147 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-11 22:20:02,149 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-11 22:20:02,158 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-11 22:20:05,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-df4ead35-3eb9-4012-b776-3cfaa8308c83/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-11 22:20:05,091 - 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-11 22:20:07,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 22:20:07.021 9969 INFO rally.api [-] Starting verification (UUID=a686e0ae-b2f4-4c24-9f86-1d546ddf8d52) for deployment 'opnfv-rally' (UUID=8ee72e5e-66f8-4047-85dd-a6b719220b7b) by verifier 'opnfv-tempest' (UUID=df4ead35-3eb9-4012-b776-3cfaa8308c83). 2018-04-11 22:20:07,022 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a686e0ae-b2f4-4c24-9f86-1d546ddf8d52 2018-04-11 22:22:59,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a686e0ae-b2f4-4c24-9f86-1d546ddf8d52']'. 2018-04-11 22:23:00,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-11 22:23:00,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-11 22:23:00,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 22:23:00,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a686e0ae-b2f4-4c24-9f86-1d546ddf8d52 | 2018-04-11 22:23:00,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-11 22:23:00,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-11 22:20:06 | 2018-04-11 22:23:00,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-11 22:22:59 | 2018-04-11 22:23:00,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:53 | 2018-04-11 22:23:00,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-11 22:23:00,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-11 22:23:00,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: df4ead35-3eb9-4012-b776-3cfaa8308c83) | 2018-04-11 22:23:00,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-11 22:23:00,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8ee72e5e-66f8-4047-85dd-a6b719220b7b) | 2018-04-11 22:23:00,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-11 22:23:00,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 161.758 | 2018-04-11 22:23:00,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-11 22:23:00,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-11 22:23:00,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-11 22:23:00,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-11 22:23:00,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-11 22:23:00,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 22:23:00,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-11 22:23:00,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-11 22:23:13,036 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 22:23:13,037 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:32 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-11 22:23:13,040 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-11 22:23:14,196 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-11 23:43:25,916 - 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) ... FAIL 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 ====================================================================== FAIL: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 419, in test_create_router_with_ext_port self.assertEqual(ext_net.id, port.network_id) AssertionError: u'bc3741c1-7d07-4a30-9942-ea46d79147ba' != u'fa938c45-1132-45b5-833e-73d8c2c0d184' - bc3741c1-7d07-4a30-9942-ea46d79147ba + fa938c45-1132-45b5-833e-73d8c2c0d184 ---------------------------------------------------------------------- Ran 119 tests in 4811.646s FAILED (failures=1) 2018-04-11 23:43:26,082 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 23:43:26,083 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 80:12 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-11 23:43:26,086 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-11 23:43:26,087 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-11 23:43:26,177 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-11 23:43:28,723 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-11 23:43:28.288 10196 INFO rally.deployment.engine [-] Deployment 8ee72e5e-66f8-4047-85dd-a6b719220b7b | Starting: Destroy cloud and free allocated resources. 2018-04-11 23:43:28.365 10196 INFO rally.deployment.engine [-] Deployment 8ee72e5e-66f8-4047-85dd-a6b719220b7b | Completed: Destroy cloud and free allocated resources. 2018-04-11 23:43:28.420 10196 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=df4ead35-3eb9-4012-b776-3cfaa8308c83) for deployment 'opnfv-rally'. 2018-04-11 23:43:28.449 10196 INFO rally.api [-] Deleting verification (UUID=a686e0ae-b2f4-4c24-9f86-1d546ddf8d52). 2018-04-11 23:43:28.489 10196 INFO rally.api [-] Verification has been successfully deleted! 2018-04-11 23:43:28.489 10196 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=df4ead35-3eb9-4012-b776-3cfaa8308c83). 2018-04-11 23:43:28.497 10196 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-11 23:43:31,022 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-11 23:43:30.768 10199 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f56ba427-05d5-4e07-ae14-9481c254ef4c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f56ba427-05d5-4e07-ae14-9481c254ef4c | 2018-04-11T23:43:30 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f56ba427-05d5-4e07-ae14-9481c254ef4c ~/.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-11 23:43:34,394 - 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-11 23:43:34,394 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-11 23:43:36,773 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-11 23:43:36.463 10205 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=df4ead35-3eb9-4012-b776-3cfaa8308c83). 2018-04-11 23:43:36.582 10205 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-11 23:43:40,246 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-11 23:43:38.850 10208 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-11 23:43:39.000 10208 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-11 23:43:40.043 10208 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=39df32b5-dfe6-46bc-bf43-d2ae23a3d5f9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=39df32b5-dfe6-46bc-bf43-d2ae23a3d5f9) as the default verifier for the future CLI operations. 2018-04-11 23:43:43,361 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-11 23:43:45,961 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-11 23:43:57,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-11 23:44:04,167 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-11 23:44:02.979 10227 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=39df32b5-dfe6-46bc-bf43-d2ae23a3d5f9) for deployment 'opnfv-rally' (UUID=f56ba427-05d5-4e07-ae14-9481c254ef4c). 2018-04-11 23:44:03.988 10227 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=39df32b5-dfe6-46bc-bf43-d2ae23a3d5f9) has been successfully configured for deployment 'opnfv-rally' (UUID=f56ba427-05d5-4e07-ae14-9481c254ef4c)! 2018-04-11 23:44:04,167 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-11 23:44:04,167 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-11 23:44:04,170 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-11 23:44:04,181 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-11 23:44:07,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-39df32b5-dfe6-46bc-bf43-d2ae23a3d5f9/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-11 23:44:07,184 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-11 23:44:07,186 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-11 23:44:07,186 - 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-11 23:44:09,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 23:44:09.292 10236 INFO rally.api [-] Starting verification (UUID=d2a2e3f8-fc04-4de5-a8de-6135f32f6663) for deployment 'opnfv-rally' (UUID=f56ba427-05d5-4e07-ae14-9481c254ef4c) by verifier 'opnfv-tempest' (UUID=39df32b5-dfe6-46bc-bf43-d2ae23a3d5f9). 2018-04-11 23:44:09,294 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d2a2e3f8-fc04-4de5-a8de-6135f32f6663 2018-04-11 23:46:36,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd2a2e3f8-fc04-4de5-a8de-6135f32f6663']'. 2018-04-11 23:46:37,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-11 23:46:37,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-11 23:46:37,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 23:46:37,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d2a2e3f8-fc04-4de5-a8de-6135f32f6663 | 2018-04-11 23:46:37,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-11 23:46:37,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-11 23:44:09 | 2018-04-11 23:46:37,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-11 23:46:36 | 2018-04-11 23:46:37,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:27 | 2018-04-11 23:46:37,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-11 23:46:37,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-11 23:46:37,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 39df32b5-dfe6-46bc-bf43-d2ae23a3d5f9) | 2018-04-11 23:46:37,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-11 23:46:37,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f56ba427-05d5-4e07-ae14-9481c254ef4c) | 2018-04-11 23:46:37,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-11 23:46:37,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 126.689 | 2018-04-11 23:46:37,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-11 23:46:37,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-11 23:46:37,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-11 23:46:37,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-11 23:46:37,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-11 23:46:37,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 23:46:37,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-11 23:46:37,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-11 23:46:51,655 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 23:46:51,655 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:08 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-11 23:46:51,661 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:18 | PASS | | vping_userdata | functest | smoke | 00:58 | PASS | | tempest_smoke_serial | functest | smoke | 19:39 | PASS | | rally_sanity | functest | smoke | 24:07 | FAIL | | refstack_defcore | functest | smoke | 02:54 | PASS | | patrole | functest | smoke | 03:32 | PASS | | snaps_smoke | functest | smoke | 80:12 | FAIL | | neutron_trunk | functest | smoke | 03:08 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-11 23:46:51,668 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-11 23:47:25,980 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-6 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-11 23:47:25,983 - 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=qaFhkm3mVubKBcp8UYxw2cK3Z export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.10 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-11 23:47:25,983 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-11 23:47:25,984 - 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-11 23:47:25,985 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-11 23:47:25,986 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-11 23:51:19,108 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-11 23:51:19,232 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 23:51:19,233 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:53 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-11 23:51:19,236 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-04-12 00:40:12,227 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-04-12 00:40:12,355 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-12 00:40:12,355 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 48:53 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-04-12 00:40:12,358 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-04-12 00:40:12,359 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:53 | PASS | | barometercollectd | barometer | features | 48:53 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-12 00:40:12,383 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-12 00:42:15,738 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-6 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-12 00:42:15,742 - 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=qaFhkm3mVubKBcp8UYxw2cK3Z export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.10 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-12 00:42:15,742 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-12 00:42:15,743 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-12 00:42:15,743 - 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-12 00:42:15,745 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-12 00:42:51,068 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-6 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-12 00:42:51,072 - 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=qaFhkm3mVubKBcp8UYxw2cK3Z export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.10 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-12 00:42:51,072 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-12 00:42:51,074 - 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-12 00:42:51,075 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-12 00:42:51,075 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-12 00:46:27,977 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-12 00:46:28,105 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-12 00:46:28,106 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:37 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-12 00:46:28,109 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:37 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-12 00:46:28,111 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK