2018-03-22 01:10:54,570 - functest.ci.check_deployment - DEBUG - 172.30.9.30:5000 is reachable! 2018-03-22 01:10:54,570 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.30:5000/v3 ...OK 2018-03-22 01:10:55,038 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-22 01:10:55,409 - functest.ci.check_deployment - DEBUG - 172.30.9.30:5000 is reachable! 2018-03-22 01:10:55,409 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.30:5000 ...OK 2018-03-22 01:10:55,802 - functest.ci.check_deployment - DEBUG - 172.30.9.30:8774 is reachable! 2018-03-22 01:10:55,802 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.30:8774/v2.1 ...OK 2018-03-22 01:10:56,178 - functest.ci.check_deployment - DEBUG - 172.30.9.30:9696 is reachable! 2018-03-22 01:10:56,178 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.30:9696 ...OK 2018-03-22 01:10:56,619 - functest.ci.check_deployment - DEBUG - 172.30.9.30:9292 is reachable! 2018-03-22 01:10:56,620 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.30:9292 ...OK 2018-03-22 01:10:57,897 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-22 01:10:59,520 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-22 01:10:59,554 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-22 01:11:01,623 - functest.ci.check_deployment - INFO - External network found: external 2018-03-22 01:11:09,227 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-36 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-22 01:11:09,232 - 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=WpsHzzhKRtzEpubYx8wW4PPhc export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.4 export OS_REGION_NAME=regionOne 2018-03-22 01:11:09,232 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-22 01:11:09,234 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-03-22 01:11:09,236 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-22 01:11:09,236 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-22 01:11:12,204 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-22 01:11:20,695 - 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 8.471s OK 2018-03-22 01:11:20,808 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 01:11:20,808 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-22 01:11:20,812 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-22 01:11:23,138 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-22 01:24:18,721 - 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 775.527s OK 2018-03-22 01:24:18,842 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 01:24:18,842 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:56 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-22 01:24:18,846 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-22 01:24:19,820 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-22 01:25:53,456 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 93.635s OK 2018-03-22 01:25:53,569 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 01:25:53,569 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:34 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-22 01:25:53,573 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | api_check | functest | healthcheck | 12:56 | PASS | | snaps_health_check | functest | healthcheck | 01:34 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-22 01:25:53,576 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-22 01:25:56,278 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-36 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-22 01:25:56,281 - 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=WpsHzzhKRtzEpubYx8wW4PPhc export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.4 export OS_REGION_NAME=regionOne 2018-03-22 01:25:56,282 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-22 01:25:56,283 - 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-03-22 01:25:56,285 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-22 01:25:56,285 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-22 01:25:57,217 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-03-22 01:25:57,218 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-22 01:25:57,709 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-22 01:25:57,709 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-03-22 01:25:58,131 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-22 01:25:58,131 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-22 01:25:58' 2018-03-22 01:25:58,131 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--11ee2ae5-1df5-4d98-aa31-10f53f8ac7b7' 2018-03-22 01:26:01,528 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-11ee2ae5-1df5-4d98-aa31-10f53f8ac7b7' 2018-03-22 01:26:04,894 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-11ee2ae5-1df5-4d98-aa31-10f53f8ac7b7' 2018-03-22 01:26:13,413 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-11ee2ae5-1df5-4d98-aa31-10f53f8ac7b7' 2018-03-22 01:26:14,284 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-11ee2ae5-1df5-4d98-aa31-10f53f8ac7b7' 2018-03-22 01:26:15,166 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-11ee2ae5-1df5-4d98-aa31-10f53f8ac7b7' 2018-03-22 01:26:22,170 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-11ee2ae5-1df5-4d98-aa31-10f53f8ac7b7' 2018-03-22 01:26:26,785 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-11ee2ae5-1df5-4d98-aa31-10f53f8ac7b7' 2018-03-22 01:26:47,760 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-22 01:26:53,035 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-22 01:26:53,172 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-22 01:26:54,179 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-22 01:27:12,669 - xtesting.energy.energy - DEBUG - Restoring previous scenario (refstack_defcore/running) 2018-03-22 01:27:12,670 - xtesting.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-03-22 01:27:13,205 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 01:27:13,205 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:56 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-22 01:27:13,208 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-22 01:27:13,294 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-22 01:27:13,294 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-22 01:27:13' 2018-03-22 01:27:13,294 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--469b7aa6-79f5-4a52-ae8d-5344ebb1a6ee' 2018-03-22 01:27:16,265 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-469b7aa6-79f5-4a52-ae8d-5344ebb1a6ee' 2018-03-22 01:27:19,181 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-469b7aa6-79f5-4a52-ae8d-5344ebb1a6ee' 2018-03-22 01:27:25,863 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-469b7aa6-79f5-4a52-ae8d-5344ebb1a6ee' 2018-03-22 01:27:26,606 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-469b7aa6-79f5-4a52-ae8d-5344ebb1a6ee' 2018-03-22 01:27:33,003 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-469b7aa6-79f5-4a52-ae8d-5344ebb1a6ee' 2018-03-22 01:27:39,587 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-22 01:27:50,012 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-22 01:27:52,745 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-22 01:28:13,233 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 01:28:13,233 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:39 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-22 01:28:13,237 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-22 01:28:13,335 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-22 01:28:18,100 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-22 01:28:17.795 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c9616201-abd4-4ab5-bfa6-4a152778bfd7) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c9616201-abd4-4ab5-bfa6-4a152778bfd7 | 2018-03-22T01:28:17 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c9616201-abd4-4ab5-bfa6-4a152778bfd7 ~/.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-03-22 01:28:21,464 - 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-03-22 01:28:21,465 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-22 01:28:26,979 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-22 01:28:25.633 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-22 01:28:25.769 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-22 01:28:26.811 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6ce0229c-3387-4f8c-882e-98c5584f59d7) has been successfully created! Using verifier 'opnfv-tempest' (UUID=6ce0229c-3387-4f8c-882e-98c5584f59d7) as the default verifier for the future CLI operations. 2018-03-22 01:28:29,902 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-22 01:28:32,635 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-22 01:28:39,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-22 01:28:45,008 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-22 01:28:43.837 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6ce0229c-3387-4f8c-882e-98c5584f59d7) for deployment 'opnfv-rally' (UUID=c9616201-abd4-4ab5-bfa6-4a152778bfd7). 2018-03-22 01:28:44.850 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6ce0229c-3387-4f8c-882e-98c5584f59d7) has been successfully configured for deployment 'opnfv-rally' (UUID=c9616201-abd4-4ab5-bfa6-4a152778bfd7)! 2018-03-22 01:28:45,008 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-22 01:28:45,009 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-22 01:28:45,011 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-22 01:28:45,015 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-22 01:28:48,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-6ce0229c-3387-4f8c-882e-98c5584f59d7/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-03-22 01:28:48,154 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-22 01:28:48,156 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-22 01:28:48,156 - 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-03-22 01:28:50,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:28:50.320 55 INFO rally.api [-] Starting verification (UUID=9e355da7-1783-4ea2-bcae-25104888a86b) for deployment 'opnfv-rally' (UUID=c9616201-abd4-4ab5-bfa6-4a152778bfd7) by verifier 'opnfv-tempest' (UUID=6ce0229c-3387-4f8c-882e-98c5584f59d7). 2018-03-22 01:28:50,321 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9e355da7-1783-4ea2-bcae-25104888a86b 2018-03-22 01:28:58,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:28:58.378 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.180s] 2018-03-22 01:28:58,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:28:58.444 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.065s] 2018-03-22 01:29:05,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:29:05.611 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.539s] 2018-03-22 01:29:09,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:29:09.086 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.473s] 2018-03-22 01:29:22,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:29:22.445 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.834s] 2018-03-22 01:29:39,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:29:39.559 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.339s] 2018-03-22 01:30:14,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:30:14.239 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.073s] 2018-03-22 01:30:14,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:30:14.240 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-03-22 01:30:45,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:30:45.971 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.081s] 2018-03-22 01:30:45,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:30:45.972 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-22 01:31:18,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:31:18.275 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.064s] 2018-03-22 01:31:18,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:31:18.276 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-22 01:34:57,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:34:57.036 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.925s] 2018-03-22 01:35:21,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:35:21.642 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.053s] 2018-03-22 01:35:21,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:35:21.740 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.097s] 2018-03-22 01:35:29,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:35:29.901 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.658s] 2018-03-22 01:35:29,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:35:29.911 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-03-22 01:35:31,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:35:31.451 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-22 01:35:31,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:35:31.452 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-22 01:35:35,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:35:35.369 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.393s] 2018-03-22 01:35:41,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:35:41.621 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.081s] 2018-03-22 01:35:48,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:35:48.189 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.680s] 2018-03-22 01:35:56,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:35:56.195 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.441s] 2018-03-22 01:36:06,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:36:06.046 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.183s] 2018-03-22 01:36:12,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:36:12.038 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.373s] 2018-03-22 01:36:18,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:36:18.349 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.200s] 2018-03-22 01:36:25,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:36:25.957 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.491s] 2018-03-22 01:36:33,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:36:33.456 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.498s] 2018-03-22 01:36:42,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:36:42.279 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.793s] 2018-03-22 01:36:45,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:36:45.336 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-22 01:36:47,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:36:47.349 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.153s] 2018-03-22 01:36:47,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:36:47.428 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.079s] 2018-03-22 01:36:47,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:36:47.509 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.081s] 2018-03-22 01:36:47,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:36:47.515 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-22 01:36:51,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:36:51.630 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.802s] 2018-03-22 01:36:53,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:36:53.337 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.706s] 2018-03-22 01:36:55,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:36:55.656 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.319s] 2018-03-22 01:37:02,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:37:02.508 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-03-22 01:37:10,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:37:10.268 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.930s] 2018-03-22 01:37:22,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:37:22.806 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.797s] 2018-03-22 01:37:26,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:37:26.162 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.354s] 2018-03-22 01:37:37,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:37:37.359 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.724s] 2018-03-22 01:37:41,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:37:41.471 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.111s] 2018-03-22 01:37:48,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:37:48.990 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.517s] 2018-03-22 01:37:58,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:37:58.670 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.894s] 2018-03-22 01:38:02,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:38:02.749 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.077s] 2018-03-22 01:38:09,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:38:09.523 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.773s] 2018-03-22 01:38:26,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:38:26.281 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.976s] 2018-03-22 01:38:26,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:38:26.562 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.280s] 2018-03-22 01:38:26,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:38:26.807 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.245s] 2018-03-22 01:38:26,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:38:26.996 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.190s] 2018-03-22 01:38:27,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:38:27.259 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.261s] 2018-03-22 01:38:27,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:38:27.470 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.211s] 2018-03-22 01:38:43,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:38:43.376 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.424s] 2018-03-22 01:38:43,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:38:43.816 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.439s] 2018-03-22 01:38:44,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:38:44.310 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.493s] 2018-03-22 01:38:44,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:38:44.513 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.203s] 2018-03-22 01:38:44,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:38:44.770 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.256s] 2018-03-22 01:38:44,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:38:44.982 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.211s] 2018-03-22 01:38:58,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:38:58.602 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.204s] 2018-03-22 01:39:05,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:39:05.506 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.903s] 2018-03-22 01:39:07,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:39:07.581 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.074s] 2018-03-22 01:39:07,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:39:07.783 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.202s] 2018-03-22 01:39:07,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:39:07.877 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.093s] 2018-03-22 01:39:19,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:39:19.499 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.358s] 2018-03-22 01:39:25,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:39:25.513 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.012s] 2018-03-22 01:39:27,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:39:27.416 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.903s] 2018-03-22 01:39:27,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:39:27.477 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.061s] 2018-03-22 01:39:27,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:39:27.677 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.199s] 2018-03-22 01:39:43,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:39:43.117 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.633s] 2018-03-22 01:39:48,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:39:48.469 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.352s] 2018-03-22 01:39:52,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:39:52.905 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.434s] 2018-03-22 01:39:58,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:39:58.785 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.879s] 2018-03-22 01:40:24,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:40:24.440 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.030s] 2018-03-22 01:40:30,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:40:30.176 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.737s] 2018-03-22 01:40:35,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:40:35.176 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.999s] 2018-03-22 01:40:38,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:40:38.236 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.059s] 2018-03-22 01:40:55,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:40:55.365 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.716s] 2018-03-22 01:40:57,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:40:57.586 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.217s] 2018-03-22 01:40:57,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:40:57.796 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.212s] 2018-03-22 01:41:02,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:41:02.776 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.810s] 2018-03-22 01:41:05,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:41:05.086 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.308s] 2018-03-22 01:41:05,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:41:05.287 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.203s] 2018-03-22 01:41:09,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:41:09.728 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.264s] 2018-03-22 01:41:13,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:41:13.233 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-22 01:41:14,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:41:14.734 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-22 01:41:14,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:41:14.735 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-22 01:41:14,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:41:14.737 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-22 01:41:14,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:41:14.739 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-22 01:41:14,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:41:14.740 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-22 01:41:16,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:41:16.657 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-03-22 01:41:33,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:41:33.287 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.657s] 2018-03-22 01:41:46,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:41:46.291 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.366s] 2018-03-22 01:41:59,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:41:59.030 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.735s] 2018-03-22 01:42:10,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:42:10.063 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.185s] 2018-03-22 01:44:49,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:44:49.183 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [151.963s] 2018-03-22 01:46:27,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:46:27.067 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [87.876s] 2018-03-22 01:47:15,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 01:47:15.557 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.360s] 2018-03-22 01:47:30,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9e355da7-1783-4ea2-bcae-25104888a86b']'. 2018-03-22 01:47:31,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-22 01:47:31,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-22 01:47:31,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-22 01:47:31,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9e355da7-1783-4ea2-bcae-25104888a86b | 2018-03-22 01:47:31,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-22 01:47:31,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-22 01:28:50 | 2018-03-22 01:47:31,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-22 01:47:30 | 2018-03-22 01:47:31,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:40 | 2018-03-22 01:47:31,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-22 01:47:31,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-22 01:47:31,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-22 01:47:31,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6ce0229c-3387-4f8c-882e-98c5584f59d7) | 2018-03-22 01:47:31,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-22 01:47:31,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c9616201-abd4-4ab5-bfa6-4a152778bfd7) | 2018-03-22 01:47:31,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-22 01:47:31,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1099.488 | 2018-03-22 01:47:31,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-03-22 01:47:31,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-22 01:47:31,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-22 01:47:31,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-22 01:47:31,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-03-22 01:47:31,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-22 01:47:31,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-22 01:47:31,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 97.7777777778% 2018-03-22 01:47:39,140 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 01:47:39,141 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:09 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-03-22 01:47:39,146 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-03-22 01:47:39,146 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-22 01:47:39,261 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-22 01:47:39,741 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-22 01:47:39,741 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-03-22 01:47:40,158 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-22 01:47:42,647 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-22 01:47:42.274 152 INFO rally.deployment.engine [-] Deployment c9616201-abd4-4ab5-bfa6-4a152778bfd7 | Starting: Destroy cloud and free allocated resources. 2018-03-22 01:47:42.354 152 INFO rally.deployment.engine [-] Deployment c9616201-abd4-4ab5-bfa6-4a152778bfd7 | Completed: Destroy cloud and free allocated resources. 2018-03-22 01:47:42.395 152 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=6ce0229c-3387-4f8c-882e-98c5584f59d7) for deployment 'opnfv-rally'. 2018-03-22 01:47:42.413 152 INFO rally.api [-] Deleting verification (UUID=9e355da7-1783-4ea2-bcae-25104888a86b). 2018-03-22 01:47:42.446 152 INFO rally.api [-] Verification has been successfully deleted! 2018-03-22 01:47:42.446 152 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6ce0229c-3387-4f8c-882e-98c5584f59d7). 2018-03-22 01:47:42.458 152 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-22 01:47:45,006 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-22 01:47:44.720 155 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=013ccea8-1226-4946-86ef-610d61f1dfea) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 013ccea8-1226-4946-86ef-610d61f1dfea | 2018-03-22T01:47:44 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 013ccea8-1226-4946-86ef-610d61f1dfea ~/.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-03-22 01:47:48,357 - 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-03-22 01:47:48,357 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-22 01:47:49,948 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-1139538a-b3d8-4f35-b966-a93a2454f003'... 2018-03-22 01:47:53,095 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-1139538a-b3d8-4f35-b966-a93a2454f003'... 2018-03-22 01:47:55,380 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-1139538a-b3d8-4f35-b966-a93a2454f003'... 2018-03-22 01:48:00,775 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-1139538a-b3d8-4f35-b966-a93a2454f003'... 2018-03-22 01:48:01,455 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-1139538a-b3d8-4f35-b966-a93a2454f003'... 2018-03-22 01:48:02,163 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-22 01:48:02,164 - 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-03-22 01:48:02,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 01:48:02,208 - 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-03-22 01:48:02,213 - 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': '5ea9d00a-f7f8-4ee7-a426-d5efde54eea1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1139538a-b3d8-4f35-b966-a93a2454f003', 'flavor_name': 'rally-tiny-1139538a-b3d8-4f35-b966-a93a2454f003', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1139538a-b3d8-4f35-b966-a93a2454f003', '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-03-22 01:49:04,181 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4bd9250f-46f9-446c-b336-43de6e55addf 2018-03-22 01:49:04,181 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-22 01:49:04,183 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '4bd9250f-46f9-446c-b336-43de6e55addf'] 2018-03-22 01:49:05,164 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 4bd9250f-46f9-446c-b336-43de6e55addf: 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 4bd9250f-46f9-446c-b336-43de6e55addf 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.469 | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 100.0% | 1 | | total | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 100.0% | 1 | | -> duration | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.468826 Full duration: 6.898925 -------------------------------------------------------------------------------- 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 4bd9250f-46f9-446c-b336-43de6e55addf 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.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | total | 1.287 | 1.287 | 1.287 | 1.287 | 1.287 | 1.287 | 100.0% | 1 | | -> duration | 1.287 | 1.287 | 1.287 | 1.287 | 1.287 | 1.287 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.287249 Full duration: 8.097042 -------------------------------------------------------------------------------- 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 4bd9250f-46f9-446c-b336-43de6e55addf 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.545 | 0.545 | 0.545 | 0.545 | 0.545 | 0.545 | 100.0% | 1 | | total | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | -> duration | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.964143 Full duration: 7.732126 -------------------------------------------------------------------------------- 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 4bd9250f-46f9-446c-b336-43de6e55addf 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.353 | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 100.0% | 1 | | total | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> duration | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.776592 Full duration: 7.542727 -------------------------------------------------------------------------------- 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 4bd9250f-46f9-446c-b336-43de6e55addf has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.539 | 0.539 | 0.539 | 0.539 | 0.539 | 0.539 | 100.0% | 1 | | total | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | -> duration | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.951224 Full duration: 7.819681 -------------------------------------------------------------------------------- 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 4bd9250f-46f9-446c-b336-43de6e55addf 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.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | total | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | -> duration | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.680076 Full duration: 7.99732 HINTS: * To plot HTML graphics with this data, run: rally task report 4bd9250f-46f9-446c-b336-43de6e55addf --out output.html * To generate a JUnit report, run: rally task export 4bd9250f-46f9-446c-b336-43de6e55addf --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4bd9250f-46f9-446c-b336-43de6e55addf --json --out output.json 2018-03-22 01:49:05,164 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '4bd9250f-46f9-446c-b336-43de6e55addf'] 2018-03-22 01:49:06,241 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-22 01:49:06,241 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '4bd9250f-46f9-446c-b336-43de6e55addf', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-22 01:49:06,249 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-22 01:49:06,249 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-22 01:49:06,249 - 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-03-22 01:49:06,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 01:49:06,288 - 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-03-22 01:49:06,290 - 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': '5ea9d00a-f7f8-4ee7-a426-d5efde54eea1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1139538a-b3d8-4f35-b966-a93a2454f003', 'flavor_name': 'rally-tiny-1139538a-b3d8-4f35-b966-a93a2454f003', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1139538a-b3d8-4f35-b966-a93a2454f003', '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-03-22 01:50:42,392 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2523d6c1-778c-48ee-bdde-0c19e7495d94 2018-03-22 01:50:42,392 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2523d6c1-778c-48ee-bdde-0c19e7495d94'] 2018-03-22 01:50:43,394 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2523d6c1-778c-48ee-bdde-0c19e7495d94: 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 2523d6c1-778c-48ee-bdde-0c19e7495d94 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.352 | 4.352 | 4.352 | 4.352 | 4.352 | 4.352 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | -> glance_v2.upload_data | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 100.0% | 1 | | glance_v2.delete_image | 1.426 | 1.426 | 1.426 | 1.426 | 1.426 | 1.426 | 100.0% | 1 | | total | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 100.0% | 1 | | -> duration | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.778663 Full duration: 14.207802 -------------------------------------------------------------------------------- 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 2523d6c1-778c-48ee-bdde-0c19e7495d94 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.311 | 4.311 | 4.311 | 4.311 | 4.311 | 4.311 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | -> glance_v2.upload_data | 1.321 | 1.321 | 1.321 | 1.321 | 1.321 | 1.321 | 100.0% | 1 | | glance_v2.list_images | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | total | 4.495 | 4.495 | 4.495 | 4.495 | 4.495 | 4.495 | 100.0% | 1 | | -> duration | 4.495 | 4.495 | 4.495 | 4.495 | 4.495 | 4.495 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.494996 Full duration: 16.495992 -------------------------------------------------------------------------------- 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 2523d6c1-778c-48ee-bdde-0c19e7495d94 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.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | total | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 100.0% | 1 | | -> duration | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.343742 Full duration: 8.012628 -------------------------------------------------------------------------------- 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-1139538a-b3d8-4f35-b966-a93a2454f003" }, "number_instances": 2, "nics": [ { "net-id": "5ea9d00a-f7f8-4ee7-a426-d5efde54eea1" } ] }, "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 2523d6c1-778c-48ee-bdde-0c19e7495d94 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.186 | 4.186 | 4.186 | 4.186 | 4.186 | 4.186 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 100.0% | 1 | | -> glance_v2.upload_data | 1.255 | 1.255 | 1.255 | 1.255 | 1.255 | 1.255 | 100.0% | 1 | | nova.boot_servers | 11.779 | 11.779 | 11.779 | 11.779 | 11.779 | 11.779 | 100.0% | 1 | | total | 15.967 | 15.967 | 15.967 | 15.967 | 15.967 | 15.967 | 100.0% | 1 | | -> duration | 14.967 | 14.967 | 14.967 | 14.967 | 14.967 | 14.967 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.966904 Full duration: 40.057782 HINTS: * To plot HTML graphics with this data, run: rally task report 2523d6c1-778c-48ee-bdde-0c19e7495d94 --out output.html * To generate a JUnit report, run: rally task export 2523d6c1-778c-48ee-bdde-0c19e7495d94 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2523d6c1-778c-48ee-bdde-0c19e7495d94 --json --out output.json 2018-03-22 01:50:43,394 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2523d6c1-778c-48ee-bdde-0c19e7495d94'] 2018-03-22 01:50:44,461 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-22 01:50:44,462 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2523d6c1-778c-48ee-bdde-0c19e7495d94', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-22 01:50:44,469 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-22 01:50:44,470 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-22 01:50:44,470 - 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-03-22 01:50:44,470 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 01:50:44,511 - 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-03-22 01:50:44,512 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-22 01:50:44,512 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-22 01:50:44,512 - 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-03-22 01:50:44,512 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 01:50:44,544 - 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-03-22 01:50:44,548 - 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': '5ea9d00a-f7f8-4ee7-a426-d5efde54eea1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1139538a-b3d8-4f35-b966-a93a2454f003', 'flavor_name': 'rally-tiny-1139538a-b3d8-4f35-b966-a93a2454f003', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1139538a-b3d8-4f35-b966-a93a2454f003', '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-03-22 01:54:01,436 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bf3cabda-3ed7-4580-a2b1-2a037b74c4dd 2018-03-22 01:54:01,437 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bf3cabda-3ed7-4580-a2b1-2a037b74c4dd'] 2018-03-22 01:54:02,462 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bf3cabda-3ed7-4580-a2b1-2a037b74c4dd: 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 bf3cabda-3ed7-4580-a2b1-2a037b74c4dd 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.212 | 3.212 | 3.212 | 3.212 | 3.212 | 3.212 | 100.0% | 1 | | cinder_v2.delete_snapshot | 1.048 | 1.048 | 1.048 | 1.048 | 1.048 | 1.048 | 100.0% | 1 | | total | 4.26 | 4.26 | 4.26 | 4.26 | 4.26 | 4.26 | 100.0% | 1 | | -> duration | 4.26 | 4.26 | 4.26 | 4.26 | 4.26 | 4.26 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.260224 Full duration: 21.345425 -------------------------------------------------------------------------------- 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 bf3cabda-3ed7-4580-a2b1-2a037b74c4dd 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.152 | 3.152 | 3.152 | 3.152 | 3.152 | 3.152 | 100.0% | 1 | | cinder_v2.delete_volume | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 100.0% | 1 | | total | 5.795 | 5.795 | 5.795 | 5.795 | 5.795 | 5.795 | 100.0% | 1 | | -> duration | 5.795 | 5.795 | 5.795 | 5.795 | 5.795 | 5.795 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.795352 Full duration: 15.954194 -------------------------------------------------------------------------------- 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-1139538a-b3d8-4f35-b966-a93a2454f003" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task bf3cabda-3ed7-4580-a2b1-2a037b74c4dd has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.704 | 8.704 | 8.704 | 8.704 | 8.704 | 8.704 | 100.0% | 1 | | cinder_v2.delete_volume | 2.335 | 2.335 | 2.335 | 2.335 | 2.335 | 2.335 | 100.0% | 1 | | total | 11.04 | 11.04 | 11.04 | 11.04 | 11.04 | 11.04 | 100.0% | 1 | | -> duration | 11.04 | 11.04 | 11.04 | 11.04 | 11.04 | 11.04 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.039563 Full duration: 21.948986 -------------------------------------------------------------------------------- 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 bf3cabda-3ed7-4580-a2b1-2a037b74c4dd 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.175 | 3.175 | 3.175 | 3.175 | 3.175 | 3.175 | 100.0% | 1 | | cinder_v2.delete_volume | 2.629 | 2.629 | 2.629 | 2.629 | 2.629 | 2.629 | 100.0% | 1 | | total | 5.805 | 5.805 | 5.805 | 5.805 | 5.805 | 5.805 | 100.0% | 1 | | -> duration | 5.805 | 5.805 | 5.805 | 5.805 | 5.805 | 5.805 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.80471 Full duration: 16.338586 -------------------------------------------------------------------------------- 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 bf3cabda-3ed7-4580-a2b1-2a037b74c4dd 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.319 | 3.319 | 3.319 | 3.319 | 3.319 | 3.319 | 100.0% | 1 | | cinder_v2.extend_volume | 2.536 | 2.536 | 2.536 | 2.536 | 2.536 | 2.536 | 100.0% | 1 | | cinder_v2.delete_volume | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 100.0% | 1 | | total | 8.346 | 8.346 | 8.346 | 8.346 | 8.346 | 8.346 | 100.0% | 1 | | -> duration | 8.346 | 8.346 | 8.346 | 8.346 | 8.346 | 8.346 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.345908 Full duration: 18.262687 -------------------------------------------------------------------------------- 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 bf3cabda-3ed7-4580-a2b1-2a037b74c4dd 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.197 | 3.197 | 3.197 | 3.197 | 3.197 | 3.197 | 100.0% | 1 | | cinder_v2.delete_volume | 2.618 | 2.618 | 2.618 | 2.618 | 2.618 | 2.618 | 100.0% | 1 | | total | 5.815 | 5.815 | 5.815 | 5.815 | 5.815 | 5.815 | 100.0% | 1 | | -> duration | 5.815 | 5.815 | 5.815 | 5.815 | 5.815 | 5.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.814654 Full duration: 22.643269 -------------------------------------------------------------------------------- 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 bf3cabda-3ed7-4580-a2b1-2a037b74c4dd 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.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | cinder_v2.list_qos | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | total | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> duration | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.771952 Full duration: 12.753855 -------------------------------------------------------------------------------- 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 bf3cabda-3ed7-4580-a2b1-2a037b74c4dd has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | cinder_v2.set_qos | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | total | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | -> duration | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.81711 Full duration: 12.319758 -------------------------------------------------------------------------------- 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 bf3cabda-3ed7-4580-a2b1-2a037b74c4dd 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.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | cinder_v2.list_types | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | total | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> duration | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.781296 Full duration: 12.704513 -------------------------------------------------------------------------------- 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 bf3cabda-3ed7-4580-a2b1-2a037b74c4dd 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.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | -> duration | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.841145 Full duration: 12.572179 HINTS: * To plot HTML graphics with this data, run: rally task report bf3cabda-3ed7-4580-a2b1-2a037b74c4dd --out output.html * To generate a JUnit report, run: rally task export bf3cabda-3ed7-4580-a2b1-2a037b74c4dd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bf3cabda-3ed7-4580-a2b1-2a037b74c4dd --json --out output.json 2018-03-22 01:54:02,463 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bf3cabda-3ed7-4580-a2b1-2a037b74c4dd'] 2018-03-22 01:54:03,780 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-22 01:54:03,781 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bf3cabda-3ed7-4580-a2b1-2a037b74c4dd', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-22 01:54:03,789 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-22 01:54:03,790 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-22 01:54:03,790 - 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-03-22 01:54:03,791 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 01:54:03,845 - 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-03-22 01:54:03,847 - 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': '5ea9d00a-f7f8-4ee7-a426-d5efde54eea1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1139538a-b3d8-4f35-b966-a93a2454f003', 'flavor_name': 'rally-tiny-1139538a-b3d8-4f35-b966-a93a2454f003', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1139538a-b3d8-4f35-b966-a93a2454f003', '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-03-22 01:55:27,269 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e7cd2b68-fc0b-4b6d-8f26-dd911b444ce7 2018-03-22 01:55:27,270 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e7cd2b68-fc0b-4b6d-8f26-dd911b444ce7'] 2018-03-22 01:55:28,335 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e7cd2b68-fc0b-4b6d-8f26-dd911b444ce7: 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 e7cd2b68-fc0b-4b6d-8f26-dd911b444ce7 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.697 | 4.697 | 4.697 | 4.697 | 4.697 | 4.697 | 100.0% | 1 | | heat.update_stack | 2.917 | 2.917 | 2.917 | 2.917 | 2.917 | 2.917 | 100.0% | 1 | | heat.delete_stack | 3.561 | 3.561 | 3.561 | 3.561 | 3.561 | 3.561 | 100.0% | 1 | | total | 11.175 | 11.175 | 11.175 | 11.175 | 11.175 | 11.175 | 100.0% | 1 | | -> duration | 7.175 | 7.175 | 7.175 | 7.175 | 7.175 | 7.175 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.174807 Full duration: 19.703277 -------------------------------------------------------------------------------- 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 e7cd2b68-fc0b-4b6d-8f26-dd911b444ce7 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.532 | 4.532 | 4.532 | 4.532 | 4.532 | 4.532 | 100.0% | 1 | | heat.check_stack | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 100.0% | 1 | | heat.delete_stack | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 100.0% | 1 | | total | 7.143 | 7.143 | 7.143 | 7.143 | 7.143 | 7.143 | 100.0% | 1 | | -> duration | 5.143 | 5.143 | 5.143 | 5.143 | 5.143 | 5.143 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.143122 Full duration: 17.10964 -------------------------------------------------------------------------------- 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 e7cd2b68-fc0b-4b6d-8f26-dd911b444ce7 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.724 | 4.724 | 4.724 | 4.724 | 4.724 | 4.724 | 100.0% | 1 | | heat.suspend_stack | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | heat.resume_stack | 1.56 | 1.56 | 1.56 | 1.56 | 1.56 | 1.56 | 100.0% | 1 | | heat.delete_stack | 1.601 | 1.601 | 1.601 | 1.601 | 1.601 | 1.601 | 100.0% | 1 | | total | 8.679 | 8.679 | 8.679 | 8.679 | 8.679 | 8.679 | 100.0% | 1 | | -> duration | 6.679 | 6.679 | 6.679 | 6.679 | 6.679 | 6.679 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.678929 Full duration: 18.713262 -------------------------------------------------------------------------------- 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 e7cd2b68-fc0b-4b6d-8f26-dd911b444ce7 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.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | total | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> duration | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.580769 Full duration: 8.202879 HINTS: * To plot HTML graphics with this data, run: rally task report e7cd2b68-fc0b-4b6d-8f26-dd911b444ce7 --out output.html * To generate a JUnit report, run: rally task export e7cd2b68-fc0b-4b6d-8f26-dd911b444ce7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e7cd2b68-fc0b-4b6d-8f26-dd911b444ce7 --json --out output.json 2018-03-22 01:55:28,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e7cd2b68-fc0b-4b6d-8f26-dd911b444ce7'] 2018-03-22 01:55:29,399 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-22 01:55:29,400 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e7cd2b68-fc0b-4b6d-8f26-dd911b444ce7', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-22 01:55:29,407 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-22 01:55:29,408 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-22 01:55:29,408 - 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-03-22 01:55:29,408 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 01:55:29,449 - 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-03-22 01:55:29,453 - 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': '5ea9d00a-f7f8-4ee7-a426-d5efde54eea1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1139538a-b3d8-4f35-b966-a93a2454f003', 'flavor_name': 'rally-tiny-1139538a-b3d8-4f35-b966-a93a2454f003', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1139538a-b3d8-4f35-b966-a93a2454f003', '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-03-22 01:58:46,025 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5919bcd8-68fd-4907-ab1e-493b2aa05bc7 2018-03-22 01:58:46,026 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5919bcd8-68fd-4907-ab1e-493b2aa05bc7'] 2018-03-22 01:58:47,153 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5919bcd8-68fd-4907-ab1e-493b2aa05bc7: 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 5919bcd8-68fd-4907-ab1e-493b2aa05bc7 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.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.revoke_role | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | total | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> duration | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.764135 Full duration: 14.255483 -------------------------------------------------------------------------------- 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 5919bcd8-68fd-4907-ab1e-493b2aa05bc7 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.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.list_roles | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | -> duration | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.743803 Full duration: 14.631052 -------------------------------------------------------------------------------- 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 5919bcd8-68fd-4907-ab1e-493b2aa05bc7 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.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | keystone_v3.list_projects | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> duration | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.766854 Full duration: 14.862556 -------------------------------------------------------------------------------- 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 5919bcd8-68fd-4907-ab1e-493b2aa05bc7 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.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | keystone_v3.delete_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> duration | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.62065 Full duration: 12.720333 -------------------------------------------------------------------------------- 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 5919bcd8-68fd-4907-ab1e-493b2aa05bc7 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.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | keystone_v3.delete_service | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> duration | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.6091 Full duration: 12.51649 -------------------------------------------------------------------------------- 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 5919bcd8-68fd-4907-ab1e-493b2aa05bc7 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.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | keystone_v3.create_user | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | -> keystone_v3.add_role | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | keystone_v3.create_role | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.get_project | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_user | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_role | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.list_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 1.769 | 1.769 | 1.769 | 1.769 | 1.769 | 1.769 | 100.0% | 1 | | -> duration | 1.769 | 1.769 | 1.769 | 1.769 | 1.769 | 1.769 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.76906 Full duration: 19.434548 -------------------------------------------------------------------------------- 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 5919bcd8-68fd-4907-ab1e-493b2aa05bc7 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.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | keystone_v3.update_project | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | keystone_v3.delete_project | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | total | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | -> duration | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.946653 Full duration: 12.873284 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 5919bcd8-68fd-4907-ab1e-493b2aa05bc7 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.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | total | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | -> duration | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.769626 Full duration: 14.47126 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 5919bcd8-68fd-4907-ab1e-493b2aa05bc7 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.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | total | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | -> duration | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.678439 Full duration: 14.773652 -------------------------------------------------------------------------------- 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 5919bcd8-68fd-4907-ab1e-493b2aa05bc7 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.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | keystone_v3.list_users | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> duration | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.888767 Full duration: 14.533164 -------------------------------------------------------------------------------- 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 5919bcd8-68fd-4907-ab1e-493b2aa05bc7 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.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | keystone_v3.create_users | 5.08 | 5.08 | 5.08 | 5.08 | 5.08 | 5.08 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.08 | 5.08 | 5.08 | 5.08 | 5.08 | 5.08 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 100.0% | 1 | | total | 6.717 | 6.717 | 6.717 | 6.717 | 6.717 | 6.717 | 100.0% | 1 | | -> duration | 6.717 | 6.717 | 6.717 | 6.717 | 6.717 | 6.717 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.717444 Full duration: 22.890124 HINTS: * To plot HTML graphics with this data, run: rally task report 5919bcd8-68fd-4907-ab1e-493b2aa05bc7 --out output.html * To generate a JUnit report, run: rally task export 5919bcd8-68fd-4907-ab1e-493b2aa05bc7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5919bcd8-68fd-4907-ab1e-493b2aa05bc7 --json --out output.json 2018-03-22 01:58:47,154 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5919bcd8-68fd-4907-ab1e-493b2aa05bc7'] 2018-03-22 01:58:48,262 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-22 01:58:48,262 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5919bcd8-68fd-4907-ab1e-493b2aa05bc7', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-22 01:58:48,271 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-22 01:58:48,271 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-22 01:58:48,271 - 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-03-22 01:58:48,272 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 01:58:48,312 - 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-03-22 01:58:48,320 - 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': '5ea9d00a-f7f8-4ee7-a426-d5efde54eea1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1139538a-b3d8-4f35-b966-a93a2454f003', 'flavor_name': 'rally-tiny-1139538a-b3d8-4f35-b966-a93a2454f003', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1139538a-b3d8-4f35-b966-a93a2454f003', '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-03-22 02:03:41,493 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7a4748b6-7997-4ec0-8a06-1d5f0ddf0381 2018-03-22 02:03:41,493 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7a4748b6-7997-4ec0-8a06-1d5f0ddf0381'] 2018-03-22 02:03:42,601 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7a4748b6-7997-4ec0-8a06-1d5f0ddf0381: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 7a4748b6-7997-4ec0-8a06-1d5f0ddf0381 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.137 | 1.137 | 1.137 | 1.137 | 1.137 | 1.137 | 100.0% | 1 | | neutron.delete_network | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 100.0% | 1 | | total | 2.044 | 2.044 | 2.044 | 2.044 | 2.044 | 2.044 | 100.0% | 1 | | -> duration | 2.044 | 2.044 | 2.044 | 2.044 | 2.044 | 2.044 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.043739 Full duration: 15.378022 -------------------------------------------------------------------------------- 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 7a4748b6-7997-4ec0-8a06-1d5f0ddf0381 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.508 | 1.508 | 1.508 | 1.508 | 1.508 | 1.508 | 100.0% | 1 | | neutron.delete_port | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | total | 2.079 | 2.079 | 2.079 | 2.079 | 2.079 | 2.079 | 100.0% | 1 | | -> duration | 2.079 | 2.079 | 2.079 | 2.079 | 2.079 | 2.079 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.078677 Full duration: 28.515946 -------------------------------------------------------------------------------- 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 7a4748b6-7997-4ec0-8a06-1d5f0ddf0381 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.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | neutron.create_subnet | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | neutron.create_router | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | neutron.add_interface_router | 1.607 | 1.607 | 1.607 | 1.607 | 1.607 | 1.607 | 100.0% | 1 | | neutron.remove_interface_router | 1.025 | 1.025 | 1.025 | 1.025 | 1.025 | 1.025 | 100.0% | 1 | | neutron.delete_router | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | total | 5.057 | 5.057 | 5.057 | 5.057 | 5.057 | 5.057 | 100.0% | 1 | | -> duration | 5.057 | 5.057 | 5.057 | 5.057 | 5.057 | 5.057 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.057267 Full duration: 36.64685 -------------------------------------------------------------------------------- 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 7a4748b6-7997-4ec0-8a06-1d5f0ddf0381 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.074 | 1.074 | 1.074 | 1.074 | 1.074 | 1.074 | 100.0% | 1 | | neutron.delete_subnet | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | total | 1.714 | 1.714 | 1.714 | 1.714 | 1.714 | 1.714 | 100.0% | 1 | | -> duration | 1.714 | 1.714 | 1.714 | 1.714 | 1.714 | 1.714 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.714413 Full duration: 29.192938 -------------------------------------------------------------------------------- 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 7a4748b6-7997-4ec0-8a06-1d5f0ddf0381 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.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | neutron.list_networks | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 100.0% | 1 | | total | 1.295 | 1.295 | 1.295 | 1.295 | 1.295 | 1.295 | 100.0% | 1 | | -> duration | 1.295 | 1.295 | 1.295 | 1.295 | 1.295 | 1.295 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.294658 Full duration: 16.834526 -------------------------------------------------------------------------------- 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 7a4748b6-7997-4ec0-8a06-1d5f0ddf0381 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.506 | 1.506 | 1.506 | 1.506 | 1.506 | 1.506 | 100.0% | 1 | | neutron.list_ports | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 100.0% | 1 | | total | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 100.0% | 1 | | -> duration | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.751279 Full duration: 28.44719 -------------------------------------------------------------------------------- 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 7a4748b6-7997-4ec0-8a06-1d5f0ddf0381 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.853 | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 100.0% | 1 | | neutron.create_subnet | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | neutron.create_router | 0.447 | 0.447 | 0.447 | 0.447 | 0.447 | 0.447 | 100.0% | 1 | | neutron.add_interface_router | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 100.0% | 1 | | neutron.list_routers | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 100.0% | 1 | | total | 3.921 | 3.921 | 3.921 | 3.921 | 3.921 | 3.921 | 100.0% | 1 | | -> duration | 3.921 | 3.921 | 3.921 | 3.921 | 3.921 | 3.921 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.920898 Full duration: 41.173508 -------------------------------------------------------------------------------- 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 7a4748b6-7997-4ec0-8a06-1d5f0ddf0381 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 13.580126 -------------------------------------------------------------------------------- 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 7a4748b6-7997-4ec0-8a06-1d5f0ddf0381 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.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | | neutron.delete_security_group | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | total | 1.495 | 1.495 | 1.495 | 1.495 | 1.495 | 1.495 | 100.0% | 1 | | -> duration | 1.495 | 1.495 | 1.495 | 1.495 | 1.495 | 1.495 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.494618 Full duration: 14.521269 -------------------------------------------------------------------------------- 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 7a4748b6-7997-4ec0-8a06-1d5f0ddf0381 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.982 | 0.982 | 0.982 | 0.982 | 0.982 | 0.982 | 100.0% | 1 | | neutron.create_security_group_rule | 0.526 | 0.526 | 0.526 | 0.526 | 0.526 | 0.526 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 100.0% | 1 | | neutron.delete_security_group | 0.311 | 0.311 | 0.311 | 0.311 | 0.311 | 0.311 | 100.0% | 1 | | total | 2.059 | 2.059 | 2.059 | 2.059 | 2.059 | 2.059 | 100.0% | 1 | | -> duration | 2.059 | 2.059 | 2.059 | 2.059 | 2.059 | 2.059 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.05875 Full duration: 15.585509 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task 7a4748b6-7997-4ec0-8a06-1d5f0ddf0381 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.178 | 1.178 | 1.178 | 1.178 | 1.178 | 1.178 | 100.0% | 1 | | neutron.create_router | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 100.0% | 1 | | neutron.add_gateway_router | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 100.0% | 1 | | neutron.remove_gateway_router | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | total | 3.733 | 3.733 | 3.733 | 3.733 | 3.733 | 3.733 | 100.0% | 1 | | -> duration | 3.733 | 3.733 | 3.733 | 3.733 | 3.733 | 3.733 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.733424 Full duration: 23.994687 HINTS: * To plot HTML graphics with this data, run: rally task report 7a4748b6-7997-4ec0-8a06-1d5f0ddf0381 --out output.html * To generate a JUnit report, run: rally task export 7a4748b6-7997-4ec0-8a06-1d5f0ddf0381 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7a4748b6-7997-4ec0-8a06-1d5f0ddf0381 --json --out output.json 2018-03-22 02:03:42,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7a4748b6-7997-4ec0-8a06-1d5f0ddf0381'] 2018-03-22 02:03:43,705 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-22 02:03:43,705 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7a4748b6-7997-4ec0-8a06-1d5f0ddf0381', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-22 02:03:43,714 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-22 02:03:43,715 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-22 02:03:43,716 - 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-03-22 02:03:43,716 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 02:03:43,764 - 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-03-22 02:03:43,770 - 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': '5ea9d00a-f7f8-4ee7-a426-d5efde54eea1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1139538a-b3d8-4f35-b966-a93a2454f003', 'flavor_name': 'rally-tiny-1139538a-b3d8-4f35-b966-a93a2454f003', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1139538a-b3d8-4f35-b966-a93a2454f003', '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-03-22 02:06:51,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 415c5466-897d-4de9-a570-16a1062b005f 2018-03-22 02:06:51,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '415c5466-897d-4de9-a570-16a1062b005f'] 2018-03-22 02:06:52,152 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 415c5466-897d-4de9-a570-16a1062b005f: 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-1139538a-b3d8-4f35-b966-a93a2454f003" }, "image": { "name": "Cirros-0.4.0-1139538a-b3d8-4f35-b966-a93a2454f003" }, "block_migration": false, "nics": [ { "net-id": "5ea9d00a-f7f8-4ee7-a426-d5efde54eea1" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 415c5466-897d-4de9-a570-16a1062b005f has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.714 | 9.714 | 9.714 | 9.714 | 9.714 | 9.714 | 100.0% | 1 | | nova.find_host_to_migrate | 1.311 | 1.311 | 1.311 | 1.311 | 1.311 | 1.311 | 100.0% | 1 | | nova.live_migrate | 135.984 | 135.984 | 135.984 | 135.984 | 135.984 | 135.984 | 0.0% | 1 | | total | 147.01 | 147.01 | 147.01 | 147.01 | 147.01 | 147.01 | 0.0% | 1 | | -> duration | 146.01 | 146.01 | 146.01 | 146.01 | 146.01 | 146.01 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 146.009546 Full duration: 162.114211 HINTS: * To plot HTML graphics with this data, run: rally task report 415c5466-897d-4de9-a570-16a1062b005f --out output.html * To generate a JUnit report, run: rally task export 415c5466-897d-4de9-a570-16a1062b005f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 415c5466-897d-4de9-a570-16a1062b005f --json --out output.json 2018-03-22 02:06:52,152 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '415c5466-897d-4de9-a570-16a1062b005f'] 2018-03-22 02:06:53,135 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-22 02:06:53,135 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '415c5466-897d-4de9-a570-16a1062b005f', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-22 02:06:53,143 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-22 02:06:53,143 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-22 02:06:53,143 - 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-03-22 02:06:53,144 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 02:06:53,188 - 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-03-22 02:06:53,190 - 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': '5ea9d00a-f7f8-4ee7-a426-d5efde54eea1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1139538a-b3d8-4f35-b966-a93a2454f003', 'flavor_name': 'rally-tiny-1139538a-b3d8-4f35-b966-a93a2454f003', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1139538a-b3d8-4f35-b966-a93a2454f003', '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-03-22 02:07:46,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a2f515db-387a-441c-a8fb-9e7499ff2296 2018-03-22 02:07:46,482 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a2f515db-387a-441c-a8fb-9e7499ff2296'] 2018-03-22 02:07:47,535 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a2f515db-387a-441c-a8fb-9e7499ff2296: 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 a2f515db-387a-441c-a8fb-9e7499ff2296 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | quotas.delete_quotas | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | total | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | -> duration | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.877424 Full duration: 8.782954 -------------------------------------------------------------------------------- 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 a2f515db-387a-441c-a8fb-9e7499ff2296 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.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | total | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> duration | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.719562 Full duration: 8.5065 -------------------------------------------------------------------------------- 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 a2f515db-387a-441c-a8fb-9e7499ff2296 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.265 | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 100.0% | 1 | | total | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | -> duration | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.660775 Full duration: 8.917854 -------------------------------------------------------------------------------- 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 a2f515db-387a-441c-a8fb-9e7499ff2296 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.972 | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 100.0% | 1 | | total | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 100.0% | 1 | | -> duration | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.971678 Full duration: 8.808919 HINTS: * To plot HTML graphics with this data, run: rally task report a2f515db-387a-441c-a8fb-9e7499ff2296 --out output.html * To generate a JUnit report, run: rally task export a2f515db-387a-441c-a8fb-9e7499ff2296 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a2f515db-387a-441c-a8fb-9e7499ff2296 --json --out output.json 2018-03-22 02:07:47,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a2f515db-387a-441c-a8fb-9e7499ff2296'] 2018-03-22 02:07:48,607 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-22 02:07:48,607 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a2f515db-387a-441c-a8fb-9e7499ff2296', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-22 02:07:48,616 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-22 02:07:48,622 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:18 | 4 | 100.00% | | cinder | 02:46 | 10 | 100.00% | | heat | 01:03 | 4 | 100.00% | | keystone | 02:47 | 11 | 100.00% | | neutron | 04:23 | 10 | 100.00% | | nova | 02:42 | 1 | 0.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:24 | 50 | 98.00% | +----------------+------------+----------------+-----------+ 2018-03-22 02:07:48,622 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.00% 2018-03-22 02:07:57,319 - xtesting.energy.energy - DEBUG - Restoring previous scenario (refstack_defcore/running) 2018-03-22 02:07:57,319 - xtesting.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-03-22 02:07:57,863 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 02:07:57,863 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:17 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-22 02:07:57,867 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-22 02:07:57,867 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-22 02:07:57,976 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-22 02:08:00,373 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-22 02:08:00.014 9619 INFO rally.deployment.engine [-] Deployment 013ccea8-1226-4946-86ef-610d61f1dfea | Starting: Destroy cloud and free allocated resources. 2018-03-22 02:08:00.127 9619 INFO rally.deployment.engine [-] Deployment 013ccea8-1226-4946-86ef-610d61f1dfea | Completed: Destroy cloud and free allocated resources. 2018-03-22 02:08:00.152 9619 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6ce0229c-3387-4f8c-882e-98c5584f59d7). 2018-03-22 02:08:00.157 9619 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-22 02:08:02,765 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-22 02:08:02.489 9622 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=78ce192d-e734-4c92-8626-02da26f14710) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 78ce192d-e734-4c92-8626-02da26f14710 | 2018-03-22T02:08:02 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 78ce192d-e734-4c92-8626-02da26f14710 ~/.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-03-22 02:08:06,064 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | 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-03-22 02:08:06,065 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-22 02:08:08,287 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-22 02:08:08.077 9628 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=6ce0229c-3387-4f8c-882e-98c5584f59d7). 2018-03-22 02:08:08.188 9628 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-22 02:08:11,871 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-22 02:08:10.362 9631 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-22 02:08:10.499 9631 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-22 02:08:11.642 9631 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5a397d31-cea6-40b1-8104-c08aa5b7f762) has been successfully created! Using verifier 'opnfv-tempest' (UUID=5a397d31-cea6-40b1-8104-c08aa5b7f762) as the default verifier for the future CLI operations. 2018-03-22 02:08:14,892 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-22 02:08:17,579 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-22 02:08:24,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-22 02:08:29,923 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-22 02:08:28.907 9650 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5a397d31-cea6-40b1-8104-c08aa5b7f762) for deployment 'opnfv-rally' (UUID=78ce192d-e734-4c92-8626-02da26f14710). 2018-03-22 02:08:29.763 9650 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5a397d31-cea6-40b1-8104-c08aa5b7f762) has been successfully configured for deployment 'opnfv-rally' (UUID=78ce192d-e734-4c92-8626-02da26f14710)! 2018-03-22 02:08:29,924 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-22 02:08:29,924 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-22 02:08:29,926 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-22 02:08:32,836 - 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-03-22 02:08:34,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:34.870 9662 INFO rally.api [-] Starting verification (UUID=17bf659f-e1ab-455e-a9f3-2089095e9537) for deployment 'opnfv-rally' (UUID=78ce192d-e734-4c92-8626-02da26f14710) by verifier 'opnfv-tempest' (UUID=5a397d31-cea6-40b1-8104-c08aa5b7f762). 2018-03-22 02:08:34,872 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 17bf659f-e1ab-455e-a9f3-2089095e9537 2018-03-22 02:08:43,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:43.955 9662 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.323s] 2018-03-22 02:08:44,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:44.190 9662 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.596s] 2018-03-22 02:08:44,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:44.227 9662 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.627s] 2018-03-22 02:08:44,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:44.249 9662 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.059s] 2018-03-22 02:08:44,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:44.386 9662 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.159s] 2018-03-22 02:08:48,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:48.321 9662 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.068s] 2018-03-22 02:08:48,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:48.398 9662 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.077s] 2018-03-22 02:08:48,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:48.474 9662 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.075s] 2018-03-22 02:08:49,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:49.228 9662 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.622s] 2018-03-22 02:08:52,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:52.619 9662 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.143s] 2018-03-22 02:08:52,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:52.780 9662 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.160s] 2018-03-22 02:08:53,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:53.703 9662 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.922s] 2018-03-22 02:08:53,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:53.847 9662 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.144s] 2018-03-22 02:08:54,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:54.009 9662 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.161s] 2018-03-22 02:08:54,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:54.081 9662 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.417s] 2018-03-22 02:08:54,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:54.270 9662 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.060s] 2018-03-22 02:08:54,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:54.704 9662 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.622s] 2018-03-22 02:08:57,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:08:57.345 9662 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.072s] 2018-03-22 02:09:03,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:03.567 9662 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.233s] 2018-03-22 02:09:08,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:08.847 9662 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-03-22 02:09:08,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:08.903 9662 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.056s] 2018-03-22 02:09:08,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:08.968 9662 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.064s] 2018-03-22 02:09:09,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:09.822 9662 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.853s] 2018-03-22 02:09:10,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:10.292 9662 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.469s] 2018-03-22 02:09:10,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:10.962 9662 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.669s] 2018-03-22 02:09:11,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:11.162 9662 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.200s] 2018-03-22 02:09:11,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:11.210 9662 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.048s] 2018-03-22 02:09:11,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:11.267 9662 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.055s] 2018-03-22 02:09:11,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:11.466 9662 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.199s] 2018-03-22 02:09:11,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:11.643 9662 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.177s] 2018-03-22 02:09:11,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:11.735 9662 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.091s] 2018-03-22 02:09:11,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:11.961 9662 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.225s] 2018-03-22 02:09:12,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:12.012 9662 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.050s] 2018-03-22 02:09:12,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:12.064 9662 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.052s] 2018-03-22 02:09:12,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:12.324 9662 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.298s] 2018-03-22 02:09:14,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:14.821 9662 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [20.530s] 2018-03-22 02:09:15,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:15.965 9662 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.146s] 2018-03-22 02:09:17,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:17.614 9662 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.289s] 2018-03-22 02:09:20,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:20.403 9662 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.788s] 2018-03-22 02:09:20,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:20.505 9662 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.101s] 2018-03-22 02:09:20,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:20.554 9662 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.050s] 2018-03-22 02:09:20,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:20.758 9662 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.203s] 2018-03-22 02:09:20,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:20.950 9662 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.192s] 2018-03-22 02:09:36,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:36.435 9662 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-03-22 02:09:38,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:09:38.583 9662 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.171s] 2018-03-22 02:09:41,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '17bf659f-e1ab-455e-a9f3-2089095e9537']'. 2018-03-22 02:09:42,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-22 02:09:42,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-22 02:09:42,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-22 02:09:42,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 17bf659f-e1ab-455e-a9f3-2089095e9537 | 2018-03-22 02:09:42,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-22 02:09:42,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-22 02:08:34 | 2018-03-22 02:09:42,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-22 02:09:41 | 2018-03-22 02:09:42,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:07 | 2018-03-22 02:09:42,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-22 02:09:42,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-22 02:09:42,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5a397d31-cea6-40b1-8104-c08aa5b7f762) | 2018-03-22 02:09:42,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-22 02:09:42,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 78ce192d-e734-4c92-8626-02da26f14710) | 2018-03-22 02:09:42,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 49 | 2018-03-22 02:09:42,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 56.938 | 2018-03-22 02:09:42,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 44 | 2018-03-22 02:09:42,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-22 02:09:42,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-22 02:09:42,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-22 02:09:42,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 5 | 2018-03-22 02:09:42,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-22 02:09:42,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-22 02:09:42,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 89.7959183673% 2018-03-22 02:09:49,381 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 02:09:49,382 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 01:34 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-03-22 02:09:49,385 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-03-22 02:09:49,386 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-22 02:09:49,499 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-22 02:09:51,893 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-22 02:09:51.553 9752 INFO rally.deployment.engine [-] Deployment 78ce192d-e734-4c92-8626-02da26f14710 | Starting: Destroy cloud and free allocated resources. 2018-03-22 02:09:51.625 9752 INFO rally.deployment.engine [-] Deployment 78ce192d-e734-4c92-8626-02da26f14710 | Completed: Destroy cloud and free allocated resources. 2018-03-22 02:09:51.652 9752 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=5a397d31-cea6-40b1-8104-c08aa5b7f762) for deployment 'opnfv-rally'. 2018-03-22 02:09:51.663 9752 INFO rally.api [-] Deleting verification (UUID=17bf659f-e1ab-455e-a9f3-2089095e9537). 2018-03-22 02:09:51.695 9752 INFO rally.api [-] Verification has been successfully deleted! 2018-03-22 02:09:51.695 9752 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=5a397d31-cea6-40b1-8104-c08aa5b7f762). 2018-03-22 02:09:51.702 9752 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-22 02:09:54,296 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-22 02:09:54.015 9755 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=621494eb-6a6e-4da3-b5b7-5fe3bd1f92af) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 621494eb-6a6e-4da3-b5b7-5fe3bd1f92af | 2018-03-22T02:09:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 621494eb-6a6e-4da3-b5b7-5fe3bd1f92af ~/.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-03-22 02:09:57,559 - 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-03-22 02:09:57,559 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-22 02:09:59,760 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-22 02:09:59.520 9761 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=5a397d31-cea6-40b1-8104-c08aa5b7f762). 2018-03-22 02:09:59.626 9761 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-22 02:10:03,239 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-22 02:10:01.809 9764 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-22 02:10:01.948 9764 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-22 02:10:03.051 9764 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=283c3fc0-5162-45c1-b31d-07453c670623) has been successfully created! Using verifier 'opnfv-tempest' (UUID=283c3fc0-5162-45c1-b31d-07453c670623) as the default verifier for the future CLI operations. 2018-03-22 02:10:06,314 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-22 02:10:10,021 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-22 02:10:16,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-22 02:10:21,938 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-22 02:10:20.438 9783 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=283c3fc0-5162-45c1-b31d-07453c670623) for deployment 'opnfv-rally' (UUID=621494eb-6a6e-4da3-b5b7-5fe3bd1f92af). 2018-03-22 02:10:21.772 9783 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=283c3fc0-5162-45c1-b31d-07453c670623) has been successfully configured for deployment 'opnfv-rally' (UUID=621494eb-6a6e-4da3-b5b7-5fe3bd1f92af)! 2018-03-22 02:10:21,938 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-22 02:10:21,939 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-22 02:10:21,941 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-22 02:10:21,953 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-22 02:10:24,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-283c3fc0-5162-45c1-b31d-07453c670623/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-03-22 02:10:24,965 - 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-03-22 02:10:27,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:10:27.103 9792 INFO rally.api [-] Starting verification (UUID=2ee224c9-4caa-4a7f-8e60-e15ab5fafcd2) for deployment 'opnfv-rally' (UUID=621494eb-6a6e-4da3-b5b7-5fe3bd1f92af) by verifier 'opnfv-tempest' (UUID=283c3fc0-5162-45c1-b31d-07453c670623). 2018-03-22 02:10:27,104 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2ee224c9-4caa-4a7f-8e60-e15ab5fafcd2 2018-03-22 02:13:08,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2ee224c9-4caa-4a7f-8e60-e15ab5fafcd2']'. 2018-03-22 02:13:09,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-22 02:13:09,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-22 02:13:09,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-22 02:13:09,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2ee224c9-4caa-4a7f-8e60-e15ab5fafcd2 | 2018-03-22 02:13:09,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-22 02:13:09,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-22 02:10:27 | 2018-03-22 02:13:09,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-22 02:13:07 | 2018-03-22 02:13:09,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:40 | 2018-03-22 02:13:09,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-22 02:13:09,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-22 02:13:09,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 283c3fc0-5162-45c1-b31d-07453c670623) | 2018-03-22 02:13:09,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-22 02:13:09,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 621494eb-6a6e-4da3-b5b7-5fe3bd1f92af) | 2018-03-22 02:13:09,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-22 02:13:09,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 150.47 | 2018-03-22 02:13:09,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 122 | 2018-03-22 02:13:09,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-03-22 02:13:09,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-22 02:13:09,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-22 02:13:09,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-03-22 02:13:09,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-22 02:13:09,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-22 02:13:09,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 98.3870967742% 2018-03-22 02:13:15,508 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 02:13:15,508 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:09 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-03-22 02:13:15,512 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-03-22 02:13:15,512 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-03-22 02:13:35,724 - 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-03-22 02:13:35,724 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-03-22 02:13:35,764 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-03-22 02:13:35,873 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 02:13:35,874 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-22 02:13:35,877 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-22 02:13:36,835 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-22 02:54:28,714 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 02:54:28,714 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 40:52 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-22 02:54:28,718 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-22 02:54:28,718 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-22 02:54:28,816 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-22 02:54:31,391 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-22 02:54:30.956 9882 INFO rally.deployment.engine [-] Deployment 621494eb-6a6e-4da3-b5b7-5fe3bd1f92af | Starting: Destroy cloud and free allocated resources. 2018-03-22 02:54:31.035 9882 INFO rally.deployment.engine [-] Deployment 621494eb-6a6e-4da3-b5b7-5fe3bd1f92af | Completed: Destroy cloud and free allocated resources. 2018-03-22 02:54:31.094 9882 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=283c3fc0-5162-45c1-b31d-07453c670623) for deployment 'opnfv-rally'. 2018-03-22 02:54:31.125 9882 INFO rally.api [-] Deleting verification (UUID=2ee224c9-4caa-4a7f-8e60-e15ab5fafcd2). 2018-03-22 02:54:31.164 9882 INFO rally.api [-] Verification has been successfully deleted! 2018-03-22 02:54:31.165 9882 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=283c3fc0-5162-45c1-b31d-07453c670623). 2018-03-22 02:54:31.177 9882 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-22 02:54:33,853 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-22 02:54:33.570 9885 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a0599b38-d241-4e6c-ab9f-790febf8ed4d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a0599b38-d241-4e6c-ab9f-790febf8ed4d | 2018-03-22T02:54:33 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a0599b38-d241-4e6c-ab9f-790febf8ed4d ~/.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-03-22 02:54:37,153 - 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-03-22 02:54:37,153 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-22 02:54:39,504 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-22 02:54:39.203 9891 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=283c3fc0-5162-45c1-b31d-07453c670623). 2018-03-22 02:54:39.333 9891 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-22 02:54:42,893 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-22 02:54:41.564 9894 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-22 02:54:41.699 9894 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-22 02:54:42.693 9894 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d130a102-051c-4de2-b966-6d89796b7c97) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d130a102-051c-4de2-b966-6d89796b7c97) as the default verifier for the future CLI operations. 2018-03-22 02:54:54,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-22 02:54:59,939 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-22 02:54:58.882 9913 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d130a102-051c-4de2-b966-6d89796b7c97) for deployment 'opnfv-rally' (UUID=a0599b38-d241-4e6c-ab9f-790febf8ed4d). 2018-03-22 02:54:59.760 9913 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d130a102-051c-4de2-b966-6d89796b7c97) has been successfully configured for deployment 'opnfv-rally' (UUID=a0599b38-d241-4e6c-ab9f-790febf8ed4d)! 2018-03-22 02:55:02,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d130a102-051c-4de2-b966-6d89796b7c97/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-03-22 02:55:02,829 - 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-03-22 02:55:04,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 02:55:04.966 9922 INFO rally.api [-] Starting verification (UUID=6c3a9d32-b3ea-487e-8635-578223a7b081) for deployment 'opnfv-rally' (UUID=a0599b38-d241-4e6c-ab9f-790febf8ed4d) by verifier 'opnfv-tempest' (UUID=d130a102-051c-4de2-b966-6d89796b7c97). 2018-03-22 02:57:00,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6c3a9d32-b3ea-487e-8635-578223a7b081']'. 2018-03-22 02:57:01,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-22 02:57:01,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-22 02:57:01,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-22 02:57:01,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6c3a9d32-b3ea-487e-8635-578223a7b081 | 2018-03-22 02:57:01,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-22 02:57:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-22 02:55:04 | 2018-03-22 02:57:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-22 02:57:00 | 2018-03-22 02:57:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:56 | 2018-03-22 02:57:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-22 02:57:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-22 02:57:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d130a102-051c-4de2-b966-6d89796b7c97) | 2018-03-22 02:57:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-22 02:57:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a0599b38-d241-4e6c-ab9f-790febf8ed4d) | 2018-03-22 02:57:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-22 02:57:01,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 103.304 | 2018-03-22 02:57:01,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-03-22 02:57:01,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-03-22 02:57:01,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-22 02:57:01,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-22 02:57:01,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-03-22 02:57:01,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-22 02:57:01,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-22 02:57:01,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-03-22 02:57:08,319 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 02:57:08,319 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:22 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-03-22 02:57:08,323 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-03-22 02:57:08,324 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:56 | PASS | | vping_userdata | functest | smoke | 00:39 | PASS | | tempest_smoke_serial | functest | smoke | 19:09 | FAIL | | rally_sanity | functest | smoke | 20:17 | FAIL | | refstack_defcore | functest | smoke | 01:34 | FAIL | | patrole | functest | smoke | 03:09 | FAIL | | odl | functest | smoke | 00:19 | PASS | | snaps_smoke | functest | smoke | 40:52 | FAIL | | neutron_trunk | functest | smoke | 02:22 | FAIL | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-22 02:57:08,332 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-22 02:57:11,714 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-36 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-22 02:57:11,717 - 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=WpsHzzhKRtzEpubYx8wW4PPhc export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.4 export OS_REGION_NAME=regionOne 2018-03-22 02:57:11,717 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-22 02:57:11,718 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-22 02:57:11,718 - 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-03-22 02:57:11,721 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-22 02:57:14,142 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-36 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-22 02:57:14,146 - 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=WpsHzzhKRtzEpubYx8wW4PPhc export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.4 export OS_REGION_NAME=regionOne 2018-03-22 02:57:14,146 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-22 02:57:14,146 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-22 02:57:14,147 - 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-03-22 02:57:14,149 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-22 02:57:16,786 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-36 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-22 02:57:16,788 - 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=WpsHzzhKRtzEpubYx8wW4PPhc export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.4 export OS_REGION_NAME=regionOne 2018-03-22 02:57:16,788 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-22 02:57:16,788 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-22 02:57:16,789 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-22 02:57:16,789 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK