2018-04-05 16:53:19,574 - functest.ci.check_deployment - DEBUG - 172.30.9.29:5000 is reachable! 2018-04-05 16:53:19,574 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.29:5000/v3 ...OK 2018-04-05 16:53:19,944 - functest.ci.check_deployment - INFO - Got token ...OK 2018-04-05 16:53:20,306 - functest.ci.check_deployment - DEBUG - 172.30.9.29:5000 is reachable! 2018-04-05 16:53:20,306 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.29:5000 ...OK 2018-04-05 16:53:20,673 - functest.ci.check_deployment - DEBUG - 172.30.9.29:8774 is reachable! 2018-04-05 16:53:20,673 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.29:8774/v2.1 ...OK 2018-04-05 16:53:21,102 - functest.ci.check_deployment - DEBUG - 172.30.9.29:9696 is reachable! 2018-04-05 16:53:21,102 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.29:9696 ...OK 2018-04-05 16:53:21,477 - functest.ci.check_deployment - DEBUG - 172.30.9.29:9292 is reachable! 2018-04-05 16:53:21,477 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.29:9292 ...OK 2018-04-05 16:53:22,679 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-04-05 16:53:24,292 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-04-05 16:53:24,318 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-04-05 16:53:25,054 - functest.ci.check_deployment - INFO - External network found: external 2018-04-05 16:53:27,485 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-102 | | 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-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-05 16:53:27,489 - 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=9hUGz3hWkuFWUdbgs3xGKFzKm 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 SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-04-05 16:53:27,490 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-05 16:53:27,491 - 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-05 16:53:27,493 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-05 16:53:27,493 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-05 16:53:34,385 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-05 16:53:41,931 - 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 7.534s OK 2018-04-05 16:53:42,063 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 16:53:42,063 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-05 16:53:42,067 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-05 16:53:43,498 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-05 17:02:44,287 - 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 540.736s OK 2018-04-05 17:02:44,420 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 17:02:44,421 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:01 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-05 17:02:44,425 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-05 17:02:45,099 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-05 17:03:15,454 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 30.353s OK 2018-04-05 17:03:15,572 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 17:03:15,572 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:30 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-05 17:03:15,576 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | api_check | functest | healthcheck | 09:01 | PASS | | snaps_health_check | functest | healthcheck | 00:30 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-05 17:03:15,579 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-05 17:03:18,686 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-102 | | 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-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-05 17:03:18,689 - 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=9hUGz3hWkuFWUdbgs3xGKFzKm 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 SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-04-05 17:03:18,690 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-05 17:03:18,691 - 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 odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-04-05 17:03:18,693 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-05 17:03:18,693 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-05 17:03:20,990 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=No JSON object could be decoded 2018-04-05 17:03:20,990 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-05 17:03:20,990 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-05 17:03:20' 2018-04-05 17:03:20,990 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--4453c4bf-f6c4-4f65-85f8-55975f950e1c' 2018-04-05 17:03:22,741 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-4453c4bf-f6c4-4f65-85f8-55975f950e1c' 2018-04-05 17:03:25,202 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-4453c4bf-f6c4-4f65-85f8-55975f950e1c' 2018-04-05 17:03:29,931 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-4453c4bf-f6c4-4f65-85f8-55975f950e1c' 2018-04-05 17:03:30,653 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-4453c4bf-f6c4-4f65-85f8-55975f950e1c' 2018-04-05 17:03:31,364 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-4453c4bf-f6c4-4f65-85f8-55975f950e1c' 2018-04-05 17:03:35,760 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-4453c4bf-f6c4-4f65-85f8-55975f950e1c' 2018-04-05 17:03:38,054 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-4453c4bf-f6c4-4f65-85f8-55975f950e1c' 2018-04-05 17:03:53,893 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-05 17:03:59,514 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-05 17:03:59,651 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-05 17:04:00,657 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-05 17:04:00,772 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 17:04:00,772 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:40 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-05 17:04:19,864 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-05 17:04:19,960 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-05 17:04:19,960 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-05 17:04:19' 2018-04-05 17:04:19,960 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--dfd464e5-b5bd-4fbd-9b1d-8c3317ed7d39' 2018-04-05 17:04:21,844 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-dfd464e5-b5bd-4fbd-9b1d-8c3317ed7d39' 2018-04-05 17:04:23,611 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-dfd464e5-b5bd-4fbd-9b1d-8c3317ed7d39' 2018-04-05 17:04:28,041 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-dfd464e5-b5bd-4fbd-9b1d-8c3317ed7d39' 2018-04-05 17:04:28,716 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-dfd464e5-b5bd-4fbd-9b1d-8c3317ed7d39' 2018-04-05 17:04:33,480 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-dfd464e5-b5bd-4fbd-9b1d-8c3317ed7d39' 2018-04-05 17:04:38,113 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-05 17:04:46,817 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-05 17:04:49,071 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-05 17:04:49,191 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 17:04:49,192 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:29 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-05 17:05:10,826 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-05 17:05:10,943 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-05 17:05:16,523 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-05 17:05:16.208 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=da7b94d6-1459-48e8-98fd-8d924f1287ca) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | da7b94d6-1459-48e8-98fd-8d924f1287ca | 2018-04-05T17:05:16 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: da7b94d6-1459-48e8-98fd-8d924f1287ca ~/.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-05 17:05:19,833 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-05 17:05:19,834 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-05 17:05:25,925 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-05 17:05:23.997 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-05 17:05:24.162 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-05 17:05:25.704 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=03dc28ea-9a50-435f-aecc-b420dff699c2) has been successfully created! Using verifier 'opnfv-tempest' (UUID=03dc28ea-9a50-435f-aecc-b420dff699c2) as the default verifier for the future CLI operations. 2018-04-05 17:05:28,967 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-05 17:05:30,681 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-05 17:05:34,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-05 17:05:39,718 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-05 17:05:38.900 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=03dc28ea-9a50-435f-aecc-b420dff699c2) for deployment 'opnfv-rally' (UUID=da7b94d6-1459-48e8-98fd-8d924f1287ca). 2018-04-05 17:05:39.567 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=03dc28ea-9a50-435f-aecc-b420dff699c2) has been successfully configured for deployment 'opnfv-rally' (UUID=da7b94d6-1459-48e8-98fd-8d924f1287ca)! 2018-04-05 17:05:39,718 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-05 17:05:39,718 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-05 17:05:39,720 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-05 17:05:39,729 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-05 17:05:43,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-03dc28ea-9a50-435f-aecc-b420dff699c2/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-05 17:05:43,250 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-05 17:05:43,252 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-05 17:05:43,253 - 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-05 17:05:45,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:05:45.412 55 INFO rally.api [-] Starting verification (UUID=df192331-9fcc-430e-933f-00807d4da6e2) for deployment 'opnfv-rally' (UUID=da7b94d6-1459-48e8-98fd-8d924f1287ca) by verifier 'opnfv-tempest' (UUID=03dc28ea-9a50-435f-aecc-b420dff699c2). 2018-04-05 17:05:45,414 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: df192331-9fcc-430e-933f-00807d4da6e2 2018-04-05 17:05:51,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:05:51.851 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.191s] 2018-04-05 17:05:51,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:05:51.912 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.062s] 2018-04-05 17:05:57,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:05:57.686 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.992s] 2018-04-05 17:05:59,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:05:59.148 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.462s] 2018-04-05 17:06:07,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:06:07.429 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.522s] 2018-04-05 17:06:21,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:06:21.024 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [8.196s] 2018-04-05 17:06:46,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:06:46.742 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-04-05 17:06:46,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:06:46.743 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-05 17:07:12,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:07:12.346 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.104s] 2018-04-05 17:07:12,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:07:12.347 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-05 17:07:35,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:07:35.737 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2018-04-05 17:07:35,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:07:35.738 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-05 17:09:11,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:09:11.421 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [72.534s] 2018-04-05 17:09:30,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:09:30.542 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-04-05 17:09:30,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:09:30.638 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.096s] 2018-04-05 17:09:37,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:09:37.677 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.650s] 2018-04-05 17:09:37,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:09:37.683 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.007s] 2018-04-05 17:09:39,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:09:39.262 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-05 17:09:39,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:09:39.262 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-05 17:09:42,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:09:42.961 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.352s] 2018-04-05 17:09:48,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:09:48.202 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.082s] 2018-04-05 17:09:53,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:09:53.829 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.555s] 2018-04-05 17:10:00,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:10:00.139 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.363s] 2018-04-05 17:10:08,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:10:08.507 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.853s] 2018-04-05 17:10:14,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:10:14.001 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.343s] 2018-04-05 17:10:19,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:10:19.115 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.259s] 2018-04-05 17:10:25,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:10:25.943 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.581s] 2018-04-05 17:10:32,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:10:32.562 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.398s] 2018-04-05 17:10:40,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:10:40.047 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.497s] 2018-04-05 17:10:42,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:10:42.158 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-05 17:10:44,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:10:44.185 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.069s] 2018-04-05 17:10:44,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:10:44.256 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.070s] 2018-04-05 17:10:44,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:10:44.428 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.171s] 2018-04-05 17:10:44,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:10:44.435 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-04-05 17:10:48,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:10:48.001 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.627s] 2018-04-05 17:10:48,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:10:48.936 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.934s] 2018-04-05 17:10:49,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:10:49.941 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.005s] 2018-04-05 17:10:55,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:10:55.715 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-05 17:11:00,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:11:00.555 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.603s] 2018-04-05 17:11:10,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:11:10.778 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [1.954s] 2018-04-05 17:11:13,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:11:13.451 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.672s] 2018-04-05 17:11:23,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:11:23.480 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.641s] 2018-04-05 17:11:26,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:11:26.073 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.592s] 2018-04-05 17:11:31,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:11:31.729 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.654s] 2018-04-05 17:11:40,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:11:40.850 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.735s] 2018-04-05 17:11:43,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:11:43.928 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.078s] 2018-04-05 17:11:47,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:11:47.551 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.621s] 2018-04-05 17:12:00,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:00.414 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.913s] 2018-04-05 17:12:00,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:00.809 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.394s] 2018-04-05 17:12:00,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:00.920 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.110s] 2018-04-05 17:12:01,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:01.104 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.184s] 2018-04-05 17:12:01,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:01.206 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.102s] 2018-04-05 17:12:01,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:01.282 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.076s] 2018-04-05 17:12:12,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:12.368 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.053s] 2018-04-05 17:12:12,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:12.559 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.191s] 2018-04-05 17:12:12,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:12.675 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.114s] 2018-04-05 17:12:12,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:12.866 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.190s] 2018-04-05 17:12:13,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:13.093 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.226s] 2018-04-05 17:12:13,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:13.147 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.054s] 2018-04-05 17:12:22,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:22.964 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.344s] 2018-04-05 17:12:27,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:27.732 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.767s] 2018-04-05 17:12:29,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:29.306 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.573s] 2018-04-05 17:12:29,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:29.364 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.058s] 2018-04-05 17:12:29,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:29.743 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.379s] 2018-04-05 17:12:40,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:40.346 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.716s] 2018-04-05 17:12:45,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:45.079 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.733s] 2018-04-05 17:12:46,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:46.522 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.442s] 2018-04-05 17:12:46,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:46.577 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.055s] 2018-04-05 17:12:46,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:46.639 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.061s] 2018-04-05 17:12:59,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:12:59.687 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [8.182s] 2018-04-05 17:13:04,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:13:04.513 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.825s] 2018-04-05 17:13:08,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:13:08.237 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.723s] 2018-04-05 17:13:10,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:13:10.822 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.585s] 2018-04-05 17:13:28,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:13:28.080 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [7.527s] 2018-04-05 17:13:32,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:13:32.835 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.754s] 2018-04-05 17:13:37,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:13:37.047 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.210s] 2018-04-05 17:13:40,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:13:40.429 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.383s] 2018-04-05 17:13:51,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:13:51.374 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.331s] 2018-04-05 17:13:52,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:13:52.939 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.562s] 2018-04-05 17:13:53,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:13:53.016 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.080s] 2018-04-05 17:13:57,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:13:57.313 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.361s] 2018-04-05 17:13:58,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:13:58.908 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.592s] 2018-04-05 17:13:58,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:13:58.959 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.054s] 2018-04-05 17:14:02,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:14:02.356 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.648s] 2018-04-05 17:14:05,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:14:05.438 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-04-05 17:14:06,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:14:06.551 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-05 17:14:06,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:14:06.552 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-05 17:14:06,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:14:06.555 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-05 17:14:06,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:14:06.556 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-05 17:14:06,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:14:06.557 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-05 17:14:08,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:14:08.423 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-05 17:14:20,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:14:20.394 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [7.262s] 2018-04-05 17:14:31,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:14:31.173 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.390s] 2018-04-05 17:14:41,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:14:41.171 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.995s] 2018-04-05 17:14:49,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:14:49.051 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.041s] 2018-04-05 17:15:42,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:15:42.153 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [47.362s] 2018-04-05 17:16:16,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:16:16.239 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [26.074s] 2018-04-05 17:16:47,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:16:47.727 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... fail [16.009s] 2018-04-05 17:17:00,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'df192331-9fcc-430e-933f-00807d4da6e2']'. 2018-04-05 17:17:01,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-05 17:17:01,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-05 17:17:01,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-05 17:17:01,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | df192331-9fcc-430e-933f-00807d4da6e2 | 2018-04-05 17:17:01,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-05 17:17:01,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-05 17:05:45 | 2018-04-05 17:17:01,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-05 17:17:00 | 2018-04-05 17:17:01,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:11:15 | 2018-04-05 17:17:01,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-05 17:17:01,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-05 17:17:01,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-05 17:17:01,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 03dc28ea-9a50-435f-aecc-b420dff699c2) | 2018-04-05 17:17:01,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-05 17:17:01,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: da7b94d6-1459-48e8-98fd-8d924f1287ca) | 2018-04-05 17:17:01,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-05 17:17:01,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 657.82 | 2018-04-05 17:17:01,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-04-05 17:17:01,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-05 17:17:01,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-05 17:17:01,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-05 17:17:01,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-05 17:17:01,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-05 17:17:01,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-05 17:17:02,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-04-05 17:17:07,249 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 17:17:07,249 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 11:38 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-04-05 17:17:07,253 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-04-05 17:17:07,254 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-05 17:17:07,349 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-05 17:17:09,861 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-05 17:17:09.409 120 INFO rally.deployment.engine [-] Deployment da7b94d6-1459-48e8-98fd-8d924f1287ca | Starting: Destroy cloud and free allocated resources. 2018-04-05 17:17:09.508 120 INFO rally.deployment.engine [-] Deployment da7b94d6-1459-48e8-98fd-8d924f1287ca | Completed: Destroy cloud and free allocated resources. 2018-04-05 17:17:09.548 120 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=03dc28ea-9a50-435f-aecc-b420dff699c2) for deployment 'opnfv-rally'. 2018-04-05 17:17:09.567 120 INFO rally.api [-] Deleting verification (UUID=df192331-9fcc-430e-933f-00807d4da6e2). 2018-04-05 17:17:09.617 120 INFO rally.api [-] Verification has been successfully deleted! 2018-04-05 17:17:09.617 120 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=03dc28ea-9a50-435f-aecc-b420dff699c2). 2018-04-05 17:17:09.629 120 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-05 17:17:12,183 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-05 17:17:11.852 123 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=8e12b5be-cac5-4481-9a32-d39668ad5346) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 8e12b5be-cac5-4481-9a32-d39668ad5346 | 2018-04-05T17:17:11 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 8e12b5be-cac5-4481-9a32-d39668ad5346 ~/.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-05 17:17:15,493 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-05 17:17:15,493 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-05 17:17:16,834 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf'... 2018-04-05 17:17:18,987 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf'... 2018-04-05 17:17:20,720 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf'... 2018-04-05 17:17:24,873 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf'... 2018-04-05 17:17:25,550 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf'... 2018-04-05 17:17:26,150 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-05 17:17:26,151 - 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-05 17:17:26,152 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 17:17:26,189 - 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-05 17:17:26,194 - 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': '076026e1-088a-4353-be2c-5fd840e9b1b9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', 'flavor_name': 'rally-tiny-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', '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-05 17:18:25,739 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2ebb31a5-c90c-4d8e-a37b-3445fc52227b 2018-04-05 17:18:25,739 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-05 17:18:25,741 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2ebb31a5-c90c-4d8e-a37b-3445fc52227b'] 2018-04-05 17:18:26,770 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2ebb31a5-c90c-4d8e-a37b-3445fc52227b: 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 2ebb31a5-c90c-4d8e-a37b-3445fc52227b has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | total | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | -> duration | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.457862 Full duration: 6.547005 -------------------------------------------------------------------------------- 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 2ebb31a5-c90c-4d8e-a37b-3445fc52227b 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.316 | 0.316 | 0.316 | 0.316 | 0.316 | 0.316 | 100.0% | 1 | | total | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> duration | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.743207 Full duration: 6.742585 -------------------------------------------------------------------------------- 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 2ebb31a5-c90c-4d8e-a37b-3445fc52227b 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.212 | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 100.0% | 1 | | total | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | -> duration | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.62947 Full duration: 6.844468 -------------------------------------------------------------------------------- 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 2ebb31a5-c90c-4d8e-a37b-3445fc52227b 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.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | total | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> duration | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.741266 Full duration: 6.854482 -------------------------------------------------------------------------------- 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 2ebb31a5-c90c-4d8e-a37b-3445fc52227b 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.355 | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 100.0% | 1 | | total | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | -> duration | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.747041 Full duration: 7.141623 -------------------------------------------------------------------------------- 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 2ebb31a5-c90c-4d8e-a37b-3445fc52227b has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> duration | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.647744 Full duration: 6.746882 HINTS: * To plot HTML graphics with this data, run: rally task report 2ebb31a5-c90c-4d8e-a37b-3445fc52227b --out output.html * To generate a JUnit report, run: rally task export 2ebb31a5-c90c-4d8e-a37b-3445fc52227b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2ebb31a5-c90c-4d8e-a37b-3445fc52227b --json --out output.json 2018-04-05 17:18:26,770 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2ebb31a5-c90c-4d8e-a37b-3445fc52227b'] 2018-04-05 17:18:27,664 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-05 17:18:27,664 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2ebb31a5-c90c-4d8e-a37b-3445fc52227b', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-05 17:18:27,671 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-05 17:18:27,672 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-05 17:18:27,672 - 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-05 17:18:27,672 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 17:18:27,716 - 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-05 17:18:27,718 - 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': '076026e1-088a-4353-be2c-5fd840e9b1b9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', 'flavor_name': 'rally-tiny-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', '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-05 17:19:49,026 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 31d7c21f-34bb-4e59-9488-3459d1193879 2018-04-05 17:19:49,027 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '31d7c21f-34bb-4e59-9488-3459d1193879'] 2018-04-05 17:19:50,093 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 31d7c21f-34bb-4e59-9488-3459d1193879: 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 31d7c21f-34bb-4e59-9488-3459d1193879 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 | 4.063 | 4.063 | 4.063 | 4.063 | 4.063 | 4.063 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 100.0% | 1 | | -> glance_v2.upload_data | 1.766 | 1.766 | 1.766 | 1.766 | 1.766 | 1.766 | 100.0% | 1 | | glance_v2.delete_image | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 100.0% | 1 | | total | 5.403 | 5.403 | 5.403 | 5.403 | 5.403 | 5.403 | 100.0% | 1 | | -> duration | 5.403 | 5.403 | 5.403 | 5.403 | 5.403 | 5.403 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.403363 Full duration: 12.769569 -------------------------------------------------------------------------------- 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 31d7c21f-34bb-4e59-9488-3459d1193879 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.036 | 3.036 | 3.036 | 3.036 | 3.036 | 3.036 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | glance_v2.list_images | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 3.149 | 3.149 | 3.149 | 3.149 | 3.149 | 3.149 | 100.0% | 1 | | -> duration | 3.149 | 3.149 | 3.149 | 3.149 | 3.149 | 3.149 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.148791 Full duration: 13.20378 -------------------------------------------------------------------------------- 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 31d7c21f-34bb-4e59-9488-3459d1193879 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.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | -> duration | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.182719 Full duration: 7.031981 -------------------------------------------------------------------------------- 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-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf" }, "number_instances": 2, "nics": [ { "net-id": "076026e1-088a-4353-be2c-5fd840e9b1b9" } ] }, "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 31d7c21f-34bb-4e59-9488-3459d1193879 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.284 | 3.284 | 3.284 | 3.284 | 3.284 | 3.284 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 100.0% | 1 | | nova.boot_servers | 8.213 | 8.213 | 8.213 | 8.213 | 8.213 | 8.213 | 100.0% | 1 | | total | 11.499 | 11.499 | 11.499 | 11.499 | 11.499 | 11.499 | 100.0% | 1 | | -> duration | 10.499 | 10.499 | 10.499 | 10.499 | 10.499 | 10.499 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.498931 Full duration: 31.281135 HINTS: * To plot HTML graphics with this data, run: rally task report 31d7c21f-34bb-4e59-9488-3459d1193879 --out output.html * To generate a JUnit report, run: rally task export 31d7c21f-34bb-4e59-9488-3459d1193879 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 31d7c21f-34bb-4e59-9488-3459d1193879 --json --out output.json 2018-04-05 17:19:50,093 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '31d7c21f-34bb-4e59-9488-3459d1193879'] 2018-04-05 17:19:51,145 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-05 17:19:51,146 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '31d7c21f-34bb-4e59-9488-3459d1193879', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-05 17:19:51,153 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-05 17:19:51,154 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-04-05 17:19:51,154 - 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-05 17:19:51,155 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 17:19:51,199 - 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-05 17:19:51,200 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-04-05 17:19:51,200 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-05 17:19:51,200 - 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-05 17:19:51,200 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 17:19:51,225 - 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-05 17:19:51,229 - 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': '076026e1-088a-4353-be2c-5fd840e9b1b9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', 'flavor_name': 'rally-tiny-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', '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-05 17:22:51,237 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0042f049-1fc8-448d-aac7-3854e2cab524 2018-04-05 17:22:51,238 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0042f049-1fc8-448d-aac7-3854e2cab524'] 2018-04-05 17:22:52,226 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0042f049-1fc8-448d-aac7-3854e2cab524: 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 0042f049-1fc8-448d-aac7-3854e2cab524 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.132 | 3.132 | 3.132 | 3.132 | 3.132 | 3.132 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.405 | 2.405 | 2.405 | 2.405 | 2.405 | 2.405 | 100.0% | 1 | | total | 5.537 | 5.537 | 5.537 | 5.537 | 5.537 | 5.537 | 100.0% | 1 | | -> duration | 5.537 | 5.537 | 5.537 | 5.537 | 5.537 | 5.537 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.537211 Full duration: 21.237614 -------------------------------------------------------------------------------- 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 0042f049-1fc8-448d-aac7-3854e2cab524 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.059 | 3.059 | 3.059 | 3.059 | 3.059 | 3.059 | 100.0% | 1 | | cinder_v2.delete_volume | 2.171 | 2.171 | 2.171 | 2.171 | 2.171 | 2.171 | 100.0% | 1 | | total | 5.23 | 5.23 | 5.23 | 5.23 | 5.23 | 5.23 | 100.0% | 1 | | -> duration | 5.23 | 5.23 | 5.23 | 5.23 | 5.23 | 5.23 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.229697 Full duration: 14.871554 -------------------------------------------------------------------------------- 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-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 0042f049-1fc8-448d-aac7-3854e2cab524 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.493 | 7.493 | 7.493 | 7.493 | 7.493 | 7.493 | 100.0% | 1 | | cinder_v2.delete_volume | 2.447 | 2.447 | 2.447 | 2.447 | 2.447 | 2.447 | 100.0% | 1 | | total | 9.94 | 9.94 | 9.94 | 9.94 | 9.94 | 9.94 | 100.0% | 1 | | -> duration | 9.94 | 9.94 | 9.94 | 9.94 | 9.94 | 9.94 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.939507 Full duration: 19.748666 -------------------------------------------------------------------------------- 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 0042f049-1fc8-448d-aac7-3854e2cab524 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.042 | 3.042 | 3.042 | 3.042 | 3.042 | 3.042 | 100.0% | 1 | | cinder_v2.delete_volume | 2.563 | 2.563 | 2.563 | 2.563 | 2.563 | 2.563 | 100.0% | 1 | | total | 5.606 | 5.606 | 5.606 | 5.606 | 5.606 | 5.606 | 100.0% | 1 | | -> duration | 5.606 | 5.606 | 5.606 | 5.606 | 5.606 | 5.606 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.605515 Full duration: 14.979974 -------------------------------------------------------------------------------- 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 0042f049-1fc8-448d-aac7-3854e2cab524 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.101 | 3.101 | 3.101 | 3.101 | 3.101 | 3.101 | 100.0% | 1 | | cinder_v2.extend_volume | 2.471 | 2.471 | 2.471 | 2.471 | 2.471 | 2.471 | 100.0% | 1 | | cinder_v2.delete_volume | 2.158 | 2.158 | 2.158 | 2.158 | 2.158 | 2.158 | 100.0% | 1 | | total | 7.73 | 7.73 | 7.73 | 7.73 | 7.73 | 7.73 | 100.0% | 1 | | -> duration | 7.73 | 7.73 | 7.73 | 7.73 | 7.73 | 7.73 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.730051 Full duration: 16.747739 -------------------------------------------------------------------------------- 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 0042f049-1fc8-448d-aac7-3854e2cab524 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.115 | 3.115 | 3.115 | 3.115 | 3.115 | 3.115 | 100.0% | 1 | | cinder_v2.delete_volume | 2.287 | 2.287 | 2.287 | 2.287 | 2.287 | 2.287 | 100.0% | 1 | | total | 5.402 | 5.402 | 5.402 | 5.402 | 5.402 | 5.402 | 100.0% | 1 | | -> duration | 5.402 | 5.402 | 5.402 | 5.402 | 5.402 | 5.402 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.402213 Full duration: 21.34568 -------------------------------------------------------------------------------- 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 0042f049-1fc8-448d-aac7-3854e2cab524 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.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | cinder_v2.list_qos | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 100.0% | 1 | | total | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> duration | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.732282 Full duration: 11.212669 -------------------------------------------------------------------------------- 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 0042f049-1fc8-448d-aac7-3854e2cab524 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.564 | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 100.0% | 1 | | cinder_v2.set_qos | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 100.0% | 1 | | total | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> duration | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.737968 Full duration: 11.173574 -------------------------------------------------------------------------------- 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 0042f049-1fc8-448d-aac7-3854e2cab524 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.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | cinder_v2.list_types | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 100.0% | 1 | | total | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 100.0% | 1 | | -> duration | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.746049 Full duration: 11.153808 -------------------------------------------------------------------------------- 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 0042f049-1fc8-448d-aac7-3854e2cab524 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.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | total | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> duration | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.784061 Full duration: 11.319414 HINTS: * To plot HTML graphics with this data, run: rally task report 0042f049-1fc8-448d-aac7-3854e2cab524 --out output.html * To generate a JUnit report, run: rally task export 0042f049-1fc8-448d-aac7-3854e2cab524 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0042f049-1fc8-448d-aac7-3854e2cab524 --json --out output.json 2018-04-05 17:22:52,227 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0042f049-1fc8-448d-aac7-3854e2cab524'] 2018-04-05 17:22:53,243 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-05 17:22:53,244 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0042f049-1fc8-448d-aac7-3854e2cab524', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-05 17:22:53,249 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-05 17:22:53,250 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-05 17:22:53,250 - 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-05 17:22:53,250 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 17:22:53,277 - 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-05 17:22:53,279 - 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': '076026e1-088a-4353-be2c-5fd840e9b1b9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', 'flavor_name': 'rally-tiny-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', '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-05 17:24:09,840 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d46d277f-81c2-4dab-9173-587b396f5675 2018-04-05 17:24:09,840 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd46d277f-81c2-4dab-9173-587b396f5675'] 2018-04-05 17:24:10,908 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d46d277f-81c2-4dab-9173-587b396f5675: 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 d46d277f-81c2-4dab-9173-587b396f5675 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.537 | 4.537 | 4.537 | 4.537 | 4.537 | 4.537 | 100.0% | 1 | | heat.update_stack | 2.533 | 2.533 | 2.533 | 2.533 | 2.533 | 2.533 | 100.0% | 1 | | heat.delete_stack | 2.388 | 2.388 | 2.388 | 2.388 | 2.388 | 2.388 | 100.0% | 1 | | total | 9.459 | 9.459 | 9.459 | 9.459 | 9.459 | 9.459 | 100.0% | 1 | | -> duration | 5.459 | 5.459 | 5.459 | 5.459 | 5.459 | 5.459 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.458555 Full duration: 17.127913 -------------------------------------------------------------------------------- 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 d46d277f-81c2-4dab-9173-587b396f5675 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.439 | 4.439 | 4.439 | 4.439 | 4.439 | 4.439 | 100.0% | 1 | | heat.check_stack | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 100.0% | 1 | | heat.delete_stack | 2.198 | 2.198 | 2.198 | 2.198 | 2.198 | 2.198 | 100.0% | 1 | | total | 8.046 | 8.046 | 8.046 | 8.046 | 8.046 | 8.046 | 100.0% | 1 | | -> duration | 6.046 | 6.046 | 6.046 | 6.046 | 6.046 | 6.046 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.046372 Full duration: 16.172627 -------------------------------------------------------------------------------- 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 d46d277f-81c2-4dab-9173-587b396f5675 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.435 | 4.435 | 4.435 | 4.435 | 4.435 | 4.435 | 100.0% | 1 | | heat.suspend_stack | 1.417 | 1.417 | 1.417 | 1.417 | 1.417 | 1.417 | 100.0% | 1 | | heat.resume_stack | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 100.0% | 1 | | heat.delete_stack | 2.36 | 2.36 | 2.36 | 2.36 | 2.36 | 2.36 | 100.0% | 1 | | total | 9.584 | 9.584 | 9.584 | 9.584 | 9.584 | 9.584 | 100.0% | 1 | | -> duration | 7.584 | 7.584 | 7.584 | 7.584 | 7.584 | 7.584 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.584488 Full duration: 17.233251 -------------------------------------------------------------------------------- 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 d46d277f-81c2-4dab-9173-587b396f5675 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.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | total | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | -> duration | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.555536 Full duration: 7.694294 HINTS: * To plot HTML graphics with this data, run: rally task report d46d277f-81c2-4dab-9173-587b396f5675 --out output.html * To generate a JUnit report, run: rally task export d46d277f-81c2-4dab-9173-587b396f5675 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d46d277f-81c2-4dab-9173-587b396f5675 --json --out output.json 2018-04-05 17:24:10,909 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd46d277f-81c2-4dab-9173-587b396f5675'] 2018-04-05 17:24:11,941 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-05 17:24:11,941 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd46d277f-81c2-4dab-9173-587b396f5675', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-05 17:24:11,948 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-05 17:24:11,948 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-05 17:24:11,948 - 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-05 17:24:11,949 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 17:24:11,988 - 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-05 17:24:11,991 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '076026e1-088a-4353-be2c-5fd840e9b1b9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', 'flavor_name': 'rally-tiny-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', '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-05 17:27:09,966 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b9ae8ef6-fd45-48e8-804c-015ca406f88b 2018-04-05 17:27:09,966 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b9ae8ef6-fd45-48e8-804c-015ca406f88b'] 2018-04-05 17:27:11,089 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b9ae8ef6-fd45-48e8-804c-015ca406f88b: 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 b9ae8ef6-fd45-48e8-804c-015ca406f88b has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | keystone_v3.add_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.revoke_role | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 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.700464 Full duration: 14.069502 -------------------------------------------------------------------------------- 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 b9ae8ef6-fd45-48e8-804c-015ca406f88b 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.469 | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 100.0% | 1 | | keystone_v3.add_role | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | keystone_v3.list_roles | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 100.0% | 1 | | total | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> duration | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.752418 Full duration: 13.51902 -------------------------------------------------------------------------------- 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 b9ae8ef6-fd45-48e8-804c-015ca406f88b 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.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | keystone_v3.list_projects | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | -> duration | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.878522 Full duration: 13.46643 -------------------------------------------------------------------------------- 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 b9ae8ef6-fd45-48e8-804c-015ca406f88b 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.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | keystone_v3.delete_role | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | -> duration | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.670394 Full duration: 11.60117 -------------------------------------------------------------------------------- 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 b9ae8ef6-fd45-48e8-804c-015ca406f88b 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.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | keystone_v3.delete_service | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | -> duration | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.572248 Full duration: 11.65698 -------------------------------------------------------------------------------- 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 b9ae8ef6-fd45-48e8-804c-015ca406f88b 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.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | keystone_v3.create_user | 0.428 | 0.428 | 0.428 | 0.428 | 0.428 | 0.428 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | -> keystone_v3.add_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.create_role | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_project | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.get_user | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | keystone_v3.get_role | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | keystone_v3.list_services | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.get_services | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 100.0% | 1 | | total | 1.723 | 1.723 | 1.723 | 1.723 | 1.723 | 1.723 | 100.0% | 1 | | -> duration | 1.723 | 1.723 | 1.723 | 1.723 | 1.723 | 1.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.723081 Full duration: 18.793987 -------------------------------------------------------------------------------- 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 b9ae8ef6-fd45-48e8-804c-015ca406f88b 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.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | keystone_v3.update_project | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.delete_project | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | total | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 100.0% | 1 | | -> duration | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.965346 Full duration: 11.920763 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task b9ae8ef6-fd45-48e8-804c-015ca406f88b 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.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | total | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> duration | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.755721 Full duration: 13.449862 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task b9ae8ef6-fd45-48e8-804c-015ca406f88b 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.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | total | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | -> duration | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.635645 Full duration: 13.577533 -------------------------------------------------------------------------------- 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 b9ae8ef6-fd45-48e8-804c-015ca406f88b 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.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | keystone_v3.list_users | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 100.0% | 1 | | -> duration | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.812965 Full duration: 13.728115 -------------------------------------------------------------------------------- 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 b9ae8ef6-fd45-48e8-804c-015ca406f88b 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.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | keystone_v3.create_users | 4.464 | 4.464 | 4.464 | 4.464 | 4.464 | 4.464 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.464 | 4.464 | 4.464 | 4.464 | 4.464 | 4.464 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 100.0% | 1 | | total | 5.992 | 5.992 | 5.992 | 5.992 | 5.992 | 5.992 | 100.0% | 1 | | -> duration | 5.992 | 5.992 | 5.992 | 5.992 | 5.992 | 5.992 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.991787 Full duration: 22.757055 HINTS: * To plot HTML graphics with this data, run: rally task report b9ae8ef6-fd45-48e8-804c-015ca406f88b --out output.html * To generate a JUnit report, run: rally task export b9ae8ef6-fd45-48e8-804c-015ca406f88b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b9ae8ef6-fd45-48e8-804c-015ca406f88b --json --out output.json 2018-04-05 17:27:11,090 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b9ae8ef6-fd45-48e8-804c-015ca406f88b'] 2018-04-05 17:27:12,090 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-05 17:27:12,091 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b9ae8ef6-fd45-48e8-804c-015ca406f88b', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-05 17:27:12,099 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-05 17:27:12,099 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-05 17:27:12,100 - 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-05 17:27:12,100 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 17:27:12,140 - 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-05 17:27:12,148 - 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': '076026e1-088a-4353-be2c-5fd840e9b1b9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', 'flavor_name': 'rally-tiny-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', '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-05 17:31:20,914 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 16650025-85b3-4777-a053-9385e93dee81 2018-04-05 17:31:20,914 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '16650025-85b3-4777-a053-9385e93dee81'] 2018-04-05 17:31:21,945 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 16650025-85b3-4777-a053-9385e93dee81: aborted -------------------------------------------------------------------------------- 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 16650025-85b3-4777-a053-9385e93dee81 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.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | neutron.delete_network | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 100.0% | 1 | | total | 1.968 | 1.968 | 1.968 | 1.968 | 1.968 | 1.968 | 100.0% | 1 | | -> duration | 1.968 | 1.968 | 1.968 | 1.968 | 1.968 | 1.968 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.967894 Full duration: 14.142673 -------------------------------------------------------------------------------- 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 16650025-85b3-4777-a053-9385e93dee81 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.365 | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 100.0% | 1 | | neutron.delete_port | 0.447 | 0.447 | 0.447 | 0.447 | 0.447 | 0.447 | 100.0% | 1 | | total | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 100.0% | 1 | | -> duration | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.812511 Full duration: 26.143572 -------------------------------------------------------------------------------- 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 16650025-85b3-4777-a053-9385e93dee81 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.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | neutron.create_subnet | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | neutron.create_router | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | neutron.add_interface_router | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 100.0% | 1 | | neutron.remove_interface_router | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | neutron.delete_router | 0.416 | 0.416 | 0.416 | 0.416 | 0.416 | 0.416 | 100.0% | 1 | | total | 4.279 | 4.279 | 4.279 | 4.279 | 4.279 | 4.279 | 100.0% | 1 | | -> duration | 4.279 | 4.279 | 4.279 | 4.279 | 4.279 | 4.279 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.278625 Full duration: 30.522244 -------------------------------------------------------------------------------- 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 16650025-85b3-4777-a053-9385e93dee81 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.175 | 1.175 | 1.175 | 1.175 | 1.175 | 1.175 | 100.0% | 1 | | neutron.delete_subnet | 0.373 | 0.373 | 0.373 | 0.373 | 0.373 | 0.373 | 100.0% | 1 | | total | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 100.0% | 1 | | -> duration | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.548379 Full duration: 23.715756 -------------------------------------------------------------------------------- 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 16650025-85b3-4777-a053-9385e93dee81 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.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | neutron.list_networks | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 100.0% | 1 | | total | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 100.0% | 1 | | -> duration | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.292373 Full duration: 15.747788 -------------------------------------------------------------------------------- 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 16650025-85b3-4777-a053-9385e93dee81 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.372 | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 100.0% | 1 | | neutron.list_ports | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 1.493 | 1.493 | 1.493 | 1.493 | 1.493 | 1.493 | 100.0% | 1 | | -> duration | 1.493 | 1.493 | 1.493 | 1.493 | 1.493 | 1.493 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.49255 Full duration: 24.040095 -------------------------------------------------------------------------------- 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 16650025-85b3-4777-a053-9385e93dee81 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.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | neutron.create_subnet | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | neutron.create_router | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 100.0% | 1 | | neutron.add_interface_router | 1.411 | 1.411 | 1.411 | 1.411 | 1.411 | 1.411 | 100.0% | 1 | | neutron.list_routers | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 100.0% | 1 | | total | 2.955 | 2.955 | 2.955 | 2.955 | 2.955 | 2.955 | 100.0% | 1 | | -> duration | 2.955 | 2.955 | 2.955 | 2.955 | 2.955 | 2.955 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.954942 Full duration: 32.115087 -------------------------------------------------------------------------------- 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 16650025-85b3-4777-a053-9385e93dee81 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.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | neutron.create_subnet | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | neutron.list_subnets | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 1.528 | 1.528 | 1.528 | 1.528 | 1.528 | 1.528 | 100.0% | 1 | | -> duration | 1.528 | 1.528 | 1.528 | 1.528 | 1.528 | 1.528 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.528389 Full duration: 28.191543 -------------------------------------------------------------------------------- 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 16650025-85b3-4777-a053-9385e93dee81 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.109 | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 100.0% | 1 | | neutron.delete_security_group | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | total | 1.272 | 1.272 | 1.272 | 1.272 | 1.272 | 1.272 | 100.0% | 1 | | -> duration | 1.272 | 1.272 | 1.272 | 1.272 | 1.272 | 1.272 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.272087 Full duration: 13.332633 -------------------------------------------------------------------------------- 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 16650025-85b3-4777-a053-9385e93dee81 has 1 error(s) -------------------------------------------------------------------------------- Conflict: Security Group 21b50f12-f2ee-4a02-953f-e4f30e74c514 cannot perform precommit_delete due to Callback networking_odl.common.callback.OdlSecurityGroupsHandler.sg_callback_precommit-530601 failed with "argument of type 'NoneType' is not iterable". Neutron server returns request_ids: ['req-598c2ef6-b584-43c0-88ac-f02f46615197'] 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/neutron/security_groups.py", line 236, in run self._delete_security_group(security_group) 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/neutron/utils.py", line 631, in _delete_security_group security_group["security_group"]["id"]) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 962, in delete_security_group return self.delete(self.security_group_path % (security_group)) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 348, in delete headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 329, in retry_request headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) Conflict: Security Group 21b50f12-f2ee-4a02-953f-e4f30e74c514 cannot perform precommit_delete due to Callback networking_odl.common.callback.OdlSecurityGroupsHandler.sg_callback_precommit-530601 failed with "argument of type 'NoneType' is not iterable". Neutron server returns request_ids: ['req-598c2ef6-b584-43c0-88ac-f02f46615197'] -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | 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.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | neutron.create_security_group_rule | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | neutron.delete_security_group | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.0% | 1 | | total | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 0.0% | 1 | | -> duration | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 0.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.377492 Full duration: 15.083201 HINTS: * To plot HTML graphics with this data, run: rally task report 16650025-85b3-4777-a053-9385e93dee81 --out output.html * To generate a JUnit report, run: rally task export 16650025-85b3-4777-a053-9385e93dee81 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 16650025-85b3-4777-a053-9385e93dee81 --json --out output.json 2018-04-05 17:31:21,945 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '16650025-85b3-4777-a053-9385e93dee81'] 2018-04-05 17:31:22,944 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-05 17:31:22,945 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '16650025-85b3-4777-a053-9385e93dee81', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-05 17:31:22,953 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" Failed. 2018-04-05 17:31:22,953 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-05 17:31:22,953 - 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-05 17:31:22,954 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 17:31:22,978 - 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-05 17:31:22,981 - 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': '076026e1-088a-4353-be2c-5fd840e9b1b9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', 'flavor_name': 'rally-tiny-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', '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-05 17:32:09,172 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bf31c1a9-e075-4507-8eb8-08cfe7cd9792 2018-04-05 17:32:09,173 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bf31c1a9-e075-4507-8eb8-08cfe7cd9792'] 2018-04-05 17:32:10,173 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bf31c1a9-e075-4507-8eb8-08cfe7cd9792: 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-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf" }, "image": { "name": "Cirros-0.4.0-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf" }, "block_migration": false, "nics": [ { "net-id": "076026e1-088a-4353-be2c-5fd840e9b1b9" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bf31c1a9-e075-4507-8eb8-08cfe7cd9792 has 1 error(s) -------------------------------------------------------------------------------- BadRequest: No valid host was found. Unable to move instance e6db816b-f69a-4368-b128-6053f9c982d5 to host overcloud-novacompute-1.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-ebb694d8-3887-4c75-82c7-38e6a6178944) 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 756, in _live_migrate disk_over_commit=disk_over_commit) File "/usr/lib/python2.7/site-packages/novaclient/api_versions.py", line 393, in substitution return methods[-1].func(obj, *args, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 465, in live_migrate disk_over_commit) File "/usr/lib/python2.7/site-packages/novaclient/api_versions.py", line 393, in substitution return methods[-1].func(obj, *args, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1691, in live_migrate 'disk_over_commit': disk_over_commit}) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1931, in _action info=info, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1942, in _action_return_resp_and_body return self.api.client.post(url, body=body) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 294, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 83, in request raise exceptions.from_response(resp, body, url, method) BadRequest: No valid host was found. Unable to move instance e6db816b-f69a-4368-b128-6053f9c982d5 to host overcloud-novacompute-1.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-ebb694d8-3887-4c75-82c7-38e6a6178944) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.662 | 7.662 | 7.662 | 7.662 | 7.662 | 7.662 | 100.0% | 1 | | nova.find_host_to_migrate | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | nova.live_migrate | 1.348 | 1.348 | 1.348 | 1.348 | 1.348 | 1.348 | 0.0% | 1 | | total | 9.948 | 9.948 | 9.948 | 9.948 | 9.948 | 9.948 | 0.0% | 1 | | -> duration | 8.948 | 8.948 | 8.948 | 8.948 | 8.948 | 8.948 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.948015 Full duration: 25.030308 HINTS: * To plot HTML graphics with this data, run: rally task report bf31c1a9-e075-4507-8eb8-08cfe7cd9792 --out output.html * To generate a JUnit report, run: rally task export bf31c1a9-e075-4507-8eb8-08cfe7cd9792 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bf31c1a9-e075-4507-8eb8-08cfe7cd9792 --json --out output.json 2018-04-05 17:32:10,174 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bf31c1a9-e075-4507-8eb8-08cfe7cd9792'] 2018-04-05 17:32:11,192 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-05 17:32:11,193 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bf31c1a9-e075-4507-8eb8-08cfe7cd9792', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-05 17:32:11,200 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-05 17:32:11,200 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-05 17:32:11,200 - 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-05 17:32:11,201 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-05 17:32:11,239 - 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-05 17:32:11,241 - 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': '076026e1-088a-4353-be2c-5fd840e9b1b9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', 'flavor_name': 'rally-tiny-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5414aa48-ff41-4b80-8c6f-78b3ecc9c9bf', '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-05 17:32:58,314 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2deb2a58-4e1c-4d24-a8e7-a94aff83a4ff 2018-04-05 17:32:58,314 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2deb2a58-4e1c-4d24-a8e7-a94aff83a4ff'] 2018-04-05 17:32:59,360 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2deb2a58-4e1c-4d24-a8e7-a94aff83a4ff: 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 2deb2a58-4e1c-4d24-a8e7-a94aff83a4ff 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.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | quotas.delete_quotas | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | total | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | -> duration | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.827637 Full duration: 8.043889 -------------------------------------------------------------------------------- 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 2deb2a58-4e1c-4d24-a8e7-a94aff83a4ff 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | total | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> duration | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.692072 Full duration: 7.828663 -------------------------------------------------------------------------------- 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 2deb2a58-4e1c-4d24-a8e7-a94aff83a4ff 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.252 | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 100.0% | 1 | | total | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> duration | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.721981 Full duration: 7.997775 -------------------------------------------------------------------------------- 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 2deb2a58-4e1c-4d24-a8e7-a94aff83a4ff 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.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | total | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | -> duration | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.898073 Full duration: 8.073086 HINTS: * To plot HTML graphics with this data, run: rally task report 2deb2a58-4e1c-4d24-a8e7-a94aff83a4ff --out output.html * To generate a JUnit report, run: rally task export 2deb2a58-4e1c-4d24-a8e7-a94aff83a4ff --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2deb2a58-4e1c-4d24-a8e7-a94aff83a4ff --json --out output.json 2018-04-05 17:32:59,361 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2deb2a58-4e1c-4d24-a8e7-a94aff83a4ff'] 2018-04-05 17:33:00,225 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-05 17:33:00,226 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2deb2a58-4e1c-4d24-a8e7-a94aff83a4ff', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-05 17:33:00,233 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-05 17:33:00,236 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:40 | 6 | 100.00% | | glance | 01:04 | 4 | 100.00% | | cinder | 02:33 | 10 | 100.00% | | heat | 00:58 | 4 | 100.00% | | keystone | 02:38 | 11 | 100.00% | | neutron | 03:43 | 10 | 90.00% | | nova | 00:25 | 1 | 0.00% | | quotas | 00:31 | 4 | 100.00% | | | | | | | TOTAL: | 00:12:35 | 50 | 96.00% | +----------------+------------+----------------+-----------+ 2018-04-05 17:33:00,236 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 96.00% 2018-04-05 17:33:07,123 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 17:33:07,123 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 15:60 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-05 17:33:07,127 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-05 17:33:07,128 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-05 17:33:07,227 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-05 17:33:09,562 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-05 17:33:09.251 9445 INFO rally.deployment.engine [-] Deployment 8e12b5be-cac5-4481-9a32-d39668ad5346 | Starting: Destroy cloud and free allocated resources. 2018-04-05 17:33:09.327 9445 INFO rally.deployment.engine [-] Deployment 8e12b5be-cac5-4481-9a32-d39668ad5346 | Completed: Destroy cloud and free allocated resources. 2018-04-05 17:33:09.351 9445 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=03dc28ea-9a50-435f-aecc-b420dff699c2). 2018-04-05 17:33:09.356 9445 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-05 17:33:11,971 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-05 17:33:11.651 9448 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2a69a581-f640-4f02-81f8-e307d374e109) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2a69a581-f640-4f02-81f8-e307d374e109 | 2018-04-05T17:33:11 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2a69a581-f640-4f02-81f8-e307d374e109 ~/.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-05 17:33:15,242 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-05 17:33:15,242 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-05 17:33:17,487 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-05 17:33:17.206 9454 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=03dc28ea-9a50-435f-aecc-b420dff699c2). 2018-04-05 17:33:17.333 9454 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-05 17:33:21,030 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-05 17:33:19.568 9457 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-05 17:33:19.728 9457 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-05 17:33:20.860 9457 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=138f9749-02ff-44cb-a934-361f0334fad3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=138f9749-02ff-44cb-a934-361f0334fad3) as the default verifier for the future CLI operations. 2018-04-05 17:33:23,964 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-05 17:33:25,719 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-05 17:33:29,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-05 17:33:34,642 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-05 17:33:33.770 9476 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=138f9749-02ff-44cb-a934-361f0334fad3) for deployment 'opnfv-rally' (UUID=2a69a581-f640-4f02-81f8-e307d374e109). 2018-04-05 17:33:34.520 9476 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=138f9749-02ff-44cb-a934-361f0334fad3) has been successfully configured for deployment 'opnfv-rally' (UUID=2a69a581-f640-4f02-81f8-e307d374e109)! 2018-04-05 17:33:34,642 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-05 17:33:34,643 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-05 17:33:34,645 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-05 17:33:40,407 - 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-05 17:33:42,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:33:42.600 9488 INFO rally.api [-] Starting verification (UUID=382522f8-132b-4337-b13c-fc8efdd11622) for deployment 'opnfv-rally' (UUID=2a69a581-f640-4f02-81f8-e307d374e109) by verifier 'opnfv-tempest' (UUID=138f9749-02ff-44cb-a934-361f0334fad3). 2018-04-05 17:33:42,601 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 382522f8-132b-4337-b13c-fc8efdd11622 2018-04-05 17:33:52,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:33:52.813 9488 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.408s] 2018-04-05 17:33:52,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:33:52.847 9488 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.034s] 2018-04-05 17:33:53,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:33:53.024 9488 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.327s] 2018-04-05 17:33:53,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:33:53.037 9488 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.374s] 2018-04-05 17:33:53,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:33:53.066 9488 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.369s] 2018-04-05 17:33:53,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:33:53.174 9488 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.107s] 2018-04-05 17:33:55,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:33:55.555 9488 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.549s] 2018-04-05 17:33:56,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:33:56.098 9488 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.366s] 2018-04-05 17:33:56,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:33:56.610 9488 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.054s] 2018-04-05 17:33:57,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:33:57.441 9488 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.830s] 2018-04-05 17:33:59,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:33:59.162 9488 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.103s] 2018-04-05 17:33:59,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:33:59.294 9488 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.132s] 2018-04-05 17:33:59,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:33:59.472 9488 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.178s] 2018-04-05 17:34:01,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:01.883 9488 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.402s] 2018-04-05 17:34:04,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:04.038 9488 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.280s] 2018-04-05 17:34:05,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:05.149 9488 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.111s] 2018-04-05 17:34:05,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:05.681 9488 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.276s] 2018-04-05 17:34:05,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:05.966 9488 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.284s] 2018-04-05 17:34:06,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:06.255 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.705s] 2018-04-05 17:34:06,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:06.579 9488 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.099s] 2018-04-05 17:34:06,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:06.846 9488 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.880s] 2018-04-05 17:34:06,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:06.855 9488 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2018-04-05 17:34:06,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:06.870 9488 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.015s] 2018-04-05 17:34:07,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:07.512 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.256s] 2018-04-05 17:34:11,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:11.748 9488 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.167s] 2018-04-05 17:34:12,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:12.109 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [19.391s] 2018-04-05 17:34:12,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:12.312 9488 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [16.208s] 2018-04-05 17:34:22,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:22.330 9488 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.798s] 2018-04-05 17:34:27,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:27.607 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2018-04-05 17:34:27,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:27.645 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.037s] 2018-04-05 17:34:27,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:27.827 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.181s] 2018-04-05 17:34:28,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:28.095 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.266s] 2018-04-05 17:34:28,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:28.203 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.108s] 2018-04-05 17:34:28,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:28.421 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.218s] 2018-04-05 17:34:28,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:28.460 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.038s] 2018-04-05 17:34:28,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:28.510 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.051s] 2018-04-05 17:34:28,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:28.563 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.052s] 2018-04-05 17:34:28,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:28.612 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.048s] 2018-04-05 17:34:28,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:28.653 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.040s] 2018-04-05 17:34:28,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:28.738 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.084s] 2018-04-05 17:34:28,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:28.829 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.090s] 2018-04-05 17:34:28,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:28.888 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.059s] 2018-04-05 17:34:28,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:28.938 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.049s] 2018-04-05 17:34:32,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:32.893 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.191s] 2018-04-05 17:34:33,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:33.086 9488 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.737s] 2018-04-05 17:34:33,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:33.979 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.085s] 2018-04-05 17:34:35,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:35.184 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.204s] 2018-04-05 17:34:36,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:36.269 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.083s] 2018-04-05 17:34:37,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:37.351 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.081s] 2018-04-05 17:34:37,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:37.888 9488 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.801s] 2018-04-05 17:34:38,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:38.560 9488 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [26.243s] 2018-04-05 17:34:38,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:38.586 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.236s] 2018-04-05 17:34:38,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:38.823 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.237s] 2018-04-05 17:34:39,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:39.082 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.258s] 2018-04-05 17:34:39,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:39.375 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.292s] 2018-04-05 17:34:40,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:40.065 9488 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.176s] 2018-04-05 17:34:40,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:40.122 9488 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.058s] 2018-04-05 17:34:40,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:40.173 9488 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.050s] 2018-04-05 17:34:40,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:40.366 9488 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.192s] 2018-04-05 17:34:40,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:40.406 9488 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.040s] 2018-04-05 17:34:40,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:40.769 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.392s] 2018-04-05 17:34:40,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:40.840 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.752s] 2018-04-05 17:34:41,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:41.020 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.252s] 2018-04-05 17:34:41,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:41.074 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.233s] 2018-04-05 17:34:41,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:41.315 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.293s] 2018-04-05 17:34:41,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:41.548 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.232s] 2018-04-05 17:34:41,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:41.711 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.637s] 2018-04-05 17:34:42,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:42.275 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.562s] 2018-04-05 17:34:42,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:42.503 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.229s] 2018-04-05 17:34:42,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:42.574 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.070s] 2018-04-05 17:34:42,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:42.653 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.079s] 2018-04-05 17:34:42,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:42.725 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.071s] 2018-04-05 17:34:42,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:42.753 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.204s] 2018-04-05 17:34:42,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:42.791 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.065s] 2018-04-05 17:34:42,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:42.865 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.074s] 2018-04-05 17:34:43,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:43.018 9488 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-05 17:34:43,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:43.050 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.297s] 2018-04-05 17:34:43,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:43.297 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.245s] 2018-04-05 17:34:44,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:44.102 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.804s] 2018-04-05 17:34:44,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:44.327 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.224s] 2018-04-05 17:34:52,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:52.284 9488 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [13.721s] 2018-04-05 17:34:57,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:34:57.502 9488 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.171s] 2018-04-05 17:35:07,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:35:07.195 9488 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [69.742s] 2018-04-05 17:35:20,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:35:20.016 9488 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.078s] 2018-04-05 17:35:20,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:35:20.226 9488 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.209s] 2018-04-05 17:35:34,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:35:34.676 9488 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [75.388s] 2018-04-05 17:35:57,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:35:57.386 9488 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [65.090s] 2018-04-05 17:36:01,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:01.703 9488 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.253s] 2018-04-05 17:36:01,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:01.990 9488 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.287s] 2018-04-05 17:36:07,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:07.937 9488 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [120.960s] 2018-04-05 17:36:16,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:16.014 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-04-05 17:36:16,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:16.022 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-04-05 17:36:16,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:16.208 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.185s] 2018-04-05 17:36:16,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:16.325 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.117s] 2018-04-05 17:36:16,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:16.356 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.030s] 2018-04-05 17:36:16,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:16.404 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.048s] 2018-04-05 17:36:16,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:16.450 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.046s] 2018-04-05 17:36:16,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:16.495 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.044s] 2018-04-05 17:36:16,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:16.536 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.040s] 2018-04-05 17:36:16,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:16.583 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.046s] 2018-04-05 17:36:32,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:32.291 9488 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [24.345s] 2018-04-05 17:36:43,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:43.713 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.147s] 2018-04-05 17:36:43,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:43.738 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.025s] 2018-04-05 17:36:43,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:43.993 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.254s] 2018-04-05 17:36:44,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:44.012 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.018s] 2018-04-05 17:36:44,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:44.028 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.016s] 2018-04-05 17:36:44,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:44.041 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2018-04-05 17:36:44,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:44.619 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.577s] 2018-04-05 17:36:44,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:44.787 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.168s] 2018-04-05 17:36:44,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:44.797 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2018-04-05 17:36:44,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:44.832 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.034s] 2018-04-05 17:36:44,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:44.976 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.144s] 2018-04-05 17:36:45,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:45.021 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.045s] 2018-04-05 17:36:45,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:45.065 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.043s] 2018-04-05 17:36:45,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:45.231 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.165s] 2018-04-05 17:36:45,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:45.400 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.169s] 2018-04-05 17:36:45,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:45.585 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.184s] 2018-04-05 17:36:45,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:45.619 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.034s] 2018-04-05 17:36:45,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:45.794 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.174s] 2018-04-05 17:36:45,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:45.805 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.011s] 2018-04-05 17:36:45,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:45.980 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.174s] 2018-04-05 17:36:46,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:46.014 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.034s] 2018-04-05 17:36:46,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:46.048 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.034s] 2018-04-05 17:36:46,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:36:46.219 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.170s] 2018-04-05 17:38:42,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:38:42.715 9488 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.032s] 2018-04-05 17:39:08,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:39:08.165 9488 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [25.449s] 2018-04-05 17:39:25,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:39:25.779 9488 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.612s] 2018-04-05 17:39:42,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:39:42.916 9488 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.188s] 2018-04-05 17:39:52,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:39:52.938 9488 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [10.018s] 2018-04-05 17:40:04,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:40:04.171 9488 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.230s] 2018-04-05 17:40:08,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '382522f8-132b-4337-b13c-fc8efdd11622']'. 2018-04-05 17:40:09,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-05 17:40:09,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-05 17:40:09,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-05 17:40:09,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 382522f8-132b-4337-b13c-fc8efdd11622 | 2018-04-05 17:40:09,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-05 17:40:09,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-05 17:33:42 | 2018-04-05 17:40:09,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-05 17:40:07 | 2018-04-05 17:40:09,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:06:25 | 2018-04-05 17:40:09,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-05 17:40:09,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-05 17:40:09,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 138f9749-02ff-44cb-a934-361f0334fad3) | 2018-04-05 17:40:09,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-05 17:40:09,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2a69a581-f640-4f02-81f8-e307d374e109) | 2018-04-05 17:40:09,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 130 | 2018-04-05 17:40:09,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 374.112 | 2018-04-05 17:40:09,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 129 | 2018-04-05 17:40:09,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-05 17:40:09,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-05 17:40:09,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-05 17:40:09,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-05 17:40:09,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-05 17:40:09,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-05 17:40:09,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 99.2307692308% 2018-04-05 17:40:16,927 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 17:40:16,927 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 06:53 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-04-05 17:40:16,932 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-04-05 17:40:16,932 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-05 17:40:17,030 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-05 17:40:19,945 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-05 17:40:19.547 9586 INFO rally.deployment.engine [-] Deployment 2a69a581-f640-4f02-81f8-e307d374e109 | Starting: Destroy cloud and free allocated resources. 2018-04-05 17:40:19.635 9586 INFO rally.deployment.engine [-] Deployment 2a69a581-f640-4f02-81f8-e307d374e109 | Completed: Destroy cloud and free allocated resources. 2018-04-05 17:40:19.674 9586 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=138f9749-02ff-44cb-a934-361f0334fad3) for deployment 'opnfv-rally'. 2018-04-05 17:40:19.692 9586 INFO rally.api [-] Deleting verification (UUID=382522f8-132b-4337-b13c-fc8efdd11622). 2018-04-05 17:40:19.730 9586 INFO rally.api [-] Verification has been successfully deleted! 2018-04-05 17:40:19.730 9586 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=138f9749-02ff-44cb-a934-361f0334fad3). 2018-04-05 17:40:19.742 9586 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-05 17:40:22,438 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-05 17:40:22.132 9589 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2f31b0c7-0409-4842-a8d8-8b491ae837fb) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2f31b0c7-0409-4842-a8d8-8b491ae837fb | 2018-04-05T17:40:22 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2f31b0c7-0409-4842-a8d8-8b491ae837fb ~/.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-05 17:40:25,728 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-05 17:40:25,729 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-05 17:40:28,014 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-05 17:40:27.748 9595 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=138f9749-02ff-44cb-a934-361f0334fad3). 2018-04-05 17:40:27.868 9595 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-05 17:40:31,491 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-05 17:40:30.006 9598 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-05 17:40:30.159 9598 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-05 17:40:31.266 9598 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bf836256-b738-471c-b6b5-4c98703e2bc8) has been successfully created! Using verifier 'opnfv-tempest' (UUID=bf836256-b738-471c-b6b5-4c98703e2bc8) as the default verifier for the future CLI operations. 2018-04-05 17:40:34,399 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-05 17:40:35,919 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-05 17:40:40,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-05 17:40:44,931 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-05 17:40:44.083 9617 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=bf836256-b738-471c-b6b5-4c98703e2bc8) for deployment 'opnfv-rally' (UUID=2f31b0c7-0409-4842-a8d8-8b491ae837fb). 2018-04-05 17:40:44.772 9617 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bf836256-b738-471c-b6b5-4c98703e2bc8) has been successfully configured for deployment 'opnfv-rally' (UUID=2f31b0c7-0409-4842-a8d8-8b491ae837fb)! 2018-04-05 17:40:44,931 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-05 17:40:44,931 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-05 17:40:44,934 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-05 17:40:44,945 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-05 17:40:48,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-bf836256-b738-471c-b6b5-4c98703e2bc8/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-05 17:40:48,048 - 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-05 17:40:50,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 17:40:50.160 9626 INFO rally.api [-] Starting verification (UUID=0a3aeeb6-4bef-4586-a082-6e1ef971aa15) for deployment 'opnfv-rally' (UUID=2f31b0c7-0409-4842-a8d8-8b491ae837fb) by verifier 'opnfv-tempest' (UUID=bf836256-b738-471c-b6b5-4c98703e2bc8). 2018-04-05 17:40:50,161 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0a3aeeb6-4bef-4586-a082-6e1ef971aa15 2018-04-05 17:43:26,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0a3aeeb6-4bef-4586-a082-6e1ef971aa15']'. 2018-04-05 17:43:27,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-05 17:43:27,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-05 17:43:27,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-05 17:43:27,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0a3aeeb6-4bef-4586-a082-6e1ef971aa15 | 2018-04-05 17:43:27,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-05 17:43:27,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-05 17:40:50 | 2018-04-05 17:43:27,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-05 17:43:26 | 2018-04-05 17:43:27,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:36 | 2018-04-05 17:43:27,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-05 17:43:27,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-05 17:43:27,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: bf836256-b738-471c-b6b5-4c98703e2bc8) | 2018-04-05 17:43:27,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-05 17:43:27,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2f31b0c7-0409-4842-a8d8-8b491ae837fb) | 2018-04-05 17:43:27,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-05 17:43:27,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 146.859 | 2018-04-05 17:43:27,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-04-05 17:43:27,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-04-05 17:43:27,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-05 17:43:27,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-05 17:43:27,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-05 17:43:27,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-05 17:43:27,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-05 17:43:27,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-05 17:43:32,119 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 17:43:32,119 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:58 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-05 17:43:32,123 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-04-05 17:43:50,520 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-04-05 17:43:50,521 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-04-05 17:43:50,566 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-04-05 17:43:50,684 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 17:43:50,684 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-05 17:43:50,687 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-05 17:43:51,451 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-05 18:29:39,848 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 18:29:39,848 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 45:48 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-05 18:29:39,852 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-05 18:29:39,852 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-05 18:29:39,952 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-05 18:29:42,507 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-05 18:29:42.057 9853 INFO rally.deployment.engine [-] Deployment 2f31b0c7-0409-4842-a8d8-8b491ae837fb | Starting: Destroy cloud and free allocated resources. 2018-04-05 18:29:42.192 9853 INFO rally.deployment.engine [-] Deployment 2f31b0c7-0409-4842-a8d8-8b491ae837fb | Completed: Destroy cloud and free allocated resources. 2018-04-05 18:29:42.238 9853 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=bf836256-b738-471c-b6b5-4c98703e2bc8) for deployment 'opnfv-rally'. 2018-04-05 18:29:42.265 9853 INFO rally.api [-] Deleting verification (UUID=0a3aeeb6-4bef-4586-a082-6e1ef971aa15). 2018-04-05 18:29:42.314 9853 INFO rally.api [-] Verification has been successfully deleted! 2018-04-05 18:29:42.315 9853 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=bf836256-b738-471c-b6b5-4c98703e2bc8). 2018-04-05 18:29:42.325 9853 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-05 18:29:44,993 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-05 18:29:44.666 9856 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=bd990db1-06cf-40d7-96fb-3e90d338a0c8) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | bd990db1-06cf-40d7-96fb-3e90d338a0c8 | 2018-04-05T18:29:44 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: bd990db1-06cf-40d7-96fb-3e90d338a0c8 ~/.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-05 18:29:48,291 - 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__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-05 18:29:48,292 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-05 18:29:50,585 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-05 18:29:50.319 9862 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=bf836256-b738-471c-b6b5-4c98703e2bc8). 2018-04-05 18:29:50.448 9862 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-05 18:29:54,154 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-05 18:29:52.675 9865 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-05 18:29:52.832 9865 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-05 18:29:54.005 9865 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=043fa2f1-ec3e-46e9-bdf4-ba6efa3480b4) has been successfully created! Using verifier 'opnfv-tempest' (UUID=043fa2f1-ec3e-46e9-bdf4-ba6efa3480b4) as the default verifier for the future CLI operations. 2018-04-05 18:30:02,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-05 18:30:06,926 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-05 18:30:06.090 9884 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=043fa2f1-ec3e-46e9-bdf4-ba6efa3480b4) for deployment 'opnfv-rally' (UUID=bd990db1-06cf-40d7-96fb-3e90d338a0c8). 2018-04-05 18:30:06.765 9884 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=043fa2f1-ec3e-46e9-bdf4-ba6efa3480b4) has been successfully configured for deployment 'opnfv-rally' (UUID=bd990db1-06cf-40d7-96fb-3e90d338a0c8)! 2018-04-05 18:30:09,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-043fa2f1-ec3e-46e9-bdf4-ba6efa3480b4/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-05 18:30:09,762 - 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-05 18:30:11,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-05 18:30:11.793 9893 INFO rally.api [-] Starting verification (UUID=9a67e820-7c7c-42da-8d96-fae6626023eb) for deployment 'opnfv-rally' (UUID=bd990db1-06cf-40d7-96fb-3e90d338a0c8) by verifier 'opnfv-tempest' (UUID=043fa2f1-ec3e-46e9-bdf4-ba6efa3480b4). 2018-04-05 18:32:00,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9a67e820-7c7c-42da-8d96-fae6626023eb']'. 2018-04-05 18:32:01,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-05 18:32:01,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-05 18:32:01,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-05 18:32:01,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9a67e820-7c7c-42da-8d96-fae6626023eb | 2018-04-05 18:32:01,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-05 18:32:01,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-05 18:30:11 | 2018-04-05 18:32:01,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-05 18:32:00 | 2018-04-05 18:32:01,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:49 | 2018-04-05 18:32:01,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-05 18:32:01,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-05 18:32:01,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 043fa2f1-ec3e-46e9-bdf4-ba6efa3480b4) | 2018-04-05 18:32:01,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-05 18:32:01,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: bd990db1-06cf-40d7-96fb-3e90d338a0c8) | 2018-04-05 18:32:01,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-05 18:32:01,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 99.163 | 2018-04-05 18:32:01,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-05 18:32:01,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-05 18:32:01,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-05 18:32:01,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-05 18:32:01,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-05 18:32:01,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-05 18:32:01,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-05 18:32:01,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-05 18:32:07,295 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-05 18:32:07,296 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:10 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-05 18:32:07,301 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:40 | PASS | | vping_userdata | functest | smoke | 00:29 | PASS | | tempest_smoke_serial | functest | smoke | 11:38 | FAIL | | rally_sanity | functest | smoke | 15:60 | FAIL | | refstack_defcore | functest | smoke | 06:53 | FAIL | | patrole | functest | smoke | 02:58 | PASS | | odl | functest | smoke | 00:17 | PASS | | snaps_smoke | functest | smoke | 45:48 | FAIL | | neutron_trunk | functest | smoke | 02:10 | PASS | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-05 18:32:07,308 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-05 18:32:11,158 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-102 | | 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-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-05 18:32:11,160 - 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=9hUGz3hWkuFWUdbgs3xGKFzKm 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 SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-04-05 18:32:11,160 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-05 18:32:11,160 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-05 18:32:11,161 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-05 18:32:11,162 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-05 18:32:13,632 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-102 | | 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-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-05 18:32:13,637 - 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=9hUGz3hWkuFWUdbgs3xGKFzKm 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 SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-04-05 18:32:13,637 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-05 18:32:13,637 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-05 18:32:13,638 - 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-05 18:32:13,640 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-05 18:32:16,042 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-102 | | 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-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-05 18:32:16,044 - 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=9hUGz3hWkuFWUdbgs3xGKFzKm 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 SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-04-05 18:32:16,044 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-05 18:32:16,045 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-05 18:32:16,045 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-05 18:32:16,045 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK