2018-04-02 12:18:05,307 - functest.ci.check_deployment - DEBUG - 172.30.9.29:5000 is reachable! 2018-04-02 12:18:05,307 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.29:5000/v3 ...OK 2018-04-02 12:18:05,762 - functest.ci.check_deployment - INFO - Got token ...OK 2018-04-02 12:18:06,224 - functest.ci.check_deployment - DEBUG - 172.30.9.29:5000 is reachable! 2018-04-02 12:18:06,224 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.29:5000 ...OK 2018-04-02 12:18:06,609 - functest.ci.check_deployment - DEBUG - 172.30.9.29:8774 is reachable! 2018-04-02 12:18:06,610 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.29:8774/v2.1 ...OK 2018-04-02 12:18:07,066 - functest.ci.check_deployment - DEBUG - 172.30.9.29:9696 is reachable! 2018-04-02 12:18:07,066 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.29:9696 ...OK 2018-04-02 12:18:07,536 - functest.ci.check_deployment - DEBUG - 172.30.9.29:9292 is reachable! 2018-04-02 12:18:07,536 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.29:9292 ...OK 2018-04-02 12:18:08,842 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-04-02 12:18:10,510 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-04-02 12:18:10,531 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-04-02 12:18:12,875 - functest.ci.check_deployment - INFO - External network found: external 2018-04-02 12:18:22,025 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-89 | | 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-02 12:18:22,027 - 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=AGz3fG8EwK8k3Dha36aWnksQB export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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-02 12:18:22,027 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-02 12:18:22,028 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (merge)|(verify)|(daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ 2018-04-02 12:18:22,029 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-02 12:18:22,029 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-02 12:18:24,921 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-02 12:18:35,087 - 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.155s OK 2018-04-02 12:18:35,230 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 12:18:35,230 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-02 12:18:35,235 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-02 12:18:37,608 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-02 12:34:52,589 - 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 974.926s OK 2018-04-02 12:34:52,720 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 12:34:52,721 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 16:15 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-02 12:34:52,726 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-02 12:34:53,597 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-02 12:35:42,596 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 48.998s OK 2018-04-02 12:35:42,715 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 12:35:42,716 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:49 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-02 12:35:42,720 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 16:15 | PASS | | snaps_health_check | functest | healthcheck | 00:49 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-02 12:35:42,723 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-02 12:35:45,414 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-89 | | 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-02 12:35:45,416 - 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=AGz3fG8EwK8k3Dha36aWnksQB export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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-02 12:35:45,416 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-02 12:35:45,417 - 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-02 12:35:45,418 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-02 12:35:45,418 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-02 12:35:46,225 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-02 12:35:46,225 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-02 12:35:46,642 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-02 12:35:46,642 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-02 12:35:47,002 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-02 12:35:47,002 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-02 12:35:47' 2018-04-02 12:35:47,002 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--599dab9d-e771-49dd-bf02-524e85705b51' 2018-04-02 12:35:53,340 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-599dab9d-e771-49dd-bf02-524e85705b51' 2018-04-02 12:35:57,329 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-599dab9d-e771-49dd-bf02-524e85705b51' 2018-04-02 12:36:09,618 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-599dab9d-e771-49dd-bf02-524e85705b51' 2018-04-02 12:36:10,436 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-599dab9d-e771-49dd-bf02-524e85705b51' 2018-04-02 12:36:11,148 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-599dab9d-e771-49dd-bf02-524e85705b51' 2018-04-02 12:36:17,896 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-599dab9d-e771-49dd-bf02-524e85705b51' 2018-04-02 12:36:22,689 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-599dab9d-e771-49dd-bf02-524e85705b51' 2018-04-02 12:37:14,041 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-02 12:37:27,404 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-02 12:37:27,541 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-02 12:37:28,548 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-02 12:38:00,841 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-02 12:38:00,841 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-02 12:38:01,328 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 12:38:01,329 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-02 12:38:01,333 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-02 12:38:01,431 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-02 12:38:01,431 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-02 12:38:01' 2018-04-02 12:38:01,432 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--49943425-1d7f-4e03-ad9e-0a1ebd3419b6' 2018-04-02 12:38:04,501 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-49943425-1d7f-4e03-ad9e-0a1ebd3419b6' 2018-04-02 12:38:07,490 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-49943425-1d7f-4e03-ad9e-0a1ebd3419b6' 2018-04-02 12:38:20,809 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-49943425-1d7f-4e03-ad9e-0a1ebd3419b6' 2018-04-02 12:38:21,535 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-49943425-1d7f-4e03-ad9e-0a1ebd3419b6' 2018-04-02 12:38:28,580 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-49943425-1d7f-4e03-ad9e-0a1ebd3419b6' 2018-04-02 12:38:35,066 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-02 12:38:56,048 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-02 12:38:58,742 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.12. Waiting for response... 2018-04-02 12:39:04,163 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-02 12:39:49,796 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 12:39:49,797 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:03 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-02 12:39:49,800 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-02 12:39:49,897 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-02 12:39:54,742 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-02 12:39:54.481 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5965c898-e871-45c4-8d21-6347811f1a2e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5965c898-e871-45c4-8d21-6347811f1a2e | 2018-04-02T12:39:54 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5965c898-e871-45c4-8d21-6347811f1a2e ~/.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-02 12:39:58,048 - 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-02 12:39:58,048 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-02 12:40:03,194 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-02 12:40:01.914 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-02 12:40:02.048 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-02 12:40:03.025 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a1201903-37c6-492e-befc-bd046d3083a1) has been successfully created! Using verifier 'opnfv-tempest' (UUID=a1201903-37c6-492e-befc-bd046d3083a1) as the default verifier for the future CLI operations. 2018-04-02 12:40:06,072 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-02 12:40:08,732 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-02 12:40:20,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-02 12:40:25,251 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-02 12:40:24.171 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a1201903-37c6-492e-befc-bd046d3083a1) for deployment 'opnfv-rally' (UUID=5965c898-e871-45c4-8d21-6347811f1a2e). 2018-04-02 12:40:25.105 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a1201903-37c6-492e-befc-bd046d3083a1) has been successfully configured for deployment 'opnfv-rally' (UUID=5965c898-e871-45c4-8d21-6347811f1a2e)! 2018-04-02 12:40:25,251 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-02 12:40:25,251 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-02 12:40:25,253 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-02 12:40:25,257 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-02 12:40:28,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-a1201903-37c6-492e-befc-bd046d3083a1/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-02 12:40:28,382 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-02 12:40:28,384 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-02 12:40:28,384 - 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-02 12:40:30,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:40:30.543 55 INFO rally.api [-] Starting verification (UUID=1b8ca125-6f53-4e1e-a8d4-11009e427e44) for deployment 'opnfv-rally' (UUID=5965c898-e871-45c4-8d21-6347811f1a2e) by verifier 'opnfv-tempest' (UUID=a1201903-37c6-492e-befc-bd046d3083a1). 2018-04-02 12:40:30,544 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1b8ca125-6f53-4e1e-a8d4-11009e427e44 2018-04-02 12:40:38,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:40:38.235 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.183s] 2018-04-02 12:40:38,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:40:38.296 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.061s] 2018-04-02 12:40:45,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:40:45.670 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.855s] 2018-04-02 12:40:49,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:40:49.193 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.522s] 2018-04-02 12:41:04,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:41:04.496 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.392s] 2018-04-02 12:41:31,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:41:31.968 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [20.462s] 2018-04-02 12:42:20,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:42:20.954 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-04-02 12:42:20,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:42:20.955 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-04-02 12:43:08,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:43:08.734 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.085s] 2018-04-02 12:43:08,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:43:08.735 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-02 12:43:56,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:43:56.208 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.069s] 2018-04-02 12:43:56,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:43:56.210 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-04-02 12:45:00,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:45:00.032 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [19.317s] 2018-04-02 12:45:32,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:45:32.807 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.062s] 2018-04-02 12:45:32,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:45:32.905 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.098s] 2018-04-02 12:45:41,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:45:41.033 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.660s] 2018-04-02 12:45:41,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:45:41.042 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-02 12:45:43,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:45:43.179 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-02 12:45:43,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:45:43.180 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-02 12:45:47,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:45:47.209 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.428s] 2018-04-02 12:45:53,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:45:53.580 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.076s] 2018-04-02 12:46:02,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:46:02.352 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.875s] 2018-04-02 12:46:10,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:46:10.187 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.574s] 2018-04-02 12:46:20,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:46:20.900 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.746s] 2018-04-02 12:46:27,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:46:27.698 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.405s] 2018-04-02 12:46:33,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:46:33.554 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.197s] 2018-04-02 12:46:41,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:46:41.780 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.527s] 2018-04-02 12:46:50,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:46:50.499 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.480s] 2018-04-02 12:47:01,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:47:01.706 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.910s] 2018-04-02 12:47:04,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:47:04.076 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-02 12:47:06,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:47:06.099 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.076s] 2018-04-02 12:47:06,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:47:06.172 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.072s] 2018-04-02 12:47:06,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:47:06.248 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.075s] 2018-04-02 12:47:06,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:47:06.253 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-02 12:47:11,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:47:11.090 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.874s] 2018-04-02 12:47:15,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:47:15.161 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [4.071s] 2018-04-02 12:47:18,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:47:18.213 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.052s] 2018-04-02 12:47:31,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:47:31.541 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2018-04-02 12:47:39,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:47:39.455 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.500s] 2018-04-02 12:47:59,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:47:59.803 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.972s] 2018-04-02 12:48:05,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:48:05.033 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.228s] 2018-04-02 12:48:19,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:48:19.704 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.407s] 2018-04-02 12:48:23,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:48:23.364 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.659s] 2018-04-02 12:48:31,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:48:31.821 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.456s] 2018-04-02 12:48:41,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:48:41.576 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.090s] 2018-04-02 12:48:45,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:48:45.946 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.369s] 2018-04-02 12:48:53,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:48:53.115 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.169s] 2018-04-02 12:49:12,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:49:12.112 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.134s] 2018-04-02 12:49:12,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:49:12.566 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.454s] 2018-04-02 12:49:12,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:49:12.834 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.267s] 2018-04-02 12:49:13,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:49:13.041 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.206s] 2018-04-02 12:49:13,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:49:13.293 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.251s] 2018-04-02 12:49:13,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:49:13.498 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.205s] 2018-04-02 12:49:30,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:49:30.388 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.795s] 2018-04-02 12:49:30,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:49:30.682 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.294s] 2018-04-02 12:49:30,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:49:30.794 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.111s] 2018-04-02 12:49:31,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:49:31.063 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.269s] 2018-04-02 12:49:31,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:49:31.165 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.101s] 2018-04-02 12:49:31,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:49:31.371 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.206s] 2018-04-02 12:49:45,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:49:45.709 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.332s] 2018-04-02 12:49:53,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:49:53.180 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.471s] 2018-04-02 12:49:55,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:49:55.441 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.261s] 2018-04-02 12:49:55,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:49:55.503 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.062s] 2018-04-02 12:49:55,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:49:55.795 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.292s] 2018-04-02 12:50:09,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:50:09.767 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.978s] 2018-04-02 12:50:17,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:50:17.522 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.754s] 2018-04-02 12:50:19,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:50:19.653 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.130s] 2018-04-02 12:50:19,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:50:19.855 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.202s] 2018-04-02 12:50:20,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:50:20.054 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.198s] 2018-04-02 12:50:43,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:50:43.831 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [17.496s] 2018-04-02 12:50:58,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:50:58.000 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [14.169s] 2018-04-02 12:51:10,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:51:10.533 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.531s] 2018-04-02 12:51:21,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:51:21.421 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [10.888s] 2018-04-02 12:51:57,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:51:57.196 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.720s] 2018-04-02 12:52:10,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:52:10.980 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.785s] 2018-04-02 12:52:23,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:52:23.370 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.389s] 2018-04-02 12:52:34,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:52:34.816 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [11.445s] 2018-04-02 12:52:54,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:52:54.619 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.702s] 2018-04-02 12:52:58,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:52:58.160 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.537s] 2018-04-02 12:52:58,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:52:58.211 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.053s] 2018-04-02 12:53:03,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:53:03.560 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.037s] 2018-04-02 12:53:06,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:53:06.134 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.572s] 2018-04-02 12:53:06,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:53:06.326 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.193s] 2018-04-02 12:53:11,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:53:11.081 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.419s] 2018-04-02 12:53:14,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:53:14.955 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-02 12:53:16,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:53:16.295 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-02 12:53:16,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:53:16.298 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-02 12:53:16,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:53:16.298 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-02 12:53:16,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:53:16.299 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-02 12:53:16,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:53:16.300 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-02 12:53:18,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:53:18.440 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-02 12:53:41,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:53:41.357 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [17.144s] 2018-04-02 12:53:59,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:53:59.036 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [12.671s] 2018-04-02 12:54:21,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:54:21.535 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [22.496s] 2018-04-02 12:54:34,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:54:34.769 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-04-02 12:56:18,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:56:18.029 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [95.314s] 2018-04-02 12:57:16,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:57:16.236 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [42.112s] 2018-04-02 12:58:28,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 12:58:28.224 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [36.967s] 2018-04-02 12:58:51,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1b8ca125-6f53-4e1e-a8d4-11009e427e44']'. 2018-04-02 12:58:52,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-02 12:58:52,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-02 12:58:52,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 12:58:52,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1b8ca125-6f53-4e1e-a8d4-11009e427e44 | 2018-04-02 12:58:52,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-02 12:58:52,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-02 12:40:30 | 2018-04-02 12:58:52,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-02 12:58:50 | 2018-04-02 12:58:52,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:20 | 2018-04-02 12:58:52,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-02 12:58:52,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-02 12:58:52,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-02 12:58:52,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: a1201903-37c6-492e-befc-bd046d3083a1) | 2018-04-02 12:58:52,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-02 12:58:52,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5965c898-e871-45c4-8d21-6347811f1a2e) | 2018-04-02 12:58:52,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-02 12:58:52,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1072.167 | 2018-04-02 12:58:52,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-02 12:58:52,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-02 12:58:52,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-02 12:58:52,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-02 12:58:52,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-02 12:58:52,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 12:58:52,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-02 12:58:52,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-02 12:59:04,122 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 12:59:04,123 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 18:58 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-02 12:59:04,127 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-02 12:59:04,227 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-02 12:59:04,634 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-02 12:59:04,634 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-02 12:59:04,992 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-02 12:59:07,468 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-02 12:59:07.097 122 INFO rally.deployment.engine [-] Deployment 5965c898-e871-45c4-8d21-6347811f1a2e | Starting: Destroy cloud and free allocated resources. 2018-04-02 12:59:07.180 122 INFO rally.deployment.engine [-] Deployment 5965c898-e871-45c4-8d21-6347811f1a2e | Completed: Destroy cloud and free allocated resources. 2018-04-02 12:59:07.214 122 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=a1201903-37c6-492e-befc-bd046d3083a1) for deployment 'opnfv-rally'. 2018-04-02 12:59:07.230 122 INFO rally.api [-] Deleting verification (UUID=1b8ca125-6f53-4e1e-a8d4-11009e427e44). 2018-04-02 12:59:07.260 122 INFO rally.api [-] Verification has been successfully deleted! 2018-04-02 12:59:07.260 122 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=a1201903-37c6-492e-befc-bd046d3083a1). 2018-04-02 12:59:07.271 122 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-02 12:59:09,878 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-02 12:59:09.610 125 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ce6621aa-26ea-46cb-a2c7-cf81269669f0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ce6621aa-26ea-46cb-a2c7-cf81269669f0 | 2018-04-02T12:59:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ce6621aa-26ea-46cb-a2c7-cf81269669f0 ~/.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-02 12:59:13,043 - 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-02 12:59:13,043 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-02 12:59:14,592 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3'... 2018-04-02 12:59:21,095 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3'... 2018-04-02 12:59:24,005 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3'... 2018-04-02 12:59:36,065 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3'... 2018-04-02 12:59:36,778 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3'... 2018-04-02 12:59:37,468 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-02 12:59:37,469 - 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-02 12:59:37,470 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 12:59:37,513 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 12:59:37,519 - 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': '1cd83549-1e5f-4596-8358-1ad822303d3a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', 'flavor_name': 'rally-tiny-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', '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-02 13:00:43,961 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 73919bfb-7500-4267-bbc7-5c30e2b9c1a3 2018-04-02 13:00:43,962 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-02 13:00:43,963 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '73919bfb-7500-4267-bbc7-5c30e2b9c1a3'] 2018-04-02 13:00:44,969 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 73919bfb-7500-4267-bbc7-5c30e2b9c1a3: 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 73919bfb-7500-4267-bbc7-5c30e2b9c1a3 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.48 | 0.48 | 0.48 | 0.48 | 0.48 | 0.48 | 100.0% | 1 | | total | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> duration | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.480555 Full duration: 8.247744 -------------------------------------------------------------------------------- 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 73919bfb-7500-4267-bbc7-5c30e2b9c1a3 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.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.781518 Full duration: 7.777951 -------------------------------------------------------------------------------- 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 73919bfb-7500-4267-bbc7-5c30e2b9c1a3 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.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | total | 1.112 | 1.112 | 1.112 | 1.112 | 1.112 | 1.112 | 100.0% | 1 | | -> duration | 1.112 | 1.112 | 1.112 | 1.112 | 1.112 | 1.112 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.111773 Full duration: 7.706779 -------------------------------------------------------------------------------- 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 73919bfb-7500-4267-bbc7-5c30e2b9c1a3 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.363 | 0.363 | 0.363 | 0.363 | 0.363 | 0.363 | 100.0% | 1 | | total | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> duration | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.790987 Full duration: 8.288528 -------------------------------------------------------------------------------- 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 73919bfb-7500-4267-bbc7-5c30e2b9c1a3 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.539 | 0.539 | 0.539 | 0.539 | 0.539 | 0.539 | 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.945491 Full duration: 9.226405 -------------------------------------------------------------------------------- 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 73919bfb-7500-4267-bbc7-5c30e2b9c1a3 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.217 | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 100.0% | 1 | | total | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> duration | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.68873 Full duration: 7.460523 HINTS: * To plot HTML graphics with this data, run: rally task report 73919bfb-7500-4267-bbc7-5c30e2b9c1a3 --out output.html * To generate a JUnit report, run: rally task export 73919bfb-7500-4267-bbc7-5c30e2b9c1a3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 73919bfb-7500-4267-bbc7-5c30e2b9c1a3 --json --out output.json 2018-04-02 13:00:44,969 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '73919bfb-7500-4267-bbc7-5c30e2b9c1a3'] 2018-04-02 13:00:46,055 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 13:00:46,055 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '73919bfb-7500-4267-bbc7-5c30e2b9c1a3', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-02 13:00:46,062 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-02 13:00:46,063 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-02 13:00:46,063 - 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-02 13:00:46,063 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 13:00:46,100 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 13:00:46,102 - 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': '1cd83549-1e5f-4596-8358-1ad822303d3a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', 'flavor_name': 'rally-tiny-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', '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-02 13:02:56,409 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 93725122-9590-44ff-bc55-a08dd0fea485 2018-04-02 13:02:56,410 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '93725122-9590-44ff-bc55-a08dd0fea485'] 2018-04-02 13:02:57,578 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 93725122-9590-44ff-bc55-a08dd0fea485: 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 93725122-9590-44ff-bc55-a08dd0fea485 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 6.973 | 6.973 | 6.973 | 6.973 | 6.973 | 6.973 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | -> glance_v2.upload_data | 3.702 | 3.702 | 3.702 | 3.702 | 3.702 | 3.702 | 100.0% | 1 | | glance_v2.delete_image | 2.754 | 2.754 | 2.754 | 2.754 | 2.754 | 2.754 | 100.0% | 1 | | total | 9.727 | 9.727 | 9.727 | 9.727 | 9.727 | 9.727 | 100.0% | 1 | | -> duration | 9.727 | 9.727 | 9.727 | 9.727 | 9.727 | 9.727 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.726761 Full duration: 18.504936 -------------------------------------------------------------------------------- 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 93725122-9590-44ff-bc55-a08dd0fea485 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.633 | 7.633 | 7.633 | 7.633 | 7.633 | 7.633 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> glance_v2.upload_data | 4.583 | 4.583 | 4.583 | 4.583 | 4.583 | 4.583 | 100.0% | 1 | | glance_v2.list_images | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 7.815 | 7.815 | 7.815 | 7.815 | 7.815 | 7.815 | 100.0% | 1 | | -> duration | 7.815 | 7.815 | 7.815 | 7.815 | 7.815 | 7.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.814874 Full duration: 21.509157 -------------------------------------------------------------------------------- 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 93725122-9590-44ff-bc55-a08dd0fea485 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.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | total | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | -> duration | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.337397 Full duration: 8.395068 -------------------------------------------------------------------------------- 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-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3" }, "number_instances": 2, "nics": [ { "net-id": "1cd83549-1e5f-4596-8358-1ad822303d3a" } ] }, "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 93725122-9590-44ff-bc55-a08dd0fea485 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 6.594 | 6.594 | 6.594 | 6.594 | 6.594 | 6.594 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 100.0% | 1 | | -> glance_v2.upload_data | 3.997 | 3.997 | 3.997 | 3.997 | 3.997 | 3.997 | 100.0% | 1 | | nova.boot_servers | 17.302 | 17.302 | 17.302 | 17.302 | 17.302 | 17.302 | 100.0% | 1 | | total | 23.897 | 23.897 | 23.897 | 23.897 | 23.897 | 23.897 | 100.0% | 1 | | -> duration | 22.897 | 22.897 | 22.897 | 22.897 | 22.897 | 22.897 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 22.896928 Full duration: 63.634629 HINTS: * To plot HTML graphics with this data, run: rally task report 93725122-9590-44ff-bc55-a08dd0fea485 --out output.html * To generate a JUnit report, run: rally task export 93725122-9590-44ff-bc55-a08dd0fea485 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 93725122-9590-44ff-bc55-a08dd0fea485 --json --out output.json 2018-04-02 13:02:57,579 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '93725122-9590-44ff-bc55-a08dd0fea485'] 2018-04-02 13:02:58,605 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 13:02:58,605 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '93725122-9590-44ff-bc55-a08dd0fea485', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-02 13:02:58,610 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-02 13:02:58,610 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-04-02 13:02:58,611 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-04-02 13:02:58,611 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 13:02:58,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 13:02:58,650 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-04-02 13:02:58,650 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-02 13:02:58,650 - 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-02 13:02:58,650 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 13:02:58,688 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 13:02:58,693 - 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': '1cd83549-1e5f-4596-8358-1ad822303d3a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', 'flavor_name': 'rally-tiny-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', '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-02 13:06:40,077 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4ab11e44-b26b-46d4-93f1-fa5aca692216 2018-04-02 13:06:40,078 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '4ab11e44-b26b-46d4-93f1-fa5aca692216'] 2018-04-02 13:06:41,175 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 4ab11e44-b26b-46d4-93f1-fa5aca692216: 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 4ab11e44-b26b-46d4-93f1-fa5aca692216 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.873 | 3.873 | 3.873 | 3.873 | 3.873 | 3.873 | 100.0% | 1 | | cinder_v2.delete_snapshot | 5.059 | 5.059 | 5.059 | 5.059 | 5.059 | 5.059 | 100.0% | 1 | | total | 8.932 | 8.932 | 8.932 | 8.932 | 8.932 | 8.932 | 100.0% | 1 | | -> duration | 8.932 | 8.932 | 8.932 | 8.932 | 8.932 | 8.932 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.932306 Full duration: 27.48796 -------------------------------------------------------------------------------- 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 4ab11e44-b26b-46d4-93f1-fa5aca692216 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.183 | 3.183 | 3.183 | 3.183 | 3.183 | 3.183 | 100.0% | 1 | | cinder_v2.delete_volume | 2.646 | 2.646 | 2.646 | 2.646 | 2.646 | 2.646 | 100.0% | 1 | | total | 5.829 | 5.829 | 5.829 | 5.829 | 5.829 | 5.829 | 100.0% | 1 | | -> duration | 5.829 | 5.829 | 5.829 | 5.829 | 5.829 | 5.829 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.829197 Full duration: 16.907203 -------------------------------------------------------------------------------- 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-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 4ab11e44-b26b-46d4-93f1-fa5aca692216 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.423 | 13.423 | 13.423 | 13.423 | 13.423 | 13.423 | 100.0% | 1 | | cinder_v2.delete_volume | 4.824 | 4.824 | 4.824 | 4.824 | 4.824 | 4.824 | 100.0% | 1 | | total | 18.247 | 18.247 | 18.247 | 18.247 | 18.247 | 18.247 | 100.0% | 1 | | -> duration | 18.247 | 18.247 | 18.247 | 18.247 | 18.247 | 18.247 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.247431 Full duration: 29.995419 -------------------------------------------------------------------------------- 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 4ab11e44-b26b-46d4-93f1-fa5aca692216 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.717 | 2.717 | 2.717 | 2.717 | 2.717 | 2.717 | 100.0% | 1 | | total | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 100.0% | 1 | | -> duration | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 6.088 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.08778 Full duration: 16.82533 -------------------------------------------------------------------------------- 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 4ab11e44-b26b-46d4-93f1-fa5aca692216 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.294 | 3.294 | 3.294 | 3.294 | 3.294 | 3.294 | 100.0% | 1 | | cinder_v2.extend_volume | 2.87 | 2.87 | 2.87 | 2.87 | 2.87 | 2.87 | 100.0% | 1 | | cinder_v2.delete_volume | 2.588 | 2.588 | 2.588 | 2.588 | 2.588 | 2.588 | 100.0% | 1 | | total | 8.753 | 8.753 | 8.753 | 8.753 | 8.753 | 8.753 | 100.0% | 1 | | -> duration | 8.753 | 8.753 | 8.753 | 8.753 | 8.753 | 8.753 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.753348 Full duration: 19.661438 -------------------------------------------------------------------------------- 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 4ab11e44-b26b-46d4-93f1-fa5aca692216 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.618 | 5.618 | 5.618 | 5.618 | 5.618 | 5.618 | 100.0% | 1 | | cinder_v2.delete_volume | 4.869 | 4.869 | 4.869 | 4.869 | 4.869 | 4.869 | 100.0% | 1 | | total | 10.487 | 10.487 | 10.487 | 10.487 | 10.487 | 10.487 | 100.0% | 1 | | -> duration | 10.487 | 10.487 | 10.487 | 10.487 | 10.487 | 10.487 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.486911 Full duration: 30.966882 -------------------------------------------------------------------------------- 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 4ab11e44-b26b-46d4-93f1-fa5aca692216 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.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | cinder_v2.list_qos | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 100.0% | 1 | | total | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> duration | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.806237 Full duration: 13.034621 -------------------------------------------------------------------------------- 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 4ab11e44-b26b-46d4-93f1-fa5aca692216 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.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | cinder_v2.set_qos | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 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.827207 Full duration: 12.685715 -------------------------------------------------------------------------------- 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 4ab11e44-b26b-46d4-93f1-fa5aca692216 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 | 1.222 | 1.222 | 1.222 | 1.222 | 1.222 | 1.222 | 100.0% | 1 | | cinder_v2.list_types | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 100.0% | 1 | | total | 1.392 | 1.392 | 1.392 | 1.392 | 1.392 | 1.392 | 100.0% | 1 | | -> duration | 1.392 | 1.392 | 1.392 | 1.392 | 1.392 | 1.392 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.392112 Full duration: 13.07673 -------------------------------------------------------------------------------- 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 4ab11e44-b26b-46d4-93f1-fa5aca692216 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.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 100.0% | 1 | | total | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> duration | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.939598 Full duration: 12.990173 HINTS: * To plot HTML graphics with this data, run: rally task report 4ab11e44-b26b-46d4-93f1-fa5aca692216 --out output.html * To generate a JUnit report, run: rally task export 4ab11e44-b26b-46d4-93f1-fa5aca692216 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4ab11e44-b26b-46d4-93f1-fa5aca692216 --json --out output.json 2018-04-02 13:06:41,176 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '4ab11e44-b26b-46d4-93f1-fa5aca692216'] 2018-04-02 13:06:42,057 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 13:06:42,058 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '4ab11e44-b26b-46d4-93f1-fa5aca692216', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-02 13:06:42,066 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-02 13:06:42,066 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-02 13:06:42,066 - 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-02 13:06:42,066 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 13:06:42,107 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 13:06:42,109 - 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': '1cd83549-1e5f-4596-8358-1ad822303d3a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', 'flavor_name': 'rally-tiny-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', '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-02 13:08:13,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 673d5e7a-e532-42ee-b727-58c28c8ce46b 2018-04-02 13:08:13,797 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '673d5e7a-e532-42ee-b727-58c28c8ce46b'] 2018-04-02 13:08:14,863 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 673d5e7a-e532-42ee-b727-58c28c8ce46b: 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 673d5e7a-e532-42ee-b727-58c28c8ce46b 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 | 6.279 | 6.279 | 6.279 | 6.279 | 6.279 | 6.279 | 100.0% | 1 | | heat.update_stack | 3.459 | 3.459 | 3.459 | 3.459 | 3.459 | 3.459 | 100.0% | 1 | | heat.delete_stack | 4.086 | 4.086 | 4.086 | 4.086 | 4.086 | 4.086 | 100.0% | 1 | | total | 13.824 | 13.824 | 13.824 | 13.824 | 13.824 | 13.824 | 100.0% | 1 | | -> duration | 9.824 | 9.824 | 9.824 | 9.824 | 9.824 | 9.824 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.823863 Full duration: 24.08512 -------------------------------------------------------------------------------- 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 673d5e7a-e532-42ee-b727-58c28c8ce46b 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.897 | 4.897 | 4.897 | 4.897 | 4.897 | 4.897 | 100.0% | 1 | | heat.check_stack | 2.043 | 2.043 | 2.043 | 2.043 | 2.043 | 2.043 | 100.0% | 1 | | heat.delete_stack | 2.649 | 2.649 | 2.649 | 2.649 | 2.649 | 2.649 | 100.0% | 1 | | total | 9.589 | 9.589 | 9.589 | 9.589 | 9.589 | 9.589 | 100.0% | 1 | | -> duration | 7.589 | 7.589 | 7.589 | 7.589 | 7.589 | 7.589 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.588515 Full duration: 18.557541 -------------------------------------------------------------------------------- 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 673d5e7a-e532-42ee-b727-58c28c8ce46b 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.764 | 4.764 | 4.764 | 4.764 | 4.764 | 4.764 | 100.0% | 1 | | heat.suspend_stack | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | heat.resume_stack | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 100.0% | 1 | | heat.delete_stack | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 100.0% | 1 | | total | 11.357 | 11.357 | 11.357 | 11.357 | 11.357 | 11.357 | 100.0% | 1 | | -> duration | 9.357 | 9.357 | 9.357 | 9.357 | 9.357 | 9.357 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.357181 Full duration: 20.856962 -------------------------------------------------------------------------------- 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 673d5e7a-e532-42ee-b727-58c28c8ce46b 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.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | total | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | -> duration | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.566163 Full duration: 8.952984 HINTS: * To plot HTML graphics with this data, run: rally task report 673d5e7a-e532-42ee-b727-58c28c8ce46b --out output.html * To generate a JUnit report, run: rally task export 673d5e7a-e532-42ee-b727-58c28c8ce46b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 673d5e7a-e532-42ee-b727-58c28c8ce46b --json --out output.json 2018-04-02 13:08:14,863 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '673d5e7a-e532-42ee-b727-58c28c8ce46b'] 2018-04-02 13:08:15,820 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 13:08:15,821 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '673d5e7a-e532-42ee-b727-58c28c8ce46b', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-02 13:08:15,827 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-02 13:08:15,828 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-02 13:08:15,828 - 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-02 13:08:15,828 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 13:08:15,869 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 13:08:15,872 - 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': '1cd83549-1e5f-4596-8358-1ad822303d3a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', 'flavor_name': 'rally-tiny-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', '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-02 13:11:38,442 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 29643b68-a91e-46d3-89c0-7d29bbccaf29 2018-04-02 13:11:38,443 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '29643b68-a91e-46d3-89c0-7d29bbccaf29'] 2018-04-02 13:11:39,556 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 29643b68-a91e-46d3-89c0-7d29bbccaf29: 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 29643b68-a91e-46d3-89c0-7d29bbccaf29 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.525 | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 100.0% | 1 | | keystone_v3.add_role | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | keystone_v3.revoke_role | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 100.0% | 1 | | total | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> duration | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.814733 Full duration: 14.414805 -------------------------------------------------------------------------------- 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 29643b68-a91e-46d3-89c0-7d29bbccaf29 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | keystone_v3.add_role | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | keystone_v3.list_roles | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.788899 Full duration: 14.568073 -------------------------------------------------------------------------------- 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 29643b68-a91e-46d3-89c0-7d29bbccaf29 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.45 | 1.45 | 1.45 | 1.45 | 1.45 | 1.45 | 100.0% | 1 | | keystone_v3.list_projects | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 1.545 | 1.545 | 1.545 | 1.545 | 1.545 | 1.545 | 100.0% | 1 | | -> duration | 1.545 | 1.545 | 1.545 | 1.545 | 1.545 | 1.545 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.544939 Full duration: 15.604401 -------------------------------------------------------------------------------- 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 29643b68-a91e-46d3-89c0-7d29bbccaf29 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.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | keystone_v3.delete_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> duration | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.623596 Full duration: 13.386019 -------------------------------------------------------------------------------- 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 29643b68-a91e-46d3-89c0-7d29bbccaf29 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.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | keystone_v3.delete_service | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 100.0% | 1 | | total | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | -> duration | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.941026 Full duration: 13.171059 -------------------------------------------------------------------------------- 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 29643b68-a91e-46d3-89c0-7d29bbccaf29 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | keystone_v3.create_user | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | -> keystone_v3.add_role | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | keystone_v3.create_role | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | keystone_v3.get_project | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 100.0% | 1 | | keystone_v3.get_user | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.get_role | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 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.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 1.886 | 1.886 | 1.886 | 1.886 | 1.886 | 1.886 | 100.0% | 1 | | -> duration | 1.886 | 1.886 | 1.886 | 1.886 | 1.886 | 1.886 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.885907 Full duration: 20.602783 -------------------------------------------------------------------------------- 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 29643b68-a91e-46d3-89c0-7d29bbccaf29 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.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | keystone_v3.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 100.0% | 1 | | total | 1.052 | 1.052 | 1.052 | 1.052 | 1.052 | 1.052 | 100.0% | 1 | | -> duration | 1.052 | 1.052 | 1.052 | 1.052 | 1.052 | 1.052 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.051772 Full duration: 13.100516 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 29643b68-a91e-46d3-89c0-7d29bbccaf29 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | total | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> duration | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.779978 Full duration: 14.728236 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 29643b68-a91e-46d3-89c0-7d29bbccaf29 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.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | total | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | -> duration | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.699511 Full duration: 15.167607 -------------------------------------------------------------------------------- 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 29643b68-a91e-46d3-89c0-7d29bbccaf29 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 1.075 | 1.075 | 1.075 | 1.075 | 1.075 | 1.075 | 100.0% | 1 | | keystone_v3.list_users | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 1.281 | 1.281 | 1.281 | 1.281 | 1.281 | 1.281 | 100.0% | 1 | | -> duration | 1.281 | 1.281 | 1.281 | 1.281 | 1.281 | 1.281 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.280707 Full duration: 16.122939 -------------------------------------------------------------------------------- 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 29643b68-a91e-46d3-89c0-7d29bbccaf29 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.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | keystone_v3.create_users | 5.973 | 5.973 | 5.973 | 5.973 | 5.973 | 5.973 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.973 | 5.973 | 5.973 | 5.973 | 5.973 | 5.973 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 100.0% | 1 | | total | 7.659 | 7.659 | 7.659 | 7.659 | 7.659 | 7.659 | 100.0% | 1 | | -> duration | 7.659 | 7.659 | 7.659 | 7.659 | 7.659 | 7.659 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.658521 Full duration: 24.375934 HINTS: * To plot HTML graphics with this data, run: rally task report 29643b68-a91e-46d3-89c0-7d29bbccaf29 --out output.html * To generate a JUnit report, run: rally task export 29643b68-a91e-46d3-89c0-7d29bbccaf29 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 29643b68-a91e-46d3-89c0-7d29bbccaf29 --json --out output.json 2018-04-02 13:11:39,556 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '29643b68-a91e-46d3-89c0-7d29bbccaf29'] 2018-04-02 13:11:40,648 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 13:11:40,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '29643b68-a91e-46d3-89c0-7d29bbccaf29', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-02 13:11:40,657 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-02 13:11:40,657 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-02 13:11:40,658 - 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-02 13:11:40,658 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 13:11:40,698 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 13:11:40,705 - 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': '1cd83549-1e5f-4596-8358-1ad822303d3a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', 'flavor_name': 'rally-tiny-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', '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-02 13:18:42,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : cd33d748-c219-40ee-b677-5800ea3442aa 2018-04-02 13:18:42,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'cd33d748-c219-40ee-b677-5800ea3442aa'] 2018-04-02 13:18:43,494 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task cd33d748-c219-40ee-b677-5800ea3442aa: 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 cd33d748-c219-40ee-b677-5800ea3442aa 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.132 | 1.132 | 1.132 | 1.132 | 1.132 | 1.132 | 100.0% | 1 | | neutron.delete_network | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 100.0% | 1 | | total | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 100.0% | 1 | | -> duration | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.003987 Full duration: 16.291581 -------------------------------------------------------------------------------- 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 cd33d748-c219-40ee-b677-5800ea3442aa 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.574 | 1.574 | 1.574 | 1.574 | 1.574 | 1.574 | 100.0% | 1 | | neutron.delete_port | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | total | 2.385 | 2.385 | 2.385 | 2.385 | 2.385 | 2.385 | 100.0% | 1 | | -> duration | 2.385 | 2.385 | 2.385 | 2.385 | 2.385 | 2.385 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.385341 Full duration: 38.79295 -------------------------------------------------------------------------------- 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 cd33d748-c219-40ee-b677-5800ea3442aa 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.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | neutron.create_subnet | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | neutron.create_router | 4.038 | 4.038 | 4.038 | 4.038 | 4.038 | 4.038 | 100.0% | 1 | | neutron.add_interface_router | 2.129 | 2.129 | 2.129 | 2.129 | 2.129 | 2.129 | 100.0% | 1 | | neutron.remove_interface_router | 1.701 | 1.701 | 1.701 | 1.701 | 1.701 | 1.701 | 100.0% | 1 | | neutron.delete_router | 2.486 | 2.486 | 2.486 | 2.486 | 2.486 | 2.486 | 100.0% | 1 | | total | 12.066 | 12.066 | 12.066 | 12.066 | 12.066 | 12.066 | 100.0% | 1 | | -> duration | 12.066 | 12.066 | 12.066 | 12.066 | 12.066 | 12.066 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.06597 Full duration: 58.006072 -------------------------------------------------------------------------------- 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 cd33d748-c219-40ee-b677-5800ea3442aa 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.278 | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 100.0% | 1 | | neutron.delete_subnet | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | total | 2.112 | 2.112 | 2.112 | 2.112 | 2.112 | 2.112 | 100.0% | 1 | | -> duration | 2.112 | 2.112 | 2.112 | 2.112 | 2.112 | 2.112 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.112126 Full duration: 38.653118 -------------------------------------------------------------------------------- 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 cd33d748-c219-40ee-b677-5800ea3442aa 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.115 | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 100.0% | 1 | | neutron.list_networks | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | total | 1.759 | 1.759 | 1.759 | 1.759 | 1.759 | 1.759 | 100.0% | 1 | | -> duration | 1.759 | 1.759 | 1.759 | 1.759 | 1.759 | 1.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.759152 Full duration: 19.016143 -------------------------------------------------------------------------------- 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 cd33d748-c219-40ee-b677-5800ea3442aa 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.496 | 1.496 | 1.496 | 1.496 | 1.496 | 1.496 | 100.0% | 1 | | neutron.list_ports | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 1.774 | 1.774 | 1.774 | 1.774 | 1.774 | 1.774 | 100.0% | 1 | | -> duration | 1.774 | 1.774 | 1.774 | 1.774 | 1.774 | 1.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.774262 Full duration: 39.364042 -------------------------------------------------------------------------------- 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 cd33d748-c219-40ee-b677-5800ea3442aa 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.362 | 1.362 | 1.362 | 1.362 | 1.362 | 1.362 | 100.0% | 1 | | neutron.create_subnet | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | neutron.create_router | 4.541 | 4.541 | 4.541 | 4.541 | 4.541 | 4.541 | 100.0% | 1 | | neutron.add_interface_router | 3.123 | 3.123 | 3.123 | 3.123 | 3.123 | 3.123 | 100.0% | 1 | | neutron.list_routers | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 100.0% | 1 | | total | 10.17 | 10.17 | 10.17 | 10.17 | 10.17 | 10.17 | 100.0% | 1 | | -> duration | 10.17 | 10.17 | 10.17 | 10.17 | 10.17 | 10.17 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.169999 Full duration: 63.618191 -------------------------------------------------------------------------------- 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 cd33d748-c219-40ee-b677-5800ea3442aa 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.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | neutron.create_subnet | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | neutron.list_subnets | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 100.0% | 1 | | total | 1.808 | 1.808 | 1.808 | 1.808 | 1.808 | 1.808 | 100.0% | 1 | | -> duration | 1.808 | 1.808 | 1.808 | 1.808 | 1.808 | 1.808 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.808378 Full duration: 49.604223 -------------------------------------------------------------------------------- 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 cd33d748-c219-40ee-b677-5800ea3442aa 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.676 | 1.676 | 1.676 | 1.676 | 1.676 | 1.676 | 100.0% | 1 | | neutron.delete_security_group | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 100.0% | 1 | | total | 1.969 | 1.969 | 1.969 | 1.969 | 1.969 | 1.969 | 100.0% | 1 | | -> duration | 1.969 | 1.969 | 1.969 | 1.969 | 1.969 | 1.969 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.969472 Full duration: 16.569827 -------------------------------------------------------------------------------- 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 cd33d748-c219-40ee-b677-5800ea3442aa 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.727 | 1.727 | 1.727 | 1.727 | 1.727 | 1.727 | 100.0% | 1 | | neutron.create_security_group_rule | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.271 | 0.271 | 0.271 | 0.271 | 0.271 | 0.271 | 100.0% | 1 | | neutron.delete_security_group | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | total | 2.975 | 2.975 | 2.975 | 2.975 | 2.975 | 2.975 | 100.0% | 1 | | -> duration | 2.975 | 2.975 | 2.975 | 2.975 | 2.975 | 2.975 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.974538 Full duration: 17.401995 -------------------------------------------------------------------------------- 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 cd33d748-c219-40ee-b677-5800ea3442aa 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.538 | 1.538 | 1.538 | 1.538 | 1.538 | 1.538 | 100.0% | 1 | | neutron.create_router | 4.387 | 4.387 | 4.387 | 4.387 | 4.387 | 4.387 | 100.0% | 1 | | neutron.add_gateway_router | 1.893 | 1.893 | 1.893 | 1.893 | 1.893 | 1.893 | 100.0% | 1 | | neutron.remove_gateway_router | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 100.0% | 1 | | total | 8.869 | 8.869 | 8.869 | 8.869 | 8.869 | 8.869 | 100.0% | 1 | | -> duration | 8.869 | 8.869 | 8.869 | 8.869 | 8.869 | 8.869 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.868792 Full duration: 34.160481 HINTS: * To plot HTML graphics with this data, run: rally task report cd33d748-c219-40ee-b677-5800ea3442aa --out output.html * To generate a JUnit report, run: rally task export cd33d748-c219-40ee-b677-5800ea3442aa --type junit --to output.xml * To get raw JSON output of task results, run: rally task report cd33d748-c219-40ee-b677-5800ea3442aa --json --out output.json 2018-04-02 13:18:43,495 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'cd33d748-c219-40ee-b677-5800ea3442aa'] 2018-04-02 13:18:44,418 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 13:18:44,418 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'cd33d748-c219-40ee-b677-5800ea3442aa', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-02 13:18:44,427 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-02 13:18:44,427 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-02 13:18:44,427 - 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-02 13:18:44,428 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 13:18:44,469 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 13:18:44,474 - 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': '1cd83549-1e5f-4596-8358-1ad822303d3a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', 'flavor_name': 'rally-tiny-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', '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-02 13:22:14,768 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7f5df70b-4fff-4fd1-b6d2-ce8893a80815 2018-04-02 13:22:14,769 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7f5df70b-4fff-4fd1-b6d2-ce8893a80815'] 2018-04-02 13:22:15,736 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7f5df70b-4fff-4fd1-b6d2-ce8893a80815: 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-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3" }, "image": { "name": "Cirros-0.4.0-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3" }, "block_migration": false, "nics": [ { "net-id": "1cd83549-1e5f-4596-8358-1ad822303d3a" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 7f5df70b-4fff-4fd1-b6d2-ce8893a80815 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 | 23.892 | 23.892 | 23.892 | 23.892 | 23.892 | 23.892 | 100.0% | 1 | | nova.find_host_to_migrate | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 100.0% | 1 | | nova.live_migrate | 136.669 | 136.669 | 136.669 | 136.669 | 136.669 | 136.669 | 0.0% | 1 | | total | 161.681 | 161.681 | 161.681 | 161.681 | 161.681 | 161.681 | 0.0% | 1 | | -> duration | 160.681 | 160.681 | 160.681 | 160.681 | 160.681 | 160.681 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 160.680595 Full duration: 181.548149 HINTS: * To plot HTML graphics with this data, run: rally task report 7f5df70b-4fff-4fd1-b6d2-ce8893a80815 --out output.html * To generate a JUnit report, run: rally task export 7f5df70b-4fff-4fd1-b6d2-ce8893a80815 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7f5df70b-4fff-4fd1-b6d2-ce8893a80815 --json --out output.json 2018-04-02 13:22:15,736 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7f5df70b-4fff-4fd1-b6d2-ce8893a80815'] 2018-04-02 13:22:16,750 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 13:22:16,750 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7f5df70b-4fff-4fd1-b6d2-ce8893a80815', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-02 13:22:16,757 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-02 13:22:16,758 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-02 13:22:16,758 - 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-02 13:22:16,758 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 13:22:16,813 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 13:22:16,815 - 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': '1cd83549-1e5f-4596-8358-1ad822303d3a', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', 'flavor_name': 'rally-tiny-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-2e8fc3b2-e5bf-427e-a3bf-cca772ae59b3', '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-02 13:23:12,194 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c92917f4-b8cc-41c4-b09e-55ef165368ce 2018-04-02 13:23:12,195 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c92917f4-b8cc-41c4-b09e-55ef165368ce'] 2018-04-02 13:23:13,144 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c92917f4-b8cc-41c4-b09e-55ef165368ce: 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 c92917f4-b8cc-41c4-b09e-55ef165368ce 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.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | quotas.delete_quotas | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 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.916822 Full duration: 9.460929 -------------------------------------------------------------------------------- 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 c92917f4-b8cc-41c4-b09e-55ef165368ce 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.124 | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 100.0% | 1 | | total | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 100.0% | 1 | | -> duration | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.123667 Full duration: 8.722933 -------------------------------------------------------------------------------- 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 c92917f4-b8cc-41c4-b09e-55ef165368ce 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.347 | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 100.0% | 1 | | total | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> duration | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.757563 Full duration: 8.696873 -------------------------------------------------------------------------------- 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 c92917f4-b8cc-41c4-b09e-55ef165368ce 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.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | total | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | -> duration | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.133774 Full duration: 10.108522 HINTS: * To plot HTML graphics with this data, run: rally task report c92917f4-b8cc-41c4-b09e-55ef165368ce --out output.html * To generate a JUnit report, run: rally task export c92917f4-b8cc-41c4-b09e-55ef165368ce --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c92917f4-b8cc-41c4-b09e-55ef165368ce --json --out output.json 2018-04-02 13:23:13,145 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c92917f4-b8cc-41c4-b09e-55ef165368ce'] 2018-04-02 13:23:14,132 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 13:23:14,133 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c92917f4-b8cc-41c4-b09e-55ef165368ce', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-02 13:23:14,140 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-02 13:23:14,143 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:48 | 6 | 100.00% | | glance | 01:52 | 4 | 100.00% | | cinder | 03:13 | 10 | 100.00% | | heat | 01:12 | 4 | 100.00% | | keystone | 02:55 | 11 | 100.00% | | neutron | 06:31 | 11 | 100.00% | | nova | 03:01 | 1 | 0.00% | | quotas | 00:36 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:12 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-02 13:23:14,143 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-02 13:23:28,328 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-02 13:23:28,329 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-02 13:23:28,828 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 13:23:28,829 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:23 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-02 13:23:28,833 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-02 13:23:28,833 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-02 13:23:28,932 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-02 13:23:31,299 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-02 13:23:31.040 9793 INFO rally.deployment.engine [-] Deployment ce6621aa-26ea-46cb-a2c7-cf81269669f0 | Starting: Destroy cloud and free allocated resources. 2018-04-02 13:23:31.115 9793 INFO rally.deployment.engine [-] Deployment ce6621aa-26ea-46cb-a2c7-cf81269669f0 | Completed: Destroy cloud and free allocated resources. 2018-04-02 13:23:31.129 9793 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=a1201903-37c6-492e-befc-bd046d3083a1). 2018-04-02 13:23:31.132 9793 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-02 13:23:33,598 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-02 13:23:33.358 9796 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e6868362-e98e-4b2f-b8aa-8a8ef40faeba) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e6868362-e98e-4b2f-b8aa-8a8ef40faeba | 2018-04-02T13:23:33 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e6868362-e98e-4b2f-b8aa-8a8ef40faeba ~/.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-02 13:23:36,931 - 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-02 13:23:36,931 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-02 13:23:39,251 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-02 13:23:38.989 9802 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=a1201903-37c6-492e-befc-bd046d3083a1). 2018-04-02 13:23:39.115 9802 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-02 13:23:42,699 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-02 13:23:41.328 9805 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-02 13:23:41.467 9805 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-02 13:23:42.517 9805 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=78830254-05da-4f19-9b43-667dbc117b97) has been successfully created! Using verifier 'opnfv-tempest' (UUID=78830254-05da-4f19-9b43-667dbc117b97) as the default verifier for the future CLI operations. 2018-04-02 13:23:45,711 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-02 13:23:48,273 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-02 13:24:04,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-02 13:24:10,991 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-02 13:24:09.974 9824 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=78830254-05da-4f19-9b43-667dbc117b97) for deployment 'opnfv-rally' (UUID=e6868362-e98e-4b2f-b8aa-8a8ef40faeba). 2018-04-02 13:24:10.822 9824 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=78830254-05da-4f19-9b43-667dbc117b97) has been successfully configured for deployment 'opnfv-rally' (UUID=e6868362-e98e-4b2f-b8aa-8a8ef40faeba)! 2018-04-02 13:24:10,991 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-02 13:24:10,991 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-02 13:24:10,994 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-02 13:24:13,263 - 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-02 13:24:15,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:15.331 9836 INFO rally.api [-] Starting verification (UUID=0783d2c3-7d9c-4762-87d7-87da72e80acd) for deployment 'opnfv-rally' (UUID=e6868362-e98e-4b2f-b8aa-8a8ef40faeba) by verifier 'opnfv-tempest' (UUID=78830254-05da-4f19-9b43-667dbc117b97). 2018-04-02 13:24:15,333 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0783d2c3-7d9c-4762-87d7-87da72e80acd 2018-04-02 13:24:25,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:25.899 9836 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-02 13:24:26,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:26.373 9836 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.312s] 2018-04-02 13:24:26,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:26.466 9836 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.606s] 2018-04-02 13:24:26,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:26.771 9836 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.617s] 2018-04-02 13:24:26,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:26.831 9836 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.060s] 2018-04-02 13:24:27,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:27.051 9836 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.044s] 2018-04-02 13:24:27,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:27.223 9836 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.172s] 2018-04-02 13:24:32,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:32.039 9836 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [3.722s] 2018-04-02 13:24:32,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:32.267 9836 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.189s] 2018-04-02 13:24:33,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:33.211 9836 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.069s] 2018-04-02 13:24:33,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:33.641 9836 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.428s] 2018-04-02 13:24:33,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:33.725 9836 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.085s] 2018-04-02 13:24:34,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:34.117 9836 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [2.077s] 2018-04-02 13:24:35,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:35.723 9836 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.605s] 2018-04-02 13:24:38,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:38.059 9836 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [5.790s] 2018-04-02 13:24:38,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:38.162 9836 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [4.280s] 2018-04-02 13:24:40,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:40.746 9836 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.685s] 2018-04-02 13:24:40,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:40.893 9836 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.171s] 2018-04-02 13:24:41,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:41.089 9836 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.195s] 2018-04-02 13:24:41,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:41.465 9836 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.367s] 2018-04-02 13:24:44,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:44.142 9836 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [2.676s] 2018-04-02 13:24:44,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:44.263 9836 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [3.517s] 2018-04-02 13:24:44,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:44.555 9836 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [3.464s] 2018-04-02 13:24:44,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:44.562 9836 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-04-02 13:24:44,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:44.730 9836 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.167s] 2018-04-02 13:24:46,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:46.042 9836 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.778s] 2018-04-02 13:24:50,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:50.312 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.856s] 2018-04-02 13:24:50,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:50.342 9836 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.058s] 2018-04-02 13:24:50,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:50.568 9836 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.524s] 2018-04-02 13:24:52,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:52.569 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.257s] 2018-04-02 13:24:52,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:52.928 9836 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.359s] 2018-04-02 13:24:53,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:53.029 9836 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.102s] 2018-04-02 13:24:53,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:53.054 9836 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.024s] 2018-04-02 13:24:53,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:53.080 9836 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.026s] 2018-04-02 13:24:53,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:53.098 9836 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-04-02 13:24:58,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:24:58.523 9836 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [8.177s] 2018-04-02 13:25:02,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:02.216 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [36.098s] 2018-04-02 13:25:03,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:03.894 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.355s] 2018-04-02 13:25:04,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:04.419 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.522s] 2018-04-02 13:25:05,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:05.188 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.770s] 2018-04-02 13:25:05,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:05.624 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.435s] 2018-04-02 13:25:06,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:06.177 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.551s] 2018-04-02 13:25:06,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:06.246 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.069s] 2018-04-02 13:25:06,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:06.328 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.081s] 2018-04-02 13:25:06,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:06.408 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.080s] 2018-04-02 13:25:06,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:06.475 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.066s] 2018-04-02 13:25:06,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:06.479 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.066s] 2018-04-02 13:25:06,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:06.493 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-04-02 13:25:06,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:06.548 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.072s] 2018-04-02 13:25:06,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:06.626 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.133s] 2018-04-02 13:25:06,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:06.637 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.010s] 2018-04-02 13:25:06,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:06.649 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-04-02 13:25:06,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:06.682 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.033s] 2018-04-02 13:25:06,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:06.701 9836 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.153s] 2018-04-02 13:25:06,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:06.750 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.067s] 2018-04-02 13:25:06,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:06.817 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.066s] 2018-04-02 13:25:06,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:06.958 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.139s] 2018-04-02 13:25:06,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:06.972 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-04-02 13:25:07,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:07.052 9836 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.079s] 2018-04-02 13:25:12,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:12.614 9836 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.778s] 2018-04-02 13:25:19,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:19.004 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.041s] 2018-04-02 13:25:19,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:19.044 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.039s] 2018-04-02 13:25:19,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:19.093 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.049s] 2018-04-02 13:25:19,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:19.648 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.553s] 2018-04-02 13:25:20,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:20.702 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [1.053s] 2018-04-02 13:25:20,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:20.923 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.220s] 2018-04-02 13:25:21,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:21.098 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.176s] 2018-04-02 13:25:21,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:21.302 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.203s] 2018-04-02 13:25:21,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:21.355 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.052s] 2018-04-02 13:25:21,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:21.412 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.056s] 2018-04-02 13:25:21,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:21.616 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.203s] 2018-04-02 13:25:22,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:22.042 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.425s] 2018-04-02 13:25:22,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:22.126 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.083s] 2018-04-02 13:25:22,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:22.186 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.060s] 2018-04-02 13:25:22,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:22.239 9836 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.053s] 2018-04-02 13:25:27,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:27.679 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.373s] 2018-04-02 13:25:27,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:27.943 9836 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [6.291s] 2018-04-02 13:25:30,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:30.546 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.503s] 2018-04-02 13:25:31,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:31.751 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.203s] 2018-04-02 13:25:33,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:33.265 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.514s] 2018-04-02 13:25:33,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:33.797 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [6.118s] 2018-04-02 13:25:34,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:34.428 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.161s] 2018-04-02 13:25:35,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:35.217 9836 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.273s] 2018-04-02 13:25:36,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:36.131 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.702s] 2018-04-02 13:25:37,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:37.437 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.639s] 2018-04-02 13:25:37,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:37.517 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.384s] 2018-04-02 13:25:37,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:37.536 9836 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.318s] 2018-04-02 13:25:37,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:37.686 9836 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.150s] 2018-04-02 13:25:37,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:37.729 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.213s] 2018-04-02 13:25:37,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:37.877 9836 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.191s] 2018-04-02 13:25:38,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:38.091 9836 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.213s] 2018-04-02 13:25:38,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:38.132 9836 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.041s] 2018-04-02 13:25:38,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:38.273 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.543s] 2018-04-02 13:25:38,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:38.943 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.669s] 2018-04-02 13:25:40,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:40.266 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.320s] 2018-04-02 13:25:40,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:40.792 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.527s] 2018-04-02 13:25:41,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:41.510 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.717s] 2018-04-02 13:25:41,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:41.888 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.377s] 2018-04-02 13:25:42,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:42.401 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.964s] 2018-04-02 13:25:43,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:43.260 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.370s] 2018-04-02 13:25:43,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:43.448 9836 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [33.163s] 2018-04-02 13:25:43,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:43.681 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.420s] 2018-04-02 13:25:44,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:44.209 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.526s] 2018-04-02 13:25:44,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:44.770 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.561s] 2018-04-02 13:25:45,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:45.420 9836 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.649s] 2018-04-02 13:25:47,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:47.300 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.897s] 2018-04-02 13:25:51,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:51.711 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.411s] 2018-04-02 13:25:51,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:51.836 9836 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.172s] 2018-04-02 13:25:54,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:54.094 9836 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.648s] 2018-04-02 13:25:55,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:25:55.377 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.665s] 2018-04-02 13:26:01,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:26:01.719 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.341s] 2018-04-02 13:26:04,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:26:04.433 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [2.713s] 2018-04-02 13:26:04,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:26:04.692 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.259s] 2018-04-02 13:26:04,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:26:04.938 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.245s] 2018-04-02 13:26:05,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:26:05.016 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.078s] 2018-04-02 13:26:05,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:26:05.086 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.070s] 2018-04-02 13:26:05,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:26:05.190 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.103s] 2018-04-02 13:26:05,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:26:05.321 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.131s] 2018-04-02 13:26:05,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:26:05.390 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.068s] 2018-04-02 13:26:05,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:26:05.588 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.197s] 2018-04-02 13:26:12,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:26:12.483 9836 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.893s] 2018-04-02 13:26:20,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:26:20.788 9836 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [105.050s] 2018-04-02 13:26:35,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:26:35.120 9836 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [10.522s] 2018-04-02 13:26:40,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:26:40.227 9836 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [46.123s] 2018-04-02 13:26:42,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:26:42.699 9836 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.370s] 2018-04-02 13:26:42,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:26:42.929 9836 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.229s] 2018-04-02 13:26:44,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:26:44.250 9836 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [9.130s] 2018-04-02 13:27:05,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:27:05.216 9836 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [24.986s] 2018-04-02 13:27:35,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:27:35.065 9836 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.895s] 2018-04-02 13:27:54,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:27:54.095 9836 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [19.026s] 2018-04-02 13:28:18,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:28:18.089 9836 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [23.993s] 2018-04-02 13:28:22,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0783d2c3-7d9c-4762-87d7-87da72e80acd']'. 2018-04-02 13:28:23,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-02 13:28:23,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-02 13:28:23,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 13:28:23,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0783d2c3-7d9c-4762-87d7-87da72e80acd | 2018-04-02 13:28:23,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-02 13:28:23,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-02 13:24:15 | 2018-04-02 13:28:23,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-02 13:28:22 | 2018-04-02 13:28:23,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:07 | 2018-04-02 13:28:23,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-02 13:28:23,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-02 13:28:23,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 78830254-05da-4f19-9b43-667dbc117b97) | 2018-04-02 13:28:23,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-02 13:28:23,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e6868362-e98e-4b2f-b8aa-8a8ef40faeba) | 2018-04-02 13:28:23,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 131 | 2018-04-02 13:28:23,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 234.568 | 2018-04-02 13:28:23,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 131 | 2018-04-02 13:28:23,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-02 13:28:23,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-02 13:28:23,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-02 13:28:23,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-02 13:28:23,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 13:28:23,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-02 13:28:23,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-02 13:28:37,141 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 13:28:37,141 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 04:51 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-02 13:28:37,145 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-02 13:28:37,243 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-02 13:28:39,674 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-02 13:28:39.330 9934 INFO rally.deployment.engine [-] Deployment e6868362-e98e-4b2f-b8aa-8a8ef40faeba | Starting: Destroy cloud and free allocated resources. 2018-04-02 13:28:39.405 9934 INFO rally.deployment.engine [-] Deployment e6868362-e98e-4b2f-b8aa-8a8ef40faeba | Completed: Destroy cloud and free allocated resources. 2018-04-02 13:28:39.428 9934 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=78830254-05da-4f19-9b43-667dbc117b97) for deployment 'opnfv-rally'. 2018-04-02 13:28:39.439 9934 INFO rally.api [-] Deleting verification (UUID=0783d2c3-7d9c-4762-87d7-87da72e80acd). 2018-04-02 13:28:39.474 9934 INFO rally.api [-] Verification has been successfully deleted! 2018-04-02 13:28:39.474 9934 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=78830254-05da-4f19-9b43-667dbc117b97). 2018-04-02 13:28:39.480 9934 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-02 13:28:42,048 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-02 13:28:41.781 9937 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=aaa6575c-4a27-44ff-9caf-3175ad920283) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | aaa6575c-4a27-44ff-9caf-3175ad920283 | 2018-04-02T13:28:41 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: aaa6575c-4a27-44ff-9caf-3175ad920283 ~/.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-02 13:28:45,445 - 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-02 13:28:45,445 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-02 13:28:47,708 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-02 13:28:47.450 9943 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=78830254-05da-4f19-9b43-667dbc117b97). 2018-04-02 13:28:47.579 9943 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-02 13:28:51,110 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-02 13:28:49.729 9946 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-02 13:28:49.857 9946 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-02 13:28:50.923 9946 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9086cc26-2715-4dbc-8651-2de8017283d5) has been successfully created! Using verifier 'opnfv-tempest' (UUID=9086cc26-2715-4dbc-8651-2de8017283d5) as the default verifier for the future CLI operations. 2018-04-02 13:28:53,950 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-02 13:28:58,520 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-02 13:29:07,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-02 13:29:13,894 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-02 13:29:12.900 9965 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9086cc26-2715-4dbc-8651-2de8017283d5) for deployment 'opnfv-rally' (UUID=aaa6575c-4a27-44ff-9caf-3175ad920283). 2018-04-02 13:29:13.735 9965 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9086cc26-2715-4dbc-8651-2de8017283d5) has been successfully configured for deployment 'opnfv-rally' (UUID=aaa6575c-4a27-44ff-9caf-3175ad920283)! 2018-04-02 13:29:13,895 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-02 13:29:13,895 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-02 13:29:13,897 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-02 13:29:13,911 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-02 13:29:16,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-9086cc26-2715-4dbc-8651-2de8017283d5/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-02 13:29:16,709 - 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-02 13:29:18,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 13:29:18.828 9974 INFO rally.api [-] Starting verification (UUID=a38a0bcf-a27c-4e48-aea8-d3889b71c45d) for deployment 'opnfv-rally' (UUID=aaa6575c-4a27-44ff-9caf-3175ad920283) by verifier 'opnfv-tempest' (UUID=9086cc26-2715-4dbc-8651-2de8017283d5). 2018-04-02 13:29:18,829 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a38a0bcf-a27c-4e48-aea8-d3889b71c45d 2018-04-02 13:32:32,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a38a0bcf-a27c-4e48-aea8-d3889b71c45d']'. 2018-04-02 13:32:33,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-02 13:32:33,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-02 13:32:33,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 13:32:33,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a38a0bcf-a27c-4e48-aea8-d3889b71c45d | 2018-04-02 13:32:33,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-02 13:32:33,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-02 13:29:18 | 2018-04-02 13:32:33,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-02 13:32:32 | 2018-04-02 13:32:33,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:14 | 2018-04-02 13:32:33,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-02 13:32:33,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-02 13:32:33,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9086cc26-2715-4dbc-8651-2de8017283d5) | 2018-04-02 13:32:33,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-02 13:32:33,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: aaa6575c-4a27-44ff-9caf-3175ad920283) | 2018-04-02 13:32:33,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-02 13:32:33,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 183.362 | 2018-04-02 13:32:33,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-02 13:32:33,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-02 13:32:33,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-02 13:32:33,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-02 13:32:33,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-02 13:32:33,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 13:32:33,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-02 13:32:33,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-02 13:32:46,003 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 13:32:46,004 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:52 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-02 13:32:46,008 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-02 13:32:46,994 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-02 14:55:37,831 - 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'018fb91b-8f00-4fbd-94b5-bb71b6f69891' != u'c6996520-17c3-47ba-ba9a-4acc4a794f4b' - 018fb91b-8f00-4fbd-94b5-bb71b6f69891 + c6996520-17c3-47ba-ba9a-4acc4a794f4b ---------------------------------------------------------------------- Ran 119 tests in 4970.762s FAILED (failures=1) 2018-04-02 14:55:37,997 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 14:55:37,997 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 82:51 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-02 14:55:38,001 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-02 14:55:38,002 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-02 14:55:38,101 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-02 14:55:40,478 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-02 14:55:40.112 10201 INFO rally.deployment.engine [-] Deployment aaa6575c-4a27-44ff-9caf-3175ad920283 | Starting: Destroy cloud and free allocated resources. 2018-04-02 14:55:40.203 10201 INFO rally.deployment.engine [-] Deployment aaa6575c-4a27-44ff-9caf-3175ad920283 | Completed: Destroy cloud and free allocated resources. 2018-04-02 14:55:40.229 10201 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=9086cc26-2715-4dbc-8651-2de8017283d5) for deployment 'opnfv-rally'. 2018-04-02 14:55:40.247 10201 INFO rally.api [-] Deleting verification (UUID=a38a0bcf-a27c-4e48-aea8-d3889b71c45d). 2018-04-02 14:55:40.287 10201 INFO rally.api [-] Verification has been successfully deleted! 2018-04-02 14:55:40.288 10201 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=9086cc26-2715-4dbc-8651-2de8017283d5). 2018-04-02 14:55:40.299 10201 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-02 14:55:42,838 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-02 14:55:42.563 10204 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=415d0879-0ebb-4ae2-bd5f-9f05552709e4) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 415d0879-0ebb-4ae2-bd5f-9f05552709e4 | 2018-04-02T14:55:42 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 415d0879-0ebb-4ae2-bd5f-9f05552709e4 ~/.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-02 14:55:46,165 - 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-02 14:55:46,165 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-02 14:55:48,396 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-02 14:55:48.153 10210 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=9086cc26-2715-4dbc-8651-2de8017283d5). 2018-04-02 14:55:48.269 10210 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-02 14:55:51,625 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-02 14:55:50.356 10213 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-02 14:55:50.484 10213 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-02 14:55:51.443 10213 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=aca61e00-3110-4090-9ba3-6a5993ba3567) has been successfully created! Using verifier 'opnfv-tempest' (UUID=aca61e00-3110-4090-9ba3-6a5993ba3567) as the default verifier for the future CLI operations. 2018-04-02 14:55:54,664 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-02 14:55:57,277 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-02 14:56:06,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-02 14:56:12,263 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-02 14:56:11.149 10232 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=aca61e00-3110-4090-9ba3-6a5993ba3567) for deployment 'opnfv-rally' (UUID=415d0879-0ebb-4ae2-bd5f-9f05552709e4). 2018-04-02 14:56:12.121 10232 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=aca61e00-3110-4090-9ba3-6a5993ba3567) has been successfully configured for deployment 'opnfv-rally' (UUID=415d0879-0ebb-4ae2-bd5f-9f05552709e4)! 2018-04-02 14:56:12,264 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-02 14:56:12,264 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-02 14:56:12,266 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-02 14:56:12,281 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-02 14:56:15,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-aca61e00-3110-4090-9ba3-6a5993ba3567/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-02 14:56:15,077 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-02 14:56:15,079 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-02 14:56:15,079 - 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-02 14:56:17,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 14:56:17.201 10241 INFO rally.api [-] Starting verification (UUID=618c5082-34cb-4aba-a5d8-0e72c69279d4) for deployment 'opnfv-rally' (UUID=415d0879-0ebb-4ae2-bd5f-9f05552709e4) by verifier 'opnfv-tempest' (UUID=aca61e00-3110-4090-9ba3-6a5993ba3567). 2018-04-02 14:56:17,202 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 618c5082-34cb-4aba-a5d8-0e72c69279d4 2018-04-02 14:58:49,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '618c5082-34cb-4aba-a5d8-0e72c69279d4']'. 2018-04-02 14:58:50,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-02 14:58:50,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-02 14:58:50,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 14:58:50,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 618c5082-34cb-4aba-a5d8-0e72c69279d4 | 2018-04-02 14:58:50,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-02 14:58:50,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-02 14:56:17 | 2018-04-02 14:58:50,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-02 14:58:49 | 2018-04-02 14:58:50,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:32 | 2018-04-02 14:58:50,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-02 14:58:50,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-02 14:58:50,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: aca61e00-3110-4090-9ba3-6a5993ba3567) | 2018-04-02 14:58:50,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-02 14:58:50,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 415d0879-0ebb-4ae2-bd5f-9f05552709e4) | 2018-04-02 14:58:50,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-02 14:58:50,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 124.041 | 2018-04-02 14:58:50,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-02 14:58:50,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-02 14:58:50,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-02 14:58:50,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-02 14:58:50,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-02 14:58:50,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 14:58:50,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-02 14:58:50,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-02 14:59:00,966 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 14:59:00,966 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:06 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-02 14:59:00,972 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:42 | PASS | | vping_userdata | functest | smoke | 01:03 | PASS | | tempest_smoke_serial | functest | smoke | 18:58 | PASS | | rally_sanity | functest | smoke | 24:23 | FAIL | | refstack_defcore | functest | smoke | 04:51 | PASS | | patrole | functest | smoke | 03:52 | PASS | | snaps_smoke | functest | smoke | 82:51 | FAIL | | neutron_trunk | functest | smoke | 03:06 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-02 14:59:00,980 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-02 14:59:04,151 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-89 | | 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-02 14:59:04,155 - 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=AGz3fG8EwK8k3Dha36aWnksQB export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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-02 14:59:04,155 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-02 14:59:04,156 - 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-02 14:59:04,158 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-02 14:59:04,158 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-02 15:02:50,507 - xtesting.core.feature - ERROR - Execute command: doctor-test failed 2018-04-02 15:02:50,508 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-02 15:02:50,645 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 15:02:50,645 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:46 | FAIL | +-----------------------------+-----------------+------------------+----------------+ 2018-04-02 15:02:50,648 - xtesting.ci.run_tests - ERROR - The test case 'doctor-notification' failed. 2018-04-02 15:02:50,649 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-04-02 15:51:23,419 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-04-02 15:51:23,554 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 15:51:23,555 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 48:31 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-04-02 15:51:23,562 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-04-02 15:51:23,562 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:46 | FAIL | | barometercollectd | barometer | features | 48:31 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-02 15:51:23,565 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-02 15:52:37,759 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-89 | | 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-02 15:52:37,761 - 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=AGz3fG8EwK8k3Dha36aWnksQB export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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-02 15:52:37,761 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-02 15:52:37,761 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-02 15:52:37,761 - 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-02 15:52:37,762 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-02 15:52:40,146 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-89 | | 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-02 15:52:40,151 - 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=AGz3fG8EwK8k3Dha36aWnksQB export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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-02 15:52:40,151 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-02 15:52:40,152 - 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-02 15:52:40,154 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-02 15:52:40,154 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-02 15:56:22,035 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-02 15:56:22,167 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 15:56:22,167 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:42 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-02 15:56:22,171 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:42 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-02 15:56:22,172 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK