2018-04-02 19:14:08,600 - functest.ci.check_deployment - DEBUG - 172.30.9.28:5000 is reachable! 2018-04-02 19:14:08,600 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.28:5000/v3 ...OK 2018-04-02 19:14:08,985 - functest.ci.check_deployment - INFO - Got token ...OK 2018-04-02 19:14:09,423 - functest.ci.check_deployment - DEBUG - 172.30.9.28:5000 is reachable! 2018-04-02 19:14:09,423 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.28:5000 ...OK 2018-04-02 19:14:09,792 - functest.ci.check_deployment - DEBUG - 172.30.9.28:8774 is reachable! 2018-04-02 19:14:09,792 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.28:8774/v2.1 ...OK 2018-04-02 19:14:10,194 - functest.ci.check_deployment - DEBUG - 172.30.9.28:9696 is reachable! 2018-04-02 19:14:10,194 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.28:9696 ...OK 2018-04-02 19:14:10,577 - functest.ci.check_deployment - DEBUG - 172.30.9.28:9292 is reachable! 2018-04-02 19:14:10,577 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.28:9292 ...OK 2018-04-02 19:14:11,825 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-04-02 19:14:12,757 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-04-02 19:14:12,778 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-04-02 19:14:14,105 - functest.ci.check_deployment - INFO - External network found: external 2018-04-02 19:14:24,208 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-90 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-02 19:14:24,211 - 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=MxyDFtP4ae6kUcftZCNgrxXYQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-02 19:14:24,211 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-02 19:14:24,211 - 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 19:14:24,212 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-02 19:14:24,212 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-02 19:14:26,247 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-02 19:14:35,322 - 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 9.065s OK 2018-04-02 19:14:35,448 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 19:14:35,449 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-02 19:14:35,452 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-02 19:14:36,112 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-02 19:25:36,692 - 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 660.544s OK 2018-04-02 19:25:36,818 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 19:25:36,818 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 11:01 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-02 19:25:36,822 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-02 19:25:37,619 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-02 19:26:18,212 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 40.592s OK 2018-04-02 19:26:18,330 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 19:26:18,330 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-02 19:26:18,334 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 11:01 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-02 19:26:18,337 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-02 19:26:21,539 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-90 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-02 19:26:21,543 - 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=MxyDFtP4ae6kUcftZCNgrxXYQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-02 19:26:21,543 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-02 19:26:21,544 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-04-02 19:26:21,546 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-02 19:26:21,546 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-02 19:26:23,324 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-02 19:26:23,324 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-02 19:26:23,775 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-02 19:26:23,775 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-02 19:26:24,177 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-02 19:26:24,177 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-02 19:26:24' 2018-04-02 19:26:24,177 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--c0f55377-ef2d-45de-b4ba-46bdf0b32495' 2018-04-02 19:26:27,001 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-c0f55377-ef2d-45de-b4ba-46bdf0b32495' 2018-04-02 19:26:30,294 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-c0f55377-ef2d-45de-b4ba-46bdf0b32495' 2018-04-02 19:26:36,593 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-c0f55377-ef2d-45de-b4ba-46bdf0b32495' 2018-04-02 19:26:37,431 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-c0f55377-ef2d-45de-b4ba-46bdf0b32495' 2018-04-02 19:26:38,174 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-c0f55377-ef2d-45de-b4ba-46bdf0b32495' 2018-04-02 19:26:42,580 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-c0f55377-ef2d-45de-b4ba-46bdf0b32495' 2018-04-02 19:26:45,972 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-c0f55377-ef2d-45de-b4ba-46bdf0b32495' 2018-04-02 19:27:03,377 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-02 19:27:16,901 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-02 19:27:16,982 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-02 19:27:17,989 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-02 19:27:35,162 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-02 19:27:35,162 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-02 19:27:35,652 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 19:27:35,652 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:54 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-02 19:27:35,656 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-02 19:27:35,769 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-02 19:27:35,769 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-02 19:27:35' 2018-04-02 19:27:35,769 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--77115361-a670-42f0-91bc-2d8d8bfc3b6c' 2018-04-02 19:27:40,125 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-77115361-a670-42f0-91bc-2d8d8bfc3b6c' 2018-04-02 19:27:41,909 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-77115361-a670-42f0-91bc-2d8d8bfc3b6c' 2018-04-02 19:27:48,418 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-77115361-a670-42f0-91bc-2d8d8bfc3b6c' 2018-04-02 19:27:49,032 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-77115361-a670-42f0-91bc-2d8d8bfc3b6c' 2018-04-02 19:27:54,106 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-77115361-a670-42f0-91bc-2d8d8bfc3b6c' 2018-04-02 19:27:59,133 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-02 19:28:10,667 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-02 19:28:13,090 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.4. Waiting for response... 2018-04-02 19:28:15,631 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-02 19:28:49,575 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 19:28:49,576 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:40 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-02 19:28:49,579 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-02 19:28:49,721 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-02 19:28:59,771 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-02 19:28:59.452 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5ff2174e-eb36-4c7b-86f9-f89a125cf2d6) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5ff2174e-eb36-4c7b-86f9-f89a125cf2d6 | 2018-04-02T19:28:59 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5ff2174e-eb36-4c7b-86f9-f89a125cf2d6 ~/.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 19:29:03,149 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-02 19:29:03,149 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-02 19:29:09,888 - 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 19:29:07.317 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-02 19:29:07.466 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-02 19:29:09.693 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fceb85f1-fd09-443e-8200-3d4c836f8da6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=fceb85f1-fd09-443e-8200-3d4c836f8da6) as the default verifier for the future CLI operations. 2018-04-02 19:29:13,104 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-02 19:29:14,900 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-02 19:29:21,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-02 19:29:27,305 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-02 19:29:26.437 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fceb85f1-fd09-443e-8200-3d4c836f8da6) for deployment 'opnfv-rally' (UUID=5ff2174e-eb36-4c7b-86f9-f89a125cf2d6). 2018-04-02 19:29:27.148 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fceb85f1-fd09-443e-8200-3d4c836f8da6) has been successfully configured for deployment 'opnfv-rally' (UUID=5ff2174e-eb36-4c7b-86f9-f89a125cf2d6)! 2018-04-02 19:29:27,305 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-02 19:29:27,305 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-02 19:29:27,308 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-02 19:29:27,318 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-02 19:29:31,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-fceb85f1-fd09-443e-8200-3d4c836f8da6/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-02 19:29:31,807 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-02 19:29:31,818 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-02 19:29:31,818 - 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 19:29:33,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:29:33.878 55 INFO rally.api [-] Starting verification (UUID=94244b26-a359-452d-b4c6-fd39551c8c5f) for deployment 'opnfv-rally' (UUID=5ff2174e-eb36-4c7b-86f9-f89a125cf2d6) by verifier 'opnfv-tempest' (UUID=fceb85f1-fd09-443e-8200-3d4c836f8da6). 2018-04-02 19:29:33,879 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 94244b26-a359-452d-b4c6-fd39551c8c5f 2018-04-02 19:29:42,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:29:42.272 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.178s] 2018-04-02 19:29:42,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:29:42.330 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.059s] 2018-04-02 19:29:49,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:29:49.326 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.052s] 2018-04-02 19:29:50,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:29:50.946 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.619s] 2018-04-02 19:29:59,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:29:59.933 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.863s] 2018-04-02 19:30:19,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:30:19.543 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [13.348s] 2018-04-02 19:30:54,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:30:54.464 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.072s] 2018-04-02 19:30:54,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:30:54.465 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-02 19:31:24,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:31:24.902 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.071s] 2018-04-02 19:31:24,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:31:24.904 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-02 19:31:53,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:31:53.835 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.071s] 2018-04-02 19:31:53,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:31:53.836 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-02 19:32:44,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:32:44.036 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [23.543s] 2018-04-02 19:33:12,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:33:12.461 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.241s] 2018-04-02 19:33:12,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:33:12.729 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.268s] 2018-04-02 19:33:23,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:33:23.237 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.630s] 2018-04-02 19:33:23,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:33:23.247 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-02 19:33:24,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:33:24.475 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-02 19:33:24,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:33:24.476 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-02 19:33:28,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:33:28.184 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.380s] 2018-04-02 19:33:34,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:33:34.942 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.076s] 2018-04-02 19:33:41,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:33:41.038 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.634s] 2018-04-02 19:33:48,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:33:48.687 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.485s] 2018-04-02 19:33:58,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:33:58.368 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.599s] 2018-04-02 19:34:04,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:34:04.412 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.347s] 2018-04-02 19:34:10,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:34:10.157 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.234s] 2018-04-02 19:34:18,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:34:18.204 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.434s] 2018-04-02 19:34:25,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:34:25.197 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.450s] 2018-04-02 19:34:33,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:34:33.449 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.964s] 2018-04-02 19:34:35,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:34:35.713 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-02 19:34:37,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:34:37.598 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.071s] 2018-04-02 19:34:37,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:34:37.670 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.071s] 2018-04-02 19:34:37,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:34:37.744 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.073s] 2018-04-02 19:34:37,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:34:37.751 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-02 19:34:41,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:34:41.581 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.411s] 2018-04-02 19:34:45,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:34:45.190 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [3.608s] 2018-04-02 19:34:48,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:34:48.653 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.462s] 2018-04-02 19:34:56,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:34:56.123 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2018-04-02 19:35:01,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:35:01.526 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.195s] 2018-04-02 19:35:15,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:35:15.119 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.693s] 2018-04-02 19:35:19,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:35:19.023 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.903s] 2018-04-02 19:35:31,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:35:31.228 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.244s] 2018-04-02 19:35:34,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:35:34.785 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.556s] 2018-04-02 19:35:40,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:35:40.444 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.659s] 2018-04-02 19:35:50,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:35:50.372 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.039s] 2018-04-02 19:35:53,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:35:53.307 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.934s] 2018-04-02 19:35:58,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:35:58.595 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.287s] 2018-04-02 19:36:13,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:13.959 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.124s] 2018-04-02 19:36:14,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:14.254 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.295s] 2018-04-02 19:36:14,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:14.361 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.106s] 2018-04-02 19:36:14,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:14.410 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.049s] 2018-04-02 19:36:14,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:14.646 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.235s] 2018-04-02 19:36:14,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:14.698 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.052s] 2018-04-02 19:36:26,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:26.393 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.688s] 2018-04-02 19:36:26,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:26.671 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.278s] 2018-04-02 19:36:26,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:26.778 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.106s] 2018-04-02 19:36:26,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:26.828 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.049s] 2018-04-02 19:36:26,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:26.923 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.095s] 2018-04-02 19:36:26,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:26.977 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.053s] 2018-04-02 19:36:38,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:38.321 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.961s] 2018-04-02 19:36:43,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:43.282 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.960s] 2018-04-02 19:36:45,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:45.076 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.793s] 2018-04-02 19:36:45,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:45.142 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.066s] 2018-04-02 19:36:45,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:45.191 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.049s] 2018-04-02 19:36:57,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:36:57.386 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.804s] 2018-04-02 19:37:01,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:37:01.766 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.379s] 2018-04-02 19:37:03,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:37:03.539 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.772s] 2018-04-02 19:37:03,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:37:03.727 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.189s] 2018-04-02 19:37:03,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:37:03.778 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.050s] 2018-04-02 19:37:18,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:37:18.632 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.712s] 2018-04-02 19:37:23,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:37:23.828 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.194s] 2018-04-02 19:37:28,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:37:28.008 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.180s] 2018-04-02 19:37:31,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:37:31.422 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.413s] 2018-04-02 19:37:51,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:37:51.437 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.653s] 2018-04-02 19:37:56,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:37:56.664 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.226s] 2018-04-02 19:38:00,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:38:00.738 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.074s] 2018-04-02 19:38:03,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:38:03.405 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.666s] 2018-04-02 19:38:14,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:38:14.787 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.010s] 2018-04-02 19:38:16,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:38:16.250 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.460s] 2018-04-02 19:38:16,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:38:16.289 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.042s] 2018-04-02 19:38:21,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:38:21.401 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.183s] 2018-04-02 19:38:23,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:38:23.066 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.662s] 2018-04-02 19:38:23,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:38:23.109 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.046s] 2018-04-02 19:38:26,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:38:26.949 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.618s] 2018-04-02 19:38:30,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:38:30.482 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-02 19:38:31,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:38:31.640 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-02 19:38:31,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:38:31.643 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-02 19:38:31,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:38:31.645 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-02 19:38:31,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:38:31.645 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-02 19:38:31,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:38:31.646 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-02 19:38:33,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:38:33.506 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-02 19:38:52,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:38:52.040 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [13.320s] 2018-04-02 19:39:04,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:39:04.723 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.391s] 2018-04-02 19:39:21,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:39:21.449 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [16.722s] 2018-04-02 19:39:30,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:39:30.557 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.038s] 2018-04-02 19:40:40,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:40:40.969 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [64.712s] 2018-04-02 19:41:23,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:41:23.622 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [32.863s] 2018-04-02 19:41:45,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 19:41:45.417 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... fail [3.253s] 2018-04-02 19:41:58,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '94244b26-a359-452d-b4c6-fd39551c8c5f']'. 2018-04-02 19:41:59,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-02 19:41:59,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-02 19:41:59,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 19:41:59,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 94244b26-a359-452d-b4c6-fd39551c8c5f | 2018-04-02 19:41:59,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-02 19:41:59,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-02 19:29:33 | 2018-04-02 19:41:59,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-02 19:41:58 | 2018-04-02 19:41:59,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:12:25 | 2018-04-02 19:41:59,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-02 19:41:59,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-02 19:41:59,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-02 19:41:59,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: fceb85f1-fd09-443e-8200-3d4c836f8da6) | 2018-04-02 19:41:59,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-02 19:41:59,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5ff2174e-eb36-4c7b-86f9-f89a125cf2d6) | 2018-04-02 19:41:59,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-02 19:41:59,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 726.445 | 2018-04-02 19:41:59,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-04-02 19:41:59,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-02 19:41:59,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-02 19:41:59,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-02 19:41:59,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-02 19:41:59,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 19:41:59,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-02 19:41:59,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-04-02 19:42:06,955 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 19:42:06,956 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 12:54 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-04-02 19:42:06,960 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-04-02 19:42:06,960 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-02 19:42:07,068 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-02 19:42:07,469 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-02 19:42:07,469 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-02 19:42:07,838 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-02 19:42:10,474 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-02 19:42:09.990 115 INFO rally.deployment.engine [-] Deployment 5ff2174e-eb36-4c7b-86f9-f89a125cf2d6 | Starting: Destroy cloud and free allocated resources. 2018-04-02 19:42:10.114 115 INFO rally.deployment.engine [-] Deployment 5ff2174e-eb36-4c7b-86f9-f89a125cf2d6 | Completed: Destroy cloud and free allocated resources. 2018-04-02 19:42:10.154 115 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=fceb85f1-fd09-443e-8200-3d4c836f8da6) for deployment 'opnfv-rally'. 2018-04-02 19:42:10.172 115 INFO rally.api [-] Deleting verification (UUID=94244b26-a359-452d-b4c6-fd39551c8c5f). 2018-04-02 19:42:10.232 115 INFO rally.api [-] Verification has been successfully deleted! 2018-04-02 19:42:10.232 115 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=fceb85f1-fd09-443e-8200-3d4c836f8da6). 2018-04-02 19:42:10.242 115 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-02 19:42:12,903 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-02 19:42:12.582 118 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9161bfcf-4e8e-42d4-b3ef-6accd5f93365) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9161bfcf-4e8e-42d4-b3ef-6accd5f93365 | 2018-04-02T19:42:12 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9161bfcf-4e8e-42d4-b3ef-6accd5f93365 ~/.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 19:42:16,118 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-02 19:42:16,119 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-02 19:42:17,420 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-14928557-ad84-44ba-ade8-9f1fe3a0c26e'... 2018-04-02 19:42:20,468 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-14928557-ad84-44ba-ade8-9f1fe3a0c26e'... 2018-04-02 19:42:22,401 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-14928557-ad84-44ba-ade8-9f1fe3a0c26e'... 2018-04-02 19:42:27,179 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-14928557-ad84-44ba-ade8-9f1fe3a0c26e'... 2018-04-02 19:42:27,931 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-14928557-ad84-44ba-ade8-9f1fe3a0c26e'... 2018-04-02 19:42:28,527 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-02 19:42:28,527 - 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 19:42:28,528 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 19:42:28,570 - 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 19:42:28,584 - 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': '433e0d0d-8588-4f0a-8230-235630233274', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-14928557-ad84-44ba-ade8-9f1fe3a0c26e', 'flavor_name': 'rally-tiny-14928557-ad84-44ba-ade8-9f1fe3a0c26e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-14928557-ad84-44ba-ade8-9f1fe3a0c26e', '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 19:43:30,636 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 700a2605-1af2-44de-be74-4fc9a2d14fa1 2018-04-02 19:43:30,636 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-02 19:43:30,638 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '700a2605-1af2-44de-be74-4fc9a2d14fa1'] 2018-04-02 19:43:31,645 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 700a2605-1af2-44de-be74-4fc9a2d14fa1: 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 700a2605-1af2-44de-be74-4fc9a2d14fa1 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.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | total | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> duration | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.480974 Full duration: 6.86189 -------------------------------------------------------------------------------- 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 700a2605-1af2-44de-be74-4fc9a2d14fa1 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.318 | 0.318 | 0.318 | 0.318 | 0.318 | 0.318 | 100.0% | 1 | | total | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> duration | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.761597 Full duration: 8.230656 -------------------------------------------------------------------------------- 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 700a2605-1af2-44de-be74-4fc9a2d14fa1 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.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | -> duration | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.631516 Full duration: 6.743421 -------------------------------------------------------------------------------- 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 700a2605-1af2-44de-be74-4fc9a2d14fa1 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.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | total | 1.209 | 1.209 | 1.209 | 1.209 | 1.209 | 1.209 | 100.0% | 1 | | -> duration | 1.209 | 1.209 | 1.209 | 1.209 | 1.209 | 1.209 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.209309 Full duration: 7.891209 -------------------------------------------------------------------------------- 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 700a2605-1af2-44de-be74-4fc9a2d14fa1 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.344 | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 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.74632 Full duration: 7.292956 -------------------------------------------------------------------------------- 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 700a2605-1af2-44de-be74-4fc9a2d14fa1 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.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | -> duration | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.679294 Full duration: 7.040864 HINTS: * To plot HTML graphics with this data, run: rally task report 700a2605-1af2-44de-be74-4fc9a2d14fa1 --out output.html * To generate a JUnit report, run: rally task export 700a2605-1af2-44de-be74-4fc9a2d14fa1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 700a2605-1af2-44de-be74-4fc9a2d14fa1 --json --out output.json 2018-04-02 19:43:31,645 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '700a2605-1af2-44de-be74-4fc9a2d14fa1'] 2018-04-02 19:43:32,654 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 19:43:32,655 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '700a2605-1af2-44de-be74-4fc9a2d14fa1', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-02 19:43:32,662 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-02 19:43:32,662 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-02 19:43:32,663 - 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 19:43:32,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 19:43:32,704 - 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 19:43:32,714 - 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': '433e0d0d-8588-4f0a-8230-235630233274', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-14928557-ad84-44ba-ade8-9f1fe3a0c26e', 'flavor_name': 'rally-tiny-14928557-ad84-44ba-ade8-9f1fe3a0c26e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-14928557-ad84-44ba-ade8-9f1fe3a0c26e', '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 19:45:22,685 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 97f17e66-a3ed-4198-bdaa-47512c6df012 2018-04-02 19:45:22,686 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '97f17e66-a3ed-4198-bdaa-47512c6df012'] 2018-04-02 19:45:23,744 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 97f17e66-a3ed-4198-bdaa-47512c6df012: 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 97f17e66-a3ed-4198-bdaa-47512c6df012 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.374 | 4.374 | 4.374 | 4.374 | 4.374 | 4.374 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 1.676 | 1.676 | 1.676 | 1.676 | 1.676 | 1.676 | 100.0% | 1 | | glance_v2.delete_image | 3.528 | 3.528 | 3.528 | 3.528 | 3.528 | 3.528 | 100.0% | 1 | | total | 7.903 | 7.903 | 7.903 | 7.903 | 7.903 | 7.903 | 100.0% | 1 | | -> duration | 7.903 | 7.903 | 7.903 | 7.903 | 7.903 | 7.903 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.902634 Full duration: 15.927482 -------------------------------------------------------------------------------- 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 97f17e66-a3ed-4198-bdaa-47512c6df012 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.561 | 4.561 | 4.561 | 4.561 | 4.561 | 4.561 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | -> glance_v2.upload_data | 2.271 | 2.271 | 2.271 | 2.271 | 2.271 | 2.271 | 100.0% | 1 | | glance_v2.list_images | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 100.0% | 1 | | total | 4.595 | 4.595 | 4.595 | 4.595 | 4.595 | 4.595 | 100.0% | 1 | | -> duration | 4.595 | 4.595 | 4.595 | 4.595 | 4.595 | 4.595 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.595347 Full duration: 17.942796 -------------------------------------------------------------------------------- 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 97f17e66-a3ed-4198-bdaa-47512c6df012 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.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | -> duration | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.176233 Full duration: 7.836076 -------------------------------------------------------------------------------- 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-14928557-ad84-44ba-ade8-9f1fe3a0c26e" }, "number_instances": 2, "nics": [ { "net-id": "433e0d0d-8588-4f0a-8230-235630233274" } ] }, "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 97f17e66-a3ed-4198-bdaa-47512c6df012 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.948 | 4.948 | 4.948 | 4.948 | 4.948 | 4.948 | 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 | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 100.0% | 1 | | nova.boot_servers | 16.105 | 16.105 | 16.105 | 16.105 | 16.105 | 16.105 | 100.0% | 1 | | total | 21.053 | 21.053 | 21.053 | 21.053 | 21.053 | 21.053 | 100.0% | 1 | | -> duration | 20.053 | 20.053 | 20.053 | 20.053 | 20.053 | 20.053 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.053329 Full duration: 52.810663 HINTS: * To plot HTML graphics with this data, run: rally task report 97f17e66-a3ed-4198-bdaa-47512c6df012 --out output.html * To generate a JUnit report, run: rally task export 97f17e66-a3ed-4198-bdaa-47512c6df012 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 97f17e66-a3ed-4198-bdaa-47512c6df012 --json --out output.json 2018-04-02 19:45:23,744 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '97f17e66-a3ed-4198-bdaa-47512c6df012'] 2018-04-02 19:45:24,734 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 19:45:24,734 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '97f17e66-a3ed-4198-bdaa-47512c6df012', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-02 19:45:24,741 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-02 19:45:24,741 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-04-02 19:45:24,741 - 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 19:45:24,741 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 19:45:24,777 - 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 19:45:24,785 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-04-02 19:45:24,785 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-02 19:45:24,785 - 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 19:45:24,785 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 19:45:24,822 - 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 19:45:24,840 - 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': '433e0d0d-8588-4f0a-8230-235630233274', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-14928557-ad84-44ba-ade8-9f1fe3a0c26e', 'flavor_name': 'rally-tiny-14928557-ad84-44ba-ade8-9f1fe3a0c26e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-14928557-ad84-44ba-ade8-9f1fe3a0c26e', '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 19:48:36,718 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 264582f8-2456-405a-aae3-4507f53a6c9b 2018-04-02 19:48:36,718 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '264582f8-2456-405a-aae3-4507f53a6c9b'] 2018-04-02 19:48:37,793 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 264582f8-2456-405a-aae3-4507f53a6c9b: 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 264582f8-2456-405a-aae3-4507f53a6c9b 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 | 5.475 | 5.475 | 5.475 | 5.475 | 5.475 | 5.475 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.429 | 2.429 | 2.429 | 2.429 | 2.429 | 2.429 | 100.0% | 1 | | total | 7.904 | 7.904 | 7.904 | 7.904 | 7.904 | 7.904 | 100.0% | 1 | | -> duration | 7.904 | 7.904 | 7.904 | 7.904 | 7.904 | 7.904 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.9038 Full duration: 24.62954 -------------------------------------------------------------------------------- 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 264582f8-2456-405a-aae3-4507f53a6c9b 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.18 | 3.18 | 3.18 | 3.18 | 3.18 | 3.18 | 100.0% | 1 | | cinder_v2.delete_volume | 2.349 | 2.349 | 2.349 | 2.349 | 2.349 | 2.349 | 100.0% | 1 | | total | 5.53 | 5.53 | 5.53 | 5.53 | 5.53 | 5.53 | 100.0% | 1 | | -> duration | 5.53 | 5.53 | 5.53 | 5.53 | 5.53 | 5.53 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.530224 Full duration: 15.716622 -------------------------------------------------------------------------------- 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-14928557-ad84-44ba-ade8-9f1fe3a0c26e" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 264582f8-2456-405a-aae3-4507f53a6c9b 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.851 | 7.851 | 7.851 | 7.851 | 7.851 | 7.851 | 100.0% | 1 | | cinder_v2.delete_volume | 4.827 | 4.827 | 4.827 | 4.827 | 4.827 | 4.827 | 100.0% | 1 | | total | 12.678 | 12.678 | 12.678 | 12.678 | 12.678 | 12.678 | 100.0% | 1 | | -> duration | 12.678 | 12.678 | 12.678 | 12.678 | 12.678 | 12.678 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.678008 Full duration: 23.088952 -------------------------------------------------------------------------------- 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 264582f8-2456-405a-aae3-4507f53a6c9b 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.254 | 3.254 | 3.254 | 3.254 | 3.254 | 3.254 | 100.0% | 1 | | cinder_v2.delete_volume | 2.604 | 2.604 | 2.604 | 2.604 | 2.604 | 2.604 | 100.0% | 1 | | total | 5.858 | 5.858 | 5.858 | 5.858 | 5.858 | 5.858 | 100.0% | 1 | | -> duration | 5.858 | 5.858 | 5.858 | 5.858 | 5.858 | 5.858 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.858451 Full duration: 15.773331 -------------------------------------------------------------------------------- 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 264582f8-2456-405a-aae3-4507f53a6c9b 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.064 | 3.064 | 3.064 | 3.064 | 3.064 | 3.064 | 100.0% | 1 | | cinder_v2.extend_volume | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 100.0% | 1 | | cinder_v2.delete_volume | 2.334 | 2.334 | 2.334 | 2.334 | 2.334 | 2.334 | 100.0% | 1 | | total | 8.066 | 8.066 | 8.066 | 8.066 | 8.066 | 8.066 | 100.0% | 1 | | -> duration | 8.066 | 8.066 | 8.066 | 8.066 | 8.066 | 8.066 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.065917 Full duration: 18.940448 -------------------------------------------------------------------------------- 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 264582f8-2456-405a-aae3-4507f53a6c9b 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.224 | 3.224 | 3.224 | 3.224 | 3.224 | 3.224 | 100.0% | 1 | | cinder_v2.delete_volume | 2.594 | 2.594 | 2.594 | 2.594 | 2.594 | 2.594 | 100.0% | 1 | | total | 5.819 | 5.819 | 5.819 | 5.819 | 5.819 | 5.819 | 100.0% | 1 | | -> duration | 5.819 | 5.819 | 5.819 | 5.819 | 5.819 | 5.819 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.819278 Full duration: 21.997145 -------------------------------------------------------------------------------- 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 264582f8-2456-405a-aae3-4507f53a6c9b 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.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | cinder_v2.list_qos | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 100.0% | 1 | | total | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> duration | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.753397 Full duration: 11.689242 -------------------------------------------------------------------------------- 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 264582f8-2456-405a-aae3-4507f53a6c9b 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.643 | 0.643 | 0.643 | 0.643 | 0.643 | 0.643 | 100.0% | 1 | | cinder_v2.set_qos | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> duration | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.824189 Full duration: 11.820056 -------------------------------------------------------------------------------- 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 264582f8-2456-405a-aae3-4507f53a6c9b 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.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | cinder_v2.list_types | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 100.0% | 1 | | total | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> duration | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.761788 Full duration: 11.435989 -------------------------------------------------------------------------------- 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 264582f8-2456-405a-aae3-4507f53a6c9b 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.577 | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 100.0% | 1 | | total | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> duration | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.769356 Full duration: 11.636602 HINTS: * To plot HTML graphics with this data, run: rally task report 264582f8-2456-405a-aae3-4507f53a6c9b --out output.html * To generate a JUnit report, run: rally task export 264582f8-2456-405a-aae3-4507f53a6c9b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 264582f8-2456-405a-aae3-4507f53a6c9b --json --out output.json 2018-04-02 19:48:37,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '264582f8-2456-405a-aae3-4507f53a6c9b'] 2018-04-02 19:48:38,868 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 19:48:38,868 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '264582f8-2456-405a-aae3-4507f53a6c9b', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-02 19:48:38,877 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-02 19:48:38,878 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-02 19:48:38,878 - 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 19:48:38,878 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 19:48:38,932 - 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 19:48:38,943 - 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': '433e0d0d-8588-4f0a-8230-235630233274', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-14928557-ad84-44ba-ade8-9f1fe3a0c26e', 'flavor_name': 'rally-tiny-14928557-ad84-44ba-ade8-9f1fe3a0c26e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-14928557-ad84-44ba-ade8-9f1fe3a0c26e', '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 19:49:58,173 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0ec87220-91b8-4060-bb54-381157f92b75 2018-04-02 19:49:58,173 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0ec87220-91b8-4060-bb54-381157f92b75'] 2018-04-02 19:49:59,214 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0ec87220-91b8-4060-bb54-381157f92b75: 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 0ec87220-91b8-4060-bb54-381157f92b75 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.888 | 4.888 | 4.888 | 4.888 | 4.888 | 4.888 | 100.0% | 1 | | heat.update_stack | 2.86 | 2.86 | 2.86 | 2.86 | 2.86 | 2.86 | 100.0% | 1 | | heat.delete_stack | 2.469 | 2.469 | 2.469 | 2.469 | 2.469 | 2.469 | 100.0% | 1 | | total | 10.218 | 10.218 | 10.218 | 10.218 | 10.218 | 10.218 | 100.0% | 1 | | -> duration | 6.218 | 6.218 | 6.218 | 6.218 | 6.218 | 6.218 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.217839 Full duration: 20.101273 -------------------------------------------------------------------------------- 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 0ec87220-91b8-4060-bb54-381157f92b75 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.412 | 4.412 | 4.412 | 4.412 | 4.412 | 4.412 | 100.0% | 1 | | heat.check_stack | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | heat.delete_stack | 1.677 | 1.677 | 1.677 | 1.677 | 1.677 | 1.677 | 100.0% | 1 | | total | 7.04 | 7.04 | 7.04 | 7.04 | 7.04 | 7.04 | 100.0% | 1 | | -> duration | 5.04 | 5.04 | 5.04 | 5.04 | 5.04 | 5.04 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.040141 Full duration: 15.834887 -------------------------------------------------------------------------------- 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 0ec87220-91b8-4060-bb54-381157f92b75 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.785 | 4.785 | 4.785 | 4.785 | 4.785 | 4.785 | 100.0% | 1 | | heat.suspend_stack | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | heat.resume_stack | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 100.0% | 1 | | heat.delete_stack | 2.418 | 2.418 | 2.418 | 2.418 | 2.418 | 2.418 | 100.0% | 1 | | total | 9.266 | 9.266 | 9.266 | 9.266 | 9.266 | 9.266 | 100.0% | 1 | | -> duration | 7.266 | 7.266 | 7.266 | 7.266 | 7.266 | 7.266 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.265577 Full duration: 17.298775 -------------------------------------------------------------------------------- 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 0ec87220-91b8-4060-bb54-381157f92b75 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.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | total | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | -> duration | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.571899 Full duration: 9.008994 HINTS: * To plot HTML graphics with this data, run: rally task report 0ec87220-91b8-4060-bb54-381157f92b75 --out output.html * To generate a JUnit report, run: rally task export 0ec87220-91b8-4060-bb54-381157f92b75 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0ec87220-91b8-4060-bb54-381157f92b75 --json --out output.json 2018-04-02 19:49:59,215 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0ec87220-91b8-4060-bb54-381157f92b75'] 2018-04-02 19:50:00,282 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 19:50:00,282 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0ec87220-91b8-4060-bb54-381157f92b75', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-02 19:50:00,288 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-02 19:50:00,289 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-02 19:50:00,289 - 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 19:50:00,289 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 19:50:00,306 - 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 19:50:00,318 - 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': '433e0d0d-8588-4f0a-8230-235630233274', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-14928557-ad84-44ba-ade8-9f1fe3a0c26e', 'flavor_name': 'rally-tiny-14928557-ad84-44ba-ade8-9f1fe3a0c26e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-14928557-ad84-44ba-ade8-9f1fe3a0c26e', '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 19:53:08,427 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 461cb463-a997-4ae5-9eea-a4b1f67b34a3 2018-04-02 19:53:08,428 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '461cb463-a997-4ae5-9eea-a4b1f67b34a3'] 2018-04-02 19:53:09,529 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 461cb463-a997-4ae5-9eea-a4b1f67b34a3: 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 461cb463-a997-4ae5-9eea-a4b1f67b34a3 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.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | keystone_v3.add_role | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 100.0% | 1 | | keystone_v3.revoke_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 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.632551 Full duration: 14.637591 -------------------------------------------------------------------------------- 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 461cb463-a997-4ae5-9eea-a4b1f67b34a3 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.522 | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 100.0% | 1 | | keystone_v3.add_role | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | keystone_v3.list_roles | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> duration | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.7607 Full duration: 14.516686 -------------------------------------------------------------------------------- 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 461cb463-a997-4ae5-9eea-a4b1f67b34a3 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.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | keystone_v3.list_projects | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 1.003 | 1.003 | 1.003 | 1.003 | 1.003 | 1.003 | 100.0% | 1 | | -> duration | 1.003 | 1.003 | 1.003 | 1.003 | 1.003 | 1.003 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.003194 Full duration: 13.590342 -------------------------------------------------------------------------------- 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 461cb463-a997-4ae5-9eea-a4b1f67b34a3 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.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | keystone_v3.delete_role | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | -> duration | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.597697 Full duration: 11.669069 -------------------------------------------------------------------------------- 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 461cb463-a997-4ae5-9eea-a4b1f67b34a3 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.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | keystone_v3.delete_service | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | -> duration | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.696221 Full duration: 11.836653 -------------------------------------------------------------------------------- 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 461cb463-a997-4ae5-9eea-a4b1f67b34a3 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.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | keystone_v3.create_user | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | -> keystone_v3.add_role | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 100.0% | 1 | | keystone_v3.create_role | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.get_project | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.get_user | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | keystone_v3.get_role | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.list_services | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | keystone_v3.get_services | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 100.0% | 1 | | -> duration | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.773119 Full duration: 19.274704 -------------------------------------------------------------------------------- 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 461cb463-a997-4ae5-9eea-a4b1f67b34a3 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.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | keystone_v3.update_project | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.delete_project | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | total | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | -> duration | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.900107 Full duration: 11.625517 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 461cb463-a997-4ae5-9eea-a4b1f67b34a3 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.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | total | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> duration | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.74875 Full duration: 14.271647 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 461cb463-a997-4ae5-9eea-a4b1f67b34a3 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.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | total | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | -> duration | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.666187 Full duration: 13.624948 -------------------------------------------------------------------------------- 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 461cb463-a997-4ae5-9eea-a4b1f67b34a3 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.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | keystone_v3.list_users | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 100.0% | 1 | | -> duration | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.853635 Full duration: 15.78614 -------------------------------------------------------------------------------- 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 461cb463-a997-4ae5-9eea-a4b1f67b34a3 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.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | keystone_v3.create_users | 5.591 | 5.591 | 5.591 | 5.591 | 5.591 | 5.591 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.591 | 5.591 | 5.591 | 5.591 | 5.591 | 5.591 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.769 | 1.769 | 1.769 | 1.769 | 1.769 | 1.769 | 100.0% | 1 | | total | 7.163 | 7.163 | 7.163 | 7.163 | 7.163 | 7.163 | 100.0% | 1 | | -> duration | 7.163 | 7.163 | 7.163 | 7.163 | 7.163 | 7.163 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.163209 Full duration: 24.383072 HINTS: * To plot HTML graphics with this data, run: rally task report 461cb463-a997-4ae5-9eea-a4b1f67b34a3 --out output.html * To generate a JUnit report, run: rally task export 461cb463-a997-4ae5-9eea-a4b1f67b34a3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 461cb463-a997-4ae5-9eea-a4b1f67b34a3 --json --out output.json 2018-04-02 19:53:09,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '461cb463-a997-4ae5-9eea-a4b1f67b34a3'] 2018-04-02 19:53:10,636 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 19:53:10,637 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '461cb463-a997-4ae5-9eea-a4b1f67b34a3', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-02 19:53:10,645 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-02 19:53:10,645 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-02 19:53:10,645 - 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 19:53:10,646 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 19:53:10,686 - 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 19:53:10,704 - 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': '433e0d0d-8588-4f0a-8230-235630233274', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-14928557-ad84-44ba-ade8-9f1fe3a0c26e', 'flavor_name': 'rally-tiny-14928557-ad84-44ba-ade8-9f1fe3a0c26e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-14928557-ad84-44ba-ade8-9f1fe3a0c26e', '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 19:58:14,167 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb 2018-04-02 19:58:14,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb'] 2018-04-02 19:58:15,366 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.105 | 1.105 | 1.105 | 1.105 | 1.105 | 1.105 | 100.0% | 1 | | neutron.delete_network | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | total | 1.662 | 1.662 | 1.662 | 1.662 | 1.662 | 1.662 | 100.0% | 1 | | -> duration | 1.662 | 1.662 | 1.662 | 1.662 | 1.662 | 1.662 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.661518 Full duration: 15.575195 -------------------------------------------------------------------------------- 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 06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb 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.667 | 1.667 | 1.667 | 1.667 | 1.667 | 1.667 | 100.0% | 1 | | neutron.delete_port | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | total | 2.143 | 2.143 | 2.143 | 2.143 | 2.143 | 2.143 | 100.0% | 1 | | -> duration | 2.143 | 2.143 | 2.143 | 2.143 | 2.143 | 2.143 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.142779 Full duration: 26.321246 -------------------------------------------------------------------------------- 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 06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb 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.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | neutron.create_subnet | 2.141 | 2.141 | 2.141 | 2.141 | 2.141 | 2.141 | 100.0% | 1 | | neutron.create_router | 0.142 | 0.142 | 0.142 | 0.142 | 0.142 | 0.142 | 100.0% | 1 | | neutron.add_interface_router | 1.647 | 1.647 | 1.647 | 1.647 | 1.647 | 1.647 | 100.0% | 1 | | neutron.remove_interface_router | 1.871 | 1.871 | 1.871 | 1.871 | 1.871 | 1.871 | 100.0% | 1 | | neutron.delete_router | 0.381 | 0.381 | 0.381 | 0.381 | 0.381 | 0.381 | 100.0% | 1 | | total | 6.943 | 6.943 | 6.943 | 6.943 | 6.943 | 6.943 | 100.0% | 1 | | -> duration | 6.943 | 6.943 | 6.943 | 6.943 | 6.943 | 6.943 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.943456 Full duration: 36.581543 -------------------------------------------------------------------------------- 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 06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 100.0% | 1 | | neutron.delete_subnet | 0.369 | 0.369 | 0.369 | 0.369 | 0.369 | 0.369 | 100.0% | 1 | | total | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 100.0% | 1 | | -> duration | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.537084 Full duration: 27.286571 -------------------------------------------------------------------------------- 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 06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 100.0% | 1 | | neutron.list_networks | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 100.0% | 1 | | total | 1.321 | 1.321 | 1.321 | 1.321 | 1.321 | 1.321 | 100.0% | 1 | | -> duration | 1.321 | 1.321 | 1.321 | 1.321 | 1.321 | 1.321 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.321382 Full duration: 17.277116 -------------------------------------------------------------------------------- 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 06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb 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.494 | 1.494 | 1.494 | 1.494 | 1.494 | 1.494 | 100.0% | 1 | | neutron.list_ports | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 100.0% | 1 | | -> duration | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.614121 Full duration: 27.721584 -------------------------------------------------------------------------------- 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 06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb 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.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | neutron.create_subnet | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | neutron.create_router | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | neutron.add_interface_router | 1.656 | 1.656 | 1.656 | 1.656 | 1.656 | 1.656 | 100.0% | 1 | | neutron.list_routers | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 3.346 | 3.346 | 3.346 | 3.346 | 3.346 | 3.346 | 100.0% | 1 | | -> duration | 3.346 | 3.346 | 3.346 | 3.346 | 3.346 | 3.346 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.345841 Full duration: 36.381129 -------------------------------------------------------------------------------- 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 06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 100.0% | 1 | | neutron.create_subnet | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | neutron.list_subnets | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 2.557 | 2.557 | 2.557 | 2.557 | 2.557 | 2.557 | 100.0% | 1 | | -> duration | 2.557 | 2.557 | 2.557 | 2.557 | 2.557 | 2.557 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.556737 Full duration: 32.449888 -------------------------------------------------------------------------------- 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 06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.17 | 1.17 | 1.17 | 1.17 | 1.17 | 1.17 | 100.0% | 1 | | neutron.delete_security_group | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 1.307 | 1.307 | 1.307 | 1.307 | 1.307 | 1.307 | 100.0% | 1 | | -> duration | 1.307 | 1.307 | 1.307 | 1.307 | 1.307 | 1.307 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.306787 Full duration: 14.026499 -------------------------------------------------------------------------------- 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 06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb 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.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | neutron.create_security_group_rule | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | neutron.delete_security_group | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | total | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 100.0% | 1 | | -> duration | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.165563 Full duration: 14.250638 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task 06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb 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.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | neutron.create_router | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | neutron.add_gateway_router | 1.728 | 1.728 | 1.728 | 1.728 | 1.728 | 1.728 | 100.0% | 1 | | neutron.remove_gateway_router | 1.285 | 1.285 | 1.285 | 1.285 | 1.285 | 1.285 | 100.0% | 1 | | total | 4.01 | 4.01 | 4.01 | 4.01 | 4.01 | 4.01 | 100.0% | 1 | | -> duration | 4.01 | 4.01 | 4.01 | 4.01 | 4.01 | 4.01 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.010065 Full duration: 24.785871 HINTS: * To plot HTML graphics with this data, run: rally task report 06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb --out output.html * To generate a JUnit report, run: rally task export 06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb --json --out output.json 2018-04-02 19:58:15,366 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb'] 2018-04-02 19:58:16,410 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 19:58:16,410 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '06be8623-bbda-4a1c-8fa7-b2a30a2b1cdb', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-02 19:58:16,418 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-02 19:58:16,418 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-02 19:58:16,419 - 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 19:58:16,419 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 19:58:16,457 - 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 19:58:16,475 - 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': '433e0d0d-8588-4f0a-8230-235630233274', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-14928557-ad84-44ba-ade8-9f1fe3a0c26e', 'flavor_name': 'rally-tiny-14928557-ad84-44ba-ade8-9f1fe3a0c26e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-14928557-ad84-44ba-ade8-9f1fe3a0c26e', '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 19:59:19,637 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f6f99e92-3ac8-4a17-b521-56982c62c5ce 2018-04-02 19:59:19,638 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f6f99e92-3ac8-4a17-b521-56982c62c5ce'] 2018-04-02 19:59:20,724 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f6f99e92-3ac8-4a17-b521-56982c62c5ce: 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-14928557-ad84-44ba-ade8-9f1fe3a0c26e" }, "image": { "name": "Cirros-0.4.0-14928557-ad84-44ba-ade8-9f1fe3a0c26e" }, "block_migration": false, "nics": [ { "net-id": "433e0d0d-8588-4f0a-8230-235630233274" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f6f99e92-3ac8-4a17-b521-56982c62c5ce has 1 error(s) -------------------------------------------------------------------------------- BadRequest: No valid host was found. Unable to move instance 36419149-2db5-4803-88c1-5abc60ff3015 to host overcloud-novacompute-0.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-714aa5a7-bf3e-4bca-9f9f-57056684f875) Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 756, in _live_migrate disk_over_commit=disk_over_commit) File "/usr/lib/python2.7/site-packages/novaclient/api_versions.py", line 393, in substitution return methods[-1].func(obj, *args, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 465, in live_migrate disk_over_commit) File "/usr/lib/python2.7/site-packages/novaclient/api_versions.py", line 393, in substitution return methods[-1].func(obj, *args, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1691, in live_migrate 'disk_over_commit': disk_over_commit}) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1931, in _action info=info, **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1942, in _action_return_resp_and_body return self.api.client.post(url, body=body) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 294, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 83, in request raise exceptions.from_response(resp, body, url, method) BadRequest: No valid host was found. Unable to move instance 36419149-2db5-4803-88c1-5abc60ff3015 to host overcloud-novacompute-0.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-714aa5a7-bf3e-4bca-9f9f-57056684f875) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 15.458 | 15.458 | 15.458 | 15.458 | 15.458 | 15.458 | 100.0% | 1 | | nova.find_host_to_migrate | 1.74 | 1.74 | 1.74 | 1.74 | 1.74 | 1.74 | 100.0% | 1 | | nova.live_migrate | 1.562 | 1.562 | 1.562 | 1.562 | 1.562 | 1.562 | 0.0% | 1 | | total | 18.761 | 18.761 | 18.761 | 18.761 | 18.761 | 18.761 | 0.0% | 1 | | -> duration | 17.761 | 17.761 | 17.761 | 17.761 | 17.761 | 17.761 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.760625 Full duration: 41.92096 HINTS: * To plot HTML graphics with this data, run: rally task report f6f99e92-3ac8-4a17-b521-56982c62c5ce --out output.html * To generate a JUnit report, run: rally task export f6f99e92-3ac8-4a17-b521-56982c62c5ce --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f6f99e92-3ac8-4a17-b521-56982c62c5ce --json --out output.json 2018-04-02 19:59:20,725 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f6f99e92-3ac8-4a17-b521-56982c62c5ce'] 2018-04-02 19:59:21,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 19:59:21,794 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f6f99e92-3ac8-4a17-b521-56982c62c5ce', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-02 19:59:21,799 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-02 19:59:21,799 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-02 19:59:21,799 - 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 19:59:21,799 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-02 19:59:21,817 - 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 19:59:21,823 - 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': '433e0d0d-8588-4f0a-8230-235630233274', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-14928557-ad84-44ba-ade8-9f1fe3a0c26e', 'flavor_name': 'rally-tiny-14928557-ad84-44ba-ade8-9f1fe3a0c26e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-14928557-ad84-44ba-ade8-9f1fe3a0c26e', '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 20:00:11,319 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bccdfb1b-ebe4-48a5-90e4-8692e2f61268 2018-04-02 20:00:11,319 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bccdfb1b-ebe4-48a5-90e4-8692e2f61268'] 2018-04-02 20:00:12,364 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bccdfb1b-ebe4-48a5-90e4-8692e2f61268: 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 bccdfb1b-ebe4-48a5-90e4-8692e2f61268 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | quotas.delete_quotas | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 100.0% | 1 | | total | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | -> duration | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.880967 Full duration: 7.938516 -------------------------------------------------------------------------------- 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 bccdfb1b-ebe4-48a5-90e4-8692e2f61268 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.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | total | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> duration | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.688461 Full duration: 9.001463 -------------------------------------------------------------------------------- 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 bccdfb1b-ebe4-48a5-90e4-8692e2f61268 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.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | total | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> duration | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.728121 Full duration: 7.781148 -------------------------------------------------------------------------------- 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 bccdfb1b-ebe4-48a5-90e4-8692e2f61268 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.887 | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 100.0% | 1 | | total | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 100.0% | 1 | | -> duration | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.887339 Full duration: 8.663827 HINTS: * To plot HTML graphics with this data, run: rally task report bccdfb1b-ebe4-48a5-90e4-8692e2f61268 --out output.html * To generate a JUnit report, run: rally task export bccdfb1b-ebe4-48a5-90e4-8692e2f61268 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bccdfb1b-ebe4-48a5-90e4-8692e2f61268 --json --out output.json 2018-04-02 20:00:12,365 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bccdfb1b-ebe4-48a5-90e4-8692e2f61268'] 2018-04-02 20:00:13,340 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-02 20:00:13,341 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bccdfb1b-ebe4-48a5-90e4-8692e2f61268', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-02 20:00:13,348 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-02 20:00:13,351 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:44 | 6 | 100.00% | | glance | 01:34 | 4 | 100.00% | | cinder | 02:46 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:45 | 11 | 100.00% | | neutron | 04:32 | 11 | 100.00% | | nova | 00:41 | 1 | 0.00% | | quotas | 00:33 | 4 | 100.00% | | | | | | | TOTAL: | 00:14:40 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-02 20:00:13,351 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-02 20:00:22,582 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-02 20:00:22,582 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-02 20:00:23,069 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 20:00:23,069 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 18:15 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-02 20:00:23,073 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-02 20:00:23,074 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-02 20:00:23,215 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-02 20:00:25,669 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-02 20:00:25.311 9786 INFO rally.deployment.engine [-] Deployment 9161bfcf-4e8e-42d4-b3ef-6accd5f93365 | Starting: Destroy cloud and free allocated resources. 2018-04-02 20:00:25.422 9786 INFO rally.deployment.engine [-] Deployment 9161bfcf-4e8e-42d4-b3ef-6accd5f93365 | Completed: Destroy cloud and free allocated resources. 2018-04-02 20:00:25.446 9786 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=fceb85f1-fd09-443e-8200-3d4c836f8da6). 2018-04-02 20:00:25.450 9786 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-02 20:00:28,012 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-02 20:00:27.667 9789 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=eb3fc8fe-19a1-497b-9cf1-68cead2dd37a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | eb3fc8fe-19a1-497b-9cf1-68cead2dd37a | 2018-04-02T20:00:27 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: eb3fc8fe-19a1-497b-9cf1-68cead2dd37a ~/.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 20:00:31,325 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-02 20:00:31,326 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-02 20:00:33,737 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-02 20:00:33.435 9795 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=fceb85f1-fd09-443e-8200-3d4c836f8da6). 2018-04-02 20:00:33.573 9795 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-02 20:00:37,059 - 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 20:00:35.714 9798 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-02 20:00:35.879 9798 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-02 20:00:36.878 9798 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ca21ba4e-8b90-43de-b35c-2f1afc8bf0d1) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ca21ba4e-8b90-43de-b35c-2f1afc8bf0d1) as the default verifier for the future CLI operations. 2018-04-02 20:00:39,996 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-02 20:00:42,600 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-02 20:00:48,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-02 20:00:53,957 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-02 20:00:53.121 9817 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ca21ba4e-8b90-43de-b35c-2f1afc8bf0d1) for deployment 'opnfv-rally' (UUID=eb3fc8fe-19a1-497b-9cf1-68cead2dd37a). 2018-04-02 20:00:53.798 9817 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ca21ba4e-8b90-43de-b35c-2f1afc8bf0d1) has been successfully configured for deployment 'opnfv-rally' (UUID=eb3fc8fe-19a1-497b-9cf1-68cead2dd37a)! 2018-04-02 20:00:53,958 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-02 20:00:53,958 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-02 20:00:53,960 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-02 20:00:56,751 - 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 20:00:59,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:00:59.872 9829 INFO rally.api [-] Starting verification (UUID=fe8135e5-2465-4886-a67b-5e47357a5696) for deployment 'opnfv-rally' (UUID=eb3fc8fe-19a1-497b-9cf1-68cead2dd37a) by verifier 'opnfv-tempest' (UUID=ca21ba4e-8b90-43de-b35c-2f1afc8bf0d1). 2018-04-02 20:00:59,874 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: fe8135e5-2465-4886-a67b-5e47357a5696 2018-04-02 20:01:09,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:09.014 9829 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-04-02 20:01:09,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:09.215 9829 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.264s] 2018-04-02 20:01:09,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:09.382 9829 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.166s] 2018-04-02 20:01:10,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:10.003 9829 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.033s] 2018-04-02 20:01:10,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:10.304 9829 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.301s] 2018-04-02 20:01:13,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:13.430 9829 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [2.626s] 2018-04-02 20:01:15,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:15.108 9829 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.677s] 2018-04-02 20:01:16,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:16.193 9829 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.085s] 2018-04-02 20:01:16,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:16.278 9829 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.123s] 2018-04-02 20:01:16,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:16.432 9829 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.152s] 2018-04-02 20:01:16,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:16.490 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.334s] 2018-04-02 20:01:16,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:16.580 9829 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.149s] 2018-04-02 20:01:18,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:18.242 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.750s] 2018-04-02 20:01:18,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:18.921 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.678s] 2018-04-02 20:01:20,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:20.402 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.480s] 2018-04-02 20:01:21,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:21.263 9829 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.143s] 2018-04-02 20:01:21,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:21.276 9829 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.014s] 2018-04-02 20:01:22,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:22.520 9829 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.242s] 2018-04-02 20:01:22,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:22.525 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.122s] 2018-04-02 20:01:22,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:22.527 9829 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-04-02 20:01:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:22.546 9829 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.019s] 2018-04-02 20:01:24,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:24.174 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.647s] 2018-04-02 20:01:25,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:25.042 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.868s] 2018-04-02 20:01:25,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:25.160 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.118s] 2018-04-02 20:01:25,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:25.191 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.030s] 2018-04-02 20:01:25,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:25.209 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.017s] 2018-04-02 20:01:25,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:25.225 9829 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.016s] 2018-04-02 20:01:27,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:27.132 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.164s] 2018-04-02 20:01:28,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:28.031 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.898s] 2018-04-02 20:01:29,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:29.258 9829 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.062s] 2018-04-02 20:01:31,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:31.957 9829 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [2.697s] 2018-04-02 20:01:40,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:40.748 9829 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.876s] 2018-04-02 20:01:47,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:47.623 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.271s] 2018-04-02 20:01:47,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:47.807 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.184s] 2018-04-02 20:01:47,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:47.859 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.052s] 2018-04-02 20:01:48,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:48.308 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.447s] 2018-04-02 20:01:48,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:48.574 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.266s] 2018-04-02 20:01:48,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:48.981 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.407s] 2018-04-02 20:01:49,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:49.020 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.039s] 2018-04-02 20:01:49,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:49.070 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.049s] 2018-04-02 20:01:49,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:49.130 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.060s] 2018-04-02 20:01:49,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:49.183 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.052s] 2018-04-02 20:01:49,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:49.221 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.038s] 2018-04-02 20:01:49,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:49.306 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.084s] 2018-04-02 20:01:49,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:49.386 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.080s] 2018-04-02 20:01:49,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:49.438 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.053s] 2018-04-02 20:01:49,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:49.487 9829 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.049s] 2018-04-02 20:01:50,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:50.181 9829 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.460s] 2018-04-02 20:01:55,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:55.930 9829 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.747s] 2018-04-02 20:01:57,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:57.417 9829 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.236s] 2018-04-02 20:01:57,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:57.651 9829 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.233s] 2018-04-02 20:01:57,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:57.674 9829 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.744s] 2018-04-02 20:01:57,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:57.741 9829 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.067s] 2018-04-02 20:01:57,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:57.923 9829 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.180s] 2018-04-02 20:01:57,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:57.976 9829 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.052s] 2018-04-02 20:01:58,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:58.016 9829 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.040s] 2018-04-02 20:01:58,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:58.177 9829 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.525s] 2018-04-02 20:01:58,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:58.420 9829 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.243s] 2018-04-02 20:01:58,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:58.670 9829 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.249s] 2018-04-02 20:01:58,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:58.750 9829 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.079s] 2018-04-02 20:01:58,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:58.827 9829 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.076s] 2018-04-02 20:01:58,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:58.896 9829 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.068s] 2018-04-02 20:01:58,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:58.964 9829 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.067s] 2018-04-02 20:01:59,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:59.060 9829 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.096s] 2018-04-02 20:01:59,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:01:59.204 9829 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.144s] 2018-04-02 20:02:02,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:02.515 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [53.562s] 2018-04-02 20:02:03,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:03.224 9829 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.097s] 2018-04-02 20:02:03,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:03.236 9829 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-04-02 20:02:03,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:03.378 9829 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.141s] 2018-04-02 20:02:03,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:03.390 9829 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 20:02:03,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:03.400 9829 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-04-02 20:02:03,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:03.445 9829 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.044s] 2018-04-02 20:02:03,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:03.509 9829 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.063s] 2018-04-02 20:02:03,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:03.600 9829 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.090s] 2018-04-02 20:02:03,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:03.758 9829 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.158s] 2018-04-02 20:02:03,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:03.772 9829 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-04-02 20:02:03,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:03.846 9829 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.073s] 2018-04-02 20:02:12,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:12.117 9829 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.181s] 2018-04-02 20:02:19,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:19.072 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.408s] 2018-04-02 20:02:20,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:20.719 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.420s] 2018-04-02 20:02:22,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:22.560 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.840s] 2018-04-02 20:02:23,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:23.496 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.934s] 2018-04-02 20:02:23,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:23.648 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.575s] 2018-04-02 20:02:24,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:24.694 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.198s] 2018-04-02 20:02:25,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:25.869 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.174s] 2018-04-02 20:02:26,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:26.758 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.109s] 2018-04-02 20:02:27,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:27.149 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.279s] 2018-04-02 20:02:27,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:27.530 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.382s] 2018-04-02 20:02:27,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:27.813 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.282s] 2018-04-02 20:02:28,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:28.211 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.397s] 2018-04-02 20:02:29,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:29.168 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.409s] 2018-04-02 20:02:29,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:29.194 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.983s] 2018-04-02 20:02:29,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:29.600 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.406s] 2018-04-02 20:02:30,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:30.008 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.407s] 2018-04-02 20:02:30,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:30.739 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.730s] 2018-04-02 20:02:31,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:31.875 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.134s] 2018-04-02 20:02:32,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:32.123 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.249s] 2018-04-02 20:02:32,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:32.159 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.990s] 2018-04-02 20:02:32,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:32.369 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.245s] 2018-04-02 20:02:32,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:32.611 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.241s] 2018-04-02 20:02:33,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:33.046 9829 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.435s] 2018-04-02 20:02:35,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:35.954 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.795s] 2018-04-02 20:02:38,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:38.097 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [2.142s] 2018-04-02 20:02:39,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:39.601 9829 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [83.393s] 2018-04-02 20:02:43,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:43.972 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.874s] 2018-04-02 20:02:46,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:46.605 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [2.632s] 2018-04-02 20:02:46,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:46.712 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.107s] 2018-04-02 20:02:47,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:47.387 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.674s] 2018-04-02 20:02:47,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:47.593 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.206s] 2018-04-02 20:02:47,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:47.645 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.051s] 2018-04-02 20:02:47,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:47.745 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.099s] 2018-04-02 20:02:47,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:47.954 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.209s] 2018-04-02 20:02:48,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:48.016 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.061s] 2018-04-02 20:02:48,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:48.352 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.335s] 2018-04-02 20:02:53,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:53.546 9829 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.193s] 2018-04-02 20:02:56,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:56.041 9829 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.215s] 2018-04-02 20:02:56,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:02:56.109 9829 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.068s] 2018-04-02 20:03:06,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:03:06.952 9829 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.424s] 2018-04-02 20:03:14,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:03:14.809 9829 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.855s] 2018-04-02 20:08:06,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'fe8135e5-2465-4886-a67b-5e47357a5696']'. 2018-04-02 20:08:07,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-02 20:08:07,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-02 20:08:07,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 20:08:07,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | fe8135e5-2465-4886-a67b-5e47357a5696 | 2018-04-02 20:08:07,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-02 20:08:07,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-02 20:00:58 | 2018-04-02 20:08:07,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-02 20:08:05 | 2018-04-02 20:08:07,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:07 | 2018-04-02 20:08:07,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-02 20:08:07,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-02 20:08:07,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ca21ba4e-8b90-43de-b35c-2f1afc8bf0d1) | 2018-04-02 20:08:07,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-02 20:08:07,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: eb3fc8fe-19a1-497b-9cf1-68cead2dd37a) | 2018-04-02 20:08:07,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 119 | 2018-04-02 20:08:07,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 417.282 | 2018-04-02 20:08:07,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 119 | 2018-04-02 20:08:07,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-02 20:08:07,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-02 20:08:07,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-02 20:08:07,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-02 20:08:07,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 20:08:07,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-02 20:08:07,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-02 20:08:14,534 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 20:08:14,535 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 07:34 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-02 20:08:14,538 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-02 20:08:14,653 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-02 20:08:17,172 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-02 20:08:16.764 9919 INFO rally.deployment.engine [-] Deployment eb3fc8fe-19a1-497b-9cf1-68cead2dd37a | Starting: Destroy cloud and free allocated resources. 2018-04-02 20:08:16.848 9919 INFO rally.deployment.engine [-] Deployment eb3fc8fe-19a1-497b-9cf1-68cead2dd37a | Completed: Destroy cloud and free allocated resources. 2018-04-02 20:08:16.880 9919 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=ca21ba4e-8b90-43de-b35c-2f1afc8bf0d1) for deployment 'opnfv-rally'. 2018-04-02 20:08:16.896 9919 INFO rally.api [-] Deleting verification (UUID=fe8135e5-2465-4886-a67b-5e47357a5696). 2018-04-02 20:08:16.947 9919 INFO rally.api [-] Verification has been successfully deleted! 2018-04-02 20:08:16.947 9919 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ca21ba4e-8b90-43de-b35c-2f1afc8bf0d1). 2018-04-02 20:08:16.955 9919 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-02 20:08:19,584 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-02 20:08:19.288 9922 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=192bfa2b-f2c0-4cd7-9d29-dcd07a0dc69e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 192bfa2b-f2c0-4cd7-9d29-dcd07a0dc69e | 2018-04-02T20:08:19 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 192bfa2b-f2c0-4cd7-9d29-dcd07a0dc69e ~/.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 20:08:22,830 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-02 20:08:22,831 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-02 20:08:25,171 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-02 20:08:24.921 9928 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=ca21ba4e-8b90-43de-b35c-2f1afc8bf0d1). 2018-04-02 20:08:25.048 9928 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-02 20:08:28,748 - 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 20:08:27.257 9931 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-02 20:08:27.426 9931 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-02 20:08:28.545 9931 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cfed2b1d-1fa5-4c15-b76a-29b701592ddb) has been successfully created! Using verifier 'opnfv-tempest' (UUID=cfed2b1d-1fa5-4c15-b76a-29b701592ddb) as the default verifier for the future CLI operations. 2018-04-02 20:08:31,663 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-02 20:08:33,997 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-02 20:08:39,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-02 20:08:45,462 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-02 20:08:44.606 9950 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=cfed2b1d-1fa5-4c15-b76a-29b701592ddb) for deployment 'opnfv-rally' (UUID=192bfa2b-f2c0-4cd7-9d29-dcd07a0dc69e). 2018-04-02 20:08:45.301 9950 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cfed2b1d-1fa5-4c15-b76a-29b701592ddb) has been successfully configured for deployment 'opnfv-rally' (UUID=192bfa2b-f2c0-4cd7-9d29-dcd07a0dc69e)! 2018-04-02 20:08:45,462 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-02 20:08:45,462 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-02 20:08:45,464 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-02 20:08:45,479 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-02 20:08:48,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-cfed2b1d-1fa5-4c15-b76a-29b701592ddb/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 20:08:48,690 - 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 20:08:50,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 20:08:50.819 9959 INFO rally.api [-] Starting verification (UUID=1aba105e-eea8-4481-9b55-fc8b5e12c62c) for deployment 'opnfv-rally' (UUID=192bfa2b-f2c0-4cd7-9d29-dcd07a0dc69e) by verifier 'opnfv-tempest' (UUID=cfed2b1d-1fa5-4c15-b76a-29b701592ddb). 2018-04-02 20:08:50,820 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1aba105e-eea8-4481-9b55-fc8b5e12c62c 2018-04-02 20:11:56,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1aba105e-eea8-4481-9b55-fc8b5e12c62c']'. 2018-04-02 20:11:57,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-02 20:11:57,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-02 20:11:57,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 20:11:57,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1aba105e-eea8-4481-9b55-fc8b5e12c62c | 2018-04-02 20:11:57,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-02 20:11:57,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-02 20:08:50 | 2018-04-02 20:11:57,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-02 20:11:55 | 2018-04-02 20:11:57,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:05 | 2018-04-02 20:11:57,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-02 20:11:57,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-02 20:11:57,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: cfed2b1d-1fa5-4c15-b76a-29b701592ddb) | 2018-04-02 20:11:57,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-02 20:11:57,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 192bfa2b-f2c0-4cd7-9d29-dcd07a0dc69e) | 2018-04-02 20:11:57,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-02 20:11:57,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 173.907 | 2018-04-02 20:11:57,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 125 | 2018-04-02 20:11:57,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-02 20:11:57,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-02 20:11:57,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-02 20:11:57,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-02 20:11:57,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 20:11:57,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-02 20:11:57,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 99.2063492063% 2018-04-02 20:12:04,195 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 20:12:04,196 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:32 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-04-02 20:12:04,200 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-04-02 20:12:04,200 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-02 20:12:04,969 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-02 21:11:51,931 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ERROR test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== ERROR: test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 1830, in test_deploy_vm_to_each_compute_node inst_creator.create(block=True) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 103, in create self.__create_vm(block) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 151, in __create_vm if not self.vm_active(block=True): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 522, in vm_active poll_interval): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 549, in __vm_status_check status = self.__status(expected_status_code) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 584, in __status 'Instance had an error during deployment') VmInstanceCreationError: Instance had an error during deployment ---------------------------------------------------------------------- Ran 119 tests in 3586.889s FAILED (errors=1) 2018-04-02 21:11:52,104 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 21:11:52,104 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 59:47 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-02 21:11:52,109 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-02 21:11:52,109 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-02 21:11:52,200 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-02 21:11:54,790 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-02 21:11:54.287 10186 INFO rally.deployment.engine [-] Deployment 192bfa2b-f2c0-4cd7-9d29-dcd07a0dc69e | Starting: Destroy cloud and free allocated resources. 2018-04-02 21:11:54.408 10186 INFO rally.deployment.engine [-] Deployment 192bfa2b-f2c0-4cd7-9d29-dcd07a0dc69e | Completed: Destroy cloud and free allocated resources. 2018-04-02 21:11:54.449 10186 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=cfed2b1d-1fa5-4c15-b76a-29b701592ddb) for deployment 'opnfv-rally'. 2018-04-02 21:11:54.473 10186 INFO rally.api [-] Deleting verification (UUID=1aba105e-eea8-4481-9b55-fc8b5e12c62c). 2018-04-02 21:11:54.540 10186 INFO rally.api [-] Verification has been successfully deleted! 2018-04-02 21:11:54.541 10186 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=cfed2b1d-1fa5-4c15-b76a-29b701592ddb). 2018-04-02 21:11:54.555 10186 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-02 21:11:57,097 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-02 21:11:56.810 10189 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=8ac92931-c0da-457e-89f2-0436ac5617b7) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 8ac92931-c0da-457e-89f2-0436ac5617b7 | 2018-04-02T21:11:56 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 8ac92931-c0da-457e-89f2-0436ac5617b7 ~/.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 21:12:00,497 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-02 21:12:00,498 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-02 21:12:02,827 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-02 21:12:02.531 10195 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=cfed2b1d-1fa5-4c15-b76a-29b701592ddb). 2018-04-02 21:12:02.666 10195 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-02 21:12:06,409 - 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 21:12:04.876 10198 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-02 21:12:05.067 10198 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-02 21:12:06.252 10198 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c713d87d-cc7e-439e-af9b-b98714c46a58) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c713d87d-cc7e-439e-af9b-b98714c46a58) as the default verifier for the future CLI operations. 2018-04-02 21:12:09,306 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-02 21:12:12,120 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-02 21:12:17,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-02 21:12:23,014 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-02 21:12:22.177 10217 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c713d87d-cc7e-439e-af9b-b98714c46a58) for deployment 'opnfv-rally' (UUID=8ac92931-c0da-457e-89f2-0436ac5617b7). 2018-04-02 21:12:22.852 10217 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c713d87d-cc7e-439e-af9b-b98714c46a58) has been successfully configured for deployment 'opnfv-rally' (UUID=8ac92931-c0da-457e-89f2-0436ac5617b7)! 2018-04-02 21:12:23,014 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-02 21:12:23,014 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-02 21:12:23,016 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-02 21:12:23,027 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-02 21:12:25,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c713d87d-cc7e-439e-af9b-b98714c46a58/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 21:12:25,758 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-02 21:12:25,760 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-02 21:12:25,760 - 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 21:12:27,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-02 21:12:27.904 10226 INFO rally.api [-] Starting verification (UUID=eef39082-868d-43d1-8f91-82342bf468d4) for deployment 'opnfv-rally' (UUID=8ac92931-c0da-457e-89f2-0436ac5617b7) by verifier 'opnfv-tempest' (UUID=c713d87d-cc7e-439e-af9b-b98714c46a58). 2018-04-02 21:12:27,905 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: eef39082-868d-43d1-8f91-82342bf468d4 2018-04-02 21:14:39,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'eef39082-868d-43d1-8f91-82342bf468d4']'. 2018-04-02 21:14:40,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-02 21:14:40,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-02 21:14:40,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 21:14:40,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | eef39082-868d-43d1-8f91-82342bf468d4 | 2018-04-02 21:14:40,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-02 21:14:40,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-02 21:12:27 | 2018-04-02 21:14:40,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-02 21:14:39 | 2018-04-02 21:14:40,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:12 | 2018-04-02 21:14:40,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-02 21:14:40,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-02 21:14:40,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c713d87d-cc7e-439e-af9b-b98714c46a58) | 2018-04-02 21:14:40,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-02 21:14:40,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8ac92931-c0da-457e-89f2-0436ac5617b7) | 2018-04-02 21:14:40,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-02 21:14:40,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 119.508 | 2018-04-02 21:14:40,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-02 21:14:40,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-02 21:14:40,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-02 21:14:40,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-02 21:14:40,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-02 21:14:40,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-02 21:14:40,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-02 21:14:40,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-02 21:14:47,667 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 21:14:47,667 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:38 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-02 21:14:47,672 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:54 | PASS | | vping_userdata | functest | smoke | 00:40 | PASS | | tempest_smoke_serial | functest | smoke | 12:54 | FAIL | | rally_sanity | functest | smoke | 18:15 | FAIL | | refstack_defcore | functest | smoke | 07:34 | PASS | | patrole | functest | smoke | 03:32 | FAIL | | snaps_smoke | functest | smoke | 59:47 | FAIL | | neutron_trunk | functest | smoke | 02:38 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-02 21:14:47,679 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-02 21:15:19,003 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-90 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-02 21:15:19,005 - 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=MxyDFtP4ae6kUcftZCNgrxXYQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-02 21:15:19,005 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-02 21:15:19,005 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-04-02 21:15:19,006 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-02 21:15:19,006 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-02 21:18:45,182 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-02 21:18:45,318 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 21:18:45,318 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:26 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-02 21:18:45,321 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-04-02 22:02:15,580 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-04-02 22:02:15,723 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 22:02:15,724 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 43:29 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-04-02 22:02:15,728 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-04-02 22:02:15,729 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:26 | PASS | | barometercollectd | barometer | features | 43:29 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-02 22:02:15,742 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-02 22:04:50,098 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-90 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-02 22:04:50,100 - 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=MxyDFtP4ae6kUcftZCNgrxXYQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-02 22:04:50,100 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-02 22:04:50,101 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-02 22:04:50,101 - 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 22:04:50,102 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-02 22:05:04,086 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-90 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-02 22:05:04,089 - 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=MxyDFtP4ae6kUcftZCNgrxXYQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-02 22:05:04,089 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-02 22:05:04,090 - 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 22:05:04,091 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-02 22:05:04,091 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-02 22:08:05,134 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-02 22:08:05,269 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-02 22:08:05,270 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:01 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-02 22:08:05,274 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:01 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-02 22:08:05,275 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK