2018-04-02 04:40:36,702 - functest.ci.check_deployment - DEBUG - 172.30.9.24:5000 is reachable! 2018-04-02 04:40:36,702 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.24:5000/v3 ...OK 2018-04-02 04:40:37,148 - functest.ci.check_deployment - INFO - Got token ...OK 2018-04-02 04:40:37,520 - functest.ci.check_deployment - DEBUG - 172.30.9.24:5000 is reachable! 2018-04-02 04:40:37,520 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.24:5000 ...OK 2018-04-02 04:40:37,911 - functest.ci.check_deployment - DEBUG - 172.30.9.24:8774 is reachable! 2018-04-02 04:40:37,911 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.24:8774/v2.1 ...OK 2018-04-02 04:40:38,379 - functest.ci.check_deployment - DEBUG - 172.30.9.24:9696 is reachable! 2018-04-02 04:40:38,379 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.24:9696 ...OK 2018-04-02 04:40:38,759 - functest.ci.check_deployment - DEBUG - 172.30.9.24:9292 is reachable! 2018-04-02 04:40:38,759 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.24:9292 ...OK 2018-04-02 04:40:39,375 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-04-02 04:40:40,924 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-04-02 04:40:40,944 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-04-02 04:40:41,602 - functest.ci.check_deployment - INFO - External network found: external 2018-04-02 04:40:43,909 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-88 | | 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-sriov-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-02 04:40:43,912 - 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=FsjVRFNEzv24NnPzyFUTbCK9b export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24: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.3 export OS_REGION_NAME=regionOne 2018-04-02 04:40:43,912 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-02 04:40:43,913 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (merge)|(verify)|(daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ 2018-04-02 04:40:43,915 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-02 04:40:43,915 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-02 04:40:45,118 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-02 04:40:52,481 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 7.356s OK 2018-04-02 04:40:52,603 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 04:40:52,603 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:07 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-02 04:40:52,607 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-02 04:40:53,488 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-02 04:50:43,423 - 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 589.883s OK 2018-04-02 04:50:43,540 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 04:50:43,541 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:50 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-02 04:50:43,546 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-02 04:50:44,406 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-02 04:51:16,865 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 32.458s OK 2018-04-02 04:51:17,063 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 04:51:17,063 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:32 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-02 04:51:17,067 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:07 | PASS | | api_check | functest | healthcheck | 09:50 | PASS | | snaps_health_check | functest | healthcheck | 00:32 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-02 04:51:17,071 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-02 04:51:19,759 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-88 | | 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-sriov-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-02 04:51:19,761 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=FsjVRFNEzv24NnPzyFUTbCK9b export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24: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.3 export OS_REGION_NAME=regionOne 2018-04-02 04:51:19,762 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-02 04:51:19,762 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-04-02 04:51:19,763 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-02 04:51:19,763 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-02 04:51:20,659 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-02 04:51:20,659 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-02 04:51:21,073 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-02 04:51:21,073 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-02 04:51:21,443 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-02 04:51:21,443 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-02 04:51:21' 2018-04-02 04:51:21,444 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--9af77856-7823-4c7b-9cc2-ee1e6ce9fb37' 2018-04-02 04:51:23,879 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-9af77856-7823-4c7b-9cc2-ee1e6ce9fb37' 2018-04-02 04:51:26,168 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-9af77856-7823-4c7b-9cc2-ee1e6ce9fb37' 2018-04-02 04:51:30,690 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-9af77856-7823-4c7b-9cc2-ee1e6ce9fb37' 2018-04-02 04:51:31,469 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-9af77856-7823-4c7b-9cc2-ee1e6ce9fb37' 2018-04-02 04:51:32,225 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-9af77856-7823-4c7b-9cc2-ee1e6ce9fb37' 2018-04-02 04:51:36,761 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-9af77856-7823-4c7b-9cc2-ee1e6ce9fb37' 2018-04-02 04:51:39,007 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-9af77856-7823-4c7b-9cc2-ee1e6ce9fb37' 2018-04-02 04:51:58,433 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-02 04:52:01,996 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-02 04:52:02,133 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-02 04:52:03,141 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-02 04:52:18,965 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-02 04:52:18,966 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-02 04:52:19,461 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 04:52:19,461 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-02 04:52:19,465 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-02 04:52:19,556 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-02 04:52:19,556 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-02 04:52:19' 2018-04-02 04:52:19,556 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--557c6a0f-083d-4f71-8310-28677b6f6bba' 2018-04-02 04:52:22,137 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-557c6a0f-083d-4f71-8310-28677b6f6bba' 2018-04-02 04:52:23,784 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-557c6a0f-083d-4f71-8310-28677b6f6bba' 2018-04-02 04:52:28,346 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-557c6a0f-083d-4f71-8310-28677b6f6bba' 2018-04-02 04:52:28,969 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-557c6a0f-083d-4f71-8310-28677b6f6bba' 2018-04-02 04:52:33,797 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-557c6a0f-083d-4f71-8310-28677b6f6bba' 2018-04-02 04:52:39,102 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-02 04:52:47,763 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-02 04:52:50,009 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-02 04:53:07,161 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 04:53:07,161 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:30 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-02 04:53:07,165 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-02 04:53:07,267 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-02 04:53:11,858 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-02 04:53:11.550 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=abfcfde3-0865-4916-a9fa-673997a6c744) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | abfcfde3-0865-4916-a9fa-673997a6c744 | 2018-04-02T04:53:11 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: abfcfde3-0865-4916-a9fa-673997a6c744 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-02 04:53:15,034 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-02 04:53:15,034 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-02 04:53:20,461 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-02 04:53:19.109 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-02 04:53:19.265 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-02 04:53:20.280 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8a59bd93-a0c8-487e-94b6-088d88d4ce57) has been successfully created! Using verifier 'opnfv-tempest' (UUID=8a59bd93-a0c8-487e-94b6-088d88d4ce57) as the default verifier for the future CLI operations. 2018-04-02 04:53:23,514 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-02 04:53:25,162 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-02 04:53:28,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-02 04:53:34,064 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-02 04:53:33.202 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8a59bd93-a0c8-487e-94b6-088d88d4ce57) for deployment 'opnfv-rally' (UUID=abfcfde3-0865-4916-a9fa-673997a6c744). 2018-04-02 04:53:33.898 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8a59bd93-a0c8-487e-94b6-088d88d4ce57) has been successfully configured for deployment 'opnfv-rally' (UUID=abfcfde3-0865-4916-a9fa-673997a6c744)! 2018-04-02 04:53:34,065 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-02 04:53:34,065 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-02 04:53:34,067 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-02 04:53:34,072 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-02 04:53:37,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-8a59bd93-a0c8-487e-94b6-088d88d4ce57/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-02 04:53:37,057 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-02 04:53:37,060 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-02 04:53:37,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-02 04:53:39,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:53:39.095 55 INFO rally.api [-] Starting verification (UUID=4660943f-3f8e-45a5-a5f6-ab7457d6f2fd) for deployment 'opnfv-rally' (UUID=abfcfde3-0865-4916-a9fa-673997a6c744) by verifier 'opnfv-tempest' (UUID=8a59bd93-a0c8-487e-94b6-088d88d4ce57). 2018-04-02 04:53:39,097 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 4660943f-3f8e-45a5-a5f6-ab7457d6f2fd 2018-04-02 04:53:45,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:53:45.996 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.163s] 2018-04-02 04:53:46,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:53:46.048 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.052s] 2018-04-02 04:53:51,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:53:51.708 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.129s] 2018-04-02 04:53:52,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:53:52.830 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.122s] 2018-04-02 04:54:00,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:54:00.939 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.529s] 2018-04-02 04:54:13,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:54:13.885 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [7.911s] 2018-04-02 04:54:41,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:54:41.956 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.069s] 2018-04-02 04:54:41,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:54:41.957 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-02 04:55:05,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:55:05.171 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.078s] 2018-04-02 04:55:05,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:55:05.172 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-02 04:55:27,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:55:27.991 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-04-02 04:55:27,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:55:27.993 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-02 04:57:04,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:57:04.788 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [72.102s] 2018-04-02 04:57:23,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:57:23.012 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.053s] 2018-04-02 04:57:23,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:57:23.118 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.105s] 2018-04-02 04:57:30,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:57:30.366 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.717s] 2018-04-02 04:57:30,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:57:30.376 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-02 04:57:31,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:57:31.473 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-02 04:57:31,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:57:31.474 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-02 04:57:35,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:57:35.321 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.346s] 2018-04-02 04:57:40,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:57:40.729 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.096s] 2018-04-02 04:57:46,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:57:46.479 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.580s] 2018-04-02 04:57:53,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:57:53.091 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.381s] 2018-04-02 04:58:01,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:58:01.543 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.929s] 2018-04-02 04:58:07,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:58:07.266 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.325s] 2018-04-02 04:58:12,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:58:12.623 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.158s] 2018-04-02 04:58:19,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:58:19.396 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.704s] 2018-04-02 04:58:25,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:58:25.883 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.429s] 2018-04-02 04:58:33,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:58:33.047 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.521s] 2018-04-02 04:58:35,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:58:35.224 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-02 04:58:37,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:58:37.179 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.071s] 2018-04-02 04:58:37,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:58:37.261 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.081s] 2018-04-02 04:58:37,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:58:37.327 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.066s] 2018-04-02 04:58:37,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:58:37.334 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-02 04:58:40,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:58:40.923 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.443s] 2018-04-02 04:58:41,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:58:41.896 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.972s] 2018-04-02 04:58:43,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:58:43.148 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.252s] 2018-04-02 04:58:48,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:58:48.331 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-02 04:58:53,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:58:53.432 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.927s] 2018-04-02 04:59:04,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:59:04.570 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.266s] 2018-04-02 04:59:07,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:59:07.404 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.833s] 2018-04-02 04:59:17,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:59:17.520 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.673s] 2018-04-02 04:59:20,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:59:20.071 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.550s] 2018-04-02 04:59:25,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:59:25.935 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.862s] 2018-04-02 04:59:34,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:59:34.812 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.519s] 2018-04-02 04:59:37,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:59:37.756 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.943s] 2018-04-02 04:59:41,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:59:41.362 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.605s] 2018-04-02 04:59:53,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:59:53.276 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.217s] 2018-04-02 04:59:53,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:59:53.629 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.352s] 2018-04-02 04:59:53,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:59:53.746 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.117s] 2018-04-02 04:59:53,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:59:53.934 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.187s] 2018-04-02 04:59:54,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:59:54.030 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.095s] 2018-04-02 04:59:54,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 04:59:54.205 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.175s] 2018-04-02 05:00:04,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:04.524 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.075s] 2018-04-02 05:00:04,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:04.723 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.199s] 2018-04-02 05:00:05,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:05.077 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.354s] 2018-04-02 05:00:05,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:05.126 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.048s] 2018-04-02 05:00:05,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:05.221 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.094s] 2018-04-02 05:00:05,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:05.426 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.205s] 2018-04-02 05:00:15,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:15.969 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.682s] 2018-04-02 05:00:20,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:20.826 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.856s] 2018-04-02 05:00:22,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:22.292 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.465s] 2018-04-02 05:00:22,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:22.347 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.056s] 2018-04-02 05:00:22,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:22.399 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.051s] 2018-04-02 05:00:32,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:32.060 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.430s] 2018-04-02 05:00:36,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:36.558 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.496s] 2018-04-02 05:00:38,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:38.178 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.619s] 2018-04-02 05:00:38,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:38.229 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.051s] 2018-04-02 05:00:38,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:38.278 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.049s] 2018-04-02 05:00:51,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:51.438 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [8.068s] 2018-04-02 05:00:55,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:55.910 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.472s] 2018-04-02 05:00:59,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:00:59.472 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.560s] 2018-04-02 05:01:01,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:01.946 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.475s] 2018-04-02 05:01:19,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:19.883 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [7.853s] 2018-04-02 05:01:24,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:24.585 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.701s] 2018-04-02 05:01:28,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:28.517 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.932s] 2018-04-02 05:01:31,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:31.961 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.443s] 2018-04-02 05:01:43,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:43.397 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.243s] 2018-04-02 05:01:45,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:45.016 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.617s] 2018-04-02 05:01:45,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:45.057 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.042s] 2018-04-02 05:01:49,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:49.056 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.148s] 2018-04-02 05:01:50,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:50.747 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.688s] 2018-04-02 05:01:50,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:50.786 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.041s] 2018-04-02 05:01:54,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:54.291 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.631s] 2018-04-02 05:01:57,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:57.395 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-02 05:01:58,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:58.515 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-02 05:01:58,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:58.518 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-02 05:01:58,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:58.520 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-02 05:01:58,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:58.521 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-02 05:01:58,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:01:58.521 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-02 05:02:00,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:02:00.414 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-02 05:02:13,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:02:13.124 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [7.809s] 2018-04-02 05:02:24,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:02:24.095 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.420s] 2018-04-02 05:02:34,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:02:34.272 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.174s] 2018-04-02 05:02:42,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:02:42.652 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.044s] 2018-04-02 05:03:39,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:03:39.525 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [50.682s] 2018-04-02 05:04:09,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:04:09.176 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [21.747s] 2018-04-02 05:04:44,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:04:44.694 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [19.886s] 2018-04-02 05:04:57,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4660943f-3f8e-45a5-a5f6-ab7457d6f2fd']'. 2018-04-02 05:04:57,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-02 05:04:57,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-02 05:04:57,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 05:04:57,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4660943f-3f8e-45a5-a5f6-ab7457d6f2fd | 2018-04-02 05:04:57,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-02 05:04:57,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-02 04:53:39 | 2018-04-02 05:04:57,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-02 05:04:56 | 2018-04-02 05:04:57,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:11:17 | 2018-04-02 05:04:57,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-02 05:04:57,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-02 05:04:57,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-02 05:04:57,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8a59bd93-a0c8-487e-94b6-088d88d4ce57) | 2018-04-02 05:04:57,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-02 05:04:57,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: abfcfde3-0865-4916-a9fa-673997a6c744) | 2018-04-02 05:04:57,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-02 05:04:57,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 660.737 | 2018-04-02 05:04:57,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-02 05:04:57,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-02 05:04:57,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-02 05:04:57,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-02 05:04:57,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-02 05:04:57,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 05:04:57,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-02 05:04:58,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-02 05:05:04,222 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 05:05:04,223 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 11:41 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-02 05:05:04,227 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-02 05:05:04,323 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-02 05:05:04,733 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-02 05:05:04,733 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-02 05:05:05,095 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-02 05:05:07,482 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-02 05:05:07.061 120 INFO rally.deployment.engine [-] Deployment abfcfde3-0865-4916-a9fa-673997a6c744 | Starting: Destroy cloud and free allocated resources. 2018-04-02 05:05:07.156 120 INFO rally.deployment.engine [-] Deployment abfcfde3-0865-4916-a9fa-673997a6c744 | Completed: Destroy cloud and free allocated resources. 2018-04-02 05:05:07.201 120 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=8a59bd93-a0c8-487e-94b6-088d88d4ce57) for deployment 'opnfv-rally'. 2018-04-02 05:05:07.220 120 INFO rally.api [-] Deleting verification (UUID=4660943f-3f8e-45a5-a5f6-ab7457d6f2fd). 2018-04-02 05:05:07.255 120 INFO rally.api [-] Verification has been successfully deleted! 2018-04-02 05:05:07.255 120 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=8a59bd93-a0c8-487e-94b6-088d88d4ce57). 2018-04-02 05:05:07.268 120 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-02 05:05:09,836 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-02 05:05:09.558 123 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=dc3631db-856e-42bf-8058-f414fcb0f82e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | dc3631db-856e-42bf-8058-f414fcb0f82e | 2018-04-02T05:05:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: dc3631db-856e-42bf-8058-f414fcb0f82e ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-02 05:05:13,199 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-02 05:05:13,200 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-02 05:05:14,459 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-26eeb6f4-3706-4b13-bd1e-67315f6f9694'... 2018-04-02 05:05:17,005 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-26eeb6f4-3706-4b13-bd1e-67315f6f9694'... 2018-04-02 05:05:18,532 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-26eeb6f4-3706-4b13-bd1e-67315f6f9694'... 2018-04-02 05:05:22,735 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-26eeb6f4-3706-4b13-bd1e-67315f6f9694'... 2018-04-02 05:05:23,415 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-26eeb6f4-3706-4b13-bd1e-67315f6f9694'... 2018-04-02 05:05:24,071 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-02 05:05:24,071 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-02 05:05:24,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 05:05:24,115 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 05:05:24,121 - 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': '2bc03098-12a0-4eb8-bb3e-148a3b7a735f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'flavor_name': 'rally-tiny-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-02 05:06:23,804 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 12933aba-70a5-4d6d-b41a-789c8ae152b2 2018-04-02 05:06:23,805 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-02 05:06:23,806 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '12933aba-70a5-4d6d-b41a-789c8ae152b2'] 2018-04-02 05:06:24,812 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 12933aba-70a5-4d6d-b41a-789c8ae152b2: 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 12933aba-70a5-4d6d-b41a-789c8ae152b2 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.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | total | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | -> duration | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.563016 Full duration: 6.904918 -------------------------------------------------------------------------------- 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 12933aba-70a5-4d6d-b41a-789c8ae152b2 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.331 | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 100.0% | 1 | | total | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> duration | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.750375 Full duration: 6.8753 -------------------------------------------------------------------------------- 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 12933aba-70a5-4d6d-b41a-789c8ae152b2 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.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> duration | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.613497 Full duration: 6.734514 -------------------------------------------------------------------------------- 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 12933aba-70a5-4d6d-b41a-789c8ae152b2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 100.0% | 1 | | total | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> duration | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.755228 Full duration: 6.989215 -------------------------------------------------------------------------------- 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 12933aba-70a5-4d6d-b41a-789c8ae152b2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 100.0% | 1 | | total | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 100.0% | 1 | | -> duration | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.746123 Full duration: 6.708954 -------------------------------------------------------------------------------- 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 12933aba-70a5-4d6d-b41a-789c8ae152b2 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.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | total | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | -> duration | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.643951 Full duration: 6.751984 HINTS: * To plot HTML graphics with this data, run: rally task report 12933aba-70a5-4d6d-b41a-789c8ae152b2 --out output.html * To generate a JUnit report, run: rally task export 12933aba-70a5-4d6d-b41a-789c8ae152b2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 12933aba-70a5-4d6d-b41a-789c8ae152b2 --json --out output.json 2018-04-02 05:06:24,812 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '12933aba-70a5-4d6d-b41a-789c8ae152b2'] 2018-04-02 05:06:25,848 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 05:06:25,848 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '12933aba-70a5-4d6d-b41a-789c8ae152b2', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-02 05:06:25,856 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-02 05:06:25,857 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-02 05:06:25,857 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-02 05:06:25,858 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 05:06:25,901 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 05:06:25,903 - 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': '2bc03098-12a0-4eb8-bb3e-148a3b7a735f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'flavor_name': 'rally-tiny-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-02 05:07:51,316 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : cdc8f4d0-f248-4405-8e0d-4cf6f657d5dc 2018-04-02 05:07:51,316 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'cdc8f4d0-f248-4405-8e0d-4cf6f657d5dc'] 2018-04-02 05:07:52,311 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task cdc8f4d0-f248-4405-8e0d-4cf6f657d5dc: 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 cdc8f4d0-f248-4405-8e0d-4cf6f657d5dc has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.039 | 3.039 | 3.039 | 3.039 | 3.039 | 3.039 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | glance_v2.delete_image | 1.248 | 1.248 | 1.248 | 1.248 | 1.248 | 1.248 | 100.0% | 1 | | total | 4.288 | 4.288 | 4.288 | 4.288 | 4.288 | 4.288 | 100.0% | 1 | | -> duration | 4.288 | 4.288 | 4.288 | 4.288 | 4.288 | 4.288 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.287871 Full duration: 11.815517 -------------------------------------------------------------------------------- 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 cdc8f4d0-f248-4405-8e0d-4cf6f657d5dc has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.382 | 3.382 | 3.382 | 3.382 | 3.382 | 3.382 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | -> glance_v2.upload_data | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 100.0% | 1 | | glance_v2.list_images | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 100.0% | 1 | | total | 3.416 | 3.416 | 3.416 | 3.416 | 3.416 | 3.416 | 100.0% | 1 | | -> duration | 3.416 | 3.416 | 3.416 | 3.416 | 3.416 | 3.416 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.415717 Full duration: 14.289909 -------------------------------------------------------------------------------- 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 cdc8f4d0-f248-4405-8e0d-4cf6f657d5dc has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | -> duration | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.181766 Full duration: 8.385718 -------------------------------------------------------------------------------- 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-26eeb6f4-3706-4b13-bd1e-67315f6f9694" }, "number_instances": 2, "nics": [ { "net-id": "2bc03098-12a0-4eb8-bb3e-148a3b7a735f" } ] }, "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 cdc8f4d0-f248-4405-8e0d-4cf6f657d5dc has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.076 | 3.076 | 3.076 | 3.076 | 3.076 | 3.076 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | -> glance_v2.upload_data | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | nova.boot_servers | 11.715 | 11.715 | 11.715 | 11.715 | 11.715 | 11.715 | 100.0% | 1 | | total | 14.792 | 14.792 | 14.792 | 14.792 | 14.792 | 14.792 | 100.0% | 1 | | -> duration | 13.792 | 13.792 | 13.792 | 13.792 | 13.792 | 13.792 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.791626 Full duration: 33.022681 HINTS: * To plot HTML graphics with this data, run: rally task report cdc8f4d0-f248-4405-8e0d-4cf6f657d5dc --out output.html * To generate a JUnit report, run: rally task export cdc8f4d0-f248-4405-8e0d-4cf6f657d5dc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report cdc8f4d0-f248-4405-8e0d-4cf6f657d5dc --json --out output.json 2018-04-02 05:07:52,312 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'cdc8f4d0-f248-4405-8e0d-4cf6f657d5dc'] 2018-04-02 05:07:53,374 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 05:07:53,375 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'cdc8f4d0-f248-4405-8e0d-4cf6f657d5dc', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-02 05:07:53,382 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-02 05:07:53,383 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-04-02 05:07:53,383 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-04-02 05:07:53,383 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 05:07:53,424 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 05:07:53,425 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-04-02 05:07:53,425 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-02 05:07:53,425 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-02 05:07:53,425 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 05:07:53,458 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 05:07:53,462 - 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': '2bc03098-12a0-4eb8-bb3e-148a3b7a735f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'flavor_name': 'rally-tiny-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-02 05:10:53,962 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 780257d8-c4f1-484a-ace7-940e4ea9d4fb 2018-04-02 05:10:53,963 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '780257d8-c4f1-484a-ace7-940e4ea9d4fb'] 2018-04-02 05:10:55,059 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 780257d8-c4f1-484a-ace7-940e4ea9d4fb: 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 780257d8-c4f1-484a-ace7-940e4ea9d4fb 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.072 | 3.072 | 3.072 | 3.072 | 3.072 | 3.072 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.554 | 2.554 | 2.554 | 2.554 | 2.554 | 2.554 | 100.0% | 1 | | total | 5.626 | 5.626 | 5.626 | 5.626 | 5.626 | 5.626 | 100.0% | 1 | | -> duration | 5.626 | 5.626 | 5.626 | 5.626 | 5.626 | 5.626 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.626274 Full duration: 21.540107 -------------------------------------------------------------------------------- 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 780257d8-c4f1-484a-ace7-940e4ea9d4fb 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.087 | 3.087 | 3.087 | 3.087 | 3.087 | 3.087 | 100.0% | 1 | | cinder_v2.delete_volume | 2.452 | 2.452 | 2.452 | 2.452 | 2.452 | 2.452 | 100.0% | 1 | | total | 5.539 | 5.539 | 5.539 | 5.539 | 5.539 | 5.539 | 100.0% | 1 | | -> duration | 5.539 | 5.539 | 5.539 | 5.539 | 5.539 | 5.539 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.539285 Full duration: 14.774519 -------------------------------------------------------------------------------- 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-26eeb6f4-3706-4b13-bd1e-67315f6f9694" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 780257d8-c4f1-484a-ace7-940e4ea9d4fb has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.384 | 7.384 | 7.384 | 7.384 | 7.384 | 7.384 | 100.0% | 1 | | cinder_v2.delete_volume | 2.315 | 2.315 | 2.315 | 2.315 | 2.315 | 2.315 | 100.0% | 1 | | total | 9.699 | 9.699 | 9.699 | 9.699 | 9.699 | 9.699 | 100.0% | 1 | | -> duration | 9.699 | 9.699 | 9.699 | 9.699 | 9.699 | 9.699 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.698588 Full duration: 19.80936 -------------------------------------------------------------------------------- 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 780257d8-c4f1-484a-ace7-940e4ea9d4fb 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.076 | 3.076 | 3.076 | 3.076 | 3.076 | 3.076 | 100.0% | 1 | | cinder_v2.delete_volume | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 100.0% | 1 | | total | 5.377 | 5.377 | 5.377 | 5.377 | 5.377 | 5.377 | 100.0% | 1 | | -> duration | 5.377 | 5.377 | 5.377 | 5.377 | 5.377 | 5.377 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.376883 Full duration: 14.927287 -------------------------------------------------------------------------------- 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 780257d8-c4f1-484a-ace7-940e4ea9d4fb 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 | 2.925 | 2.925 | 2.925 | 2.925 | 2.925 | 2.925 | 100.0% | 1 | | cinder_v2.extend_volume | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 100.0% | 1 | | cinder_v2.delete_volume | 2.308 | 2.308 | 2.308 | 2.308 | 2.308 | 2.308 | 100.0% | 1 | | total | 7.718 | 7.718 | 7.718 | 7.718 | 7.718 | 7.718 | 100.0% | 1 | | -> duration | 7.718 | 7.718 | 7.718 | 7.718 | 7.718 | 7.718 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.717916 Full duration: 17.024488 -------------------------------------------------------------------------------- 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 780257d8-c4f1-484a-ace7-940e4ea9d4fb 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.145 | 3.145 | 3.145 | 3.145 | 3.145 | 3.145 | 100.0% | 1 | | cinder_v2.delete_volume | 2.307 | 2.307 | 2.307 | 2.307 | 2.307 | 2.307 | 100.0% | 1 | | total | 5.452 | 5.452 | 5.452 | 5.452 | 5.452 | 5.452 | 100.0% | 1 | | -> duration | 5.452 | 5.452 | 5.452 | 5.452 | 5.452 | 5.452 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.452257 Full duration: 21.124067 -------------------------------------------------------------------------------- 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 780257d8-c4f1-484a-ace7-940e4ea9d4fb 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.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | cinder_v2.list_qos | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 100.0% | 1 | | -> duration | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.751136 Full duration: 11.594082 -------------------------------------------------------------------------------- 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 780257d8-c4f1-484a-ace7-940e4ea9d4fb has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 100.0% | 1 | | cinder_v2.set_qos | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 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.743865 Full duration: 11.445233 -------------------------------------------------------------------------------- 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 780257d8-c4f1-484a-ace7-940e4ea9d4fb 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.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | cinder_v2.list_types | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.771314 Full duration: 11.141944 -------------------------------------------------------------------------------- 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 780257d8-c4f1-484a-ace7-940e4ea9d4fb 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.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> duration | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.774182 Full duration: 11.608019 HINTS: * To plot HTML graphics with this data, run: rally task report 780257d8-c4f1-484a-ace7-940e4ea9d4fb --out output.html * To generate a JUnit report, run: rally task export 780257d8-c4f1-484a-ace7-940e4ea9d4fb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 780257d8-c4f1-484a-ace7-940e4ea9d4fb --json --out output.json 2018-04-02 05:10:55,059 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '780257d8-c4f1-484a-ace7-940e4ea9d4fb'] 2018-04-02 05:10:56,050 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 05:10:56,051 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '780257d8-c4f1-484a-ace7-940e4ea9d4fb', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-02 05:10:56,058 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-02 05:10:56,058 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-02 05:10:56,058 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-04-02 05:10:56,059 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 05:10:56,100 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 05:10:56,102 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': '2bc03098-12a0-4eb8-bb3e-148a3b7a735f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'flavor_name': 'rally-tiny-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-02 05:12:10,319 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0dbc7f5a-d247-46d9-b1ab-6c597ea42a01 2018-04-02 05:12:10,319 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0dbc7f5a-d247-46d9-b1ab-6c597ea42a01'] 2018-04-02 05:12:11,277 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0dbc7f5a-d247-46d9-b1ab-6c597ea42a01: 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 0dbc7f5a-d247-46d9-b1ab-6c597ea42a01 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.381 | 4.381 | 4.381 | 4.381 | 4.381 | 4.381 | 100.0% | 1 | | heat.update_stack | 2.496 | 2.496 | 2.496 | 2.496 | 2.496 | 2.496 | 100.0% | 1 | | heat.delete_stack | 2.523 | 2.523 | 2.523 | 2.523 | 2.523 | 2.523 | 100.0% | 1 | | total | 9.4 | 9.4 | 9.4 | 9.4 | 9.4 | 9.4 | 100.0% | 1 | | -> duration | 5.4 | 5.4 | 5.4 | 5.4 | 5.4 | 5.4 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.39999 Full duration: 17.114081 -------------------------------------------------------------------------------- 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 0dbc7f5a-d247-46d9-b1ab-6c597ea42a01 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.074 | 4.074 | 4.074 | 4.074 | 4.074 | 4.074 | 100.0% | 1 | | heat.check_stack | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 100.0% | 1 | | heat.delete_stack | 2.195 | 2.195 | 2.195 | 2.195 | 2.195 | 2.195 | 100.0% | 1 | | total | 6.758 | 6.758 | 6.758 | 6.758 | 6.758 | 6.758 | 100.0% | 1 | | -> duration | 4.758 | 4.758 | 4.758 | 4.758 | 4.758 | 4.758 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.757871 Full duration: 14.392391 -------------------------------------------------------------------------------- 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 0dbc7f5a-d247-46d9-b1ab-6c597ea42a01 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.199 | 4.199 | 4.199 | 4.199 | 4.199 | 4.199 | 100.0% | 1 | | heat.suspend_stack | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | heat.resume_stack | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 100.0% | 1 | | heat.delete_stack | 2.213 | 2.213 | 2.213 | 2.213 | 2.213 | 2.213 | 100.0% | 1 | | total | 7.987 | 7.987 | 7.987 | 7.987 | 7.987 | 7.987 | 100.0% | 1 | | -> duration | 5.987 | 5.987 | 5.987 | 5.987 | 5.987 | 5.987 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.987436 Full duration: 16.02151 -------------------------------------------------------------------------------- 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 0dbc7f5a-d247-46d9-b1ab-6c597ea42a01 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.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | total | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> duration | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 0.568 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.568076 Full duration: 8.112217 HINTS: * To plot HTML graphics with this data, run: rally task report 0dbc7f5a-d247-46d9-b1ab-6c597ea42a01 --out output.html * To generate a JUnit report, run: rally task export 0dbc7f5a-d247-46d9-b1ab-6c597ea42a01 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0dbc7f5a-d247-46d9-b1ab-6c597ea42a01 --json --out output.json 2018-04-02 05:12:11,278 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0dbc7f5a-d247-46d9-b1ab-6c597ea42a01'] 2018-04-02 05:12:12,328 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 05:12:12,329 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0dbc7f5a-d247-46d9-b1ab-6c597ea42a01', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-02 05:12:12,335 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-02 05:12:12,335 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-02 05:12:12,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-02 05:12:12,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 05:12:12,352 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 05:12:12,354 - 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': '2bc03098-12a0-4eb8-bb3e-148a3b7a735f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'flavor_name': 'rally-tiny-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-02 05:15:10,253 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 69b3342a-45ff-4d23-bfae-aa9fb1e779ab 2018-04-02 05:15:10,253 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '69b3342a-45ff-4d23-bfae-aa9fb1e779ab'] 2018-04-02 05:15:11,236 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 69b3342a-45ff-4d23-bfae-aa9fb1e779ab: 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 69b3342a-45ff-4d23-bfae-aa9fb1e779ab 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.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | keystone_v3.add_role | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 100.0% | 1 | | keystone_v3.revoke_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> duration | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.789605 Full duration: 13.710804 -------------------------------------------------------------------------------- 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 69b3342a-45ff-4d23-bfae-aa9fb1e779ab 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.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | keystone_v3.add_role | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 100.0% | 1 | | keystone_v3.list_roles | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | -> duration | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.633306 Full duration: 13.765548 -------------------------------------------------------------------------------- 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 69b3342a-45ff-4d23-bfae-aa9fb1e779ab 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.645 | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 100.0% | 1 | | keystone_v3.list_projects | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | total | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> duration | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.724037 Full duration: 13.637657 -------------------------------------------------------------------------------- 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 69b3342a-45ff-4d23-bfae-aa9fb1e779ab 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.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | keystone_v3.delete_role | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | -> duration | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.566184 Full duration: 11.503992 -------------------------------------------------------------------------------- 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 69b3342a-45ff-4d23-bfae-aa9fb1e779ab 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.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | keystone_v3.delete_service | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 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.580721 Full duration: 11.348124 -------------------------------------------------------------------------------- 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 69b3342a-45ff-4d23-bfae-aa9fb1e779ab 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.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | keystone_v3.create_user | 0.441 | 0.441 | 0.441 | 0.441 | 0.441 | 0.441 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | -> keystone_v3.add_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.create_role | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_project | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.get_user | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_role | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.list_services | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 100.0% | 1 | | keystone_v3.get_services | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 100.0% | 1 | | -> duration | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.745922 Full duration: 18.912621 -------------------------------------------------------------------------------- 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 69b3342a-45ff-4d23-bfae-aa9fb1e779ab 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.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | keystone_v3.update_project | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | keystone_v3.delete_project | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 100.0% | 1 | | -> duration | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.97568 Full duration: 11.803341 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 69b3342a-45ff-4d23-bfae-aa9fb1e779ab 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.643 | 0.643 | 0.643 | 0.643 | 0.643 | 0.643 | 100.0% | 1 | | total | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> duration | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.733702 Full duration: 13.544105 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 69b3342a-45ff-4d23-bfae-aa9fb1e779ab 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.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | total | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | -> duration | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.622467 Full duration: 13.277841 -------------------------------------------------------------------------------- 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 69b3342a-45ff-4d23-bfae-aa9fb1e779ab 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.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | keystone_v3.list_users | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> duration | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.819992 Full duration: 13.709446 -------------------------------------------------------------------------------- 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 69b3342a-45ff-4d23-bfae-aa9fb1e779ab 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.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | keystone_v3.create_users | 4.368 | 4.368 | 4.368 | 4.368 | 4.368 | 4.368 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.368 | 4.368 | 4.368 | 4.368 | 4.368 | 4.368 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 100.0% | 1 | | total | 5.913 | 5.913 | 5.913 | 5.913 | 5.913 | 5.913 | 100.0% | 1 | | -> duration | 5.913 | 5.913 | 5.913 | 5.913 | 5.913 | 5.913 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.913328 Full duration: 22.999111 HINTS: * To plot HTML graphics with this data, run: rally task report 69b3342a-45ff-4d23-bfae-aa9fb1e779ab --out output.html * To generate a JUnit report, run: rally task export 69b3342a-45ff-4d23-bfae-aa9fb1e779ab --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 69b3342a-45ff-4d23-bfae-aa9fb1e779ab --json --out output.json 2018-04-02 05:15:11,236 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '69b3342a-45ff-4d23-bfae-aa9fb1e779ab'] 2018-04-02 05:15:12,394 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 05:15:12,394 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '69b3342a-45ff-4d23-bfae-aa9fb1e779ab', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-02 05:15:12,401 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-02 05:15:12,401 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-02 05:15:12,401 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-04-02 05:15:12,402 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 05:15:12,444 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 05:15:12,451 - 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': '2bc03098-12a0-4eb8-bb3e-148a3b7a735f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'flavor_name': 'rally-tiny-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-02 05:19:22,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 34e5705e-a2d3-4765-8dc4-f8a50efe3698 2018-04-02 05:19:22,715 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '34e5705e-a2d3-4765-8dc4-f8a50efe3698'] 2018-04-02 05:19:23,783 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 34e5705e-a2d3-4765-8dc4-f8a50efe3698: aborted -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 34e5705e-a2d3-4765-8dc4-f8a50efe3698 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.967 | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 100.0% | 1 | | neutron.delete_network | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 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.714312 Full duration: 13.893044 -------------------------------------------------------------------------------- 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 34e5705e-a2d3-4765-8dc4-f8a50efe3698 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.389 | 1.389 | 1.389 | 1.389 | 1.389 | 1.389 | 100.0% | 1 | | neutron.delete_port | 0.432 | 0.432 | 0.432 | 0.432 | 0.432 | 0.432 | 100.0% | 1 | | total | 1.821 | 1.821 | 1.821 | 1.821 | 1.821 | 1.821 | 100.0% | 1 | | -> duration | 1.821 | 1.821 | 1.821 | 1.821 | 1.821 | 1.821 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.821248 Full duration: 24.481195 -------------------------------------------------------------------------------- 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 34e5705e-a2d3-4765-8dc4-f8a50efe3698 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.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | neutron.create_subnet | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 100.0% | 1 | | neutron.create_router | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 100.0% | 1 | | neutron.add_interface_router | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 100.0% | 1 | | neutron.remove_interface_router | 0.982 | 0.982 | 0.982 | 0.982 | 0.982 | 0.982 | 100.0% | 1 | | neutron.delete_router | 0.44 | 0.44 | 0.44 | 0.44 | 0.44 | 0.44 | 100.0% | 1 | | total | 4.427 | 4.427 | 4.427 | 4.427 | 4.427 | 4.427 | 100.0% | 1 | | -> duration | 4.427 | 4.427 | 4.427 | 4.427 | 4.427 | 4.427 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.426763 Full duration: 30.655215 -------------------------------------------------------------------------------- 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 34e5705e-a2d3-4765-8dc4-f8a50efe3698 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 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | neutron.delete_subnet | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 100.0% | 1 | | total | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 100.0% | 1 | | -> duration | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.30989 Full duration: 23.89062 -------------------------------------------------------------------------------- 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 34e5705e-a2d3-4765-8dc4-f8a50efe3698 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.997 | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 100.0% | 1 | | neutron.list_networks | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 100.0% | 1 | | -> duration | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.176826 Full duration: 15.744165 -------------------------------------------------------------------------------- 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 34e5705e-a2d3-4765-8dc4-f8a50efe3698 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.333 | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 100.0% | 1 | | neutron.list_ports | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 100.0% | 1 | | -> duration | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.434374 Full duration: 25.035028 -------------------------------------------------------------------------------- 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 34e5705e-a2d3-4765-8dc4-f8a50efe3698 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.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | neutron.create_subnet | 0.441 | 0.441 | 0.441 | 0.441 | 0.441 | 0.441 | 100.0% | 1 | | neutron.create_router | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | neutron.add_interface_router | 1.865 | 1.865 | 1.865 | 1.865 | 1.865 | 1.865 | 100.0% | 1 | | neutron.list_routers | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 100.0% | 1 | | total | 3.222 | 3.222 | 3.222 | 3.222 | 3.222 | 3.222 | 100.0% | 1 | | -> duration | 3.222 | 3.222 | 3.222 | 3.222 | 3.222 | 3.222 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.22184 Full duration: 33.550089 -------------------------------------------------------------------------------- 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 34e5705e-a2d3-4765-8dc4-f8a50efe3698 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.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | neutron.create_subnet | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | neutron.list_subnets | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 1.514 | 1.514 | 1.514 | 1.514 | 1.514 | 1.514 | 100.0% | 1 | | -> duration | 1.514 | 1.514 | 1.514 | 1.514 | 1.514 | 1.514 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.514242 Full duration: 29.256793 -------------------------------------------------------------------------------- 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 34e5705e-a2d3-4765-8dc4-f8a50efe3698 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.933 | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 100.0% | 1 | | neutron.delete_security_group | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 100.0% | 1 | | -> duration | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.085253 Full duration: 13.481283 -------------------------------------------------------------------------------- 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 34e5705e-a2d3-4765-8dc4-f8a50efe3698 has 1 error(s) -------------------------------------------------------------------------------- Conflict: Security Group 62d8eef3-cb64-476a-9bda-8aaf8c7d51c2 cannot perform precommit_delete due to Callback networking_odl.common.callback.OdlSecurityGroupsHandler.sg_callback_precommit--9223372036853985819 failed with "argument of type 'NoneType' is not iterable". Neutron server returns request_ids: ['req-ca640b2d-5014-4c29-a3b7-c9a1318e7b0d'] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/neutron/security_groups.py", line 236, in run self._delete_security_group(security_group) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/neutron/utils.py", line 631, in _delete_security_group security_group["security_group"]["id"]) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 962, in delete_security_group return self.delete(self.security_group_path % (security_group)) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 348, in delete headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 329, in retry_request headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) Conflict: Security Group 62d8eef3-cb64-476a-9bda-8aaf8c7d51c2 cannot perform precommit_delete due to Callback networking_odl.common.callback.OdlSecurityGroupsHandler.sg_callback_precommit--9223372036853985819 failed with "argument of type 'NoneType' is not iterable". Neutron server returns request_ids: ['req-ca640b2d-5014-4c29-a3b7-c9a1318e7b0d'] -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | 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.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | neutron.create_security_group_rule | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | neutron.delete_security_group | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 0.0% | 1 | | total | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 0.0% | 1 | | -> duration | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 0.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.300279 Full duration: 15.082898 HINTS: * To plot HTML graphics with this data, run: rally task report 34e5705e-a2d3-4765-8dc4-f8a50efe3698 --out output.html * To generate a JUnit report, run: rally task export 34e5705e-a2d3-4765-8dc4-f8a50efe3698 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 34e5705e-a2d3-4765-8dc4-f8a50efe3698 --json --out output.json 2018-04-02 05:19:23,783 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '34e5705e-a2d3-4765-8dc4-f8a50efe3698'] 2018-04-02 05:19:24,809 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 05:19:24,809 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '34e5705e-a2d3-4765-8dc4-f8a50efe3698', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-02 05:19:24,816 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" Failed. 2018-04-02 05:19:24,816 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-02 05:19:24,816 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-04-02 05:19:24,816 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 05:19:24,846 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 05:19:24,851 - 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': '2bc03098-12a0-4eb8-bb3e-148a3b7a735f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'flavor_name': 'rally-tiny-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-02 05:22:23,722 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2f72345f-d2da-4d0c-a747-2433a58a2ef4 2018-04-02 05:22:23,722 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2f72345f-d2da-4d0c-a747-2433a58a2ef4'] 2018-04-02 05:22:24,780 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2f72345f-d2da-4d0c-a747-2433a58a2ef4: 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-26eeb6f4-3706-4b13-bd1e-67315f6f9694" }, "image": { "name": "Cirros-0.4.0-26eeb6f4-3706-4b13-bd1e-67315f6f9694" }, "block_migration": false, "nics": [ { "net-id": "2bc03098-12a0-4eb8-bb3e-148a3b7a735f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2f72345f-d2da-4d0c-a747-2433a58a2ef4 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 | 8.265 | 8.265 | 8.265 | 8.265 | 8.265 | 8.265 | 100.0% | 1 | | nova.find_host_to_migrate | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | nova.live_migrate | 134.56 | 134.56 | 134.56 | 134.56 | 134.56 | 134.56 | 0.0% | 1 | | total | 143.861 | 143.861 | 143.861 | 143.861 | 143.861 | 143.861 | 0.0% | 1 | | -> duration | 142.861 | 142.861 | 142.861 | 142.861 | 142.861 | 142.861 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 142.860517 Full duration: 157.068617 HINTS: * To plot HTML graphics with this data, run: rally task report 2f72345f-d2da-4d0c-a747-2433a58a2ef4 --out output.html * To generate a JUnit report, run: rally task export 2f72345f-d2da-4d0c-a747-2433a58a2ef4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2f72345f-d2da-4d0c-a747-2433a58a2ef4 --json --out output.json 2018-04-02 05:22:24,780 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2f72345f-d2da-4d0c-a747-2433a58a2ef4'] 2018-04-02 05:22:25,785 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 05:22:25,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2f72345f-d2da-4d0c-a747-2433a58a2ef4', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-02 05:22:25,792 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-02 05:22:25,792 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-02 05:22:25,792 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-04-02 05:22:25,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 05:22:25,834 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-02 05:22:25,836 - 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': '2bc03098-12a0-4eb8-bb3e-148a3b7a735f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'flavor_name': 'rally-tiny-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-26eeb6f4-3706-4b13-bd1e-67315f6f9694', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-02 05:23:12,464 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 055c1473-343b-409a-b272-f2c413d4b6bf 2018-04-02 05:23:12,464 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '055c1473-343b-409a-b272-f2c413d4b6bf'] 2018-04-02 05:23:13,539 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 055c1473-343b-409a-b272-f2c413d4b6bf: 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 055c1473-343b-409a-b272-f2c413d4b6bf 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.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | quotas.delete_quotas | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 100.0% | 1 | | total | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | -> duration | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.846992 Full duration: 7.875973 -------------------------------------------------------------------------------- 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 055c1473-343b-409a-b272-f2c413d4b6bf 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.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | total | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | -> duration | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.680766 Full duration: 7.881913 -------------------------------------------------------------------------------- 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 055c1473-343b-409a-b272-f2c413d4b6bf 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.275 | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 100.0% | 1 | | total | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> duration | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.672339 Full duration: 7.785191 -------------------------------------------------------------------------------- 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 055c1473-343b-409a-b272-f2c413d4b6bf 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.882 | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 100.0% | 1 | | total | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | -> duration | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.882591 Full duration: 8.291453 HINTS: * To plot HTML graphics with this data, run: rally task report 055c1473-343b-409a-b272-f2c413d4b6bf --out output.html * To generate a JUnit report, run: rally task export 055c1473-343b-409a-b272-f2c413d4b6bf --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 055c1473-343b-409a-b272-f2c413d4b6bf --json --out output.json 2018-04-02 05:23:13,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '055c1473-343b-409a-b272-f2c413d4b6bf'] 2018-04-02 05:23:14,599 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 05:23:14,599 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '055c1473-343b-409a-b272-f2c413d4b6bf', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-02 05:23:14,606 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-02 05:23:14,609 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:40 | 6 | 100.00% | | glance | 01:07 | 4 | 100.00% | | cinder | 02:34 | 10 | 100.00% | | heat | 00:55 | 4 | 100.00% | | keystone | 02:38 | 11 | 100.00% | | neutron | 03:45 | 10 | 90.00% | | nova | 02:37 | 1 | 0.00% | | quotas | 00:31 | 4 | 100.00% | | | | | | | TOTAL: | 00:14:51 | 50 | 96.00% | +----------------+------------+----------------+-----------+ 2018-04-02 05:23:14,609 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 96.00% 2018-04-02 05:23:20,577 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-02 05:23:20,578 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-02 05:23:21,095 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 05:23:21,095 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 18:15 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-02 05:23:21,100 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-02 05:23:21,100 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-02 05:23:21,200 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-02 05:23:23,684 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-02 05:23:23.321 9445 INFO rally.deployment.engine [-] Deployment dc3631db-856e-42bf-8058-f414fcb0f82e | Starting: Destroy cloud and free allocated resources. 2018-04-02 05:23:23.448 9445 INFO rally.deployment.engine [-] Deployment dc3631db-856e-42bf-8058-f414fcb0f82e | Completed: Destroy cloud and free allocated resources. 2018-04-02 05:23:23.472 9445 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=8a59bd93-a0c8-487e-94b6-088d88d4ce57). 2018-04-02 05:23:23.477 9445 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-02 05:23:25,921 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-02 05:23:25.646 9448 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=633daa10-445e-42a4-8ff5-34aea7acc346) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 633daa10-445e-42a4-8ff5-34aea7acc346 | 2018-04-02T05:23:25 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 633daa10-445e-42a4-8ff5-34aea7acc346 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-02 05:23:29,152 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-02 05:23:29,153 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-02 05:23:31,417 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-02 05:23:31.168 9454 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=8a59bd93-a0c8-487e-94b6-088d88d4ce57). 2018-04-02 05:23:31.286 9454 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-02 05:23:34,853 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-02 05:23:33.464 9457 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-02 05:23:33.608 9457 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-02 05:23:34.614 9457 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=233fde6c-de47-4624-b425-f3cab23e5bd3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=233fde6c-de47-4624-b425-f3cab23e5bd3) as the default verifier for the future CLI operations. 2018-04-02 05:23:37,860 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-02 05:23:39,684 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-02 05:23:44,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-02 05:23:48,842 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-02 05:23:48.009 9476 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=233fde6c-de47-4624-b425-f3cab23e5bd3) for deployment 'opnfv-rally' (UUID=633daa10-445e-42a4-8ff5-34aea7acc346). 2018-04-02 05:23:48.672 9476 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=233fde6c-de47-4624-b425-f3cab23e5bd3) has been successfully configured for deployment 'opnfv-rally' (UUID=633daa10-445e-42a4-8ff5-34aea7acc346)! 2018-04-02 05:23:48,842 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-02 05:23:48,842 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-02 05:23:48,845 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-02 05:23:51,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-04-02 05:23:53,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:23:53.462 9488 INFO rally.api [-] Starting verification (UUID=47e73a4b-d205-4ec8-b35e-8c7318ab9b67) for deployment 'opnfv-rally' (UUID=633daa10-445e-42a4-8ff5-34aea7acc346) by verifier 'opnfv-tempest' (UUID=233fde6c-de47-4624-b425-f3cab23e5bd3). 2018-04-02 05:23:53,464 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 47e73a4b-d205-4ec8-b35e-8c7318ab9b67 2018-04-02 05:24:02,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:02.702 9488 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.474s] 2018-04-02 05:24:02,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:02.761 9488 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.337s] 2018-04-02 05:24:02,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:02.803 9488 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.768s] 2018-04-02 05:24:02,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:02.937 9488 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.133s] 2018-04-02 05:24:03,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:03.014 9488 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.508s] 2018-04-02 05:24:03,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:03.148 9488 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.133s] 2018-04-02 05:24:06,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:06.196 9488 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.574s] 2018-04-02 05:24:06,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:06.682 9488 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.358s] 2018-04-02 05:24:06,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:06.802 9488 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.606s] 2018-04-02 05:24:08,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:08.127 9488 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.324s] 2018-04-02 05:24:10,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:10.907 9488 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.322s] 2018-04-02 05:24:11,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:11.162 9488 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.254s] 2018-04-02 05:24:11,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:11.598 9488 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.436s] 2018-04-02 05:24:12,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:12.532 9488 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.565s] 2018-04-02 05:24:14,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:14.262 9488 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.005s] 2018-04-02 05:24:14,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:14.845 9488 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.582s] 2018-04-02 05:24:16,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:16.651 9488 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.075s] 2018-04-02 05:24:18,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:18.474 9488 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.188s] 2018-04-02 05:24:18,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:18.495 9488 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.020s] 2018-04-02 05:24:18,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:18.849 9488 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.352s] 2018-04-02 05:24:18,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:18.857 9488 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-04-02 05:24:18,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:18.870 9488 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.013s] 2018-04-02 05:24:23,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:23.866 9488 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.214s] 2018-04-02 05:24:24,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:24.013 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.595s] 2018-04-02 05:24:24,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:24.438 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [22.178s] 2018-04-02 05:24:24,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:24.920 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.905s] 2018-04-02 05:24:30,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:30.482 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.320s] 2018-04-02 05:24:30,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:30.746 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.264s] 2018-04-02 05:24:30,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:30.980 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.233s] 2018-04-02 05:24:31,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:31.383 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.402s] 2018-04-02 05:24:31,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:31.938 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.555s] 2018-04-02 05:24:32,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:32.061 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.122s] 2018-04-02 05:24:32,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:32.171 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.110s] 2018-04-02 05:24:32,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:32.284 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.111s] 2018-04-02 05:24:32,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:32.397 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.113s] 2018-04-02 05:24:32,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:32.484 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.086s] 2018-04-02 05:24:32,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:32.555 9488 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.083s] 2018-04-02 05:24:32,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:32.565 9488 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.010s] 2018-04-02 05:24:32,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:32.659 9488 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.175s] 2018-04-02 05:24:32,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:32.735 9488 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.168s] 2018-04-02 05:24:32,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:32.747 9488 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-04-02 05:24:32,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:32.762 9488 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.015s] 2018-04-02 05:24:32,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:32.797 9488 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.035s] 2018-04-02 05:24:32,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:32.879 9488 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.080s] 2018-04-02 05:24:33,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:33.029 9488 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [26.339s] 2018-04-02 05:24:33,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:33.174 9488 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.294s] 2018-04-02 05:24:33,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:33.361 9488 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.186s] 2018-04-02 05:24:33,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:33.380 9488 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.019s] 2018-04-02 05:24:33,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:33.665 9488 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.284s] 2018-04-02 05:24:37,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:37.482 9488 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.998s] 2018-04-02 05:24:45,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:45.818 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.357s] 2018-04-02 05:24:46,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:46.875 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.055s] 2018-04-02 05:24:48,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:48.147 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.046s] 2018-04-02 05:24:48,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:48.199 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.051s] 2018-04-02 05:24:48,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:48.433 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.234s] 2018-04-02 05:24:48,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:48.550 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.676s] 2018-04-02 05:24:48,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:48.886 9488 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.341s] 2018-04-02 05:24:49,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:49.164 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.730s] 2018-04-02 05:24:49,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:49.330 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.165s] 2018-04-02 05:24:49,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:49.371 9488 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.399s] 2018-04-02 05:24:49,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:49.587 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.257s] 2018-04-02 05:24:49,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:49.634 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.047s] 2018-04-02 05:24:49,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:49.682 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.047s] 2018-04-02 05:24:49,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:49.846 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.163s] 2018-04-02 05:24:49,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:49.906 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.059s] 2018-04-02 05:24:49,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:49.969 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.062s] 2018-04-02 05:24:50,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:50.121 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.151s] 2018-04-02 05:24:50,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:50.221 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.099s] 2018-04-02 05:24:50,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:50.288 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.068s] 2018-04-02 05:24:50,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:50.314 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.763s] 2018-04-02 05:24:50,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:50.344 9488 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.055s] 2018-04-02 05:24:52,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:52.741 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [2.426s] 2018-04-02 05:24:53,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:53.269 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.164s] 2018-04-02 05:24:53,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:53.787 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.045s] 2018-04-02 05:24:54,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:54.127 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.341s] 2018-04-02 05:24:54,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:54.414 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.287s] 2018-04-02 05:24:54,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:54.728 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.313s] 2018-04-02 05:24:55,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:55.576 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.306s] 2018-04-02 05:24:55,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:55.862 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.133s] 2018-04-02 05:24:56,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:56.097 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.235s] 2018-04-02 05:24:56,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:56.180 9488 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.808s] 2018-04-02 05:24:56,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:56.357 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.260s] 2018-04-02 05:24:56,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:56.789 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.431s] 2018-04-02 05:24:57,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:57.825 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.033s] 2018-04-02 05:24:58,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:58.294 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.469s] 2018-04-02 05:24:58,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:58.526 9488 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.345s] 2018-04-02 05:24:58,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:58.543 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.249s] 2018-04-02 05:24:58,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:58.719 9488 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.193s] 2018-04-02 05:24:58,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:58.746 9488 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [25.711s] 2018-04-02 05:24:58,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:58.767 9488 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.046s] 2018-04-02 05:24:58,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:58.768 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.224s] 2018-04-02 05:24:58,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:58.813 9488 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.048s] 2018-04-02 05:24:58,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:58.858 9488 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.044s] 2018-04-02 05:24:58,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:24:58.994 9488 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.227s] 2018-04-02 05:25:00,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:00.025 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.447s] 2018-04-02 05:25:04,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:04.537 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.511s] 2018-04-02 05:25:07,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:07.784 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.246s] 2018-04-02 05:25:10,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:10.777 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.993s] 2018-04-02 05:25:14,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:14.257 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.480s] 2018-04-02 05:25:14,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:14.765 9488 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [16.015s] 2018-04-02 05:25:19,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:19.071 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.812s] 2018-04-02 05:25:21,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:21.758 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [2.686s] 2018-04-02 05:25:22,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:22.228 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.470s] 2018-04-02 05:25:22,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:22.547 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.319s] 2018-04-02 05:25:22,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:22.732 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.183s] 2018-04-02 05:25:22,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:22.784 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.051s] 2018-04-02 05:25:23,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:23.021 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.237s] 2018-04-02 05:25:23,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:23.117 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.095s] 2018-04-02 05:25:23,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:23.177 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.060s] 2018-04-02 05:25:23,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:23.227 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.049s] 2018-04-02 05:25:24,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:24.945 9488 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [68.021s] 2018-04-02 05:25:25,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:25.395 9488 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.455s] 2018-04-02 05:25:27,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:27.760 9488 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.532s] 2018-04-02 05:25:36,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:36.545 9488 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [88.405s] 2018-04-02 05:25:40,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:40.108 9488 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.573s] 2018-04-02 05:25:40,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:40.508 9488 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [66.949s] 2018-04-02 05:25:48,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:48.518 9488 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [8.409s] 2018-04-02 05:25:53,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:53.091 9488 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.070s] 2018-04-02 05:25:53,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:25:53.309 9488 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.218s] 2018-04-02 05:26:15,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:15.208 9488 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [60.433s] 2018-04-02 05:26:19,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:19.231 9488 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.307s] 2018-04-02 05:26:19,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:19.574 9488 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.343s] 2018-04-02 05:26:29,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:29.438 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.008s] 2018-04-02 05:26:29,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:29.444 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.006s] 2018-04-02 05:26:29,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:29.628 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.184s] 2018-04-02 05:26:29,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:29.659 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.030s] 2018-04-02 05:26:29,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:29.686 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.027s] 2018-04-02 05:26:29,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:29.726 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.040s] 2018-04-02 05:26:29,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:29.909 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.182s] 2018-04-02 05:26:29,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:29.949 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.039s] 2018-04-02 05:26:29,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:29.984 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.035s] 2018-04-02 05:26:30,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:30.025 9488 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.040s] 2018-04-02 05:26:50,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:50.072 9488 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [62.671s] 2018-04-02 05:26:50,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:50.145 9488 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.073s] 2018-04-02 05:26:50,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:50.363 9488 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.217s] 2018-04-02 05:26:50,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:50.462 9488 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.098s] 2018-04-02 05:26:50,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:26:50.463 9488 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-02 05:27:02,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:27:02.156 9488 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.150s] 2018-04-02 05:27:45,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:27:45.422 9488 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [206.597s] 2018-04-02 05:28:06,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:06.982 9488 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [21.556s] 2018-04-02 05:28:18,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:18.245 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.251s] 2018-04-02 05:28:18,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:18.417 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.171s] 2018-04-02 05:28:18,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:18.467 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.050s] 2018-04-02 05:28:18,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:18.486 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.019s] 2018-04-02 05:28:18,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:18.503 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.016s] 2018-04-02 05:28:18,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:18.515 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2018-04-02 05:28:18,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:18.708 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.192s] 2018-04-02 05:28:18,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:18.741 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.033s] 2018-04-02 05:28:18,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:18.751 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-04-02 05:28:18,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:18.784 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.033s] 2018-04-02 05:28:18,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:18.794 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-04-02 05:28:18,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:18.838 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.044s] 2018-04-02 05:28:18,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:18.884 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.045s] 2018-04-02 05:28:19,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:19.067 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.182s] 2018-04-02 05:28:19,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:19.110 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.042s] 2018-04-02 05:28:19,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:19.285 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.174s] 2018-04-02 05:28:19,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:19.324 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.038s] 2018-04-02 05:28:19,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:19.494 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.170s] 2018-04-02 05:28:19,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:19.650 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.156s] 2018-04-02 05:28:19,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:19.694 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.042s] 2018-04-02 05:28:19,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:19.730 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.036s] 2018-04-02 05:28:19,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:19.765 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.035s] 2018-04-02 05:28:19,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:19.940 9488 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.173s] 2018-04-02 05:28:48,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:28:48.883 9488 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.370s] 2018-04-02 05:29:43,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:29:43.459 9488 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [54.566s] 2018-04-02 05:29:59,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:29:59.904 9488 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [16.446s] 2018-04-02 05:30:16,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:30:16.771 9488 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.443s] 2018-04-02 05:30:24,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:30:24.872 9488 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.099s] 2018-04-02 05:30:34,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:30:34.819 9488 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.945s] 2018-04-02 05:30:38,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '47e73a4b-d205-4ec8-b35e-8c7318ab9b67']'. 2018-04-02 05:30:39,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-02 05:30:39,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-02 05:30:39,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 05:30:39,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 47e73a4b-d205-4ec8-b35e-8c7318ab9b67 | 2018-04-02 05:30:39,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-02 05:30:39,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-02 05:23:53 | 2018-04-02 05:30:39,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-02 05:30:38 | 2018-04-02 05:30:39,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:06:45 | 2018-04-02 05:30:39,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-02 05:30:39,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-02 05:30:39,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 233fde6c-de47-4624-b425-f3cab23e5bd3) | 2018-04-02 05:30:39,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-02 05:30:39,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 633daa10-445e-42a4-8ff5-34aea7acc346) | 2018-04-02 05:30:39,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 169 | 2018-04-02 05:30:39,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 395.191 | 2018-04-02 05:30:39,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 167 | 2018-04-02 05:30:39,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-02 05:30:39,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-02 05:30:39,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-02 05:30:39,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-02 05:30:39,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 05:30:39,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-02 05:30:39,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 98.8165680473% 2018-04-02 05:30:44,524 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 05:30:44,524 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 07:07 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-04-02 05:30:44,529 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-04-02 05:30:44,529 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-02 05:30:44,629 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-02 05:30:47,129 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-02 05:30:46.744 9584 INFO rally.deployment.engine [-] Deployment 633daa10-445e-42a4-8ff5-34aea7acc346 | Starting: Destroy cloud and free allocated resources. 2018-04-02 05:30:46.828 9584 INFO rally.deployment.engine [-] Deployment 633daa10-445e-42a4-8ff5-34aea7acc346 | Completed: Destroy cloud and free allocated resources. 2018-04-02 05:30:46.864 9584 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=233fde6c-de47-4624-b425-f3cab23e5bd3) for deployment 'opnfv-rally'. 2018-04-02 05:30:46.883 9584 INFO rally.api [-] Deleting verification (UUID=47e73a4b-d205-4ec8-b35e-8c7318ab9b67). 2018-04-02 05:30:46.924 9584 INFO rally.api [-] Verification has been successfully deleted! 2018-04-02 05:30:46.925 9584 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=233fde6c-de47-4624-b425-f3cab23e5bd3). 2018-04-02 05:30:46.938 9584 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-02 05:30:49,600 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-02 05:30:49.294 9587 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9d9e5bde-a7c4-43cf-a0c8-81ee1f97cf67) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9d9e5bde-a7c4-43cf-a0c8-81ee1f97cf67 | 2018-04-02T05:30:49 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9d9e5bde-a7c4-43cf-a0c8-81ee1f97cf67 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-02 05:30:52,827 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-02 05:30:52,827 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-02 05:30:55,079 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-02 05:30:54.792 9593 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=233fde6c-de47-4624-b425-f3cab23e5bd3). 2018-04-02 05:30:54.926 9593 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-02 05:30:58,476 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-02 05:30:57.066 9596 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-02 05:30:57.220 9596 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-02 05:30:58.286 9596 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0945a136-265a-4076-ba94-e51e89a1f0c7) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0945a136-265a-4076-ba94-e51e89a1f0c7) as the default verifier for the future CLI operations. 2018-04-02 05:31:01,262 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-02 05:31:02,809 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-02 05:31:06,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-02 05:31:11,348 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-02 05:31:10.329 9615 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0945a136-265a-4076-ba94-e51e89a1f0c7) for deployment 'opnfv-rally' (UUID=9d9e5bde-a7c4-43cf-a0c8-81ee1f97cf67). 2018-04-02 05:31:11.191 9615 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0945a136-265a-4076-ba94-e51e89a1f0c7) has been successfully configured for deployment 'opnfv-rally' (UUID=9d9e5bde-a7c4-43cf-a0c8-81ee1f97cf67)! 2018-04-02 05:31:11,348 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-02 05:31:11,348 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-02 05:31:11,351 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-02 05:31:11,361 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-02 05:31:14,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0945a136-265a-4076-ba94-e51e89a1f0c7/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-02 05:31:14,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-02 05:31:16,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 05:31:16.847 9624 INFO rally.api [-] Starting verification (UUID=f440d322-e9d4-43cd-a3ee-2a2cf3d7728e) for deployment 'opnfv-rally' (UUID=9d9e5bde-a7c4-43cf-a0c8-81ee1f97cf67) by verifier 'opnfv-tempest' (UUID=0945a136-265a-4076-ba94-e51e89a1f0c7). 2018-04-02 05:31:16,850 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: f440d322-e9d4-43cd-a3ee-2a2cf3d7728e 2018-04-02 05:33:52,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'f440d322-e9d4-43cd-a3ee-2a2cf3d7728e']'. 2018-04-02 05:33:53,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-02 05:33:53,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-02 05:33:53,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 05:33:53,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | f440d322-e9d4-43cd-a3ee-2a2cf3d7728e | 2018-04-02 05:33:53,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-02 05:33:53,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-02 05:31:16 | 2018-04-02 05:33:53,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-02 05:33:52 | 2018-04-02 05:33:53,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:36 | 2018-04-02 05:33:53,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-02 05:33:53,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-02 05:33:53,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0945a136-265a-4076-ba94-e51e89a1f0c7) | 2018-04-02 05:33:53,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-02 05:33:53,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9d9e5bde-a7c4-43cf-a0c8-81ee1f97cf67) | 2018-04-02 05:33:53,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-02 05:33:53,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 145.843 | 2018-04-02 05:33:53,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-04-02 05:33:53,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-04-02 05:33:53,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-02 05:33:53,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-02 05:33:53,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-02 05:33:53,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 05:33:53,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-02 05:33:53,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-02 05:33:57,844 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 05:33:57,845 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:56 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-02 05:33:57,849 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-04-02 05:34:15,670 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-04-02 05:34:15,670 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-04-02 05:34:15,700 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-04-02 05:34:15,816 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 05:34:15,816 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-02 05:34:15,820 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-02 05:34:16,630 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-02 06:31:56,299 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 06:31:56,299 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 57:39 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-02 06:31:56,303 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-02 06:31:56,304 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-02 06:31:56,400 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-02 06:31:58,930 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-02 06:31:58.538 9790 INFO rally.deployment.engine [-] Deployment 9d9e5bde-a7c4-43cf-a0c8-81ee1f97cf67 | Starting: Destroy cloud and free allocated resources. 2018-04-02 06:31:58.620 9790 INFO rally.deployment.engine [-] Deployment 9d9e5bde-a7c4-43cf-a0c8-81ee1f97cf67 | Completed: Destroy cloud and free allocated resources. 2018-04-02 06:31:58.682 9790 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0945a136-265a-4076-ba94-e51e89a1f0c7) for deployment 'opnfv-rally'. 2018-04-02 06:31:58.715 9790 INFO rally.api [-] Deleting verification (UUID=f440d322-e9d4-43cd-a3ee-2a2cf3d7728e). 2018-04-02 06:31:58.752 9790 INFO rally.api [-] Verification has been successfully deleted! 2018-04-02 06:31:58.753 9790 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0945a136-265a-4076-ba94-e51e89a1f0c7). 2018-04-02 06:31:58.763 9790 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-02 06:32:01,354 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-02 06:32:01.080 9793 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3b5deb1a-601b-4985-9768-05083a9c7f4c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3b5deb1a-601b-4985-9768-05083a9c7f4c | 2018-04-02T06:32:01 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3b5deb1a-601b-4985-9768-05083a9c7f4c ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-02 06:32:04,538 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-02 06:32:04,539 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-02 06:32:06,910 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-02 06:32:06.640 9799 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0945a136-265a-4076-ba94-e51e89a1f0c7). 2018-04-02 06:32:06.761 9799 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-02 06:32:10,509 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-02 06:32:08.944 9802 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-02 06:32:09.091 9802 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-02 06:32:10.315 9802 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a25daaa8-11cc-47ea-9dd2-287fbf38ed45) has been successfully created! Using verifier 'opnfv-tempest' (UUID=a25daaa8-11cc-47ea-9dd2-287fbf38ed45) as the default verifier for the future CLI operations. 2018-04-02 06:32:19,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-02 06:32:24,490 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-02 06:32:23.663 9821 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a25daaa8-11cc-47ea-9dd2-287fbf38ed45) for deployment 'opnfv-rally' (UUID=3b5deb1a-601b-4985-9768-05083a9c7f4c). 2018-04-02 06:32:24.331 9821 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a25daaa8-11cc-47ea-9dd2-287fbf38ed45) has been successfully configured for deployment 'opnfv-rally' (UUID=3b5deb1a-601b-4985-9768-05083a9c7f4c)! 2018-04-02 06:32:28,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-a25daaa8-11cc-47ea-9dd2-287fbf38ed45/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-02 06:32:28,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-02 06:32:30,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 06:32:30.777 9830 INFO rally.api [-] Starting verification (UUID=7878e05a-ce1e-45a4-9ef4-8365e0e522d7) for deployment 'opnfv-rally' (UUID=3b5deb1a-601b-4985-9768-05083a9c7f4c) by verifier 'opnfv-tempest' (UUID=a25daaa8-11cc-47ea-9dd2-287fbf38ed45). 2018-04-02 06:35:34,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '7878e05a-ce1e-45a4-9ef4-8365e0e522d7']'. 2018-04-02 06:35:35,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-02 06:35:35,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-02 06:35:35,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 06:35:35,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 7878e05a-ce1e-45a4-9ef4-8365e0e522d7 | 2018-04-02 06:35:35,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-02 06:35:35,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-02 06:32:30 | 2018-04-02 06:35:35,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-02 06:35:34 | 2018-04-02 06:35:35,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:04 | 2018-04-02 06:35:35,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-02 06:35:35,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-02 06:35:35,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: a25daaa8-11cc-47ea-9dd2-287fbf38ed45) | 2018-04-02 06:35:35,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-02 06:35:35,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3b5deb1a-601b-4985-9768-05083a9c7f4c) | 2018-04-02 06:35:35,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-02 06:35:35,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 168.972 | 2018-04-02 06:35:35,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-04-02 06:35:35,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-02 06:35:35,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-02 06:35:35,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-02 06:35:35,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-02 06:35:35,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 06:35:35,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-02 06:35:35,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-04-02 06:35:39,744 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 06:35:39,744 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:26 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-02 06:35:39,748 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-02 06:35:39,749 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:42 | PASS | | vping_userdata | functest | smoke | 00:30 | PASS | | tempest_smoke_serial | functest | smoke | 11:41 | PASS | | rally_sanity | functest | smoke | 18:15 | FAIL | | refstack_defcore | functest | smoke | 07:07 | FAIL | | patrole | functest | smoke | 02:56 | PASS | | odl | functest | smoke | 00:17 | PASS | | snaps_smoke | functest | smoke | 57:39 | FAIL | | neutron_trunk | functest | smoke | 03:26 | FAIL | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-02 06:35:39,756 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-02 06:35:42,918 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-88 | | 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-sriov-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-02 06:35:42,922 - 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=FsjVRFNEzv24NnPzyFUTbCK9b export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24: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.3 export OS_REGION_NAME=regionOne 2018-04-02 06:35:42,922 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-02 06:35:42,924 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ 2018-04-02 06:35:42,926 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-02 06:35:42,926 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-02 06:38:56,643 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-02 06:38:56,776 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 06:38:56,776 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:14 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-02 06:38:56,780 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:14 | PASS | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-02 06:38:56,784 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-02 06:38:59,181 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-88 | | 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-sriov-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-02 06:38:59,183 - 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=FsjVRFNEzv24NnPzyFUTbCK9b export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24: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.3 export OS_REGION_NAME=regionOne 2018-04-02 06:38:59,183 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-02 06:38:59,183 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-02 06:38:59,184 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-02 06:38:59,185 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-02 06:39:01,428 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-88 | | 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-sriov-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-02 06:39:01,432 - 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=FsjVRFNEzv24NnPzyFUTbCK9b export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24: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.3 export OS_REGION_NAME=regionOne 2018-04-02 06:39:01,432 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-02 06:39:01,433 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-04-02 06:39:01,435 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-02 06:39:01,435 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-02 06:41:16,095 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-02 06:41:16,217 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 06:41:16,218 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 02:15 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-02 06:41:16,221 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 02:15 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-02 06:41:16,222 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK