2018-03-23 12:19:18,683 - functest.ci.check_deployment - DEBUG - 172.30.9.29:5000 is reachable! 2018-03-23 12:19:18,683 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.29:5000/v3 ...OK 2018-03-23 12:19:19,051 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-23 12:19:19,417 - functest.ci.check_deployment - DEBUG - 172.30.9.29:5000 is reachable! 2018-03-23 12:19:19,417 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.29:5000 ...OK 2018-03-23 12:19:19,853 - functest.ci.check_deployment - DEBUG - 172.30.9.29:8774 is reachable! 2018-03-23 12:19:19,854 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.29:8774/v2.1 ...OK 2018-03-23 12:19:20,304 - functest.ci.check_deployment - DEBUG - 172.30.9.29:9696 is reachable! 2018-03-23 12:19:20,304 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.29:9696 ...OK 2018-03-23 12:19:20,670 - functest.ci.check_deployment - DEBUG - 172.30.9.29:9292 is reachable! 2018-03-23 12:19:20,670 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.29:9292 ...OK 2018-03-23 12:19:21,973 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-23 12:19:23,603 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-23 12:19:23,634 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-23 12:19:24,258 - functest.ci.check_deployment - INFO - External network found: external 2018-03-23 12:19:26,867 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-43 | | 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-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-23 12:19:26,872 - 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=NHVyGwU3djxFvuptprnyh4KRF export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-23 12:19:26,872 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-23 12:19:26,873 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-03-23 12:19:26,875 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-23 12:19:26,875 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-23 12:19:28,317 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-23 12:19:36,449 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 8.120s OK 2018-03-23 12:19:36,579 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-23 12:19:36,579 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-23 12:19:36,583 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-23 12:19:37,331 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-23 12:28:40,561 - 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 543.175s OK 2018-03-23 12:28:40,692 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-23 12:28:40,692 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:03 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-23 12:28:40,696 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-23 12:28:41,396 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-23 12:29:10,464 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 29.066s OK 2018-03-23 12:29:10,578 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-23 12:29:10,578 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:29 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-23 12:29:10,582 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | api_check | functest | healthcheck | 09:03 | PASS | | snaps_health_check | functest | healthcheck | 00:29 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-23 12:29:10,585 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-23 12:29:13,711 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-43 | | 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-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-23 12:29:13,713 - 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=NHVyGwU3djxFvuptprnyh4KRF export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-23 12:29:13,713 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-23 12:29:13,713 - 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-03-23 12:29:13,714 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-23 12:29:13,715 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-23 12:29:14,559 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-03-23 12:29:14,560 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-23 12:29:14,962 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-23 12:29:14,962 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-03-23 12:29:15,366 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-23 12:29:15,366 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-23 12:29:15' 2018-03-23 12:29:15,367 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--2eed5307-0210-4a9a-8a07-22007fb2358e' 2018-03-23 12:29:18,266 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-2eed5307-0210-4a9a-8a07-22007fb2358e' 2018-03-23 12:29:20,641 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-2eed5307-0210-4a9a-8a07-22007fb2358e' 2018-03-23 12:29:25,521 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-2eed5307-0210-4a9a-8a07-22007fb2358e' 2018-03-23 12:29:26,295 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-2eed5307-0210-4a9a-8a07-22007fb2358e' 2018-03-23 12:29:26,992 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-2eed5307-0210-4a9a-8a07-22007fb2358e' 2018-03-23 12:29:31,149 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-2eed5307-0210-4a9a-8a07-22007fb2358e' 2018-03-23 12:29:33,313 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-2eed5307-0210-4a9a-8a07-22007fb2358e' 2018-03-23 12:29:49,615 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-23 12:29:52,953 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-23 12:29:53,090 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-23 12:29:54,097 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-23 12:30:09,410 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-23 12:30:09,410 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-23 12:30:09,917 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-23 12:30:09,919 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:39 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-23 12:30:09,923 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-23 12:30:10,021 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-23 12:30:10,021 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-23 12:30:10' 2018-03-23 12:30:10,022 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--e59f5985-4b44-4823-8315-58b997dbae1b' 2018-03-23 12:30:11,613 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-e59f5985-4b44-4823-8315-58b997dbae1b' 2018-03-23 12:30:13,379 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-e59f5985-4b44-4823-8315-58b997dbae1b' 2018-03-23 12:30:18,596 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-e59f5985-4b44-4823-8315-58b997dbae1b' 2018-03-23 12:30:19,247 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-e59f5985-4b44-4823-8315-58b997dbae1b' 2018-03-23 12:30:23,490 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-e59f5985-4b44-4823-8315-58b997dbae1b' 2018-03-23 12:30:27,618 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-23 12:30:35,886 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-23 12:30:38,525 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-23 12:30:59,554 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-23 12:30:59,554 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:29 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-23 12:30:59,558 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-23 12:30:59,658 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-23 12:31:04,338 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-23 12:31:04.081 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=0836fa45-8c58-4bf6-92c7-ecf0f98109a2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 0836fa45-8c58-4bf6-92c7-ecf0f98109a2 | 2018-03-23T12:31:04 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 0836fa45-8c58-4bf6-92c7-ecf0f98109a2 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-23 12:31:07,626 - 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-03-23 12:31:07,626 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-23 12:31:14,576 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-23 12:31:11.963 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-23 12:31:12.100 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-23 12:31:14.375 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=24edfcd9-69bd-437e-a58d-fe20bb0bc8b9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=24edfcd9-69bd-437e-a58d-fe20bb0bc8b9) as the default verifier for the future CLI operations. 2018-03-23 12:31:17,415 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-23 12:31:19,085 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-23 12:31:23,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-23 12:31:27,885 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-23 12:31:27.050 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=24edfcd9-69bd-437e-a58d-fe20bb0bc8b9) for deployment 'opnfv-rally' (UUID=0836fa45-8c58-4bf6-92c7-ecf0f98109a2). 2018-03-23 12:31:27.729 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=24edfcd9-69bd-437e-a58d-fe20bb0bc8b9) has been successfully configured for deployment 'opnfv-rally' (UUID=0836fa45-8c58-4bf6-92c7-ecf0f98109a2)! 2018-03-23 12:31:27,885 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-23 12:31:27,885 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-23 12:31:27,888 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-23 12:31:27,892 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-23 12:31:31,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-24edfcd9-69bd-437e-a58d-fe20bb0bc8b9/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-03-23 12:31:31,096 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-23 12:31:31,098 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-23 12:31:31,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-03-23 12:31:33,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:31:33.252 55 INFO rally.api [-] Starting verification (UUID=ce691c97-2112-4f34-85fc-6ea7ff96a7f9) for deployment 'opnfv-rally' (UUID=0836fa45-8c58-4bf6-92c7-ecf0f98109a2) by verifier 'opnfv-tempest' (UUID=24edfcd9-69bd-437e-a58d-fe20bb0bc8b9). 2018-03-23 12:31:33,253 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: ce691c97-2112-4f34-85fc-6ea7ff96a7f9 2018-03-23 12:31:39,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:31:39.375 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.155s] 2018-03-23 12:31:39,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:31:39.440 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.065s] 2018-03-23 12:31:44,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:31:44.651 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.929s] 2018-03-23 12:31:45,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:31:45.953 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.301s] 2018-03-23 12:31:53,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:31:53.149 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.070s] 2018-03-23 12:32:06,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:32:06.007 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [7.990s] 2018-03-23 12:32:32,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:32:32.103 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.068s] 2018-03-23 12:32:32,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:32:32.105 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-03-23 12:32:56,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:32:56.734 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.080s] 2018-03-23 12:32:56,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:32:56.737 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-03-23 12:33:19,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:33:19.875 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.075s] 2018-03-23 12:33:19,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:33:19.877 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-03-23 12:33:57,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:33:57.773 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.428s] 2018-03-23 12:34:15,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:34:15.794 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.236s] 2018-03-23 12:34:15,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:34:15.896 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.102s] 2018-03-23 12:34:24,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:34:24.074 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.635s] 2018-03-23 12:34:24,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:34:24.084 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-03-23 12:34:25,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:34:25.267 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-23 12:34:25,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:34:25.268 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-23 12:34:28,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:34:28.942 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.333s] 2018-03-23 12:34:34,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:34:34.186 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.076s] 2018-03-23 12:34:39,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:34:39.637 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.555s] 2018-03-23 12:34:45,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:34:45.738 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.459s] 2018-03-23 12:34:53,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:34:53.668 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.883s] 2018-03-23 12:34:58,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:34:58.802 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.366s] 2018-03-23 12:35:03,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:35:03.953 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.181s] 2018-03-23 12:35:10,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:35:10.191 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.395s] 2018-03-23 12:35:16,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:35:16.188 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.384s] 2018-03-23 12:35:23,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:35:23.230 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.489s] 2018-03-23 12:35:24,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:35:24.958 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-23 12:35:26,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:35:26.823 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.068s] 2018-03-23 12:35:26,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:35:26.890 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.066s] 2018-03-23 12:35:26,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:35:26.960 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.069s] 2018-03-23 12:35:26,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:35:26.967 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-23 12:35:30,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:35:30.847 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.961s] 2018-03-23 12:35:31,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:35:31.610 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.762s] 2018-03-23 12:35:32,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:35:32.621 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.011s] 2018-03-23 12:35:37,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:35:37.881 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-03-23 12:35:42,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:35:42.581 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.706s] 2018-03-23 12:35:53,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:35:53.738 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.285s] 2018-03-23 12:35:56,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:35:56.974 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.235s] 2018-03-23 12:36:06,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:06.693 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.583s] 2018-03-23 12:36:09,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:09.659 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.965s] 2018-03-23 12:36:14,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:14.941 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.281s] 2018-03-23 12:36:22,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:22.737 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.054s] 2018-03-23 12:36:25,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:25.481 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.742s] 2018-03-23 12:36:28,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:28.735 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.254s] 2018-03-23 12:36:41,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:41.586 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.628s] 2018-03-23 12:36:41,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:41.767 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.180s] 2018-03-23 12:36:41,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:41.872 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.104s] 2018-03-23 12:36:41,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:41.932 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.060s] 2018-03-23 12:36:42,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:42.025 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.092s] 2018-03-23 12:36:42,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:42.072 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.047s] 2018-03-23 12:36:51,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:51.388 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.524s] 2018-03-23 12:36:51,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:51.671 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.283s] 2018-03-23 12:36:51,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:51.923 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.251s] 2018-03-23 12:36:51,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:51.993 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.069s] 2018-03-23 12:36:52,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:52.087 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.093s] 2018-03-23 12:36:52,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:36:52.136 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.049s] 2018-03-23 12:37:01,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:37:01.225 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.889s] 2018-03-23 12:37:05,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:37:05.827 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.601s] 2018-03-23 12:37:07,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:37:07.080 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.253s] 2018-03-23 12:37:07,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:37:07.149 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.068s] 2018-03-23 12:37:07,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:37:07.194 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.047s] 2018-03-23 12:37:16,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:37:16.265 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.478s] 2018-03-23 12:37:20,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:37:20.498 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.232s] 2018-03-23 12:37:22,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:37:22.247 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.749s] 2018-03-23 12:37:22,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:37:22.302 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.055s] 2018-03-23 12:37:22,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:37:22.351 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.049s] 2018-03-23 12:37:34,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:37:34.708 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.682s] 2018-03-23 12:37:39,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:37:39.455 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.746s] 2018-03-23 12:37:43,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:37:43.096 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.640s] 2018-03-23 12:37:46,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:37:46.068 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.972s] 2018-03-23 12:38:03,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:03.362 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [7.814s] 2018-03-23 12:38:08,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:08.191 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.829s] 2018-03-23 12:38:12,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:12.245 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.053s] 2018-03-23 12:38:14,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:14.942 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.696s] 2018-03-23 12:38:25,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:25.375 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.198s] 2018-03-23 12:38:26,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:26.850 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.473s] 2018-03-23 12:38:26,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:26.889 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.042s] 2018-03-23 12:38:30,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:30.645 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.916s] 2018-03-23 12:38:32,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:32.167 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.520s] 2018-03-23 12:38:32,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:32.209 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.044s] 2018-03-23 12:38:35,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:35.698 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.659s] 2018-03-23 12:38:38,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:38.743 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-23 12:38:39,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:39.856 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-23 12:38:39,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:39.859 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-23 12:38:39,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:39.859 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-23 12:38:39,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:39.860 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-23 12:38:39,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:39.861 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-23 12:38:41,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:41.828 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-03-23 12:38:54,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:38:54.000 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [7.742s] 2018-03-23 12:39:05,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:39:05.131 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.649s] 2018-03-23 12:39:14,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:39:14.829 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.696s] 2018-03-23 12:39:23,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:39:23.027 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2018-03-23 12:40:16,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:40:16.353 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [48.031s] 2018-03-23 12:40:42,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:40:42.947 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [19.218s] 2018-03-23 12:41:14,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:41:14.883 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... fail [16.255s] 2018-03-23 12:41:27,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ce691c97-2112-4f34-85fc-6ea7ff96a7f9']'. 2018-03-23 12:41:28,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-23 12:41:28,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-23 12:41:28,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-23 12:41:28,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ce691c97-2112-4f34-85fc-6ea7ff96a7f9 | 2018-03-23 12:41:28,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-23 12:41:28,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-23 12:31:33 | 2018-03-23 12:41:28,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-23 12:41:26 | 2018-03-23 12:41:28,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:09:53 | 2018-03-23 12:41:28,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-23 12:41:28,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-23 12:41:28,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-23 12:41:28,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 24edfcd9-69bd-437e-a58d-fe20bb0bc8b9) | 2018-03-23 12:41:28,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-23 12:41:28,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0836fa45-8c58-4bf6-92c7-ecf0f98109a2) | 2018-03-23 12:41:28,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-23 12:41:28,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 577.424 | 2018-03-23 12:41:28,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-03-23 12:41:28,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-23 12:41:28,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-23 12:41:28,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-23 12:41:28,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-03-23 12:41:28,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-23 12:41:28,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-23 12:41:28,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-03-23 12:41:32,520 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-23 12:41:32,521 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 10:15 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-03-23 12:41:32,525 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-03-23 12:41:32,525 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-23 12:41:32,629 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-23 12:41:33,041 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-23 12:41:33,041 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-03-23 12:41:33,433 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-23 12:41:35,879 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-23 12:41:35.480 117 INFO rally.deployment.engine [-] Deployment 0836fa45-8c58-4bf6-92c7-ecf0f98109a2 | Starting: Destroy cloud and free allocated resources. 2018-03-23 12:41:35.564 117 INFO rally.deployment.engine [-] Deployment 0836fa45-8c58-4bf6-92c7-ecf0f98109a2 | Completed: Destroy cloud and free allocated resources. 2018-03-23 12:41:35.603 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=24edfcd9-69bd-437e-a58d-fe20bb0bc8b9) for deployment 'opnfv-rally'. 2018-03-23 12:41:35.622 117 INFO rally.api [-] Deleting verification (UUID=ce691c97-2112-4f34-85fc-6ea7ff96a7f9). 2018-03-23 12:41:35.660 117 INFO rally.api [-] Verification has been successfully deleted! 2018-03-23 12:41:35.661 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=24edfcd9-69bd-437e-a58d-fe20bb0bc8b9). 2018-03-23 12:41:35.673 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-23 12:41:38,282 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-23 12:41:37.988 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=543f8790-1c27-4cd6-9c05-ab7585565c18) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 543f8790-1c27-4cd6-9c05-ab7585565c18 | 2018-03-23T12:41:37 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 543f8790-1c27-4cd6-9c05-ab7585565c18 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-23 12:41:41,577 - 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-03-23 12:41:41,578 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-23 12:41:42,852 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-9770502d-c431-433d-bcf6-683f01513d3f'... 2018-03-23 12:41:44,354 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-9770502d-c431-433d-bcf6-683f01513d3f'... 2018-03-23 12:41:45,969 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-9770502d-c431-433d-bcf6-683f01513d3f'... 2018-03-23 12:41:50,451 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-9770502d-c431-433d-bcf6-683f01513d3f'... 2018-03-23 12:41:51,119 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-9770502d-c431-433d-bcf6-683f01513d3f'... 2018-03-23 12:41:51,754 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-23 12:41:51,755 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-03-23 12:41:51,756 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-23 12:41:51,800 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-23 12:41:51,806 - 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': 'e0eedf83-6063-41c4-9ca1-5183d27ec216', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9770502d-c431-433d-bcf6-683f01513d3f', 'flavor_name': 'rally-tiny-9770502d-c431-433d-bcf6-683f01513d3f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9770502d-c431-433d-bcf6-683f01513d3f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-23 12:42:50,718 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ab8f68be-2dd4-49d7-a510-c8f5290165ff 2018-03-23 12:42:50,719 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-23 12:42:50,720 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ab8f68be-2dd4-49d7-a510-c8f5290165ff'] 2018-03-23 12:42:51,714 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ab8f68be-2dd4-49d7-a510-c8f5290165ff: 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 ab8f68be-2dd4-49d7-a510-c8f5290165ff has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | total | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 100.0% | 1 | | -> duration | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.458562 Full duration: 6.462929 -------------------------------------------------------------------------------- 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 ab8f68be-2dd4-49d7-a510-c8f5290165ff 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.387 | 0.387 | 0.387 | 0.387 | 0.387 | 0.387 | 100.0% | 1 | | total | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> duration | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.885558 Full duration: 6.774557 -------------------------------------------------------------------------------- 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 ab8f68be-2dd4-49d7-a510-c8f5290165ff has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> duration | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.610386 Full duration: 6.628734 -------------------------------------------------------------------------------- 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 ab8f68be-2dd4-49d7-a510-c8f5290165ff 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.319 | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 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.727531 Full duration: 6.540643 -------------------------------------------------------------------------------- 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 ab8f68be-2dd4-49d7-a510-c8f5290165ff 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.525 | 0.525 | 0.525 | 0.525 | 0.525 | 0.525 | 100.0% | 1 | | total | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> duration | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.910263 Full duration: 7.094624 -------------------------------------------------------------------------------- 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 ab8f68be-2dd4-49d7-a510-c8f5290165ff 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.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | -> duration | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.650496 Full duration: 6.607444 HINTS: * To plot HTML graphics with this data, run: rally task report ab8f68be-2dd4-49d7-a510-c8f5290165ff --out output.html * To generate a JUnit report, run: rally task export ab8f68be-2dd4-49d7-a510-c8f5290165ff --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ab8f68be-2dd4-49d7-a510-c8f5290165ff --json --out output.json 2018-03-23 12:42:51,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ab8f68be-2dd4-49d7-a510-c8f5290165ff'] 2018-03-23 12:42:52,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-23 12:42:52,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ab8f68be-2dd4-49d7-a510-c8f5290165ff', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-23 12:42:52,673 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-23 12:42:52,673 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-23 12:42:52,674 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-03-23 12:42:52,674 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-23 12:42:52,727 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-23 12:42:52,728 - 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': 'e0eedf83-6063-41c4-9ca1-5183d27ec216', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9770502d-c431-433d-bcf6-683f01513d3f', 'flavor_name': 'rally-tiny-9770502d-c431-433d-bcf6-683f01513d3f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9770502d-c431-433d-bcf6-683f01513d3f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-23 12:44:23,484 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : be6e723f-3d5a-4da4-8842-cf5beb9411a7 2018-03-23 12:44:23,484 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'be6e723f-3d5a-4da4-8842-cf5beb9411a7'] 2018-03-23 12:44:24,537 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task be6e723f-3d5a-4da4-8842-cf5beb9411a7: 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 be6e723f-3d5a-4da4-8842-cf5beb9411a7 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.264 | 3.264 | 3.264 | 3.264 | 3.264 | 3.264 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 100.0% | 1 | | -> glance_v2.upload_data | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | glance_v2.delete_image | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 100.0% | 1 | | total | 4.524 | 4.524 | 4.524 | 4.524 | 4.524 | 4.524 | 100.0% | 1 | | -> duration | 4.524 | 4.524 | 4.524 | 4.524 | 4.524 | 4.524 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.52409 Full duration: 12.147796 -------------------------------------------------------------------------------- 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 be6e723f-3d5a-4da4-8842-cf5beb9411a7 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.653 | 3.653 | 3.653 | 3.653 | 3.653 | 3.653 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 100.0% | 1 | | -> glance_v2.upload_data | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 100.0% | 1 | | glance_v2.list_images | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | total | 3.695 | 3.695 | 3.695 | 3.695 | 3.695 | 3.695 | 100.0% | 1 | | -> duration | 3.695 | 3.695 | 3.695 | 3.695 | 3.695 | 3.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.694849 Full duration: 13.63114 -------------------------------------------------------------------------------- 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 be6e723f-3d5a-4da4-8842-cf5beb9411a7 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.187 | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 100.0% | 1 | | total | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 100.0% | 1 | | -> duration | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.186843 Full duration: 6.813647 -------------------------------------------------------------------------------- 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-9770502d-c431-433d-bcf6-683f01513d3f" }, "number_instances": 2, "nics": [ { "net-id": "e0eedf83-6063-41c4-9ca1-5183d27ec216" } ] }, "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 be6e723f-3d5a-4da4-8842-cf5beb9411a7 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.402 | 3.402 | 3.402 | 3.402 | 3.402 | 3.402 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | -> glance_v2.upload_data | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 100.0% | 1 | | nova.boot_servers | 10.688 | 10.688 | 10.688 | 10.688 | 10.688 | 10.688 | 100.0% | 1 | | total | 14.091 | 14.091 | 14.091 | 14.091 | 14.091 | 14.091 | 100.0% | 1 | | -> duration | 13.091 | 13.091 | 13.091 | 13.091 | 13.091 | 13.091 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.090959 Full duration: 40.891457 HINTS: * To plot HTML graphics with this data, run: rally task report be6e723f-3d5a-4da4-8842-cf5beb9411a7 --out output.html * To generate a JUnit report, run: rally task export be6e723f-3d5a-4da4-8842-cf5beb9411a7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report be6e723f-3d5a-4da4-8842-cf5beb9411a7 --json --out output.json 2018-03-23 12:44:24,538 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'be6e723f-3d5a-4da4-8842-cf5beb9411a7'] 2018-03-23 12:44:25,597 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-23 12:44:25,598 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'be6e723f-3d5a-4da4-8842-cf5beb9411a7', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-23 12:44:25,605 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-23 12:44:25,605 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-23 12:44:25,605 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-03-23 12:44:25,606 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-23 12:44:25,646 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-23 12:44:25,647 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-23 12:44:25,647 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-23 12:44:25,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-03-23 12:44:25,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-23 12:44:25,680 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-23 12:44:25,684 - 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': 'e0eedf83-6063-41c4-9ca1-5183d27ec216', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9770502d-c431-433d-bcf6-683f01513d3f', 'flavor_name': 'rally-tiny-9770502d-c431-433d-bcf6-683f01513d3f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9770502d-c431-433d-bcf6-683f01513d3f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-23 12:47:25,093 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 34a75628-c91a-4ec7-a1fe-08f14571fd0d 2018-03-23 12:47:25,094 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '34a75628-c91a-4ec7-a1fe-08f14571fd0d'] 2018-03-23 12:47:26,216 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 34a75628-c91a-4ec7-a1fe-08f14571fd0d: 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 34a75628-c91a-4ec7-a1fe-08f14571fd0d has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.116 | 3.116 | 3.116 | 3.116 | 3.116 | 3.116 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.427 | 2.427 | 2.427 | 2.427 | 2.427 | 2.427 | 100.0% | 1 | | total | 5.543 | 5.543 | 5.543 | 5.543 | 5.543 | 5.543 | 100.0% | 1 | | -> duration | 5.543 | 5.543 | 5.543 | 5.543 | 5.543 | 5.543 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.543459 Full duration: 21.262437 -------------------------------------------------------------------------------- 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 34a75628-c91a-4ec7-a1fe-08f14571fd0d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 2.92 | 2.92 | 2.92 | 2.92 | 2.92 | 2.92 | 100.0% | 1 | | cinder_v2.delete_volume | 2.416 | 2.416 | 2.416 | 2.416 | 2.416 | 2.416 | 100.0% | 1 | | total | 5.337 | 5.337 | 5.337 | 5.337 | 5.337 | 5.337 | 100.0% | 1 | | -> duration | 5.337 | 5.337 | 5.337 | 5.337 | 5.337 | 5.337 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.336531 Full duration: 14.342407 -------------------------------------------------------------------------------- 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-9770502d-c431-433d-bcf6-683f01513d3f" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 34a75628-c91a-4ec7-a1fe-08f14571fd0d 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.774 | 7.774 | 7.774 | 7.774 | 7.774 | 7.774 | 100.0% | 1 | | cinder_v2.delete_volume | 2.319 | 2.319 | 2.319 | 2.319 | 2.319 | 2.319 | 100.0% | 1 | | total | 10.094 | 10.094 | 10.094 | 10.094 | 10.094 | 10.094 | 100.0% | 1 | | -> duration | 10.094 | 10.094 | 10.094 | 10.094 | 10.094 | 10.094 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.093777 Full duration: 19.750836 -------------------------------------------------------------------------------- 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 34a75628-c91a-4ec7-a1fe-08f14571fd0d 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.086 | 3.086 | 3.086 | 3.086 | 3.086 | 3.086 | 100.0% | 1 | | cinder_v2.delete_volume | 2.458 | 2.458 | 2.458 | 2.458 | 2.458 | 2.458 | 100.0% | 1 | | total | 5.544 | 5.544 | 5.544 | 5.544 | 5.544 | 5.544 | 100.0% | 1 | | -> duration | 5.544 | 5.544 | 5.544 | 5.544 | 5.544 | 5.544 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.544083 Full duration: 14.69648 -------------------------------------------------------------------------------- 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 34a75628-c91a-4ec7-a1fe-08f14571fd0d 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.041 | 3.041 | 3.041 | 3.041 | 3.041 | 3.041 | 100.0% | 1 | | cinder_v2.extend_volume | 2.338 | 2.338 | 2.338 | 2.338 | 2.338 | 2.338 | 100.0% | 1 | | cinder_v2.delete_volume | 2.191 | 2.191 | 2.191 | 2.191 | 2.191 | 2.191 | 100.0% | 1 | | total | 7.57 | 7.57 | 7.57 | 7.57 | 7.57 | 7.57 | 100.0% | 1 | | -> duration | 7.57 | 7.57 | 7.57 | 7.57 | 7.57 | 7.57 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.570253 Full duration: 16.344477 -------------------------------------------------------------------------------- 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 34a75628-c91a-4ec7-a1fe-08f14571fd0d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 2.993 | 2.993 | 2.993 | 2.993 | 2.993 | 2.993 | 100.0% | 1 | | cinder_v2.delete_volume | 2.293 | 2.293 | 2.293 | 2.293 | 2.293 | 2.293 | 100.0% | 1 | | total | 5.287 | 5.287 | 5.287 | 5.287 | 5.287 | 5.287 | 100.0% | 1 | | -> duration | 5.287 | 5.287 | 5.287 | 5.287 | 5.287 | 5.287 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.286508 Full duration: 21.247897 -------------------------------------------------------------------------------- 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 34a75628-c91a-4ec7-a1fe-08f14571fd0d 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.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | cinder_v2.list_qos | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | total | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | -> duration | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.717368 Full duration: 10.870721 -------------------------------------------------------------------------------- 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 34a75628-c91a-4ec7-a1fe-08f14571fd0d 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.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | cinder_v2.set_qos | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 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.746041 Full duration: 11.205335 -------------------------------------------------------------------------------- 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 34a75628-c91a-4ec7-a1fe-08f14571fd0d 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.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | cinder_v2.list_types | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 100.0% | 1 | | total | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> duration | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.733052 Full duration: 10.993687 -------------------------------------------------------------------------------- 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 34a75628-c91a-4ec7-a1fe-08f14571fd0d 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.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.781888 Full duration: 11.183676 HINTS: * To plot HTML graphics with this data, run: rally task report 34a75628-c91a-4ec7-a1fe-08f14571fd0d --out output.html * To generate a JUnit report, run: rally task export 34a75628-c91a-4ec7-a1fe-08f14571fd0d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 34a75628-c91a-4ec7-a1fe-08f14571fd0d --json --out output.json 2018-03-23 12:47:26,217 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '34a75628-c91a-4ec7-a1fe-08f14571fd0d'] 2018-03-23 12:47:27,290 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-23 12:47:27,291 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '34a75628-c91a-4ec7-a1fe-08f14571fd0d', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-23 12:47:27,298 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-23 12:47:27,298 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-23 12:47:27,298 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-03-23 12:47:27,299 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-23 12:47:27,338 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-23 12:47:27,341 - 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': 'e0eedf83-6063-41c4-9ca1-5183d27ec216', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9770502d-c431-433d-bcf6-683f01513d3f', 'flavor_name': 'rally-tiny-9770502d-c431-433d-bcf6-683f01513d3f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9770502d-c431-433d-bcf6-683f01513d3f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-23 12:48:39,406 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9fde484d-f26a-4ebb-8c6b-106f7a2aaa69 2018-03-23 12:48:39,406 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9fde484d-f26a-4ebb-8c6b-106f7a2aaa69'] 2018-03-23 12:48:40,375 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9fde484d-f26a-4ebb-8c6b-106f7a2aaa69: 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 9fde484d-f26a-4ebb-8c6b-106f7a2aaa69 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.467 | 4.467 | 4.467 | 4.467 | 4.467 | 4.467 | 100.0% | 1 | | heat.update_stack | 2.804 | 2.804 | 2.804 | 2.804 | 2.804 | 2.804 | 100.0% | 1 | | heat.delete_stack | 2.215 | 2.215 | 2.215 | 2.215 | 2.215 | 2.215 | 100.0% | 1 | | total | 9.486 | 9.486 | 9.486 | 9.486 | 9.486 | 9.486 | 100.0% | 1 | | -> duration | 5.486 | 5.486 | 5.486 | 5.486 | 5.486 | 5.486 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.486478 Full duration: 16.819745 -------------------------------------------------------------------------------- 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 9fde484d-f26a-4ebb-8c6b-106f7a2aaa69 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.292 | 4.292 | 4.292 | 4.292 | 4.292 | 4.292 | 100.0% | 1 | | heat.check_stack | 0.383 | 0.383 | 0.383 | 0.383 | 0.383 | 0.383 | 100.0% | 1 | | heat.delete_stack | 2.246 | 2.246 | 2.246 | 2.246 | 2.246 | 2.246 | 100.0% | 1 | | total | 6.921 | 6.921 | 6.921 | 6.921 | 6.921 | 6.921 | 100.0% | 1 | | -> duration | 4.921 | 4.921 | 4.921 | 4.921 | 4.921 | 4.921 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.920984 Full duration: 14.629921 -------------------------------------------------------------------------------- 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 9fde484d-f26a-4ebb-8c6b-106f7a2aaa69 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.313 | 4.313 | 4.313 | 4.313 | 4.313 | 4.313 | 100.0% | 1 | | heat.suspend_stack | 1.549 | 1.549 | 1.549 | 1.549 | 1.549 | 1.549 | 100.0% | 1 | | heat.resume_stack | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | heat.delete_stack | 2.237 | 2.237 | 2.237 | 2.237 | 2.237 | 2.237 | 100.0% | 1 | | total | 8.416 | 8.416 | 8.416 | 8.416 | 8.416 | 8.416 | 100.0% | 1 | | -> duration | 6.416 | 6.416 | 6.416 | 6.416 | 6.416 | 6.416 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.41611 Full duration: 15.788645 -------------------------------------------------------------------------------- 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 9fde484d-f26a-4ebb-8c6b-106f7a2aaa69 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.547 | 0.547 | 0.547 | 0.547 | 0.547 | 0.547 | 100.0% | 1 | | total | 0.547 | 0.547 | 0.547 | 0.547 | 0.547 | 0.547 | 100.0% | 1 | | -> duration | 0.547 | 0.547 | 0.547 | 0.547 | 0.547 | 0.547 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.547157 Full duration: 7.629057 HINTS: * To plot HTML graphics with this data, run: rally task report 9fde484d-f26a-4ebb-8c6b-106f7a2aaa69 --out output.html * To generate a JUnit report, run: rally task export 9fde484d-f26a-4ebb-8c6b-106f7a2aaa69 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9fde484d-f26a-4ebb-8c6b-106f7a2aaa69 --json --out output.json 2018-03-23 12:48:40,375 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9fde484d-f26a-4ebb-8c6b-106f7a2aaa69'] 2018-03-23 12:48:41,256 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-23 12:48:41,257 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9fde484d-f26a-4ebb-8c6b-106f7a2aaa69', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-23 12:48:41,263 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-23 12:48:41,264 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-23 12:48:41,264 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-03-23 12:48:41,264 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-23 12:48:41,293 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-23 12:48:41,296 - 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': 'e0eedf83-6063-41c4-9ca1-5183d27ec216', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9770502d-c431-433d-bcf6-683f01513d3f', 'flavor_name': 'rally-tiny-9770502d-c431-433d-bcf6-683f01513d3f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9770502d-c431-433d-bcf6-683f01513d3f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-23 12:51:36,422 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 02ee6830-9514-49c8-b5fc-3b967d58fe00 2018-03-23 12:51:36,423 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '02ee6830-9514-49c8-b5fc-3b967d58fe00'] 2018-03-23 12:51:37,558 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 02ee6830-9514-49c8-b5fc-3b967d58fe00: 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 02ee6830-9514-49c8-b5fc-3b967d58fe00 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.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | keystone_v3.add_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.revoke_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> duration | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.780686 Full duration: 13.462464 -------------------------------------------------------------------------------- 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 02ee6830-9514-49c8-b5fc-3b967d58fe00 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.492 | 0.492 | 0.492 | 0.492 | 0.492 | 0.492 | 100.0% | 1 | | keystone_v3.add_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.list_roles | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> duration | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.692494 Full duration: 13.320158 -------------------------------------------------------------------------------- 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 02ee6830-9514-49c8-b5fc-3b967d58fe00 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.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | keystone_v3.list_projects | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | -> duration | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.857107 Full duration: 13.56397 -------------------------------------------------------------------------------- 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 02ee6830-9514-49c8-b5fc-3b967d58fe00 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.485 | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 100.0% | 1 | | keystone_v3.delete_role | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> duration | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.58069 Full duration: 11.373196 -------------------------------------------------------------------------------- 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 02ee6830-9514-49c8-b5fc-3b967d58fe00 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.533 | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> duration | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.648065 Full duration: 11.374415 -------------------------------------------------------------------------------- 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 02ee6830-9514-49c8-b5fc-3b967d58fe00 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.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | keystone_v3.create_user | 0.44 | 0.44 | 0.44 | 0.44 | 0.44 | 0.44 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | -> keystone_v3.add_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.create_role | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_project | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.get_user | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_role | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 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.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 1.644 | 1.644 | 1.644 | 1.644 | 1.644 | 1.644 | 100.0% | 1 | | -> duration | 1.644 | 1.644 | 1.644 | 1.644 | 1.644 | 1.644 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.643624 Full duration: 17.965883 -------------------------------------------------------------------------------- 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 02ee6830-9514-49c8-b5fc-3b967d58fe00 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.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | keystone_v3.update_project | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.delete_project | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | total | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | -> duration | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.85652 Full duration: 11.597183 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 02ee6830-9514-49c8-b5fc-3b967d58fe00 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.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | total | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> duration | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.709514 Full duration: 13.428706 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 02ee6830-9514-49c8-b5fc-3b967d58fe00 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 | | total | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | -> duration | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.62892 Full duration: 13.134854 -------------------------------------------------------------------------------- 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 02ee6830-9514-49c8-b5fc-3b967d58fe00 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.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | keystone_v3.list_users | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | -> duration | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.892023 Full duration: 13.543965 -------------------------------------------------------------------------------- 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 02ee6830-9514-49c8-b5fc-3b967d58fe00 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.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | keystone_v3.create_users | 4.338 | 4.338 | 4.338 | 4.338 | 4.338 | 4.338 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.338 | 4.338 | 4.338 | 4.338 | 4.338 | 4.338 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.086 | 1.086 | 1.086 | 1.086 | 1.086 | 1.086 | 100.0% | 1 | | total | 5.847 | 5.847 | 5.847 | 5.847 | 5.847 | 5.847 | 100.0% | 1 | | -> duration | 5.847 | 5.847 | 5.847 | 5.847 | 5.847 | 5.847 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.847332 Full duration: 22.608503 HINTS: * To plot HTML graphics with this data, run: rally task report 02ee6830-9514-49c8-b5fc-3b967d58fe00 --out output.html * To generate a JUnit report, run: rally task export 02ee6830-9514-49c8-b5fc-3b967d58fe00 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 02ee6830-9514-49c8-b5fc-3b967d58fe00 --json --out output.json 2018-03-23 12:51:37,558 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '02ee6830-9514-49c8-b5fc-3b967d58fe00'] 2018-03-23 12:51:38,534 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-23 12:51:38,534 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '02ee6830-9514-49c8-b5fc-3b967d58fe00', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-23 12:51:38,542 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-23 12:51:38,542 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-23 12:51:38,542 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-03-23 12:51:38,542 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-23 12:51:38,589 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-23 12:51:38,597 - 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': 'e0eedf83-6063-41c4-9ca1-5183d27ec216', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9770502d-c431-433d-bcf6-683f01513d3f', 'flavor_name': 'rally-tiny-9770502d-c431-433d-bcf6-683f01513d3f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9770502d-c431-433d-bcf6-683f01513d3f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-23 12:56:10,559 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b542fa07-210a-4e59-b144-e3ddf29f9092 2018-03-23 12:56:10,560 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b542fa07-210a-4e59-b144-e3ddf29f9092'] 2018-03-23 12:56:11,600 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b542fa07-210a-4e59-b144-e3ddf29f9092: 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 b542fa07-210a-4e59-b144-e3ddf29f9092 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.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | neutron.delete_network | 0.643 | 0.643 | 0.643 | 0.643 | 0.643 | 0.643 | 100.0% | 1 | | total | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 100.0% | 1 | | -> duration | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.565965 Full duration: 13.756337 -------------------------------------------------------------------------------- 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 b542fa07-210a-4e59-b144-e3ddf29f9092 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.425 | 1.425 | 1.425 | 1.425 | 1.425 | 1.425 | 100.0% | 1 | | neutron.delete_port | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | total | 2.063 | 2.063 | 2.063 | 2.063 | 2.063 | 2.063 | 100.0% | 1 | | -> duration | 2.063 | 2.063 | 2.063 | 2.063 | 2.063 | 2.063 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.063206 Full duration: 24.852798 -------------------------------------------------------------------------------- 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 b542fa07-210a-4e59-b144-e3ddf29f9092 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.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | neutron.create_subnet | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | neutron.create_router | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | neutron.add_interface_router | 1.637 | 1.637 | 1.637 | 1.637 | 1.637 | 1.637 | 100.0% | 1 | | neutron.remove_interface_router | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 100.0% | 1 | | neutron.delete_router | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 4.617 | 4.617 | 4.617 | 4.617 | 4.617 | 4.617 | 100.0% | 1 | | -> duration | 4.617 | 4.617 | 4.617 | 4.617 | 4.617 | 4.617 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.617295 Full duration: 32.300799 -------------------------------------------------------------------------------- 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 b542fa07-210a-4e59-b144-e3ddf29f9092 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | neutron.delete_subnet | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | total | 1.693 | 1.693 | 1.693 | 1.693 | 1.693 | 1.693 | 100.0% | 1 | | -> duration | 1.693 | 1.693 | 1.693 | 1.693 | 1.693 | 1.693 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.692749 Full duration: 24.087771 -------------------------------------------------------------------------------- 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 b542fa07-210a-4e59-b144-e3ddf29f9092 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.896 | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 100.0% | 1 | | neutron.list_networks | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 100.0% | 1 | | total | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 100.0% | 1 | | -> duration | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.184284 Full duration: 15.262785 -------------------------------------------------------------------------------- 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 b542fa07-210a-4e59-b144-e3ddf29f9092 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.52 | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 100.0% | 1 | | neutron.list_ports | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 1.621 | 1.621 | 1.621 | 1.621 | 1.621 | 1.621 | 100.0% | 1 | | -> duration | 1.621 | 1.621 | 1.621 | 1.621 | 1.621 | 1.621 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.621361 Full duration: 24.084136 -------------------------------------------------------------------------------- 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 b542fa07-210a-4e59-b144-e3ddf29f9092 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.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | neutron.create_subnet | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 100.0% | 1 | | neutron.create_router | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | neutron.add_interface_router | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 100.0% | 1 | | neutron.list_routers | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 3.105 | 3.105 | 3.105 | 3.105 | 3.105 | 3.105 | 100.0% | 1 | | -> duration | 3.105 | 3.105 | 3.105 | 3.105 | 3.105 | 3.105 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.104918 Full duration: 32.925541 -------------------------------------------------------------------------------- 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 b542fa07-210a-4e59-b144-e3ddf29f9092 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.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | neutron.create_subnet | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 100.0% | 1 | | neutron.list_subnets | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 100.0% | 1 | | -> duration | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.324907 Full duration: 29.351068 -------------------------------------------------------------------------------- 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 b542fa07-210a-4e59-b144-e3ddf29f9092 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.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | neutron.delete_security_group | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | -> duration | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.973585 Full duration: 13.136612 -------------------------------------------------------------------------------- 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 b542fa07-210a-4e59-b144-e3ddf29f9092 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.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | neutron.create_security_group_rule | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | neutron.delete_security_group | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 100.0% | 1 | | -> duration | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.100967 Full duration: 13.060148 -------------------------------------------------------------------------------- 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 b542fa07-210a-4e59-b144-e3ddf29f9092 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.004 | 1.004 | 1.004 | 1.004 | 1.004 | 1.004 | 100.0% | 1 | | neutron.create_router | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | neutron.add_gateway_router | 1.291 | 1.291 | 1.291 | 1.291 | 1.291 | 1.291 | 100.0% | 1 | | neutron.remove_gateway_router | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 100.0% | 1 | | total | 3.409 | 3.409 | 3.409 | 3.409 | 3.409 | 3.409 | 100.0% | 1 | | -> duration | 3.409 | 3.409 | 3.409 | 3.409 | 3.409 | 3.409 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.40909 Full duration: 22.597269 HINTS: * To plot HTML graphics with this data, run: rally task report b542fa07-210a-4e59-b144-e3ddf29f9092 --out output.html * To generate a JUnit report, run: rally task export b542fa07-210a-4e59-b144-e3ddf29f9092 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b542fa07-210a-4e59-b144-e3ddf29f9092 --json --out output.json 2018-03-23 12:56:11,601 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b542fa07-210a-4e59-b144-e3ddf29f9092'] 2018-03-23 12:56:12,841 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-23 12:56:12,841 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b542fa07-210a-4e59-b144-e3ddf29f9092', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-23 12:56:12,849 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-23 12:56:12,849 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-23 12:56:12,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-03-23 12:56:12,850 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-23 12:56:12,887 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-23 12:56:12,892 - 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': 'e0eedf83-6063-41c4-9ca1-5183d27ec216', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9770502d-c431-433d-bcf6-683f01513d3f', 'flavor_name': 'rally-tiny-9770502d-c431-433d-bcf6-683f01513d3f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9770502d-c431-433d-bcf6-683f01513d3f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-23 12:57:00,656 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 205d65f2-7e05-4454-a2f7-3ebb852ba3cc 2018-03-23 12:57:00,657 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '205d65f2-7e05-4454-a2f7-3ebb852ba3cc'] 2018-03-23 12:57:01,698 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 205d65f2-7e05-4454-a2f7-3ebb852ba3cc: 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-9770502d-c431-433d-bcf6-683f01513d3f" }, "image": { "name": "Cirros-0.4.0-9770502d-c431-433d-bcf6-683f01513d3f" }, "block_migration": false, "nics": [ { "net-id": "e0eedf83-6063-41c4-9ca1-5183d27ec216" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 205d65f2-7e05-4454-a2f7-3ebb852ba3cc has 1 error(s) -------------------------------------------------------------------------------- BadRequest: No valid host was found. Unable to move instance 7c2de807-0348-4918-ba06-b40eadd1f935 to host overcloud-novacompute-1.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-edcf66ce-0fc8-46c5-aa77-70d9c2bbb834) 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 7c2de807-0348-4918-ba06-b40eadd1f935 to host overcloud-novacompute-1.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-edcf66ce-0fc8-46c5-aa77-70d9c2bbb834) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.989 | 7.989 | 7.989 | 7.989 | 7.989 | 7.989 | 100.0% | 1 | | nova.find_host_to_migrate | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | nova.live_migrate | 1.56 | 1.56 | 1.56 | 1.56 | 1.56 | 1.56 | 0.0% | 1 | | total | 10.439 | 10.439 | 10.439 | 10.439 | 10.439 | 10.439 | 0.0% | 1 | | -> duration | 9.439 | 9.439 | 9.439 | 9.439 | 9.439 | 9.439 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.439488 Full duration: 28.05345 HINTS: * To plot HTML graphics with this data, run: rally task report 205d65f2-7e05-4454-a2f7-3ebb852ba3cc --out output.html * To generate a JUnit report, run: rally task export 205d65f2-7e05-4454-a2f7-3ebb852ba3cc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 205d65f2-7e05-4454-a2f7-3ebb852ba3cc --json --out output.json 2018-03-23 12:57:01,699 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '205d65f2-7e05-4454-a2f7-3ebb852ba3cc'] 2018-03-23 12:57:02,700 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-23 12:57:02,701 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '205d65f2-7e05-4454-a2f7-3ebb852ba3cc', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-23 12:57:02,707 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-23 12:57:02,707 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-23 12:57:02,707 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-03-23 12:57:02,707 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-23 12:57:02,724 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-23 12:57:02,725 - 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': 'e0eedf83-6063-41c4-9ca1-5183d27ec216', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9770502d-c431-433d-bcf6-683f01513d3f', 'flavor_name': 'rally-tiny-9770502d-c431-433d-bcf6-683f01513d3f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9770502d-c431-433d-bcf6-683f01513d3f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-23 12:57:46,836 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6316fd8d-fffd-4824-ac0e-76f6098d1ee8 2018-03-23 12:57:46,837 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '6316fd8d-fffd-4824-ac0e-76f6098d1ee8'] 2018-03-23 12:57:47,928 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 6316fd8d-fffd-4824-ac0e-76f6098d1ee8: 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 6316fd8d-fffd-4824-ac0e-76f6098d1ee8 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.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | quotas.delete_quotas | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 100.0% | 1 | | total | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | -> duration | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.818807 Full duration: 8.026202 -------------------------------------------------------------------------------- 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 6316fd8d-fffd-4824-ac0e-76f6098d1ee8 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.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | total | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | -> duration | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.660442 Full duration: 7.516633 -------------------------------------------------------------------------------- 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 6316fd8d-fffd-4824-ac0e-76f6098d1ee8 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.251 | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 100.0% | 1 | | total | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | -> duration | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.638638 Full duration: 7.624702 -------------------------------------------------------------------------------- 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 6316fd8d-fffd-4824-ac0e-76f6098d1ee8 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.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 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.880674 Full duration: 7.875649 HINTS: * To plot HTML graphics with this data, run: rally task report 6316fd8d-fffd-4824-ac0e-76f6098d1ee8 --out output.html * To generate a JUnit report, run: rally task export 6316fd8d-fffd-4824-ac0e-76f6098d1ee8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6316fd8d-fffd-4824-ac0e-76f6098d1ee8 --json --out output.json 2018-03-23 12:57:47,929 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '6316fd8d-fffd-4824-ac0e-76f6098d1ee8'] 2018-03-23 12:57:48,917 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-23 12:57:48,917 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '6316fd8d-fffd-4824-ac0e-76f6098d1ee8', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-23 12:57:48,923 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-23 12:57:48,925 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:40 | 6 | 100.00% | | glance | 01:13 | 4 | 100.00% | | cinder | 02:31 | 10 | 100.00% | | heat | 00:54 | 4 | 100.00% | | keystone | 02:35 | 11 | 100.00% | | neutron | 04:05 | 11 | 100.00% | | nova | 00:28 | 1 | 0.00% | | quotas | 00:31 | 4 | 100.00% | | | | | | | TOTAL: | 00:13:00 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-23 12:57:48,925 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-23 12:57:55,454 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-23 12:57:55,454 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-23 12:57:55,968 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-23 12:57:55,968 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 16:22 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-23 12:57:55,972 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-23 12:57:55,972 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-23 12:57:56,068 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-23 12:57:58,413 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-23 12:57:58.084 9788 INFO rally.deployment.engine [-] Deployment 543f8790-1c27-4cd6-9c05-ab7585565c18 | Starting: Destroy cloud and free allocated resources. 2018-03-23 12:57:58.168 9788 INFO rally.deployment.engine [-] Deployment 543f8790-1c27-4cd6-9c05-ab7585565c18 | Completed: Destroy cloud and free allocated resources. 2018-03-23 12:57:58.192 9788 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=24edfcd9-69bd-437e-a58d-fe20bb0bc8b9). 2018-03-23 12:57:58.197 9788 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-23 12:58:00,837 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-23 12:58:00.541 9791 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=98a2dd66-9a20-4470-a964-41fc43a9d9c0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 98a2dd66-9a20-4470-a964-41fc43a9d9c0 | 2018-03-23T12:58:00 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 98a2dd66-9a20-4470-a964-41fc43a9d9c0 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-23 12:58:04,137 - 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-03-23 12:58:04,138 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-23 12:58:06,314 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-23 12:58:06.045 9797 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=24edfcd9-69bd-437e-a58d-fe20bb0bc8b9). 2018-03-23 12:58:06.168 9797 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-23 12:58:09,545 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-23 12:58:08.313 9800 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-23 12:58:08.450 9800 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-23 12:58:09.407 9800 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=afc03a11-9378-4656-b77c-800cdebd7905) has been successfully created! Using verifier 'opnfv-tempest' (UUID=afc03a11-9378-4656-b77c-800cdebd7905) as the default verifier for the future CLI operations. 2018-03-23 12:58:12,658 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-23 12:58:14,344 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-23 12:58:17,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-23 12:58:22,638 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-23 12:58:21.816 9819 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=afc03a11-9378-4656-b77c-800cdebd7905) for deployment 'opnfv-rally' (UUID=98a2dd66-9a20-4470-a964-41fc43a9d9c0). 2018-03-23 12:58:22.484 9819 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=afc03a11-9378-4656-b77c-800cdebd7905) has been successfully configured for deployment 'opnfv-rally' (UUID=98a2dd66-9a20-4470-a964-41fc43a9d9c0)! 2018-03-23 12:58:22,638 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-23 12:58:22,638 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-23 12:58:22,640 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-23 12:58:24,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-03-23 12:58:27,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:27.003 9831 INFO rally.api [-] Starting verification (UUID=cb6cb3fd-6a92-4fbd-b13f-e38d88011711) for deployment 'opnfv-rally' (UUID=98a2dd66-9a20-4470-a964-41fc43a9d9c0) by verifier 'opnfv-tempest' (UUID=afc03a11-9378-4656-b77c-800cdebd7905). 2018-03-23 12:58:27,004 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: cb6cb3fd-6a92-4fbd-b13f-e38d88011711 2018-03-23 12:58:35,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:35.881 9831 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-03-23 12:58:36,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:36.115 9831 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.428s] 2018-03-23 12:58:36,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:36.470 9831 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.486s] 2018-03-23 12:58:36,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:36.476 9831 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.360s] 2018-03-23 12:58:36,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:36.579 9831 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.630s] 2018-03-23 12:58:37,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:37.305 9831 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.184s] 2018-03-23 12:58:37,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:37.581 9831 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [1.000s] 2018-03-23 12:58:38,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:38.507 9831 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.202s] 2018-03-23 12:58:41,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:41.654 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [2.715s] 2018-03-23 12:58:41,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:41.813 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [5.576s] 2018-03-23 12:58:43,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:43.577 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.651s] 2018-03-23 12:58:43,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:43.623 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.968s] 2018-03-23 12:58:44,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:44.074 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.450s] 2018-03-23 12:58:47,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:47.024 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-03-23 12:58:47,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:47.096 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.071s] 2018-03-23 12:58:47,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:47.174 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.078s] 2018-03-23 12:58:48,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:48.327 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.748s] 2018-03-23 12:58:48,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:48.902 9831 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.497s] 2018-03-23 12:58:49,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:49.261 9831 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.359s] 2018-03-23 12:58:49,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:49.515 9831 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.721s] 2018-03-23 12:58:49,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:49.848 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.521s] 2018-03-23 12:58:50,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:50.407 9831 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.892s] 2018-03-23 12:58:50,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:50.601 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.753s] 2018-03-23 12:58:52,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:52.181 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.578s] 2018-03-23 12:58:52,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:52.345 9831 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.111s] 2018-03-23 12:58:53,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:53.203 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.182s] 2018-03-23 12:58:53,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:53.217 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.015s] 2018-03-23 12:58:54,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:54.360 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.141s] 2018-03-23 12:58:54,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:54.367 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.007s] 2018-03-23 12:58:54,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:54.412 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.045s] 2018-03-23 12:58:55,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:55.038 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.854s] 2018-03-23 12:58:55,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:55.787 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.748s] 2018-03-23 12:58:55,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:55.882 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.094s] 2018-03-23 12:58:55,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:55.904 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.021s] 2018-03-23 12:58:55,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:55.932 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.028s] 2018-03-23 12:58:55,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:55.953 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.021s] 2018-03-23 12:58:57,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:57.894 9831 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.546s] 2018-03-23 12:58:58,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:58.892 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.081s] 2018-03-23 12:58:59,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:58:59.921 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.028s] 2018-03-23 12:59:05,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:05.544 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [23.725s] 2018-03-23 12:59:09,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:09.495 9831 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.051s] 2018-03-23 12:59:15,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:15.278 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.883s] 2018-03-23 12:59:15,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:15.345 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-03-23 12:59:15,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:15.573 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.228s] 2018-03-23 12:59:15,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:15.711 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.136s] 2018-03-23 12:59:15,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:15.712 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-23 12:59:19,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:19.068 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.044s] 2018-03-23 12:59:19,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:19.105 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.036s] 2018-03-23 12:59:19,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:19.154 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.048s] 2018-03-23 12:59:19,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:19.207 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.207s] 2018-03-23 12:59:19,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:19.639 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.484s] 2018-03-23 12:59:19,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:19.745 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.105s] 2018-03-23 12:59:19,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:19.982 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.236s] 2018-03-23 12:59:20,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:20.024 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.041s] 2018-03-23 12:59:20,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:20.074 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.050s] 2018-03-23 12:59:20,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:20.130 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.056s] 2018-03-23 12:59:20,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:20.192 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.061s] 2018-03-23 12:59:20,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:20.250 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.058s] 2018-03-23 12:59:20,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:20.330 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.078s] 2018-03-23 12:59:20,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:20.409 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.079s] 2018-03-23 12:59:20,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:20.459 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.050s] 2018-03-23 12:59:20,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:20.509 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.049s] 2018-03-23 12:59:22,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:22.689 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.480s] 2018-03-23 12:59:25,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:25.206 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.516s] 2018-03-23 12:59:25,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:25.260 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.054s] 2018-03-23 12:59:25,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:25.315 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.055s] 2018-03-23 12:59:25,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:25.374 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.058s] 2018-03-23 12:59:25,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:25.430 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.055s] 2018-03-23 12:59:31,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:31.162 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.212s] 2018-03-23 12:59:31,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:31.389 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.225s] 2018-03-23 12:59:31,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:31.611 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.062s] 2018-03-23 12:59:31,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:31.616 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.227s] 2018-03-23 12:59:31,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:31.623 9831 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-03-23 12:59:31,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:31.764 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.140s] 2018-03-23 12:59:31,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:31.776 9831 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-03-23 12:59:31,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:31.787 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-03-23 12:59:31,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:31.820 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.033s] 2018-03-23 12:59:31,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:31.867 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.250s] 2018-03-23 12:59:31,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:31.884 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.062s] 2018-03-23 12:59:31,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:31.944 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.060s] 2018-03-23 12:59:32,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:32.089 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.222s] 2018-03-23 12:59:32,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:32.101 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.156s] 2018-03-23 12:59:32,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:32.118 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.017s] 2018-03-23 12:59:32,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:32.156 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.068s] 2018-03-23 12:59:32,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:32.185 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.067s] 2018-03-23 12:59:32,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:32.239 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.081s] 2018-03-23 12:59:32,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:32.305 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.066s] 2018-03-23 12:59:32,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:32.374 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.068s] 2018-03-23 12:59:32,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:32.441 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.066s] 2018-03-23 12:59:32,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:32.621 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.178s] 2018-03-23 12:59:46,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:46.555 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [41.000s] 2018-03-23 12:59:51,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:51.351 9831 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.173s] 2018-03-23 12:59:52,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:52.542 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [43.916s] 2018-03-23 12:59:54,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:54.138 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.968s] 2018-03-23 12:59:57,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 12:59:57.839 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.700s] 2018-03-23 13:00:00,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:00.324 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.351s] 2018-03-23 13:00:00,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:00.555 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.231s] 2018-03-23 13:00:00,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:00.655 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.096s] 2018-03-23 13:00:00,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:00.809 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.253s] 2018-03-23 13:00:01,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:01.272 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.462s] 2018-03-23 13:00:01,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:01.361 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.521s] 2018-03-23 13:00:01,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:01.722 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.449s] 2018-03-23 13:00:02,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:02.294 9831 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.572s] 2018-03-23 13:00:04,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:04.669 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.127s] 2018-03-23 13:00:04,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:04.676 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.314s] 2018-03-23 13:00:08,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:08.226 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.549s] 2018-03-23 13:00:09,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:09.993 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.480s] 2018-03-23 13:00:11,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:11.495 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.501s] 2018-03-23 13:00:12,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:12.257 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.031s] 2018-03-23 13:00:14,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:14.410 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [81.944s] 2018-03-23 13:00:14,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:14.719 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.220s] 2018-03-23 13:00:14,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:14.987 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.583s] 2018-03-23 13:00:15,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:15.255 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.539s] 2018-03-23 13:00:15,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:15.603 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.345s] 2018-03-23 13:00:16,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:16.422 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [92.329s] 2018-03-23 13:00:17,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:17.457 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.199s] 2018-03-23 13:00:18,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:18.941 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.484s] 2018-03-23 13:00:20,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:20.153 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.548s] 2018-03-23 13:00:20,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:20.391 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.448s] 2018-03-23 13:00:20,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:20.451 9831 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.061s] 2018-03-23 13:00:25,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:25.042 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.887s] 2018-03-23 13:00:25,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:25.205 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.163s] 2018-03-23 13:00:25,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:25.305 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.100s] 2018-03-23 13:00:25,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:25.363 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.058s] 2018-03-23 13:00:25,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:25.418 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.054s] 2018-03-23 13:00:25,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:25.558 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.139s] 2018-03-23 13:00:25,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:25.646 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.087s] 2018-03-23 13:00:25,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:25.847 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.200s] 2018-03-23 13:00:25,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:25.897 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.049s] 2018-03-23 13:00:28,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:28.926 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.027s] 2018-03-23 13:00:31,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:31.619 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.087s] 2018-03-23 13:00:31,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:31.916 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [27.240s] 2018-03-23 13:00:31,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:31.995 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.375s] 2018-03-23 13:00:40,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:40.777 9831 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.696s] 2018-03-23 13:00:41,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:41.479 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.075s] 2018-03-23 13:00:41,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:41.548 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.069s] 2018-03-23 13:00:41,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:41.757 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.208s] 2018-03-23 13:00:42,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:42.072 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.314s] 2018-03-23 13:00:42,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:42.074 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-23 13:00:46,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:46.924 9831 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.144s] 2018-03-23 13:00:49,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:49.979 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [18.063s] 2018-03-23 13:00:54,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:00:54.755 9831 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.152s] 2018-03-23 13:01:00,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:01:00.352 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [59.683s] 2018-03-23 13:01:04,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:01:04.167 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.300s] 2018-03-23 13:01:04,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:01:04.504 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.337s] 2018-03-23 13:01:08,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:01:08.651 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.388s] 2018-03-23 13:01:14,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:01:14.252 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-03-23 13:01:14,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:01:14.502 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.249s] 2018-03-23 13:01:14,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:01:14.542 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.040s] 2018-03-23 13:01:14,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:01:14.571 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.029s] 2018-03-23 13:01:14,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:01:14.601 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.029s] 2018-03-23 13:01:14,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:01:14.816 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.214s] 2018-03-23 13:01:14,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:01:14.857 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.042s] 2018-03-23 13:01:14,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:01:14.903 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.044s] 2018-03-23 13:01:14,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:01:14.939 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.036s] 2018-03-23 13:01:14,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:01:14.978 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.039s] 2018-03-23 13:01:15,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:01:15.801 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.146s] 2018-03-23 13:01:27,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:01:27.806 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.002s] 2018-03-23 13:01:31,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'cb6cb3fd-6a92-4fbd-b13f-e38d88011711']'. 2018-03-23 13:01:32,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-23 13:01:32,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-23 13:01:32,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-23 13:01:32,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | cb6cb3fd-6a92-4fbd-b13f-e38d88011711 | 2018-03-23 13:01:32,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-23 13:01:32,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-23 12:58:26 | 2018-03-23 13:01:32,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-23 13:01:31 | 2018-03-23 13:01:32,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:05 | 2018-03-23 13:01:32,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-23 13:01:32,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-23 13:01:32,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: afc03a11-9378-4656-b77c-800cdebd7905) | 2018-03-23 13:01:32,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-23 13:01:32,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 98a2dd66-9a20-4470-a964-41fc43a9d9c0) | 2018-03-23 13:01:32,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 158 | 2018-03-23 13:01:32,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 174.544 | 2018-03-23 13:01:32,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 158 | 2018-03-23 13:01:32,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-23 13:01:32,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-23 13:01:32,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-23 13:01:32,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-23 13:01:32,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-23 13:01:32,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-23 13:01:32,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-03-23 13:01:36,562 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-23 13:01:36,563 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:24 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-23 13:01:36,567 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-23 13:01:36,666 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-23 13:01:39,186 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-23 13:01:38.768 9937 INFO rally.deployment.engine [-] Deployment 98a2dd66-9a20-4470-a964-41fc43a9d9c0 | Starting: Destroy cloud and free allocated resources. 2018-03-23 13:01:38.858 9937 INFO rally.deployment.engine [-] Deployment 98a2dd66-9a20-4470-a964-41fc43a9d9c0 | Completed: Destroy cloud and free allocated resources. 2018-03-23 13:01:38.904 9937 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=afc03a11-9378-4656-b77c-800cdebd7905) for deployment 'opnfv-rally'. 2018-03-23 13:01:38.926 9937 INFO rally.api [-] Deleting verification (UUID=cb6cb3fd-6a92-4fbd-b13f-e38d88011711). 2018-03-23 13:01:38.962 9937 INFO rally.api [-] Verification has been successfully deleted! 2018-03-23 13:01:38.962 9937 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=afc03a11-9378-4656-b77c-800cdebd7905). 2018-03-23 13:01:38.975 9937 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-23 13:01:41,605 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-23 13:01:41.318 9940 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f4139be2-74b8-493e-a811-3d057b6c9bc1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f4139be2-74b8-493e-a811-3d057b6c9bc1 | 2018-03-23T13:01:41 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f4139be2-74b8-493e-a811-3d057b6c9bc1 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-23 13:01:44,822 - 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-03-23 13:01:44,823 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-23 13:01:47,179 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-23 13:01:46.899 9946 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=afc03a11-9378-4656-b77c-800cdebd7905). 2018-03-23 13:01:47.025 9946 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-23 13:01:50,609 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-23 13:01:49.180 9949 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-23 13:01:49.313 9949 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-23 13:01:50.421 9949 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0ff44308-0226-41c2-8039-a86c43865c81) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0ff44308-0226-41c2-8039-a86c43865c81) as the default verifier for the future CLI operations. 2018-03-23 13:01:53,468 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-23 13:01:55,178 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-23 13:01:58,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-23 13:02:04,874 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-23 13:02:04.004 9968 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0ff44308-0226-41c2-8039-a86c43865c81) for deployment 'opnfv-rally' (UUID=f4139be2-74b8-493e-a811-3d057b6c9bc1). 2018-03-23 13:02:04.703 9968 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0ff44308-0226-41c2-8039-a86c43865c81) has been successfully configured for deployment 'opnfv-rally' (UUID=f4139be2-74b8-493e-a811-3d057b6c9bc1)! 2018-03-23 13:02:04,874 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-23 13:02:04,874 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-23 13:02:04,877 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-23 13:02:04,886 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-23 13:02:07,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0ff44308-0226-41c2-8039-a86c43865c81/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-03-23 13:02:07,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-03-23 13:02:09,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:02:09.897 9977 INFO rally.api [-] Starting verification (UUID=e45b8fc1-40aa-4135-a444-1d5c9581aea9) for deployment 'opnfv-rally' (UUID=f4139be2-74b8-493e-a811-3d057b6c9bc1) by verifier 'opnfv-tempest' (UUID=0ff44308-0226-41c2-8039-a86c43865c81). 2018-03-23 13:02:09,898 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: e45b8fc1-40aa-4135-a444-1d5c9581aea9 2018-03-23 13:04:37,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e45b8fc1-40aa-4135-a444-1d5c9581aea9']'. 2018-03-23 13:04:39,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-23 13:04:39,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-23 13:04:39,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-23 13:04:39,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e45b8fc1-40aa-4135-a444-1d5c9581aea9 | 2018-03-23 13:04:39,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-23 13:04:39,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-23 13:02:09 | 2018-03-23 13:04:39,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-23 13:04:37 | 2018-03-23 13:04:39,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:28 | 2018-03-23 13:04:39,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-23 13:04:39,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-23 13:04:39,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0ff44308-0226-41c2-8039-a86c43865c81) | 2018-03-23 13:04:39,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-23 13:04:39,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f4139be2-74b8-493e-a811-3d057b6c9bc1) | 2018-03-23 13:04:39,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-23 13:04:39,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 139.571 | 2018-03-23 13:04:39,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-03-23 13:04:39,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-03-23 13:04:39,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-23 13:04:39,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-23 13:04:39,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-23 13:04:39,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-23 13:04:39,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-23 13:04:39,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-03-23 13:04:43,400 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-23 13:04:43,401 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:50 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-23 13:04:43,405 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-23 13:04:44,168 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-23 13:45:23,563 - 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 2439.321s FAILED (errors=1) 2018-03-23 13:45:23,731 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-23 13:45:23,731 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 40:39 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-23 13:45:23,736 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-23 13:45:23,736 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-23 13:45:23,835 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-23 13:45:26,379 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-23 13:45:25.932 10204 INFO rally.deployment.engine [-] Deployment f4139be2-74b8-493e-a811-3d057b6c9bc1 | Starting: Destroy cloud and free allocated resources. 2018-03-23 13:45:26.004 10204 INFO rally.deployment.engine [-] Deployment f4139be2-74b8-493e-a811-3d057b6c9bc1 | Completed: Destroy cloud and free allocated resources. 2018-03-23 13:45:26.056 10204 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0ff44308-0226-41c2-8039-a86c43865c81) for deployment 'opnfv-rally'. 2018-03-23 13:45:26.084 10204 INFO rally.api [-] Deleting verification (UUID=e45b8fc1-40aa-4135-a444-1d5c9581aea9). 2018-03-23 13:45:26.167 10204 INFO rally.api [-] Verification has been successfully deleted! 2018-03-23 13:45:26.167 10204 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0ff44308-0226-41c2-8039-a86c43865c81). 2018-03-23 13:45:26.181 10204 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-23 13:45:28,741 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-23 13:45:28.472 10207 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=6ddf2069-d3e8-4047-b887-6c3b44ad39f7) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 6ddf2069-d3e8-4047-b887-6c3b44ad39f7 | 2018-03-23T13:45:28 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 6ddf2069-d3e8-4047-b887-6c3b44ad39f7 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-23 13:45:31,921 - 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-03-23 13:45:31,921 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-23 13:45:34,197 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-23 13:45:33.943 10213 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0ff44308-0226-41c2-8039-a86c43865c81). 2018-03-23 13:45:34.064 10213 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-23 13:45:37,435 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-23 13:45:36.114 10216 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-23 13:45:36.238 10216 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-23 13:45:37.255 10216 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c21ffd3d-6597-4887-93d2-d774bcfcbe2a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c21ffd3d-6597-4887-93d2-d774bcfcbe2a) as the default verifier for the future CLI operations. 2018-03-23 13:45:40,289 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-23 13:45:41,972 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-23 13:45:45,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-23 13:45:50,462 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-23 13:45:49.480 10235 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c21ffd3d-6597-4887-93d2-d774bcfcbe2a) for deployment 'opnfv-rally' (UUID=6ddf2069-d3e8-4047-b887-6c3b44ad39f7). 2018-03-23 13:45:50.302 10235 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c21ffd3d-6597-4887-93d2-d774bcfcbe2a) has been successfully configured for deployment 'opnfv-rally' (UUID=6ddf2069-d3e8-4047-b887-6c3b44ad39f7)! 2018-03-23 13:45:50,463 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-23 13:45:50,463 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-23 13:45:50,465 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-23 13:45:50,477 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-23 13:45:53,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c21ffd3d-6597-4887-93d2-d774bcfcbe2a/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-03-23 13:45:53,296 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-23 13:45:53,298 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-23 13:45:53,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-03-23 13:45:56,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-23 13:45:56.190 10244 INFO rally.api [-] Starting verification (UUID=d456b365-c9f8-44df-aecd-09e8fecdd446) for deployment 'opnfv-rally' (UUID=6ddf2069-d3e8-4047-b887-6c3b44ad39f7) by verifier 'opnfv-tempest' (UUID=c21ffd3d-6597-4887-93d2-d774bcfcbe2a). 2018-03-23 13:45:56,192 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d456b365-c9f8-44df-aecd-09e8fecdd446 2018-03-23 13:47:39,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd456b365-c9f8-44df-aecd-09e8fecdd446']'. 2018-03-23 13:47:40,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-23 13:47:40,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-23 13:47:40,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-23 13:47:40,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d456b365-c9f8-44df-aecd-09e8fecdd446 | 2018-03-23 13:47:40,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-23 13:47:40,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-23 13:45:55 | 2018-03-23 13:47:40,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-23 13:47:39 | 2018-03-23 13:47:40,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:44 | 2018-03-23 13:47:40,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-23 13:47:40,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-23 13:47:40,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c21ffd3d-6597-4887-93d2-d774bcfcbe2a) | 2018-03-23 13:47:40,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-23 13:47:40,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 6ddf2069-d3e8-4047-b887-6c3b44ad39f7) | 2018-03-23 13:47:40,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-23 13:47:40,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 93.19 | 2018-03-23 13:47:40,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-03-23 13:47:40,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-03-23 13:47:40,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-23 13:47:40,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-23 13:47:40,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-23 13:47:40,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-23 13:47:40,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-23 13:47:40,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-03-23 13:47:44,466 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-23 13:47:44,466 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:04 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-03-23 13:47:44,471 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:39 | PASS | | vping_userdata | functest | smoke | 00:29 | PASS | | tempest_smoke_serial | functest | smoke | 10:15 | FAIL | | rally_sanity | functest | smoke | 16:22 | FAIL | | refstack_defcore | functest | smoke | 03:24 | PASS | | patrole | functest | smoke | 02:50 | PASS | | snaps_smoke | functest | smoke | 40:39 | FAIL | | neutron_trunk | functest | smoke | 02:04 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-23 13:47:44,479 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-23 13:47:47,793 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-43 | | 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-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-23 13:47:47,796 - 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=NHVyGwU3djxFvuptprnyh4KRF export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-23 13:47:47,796 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-23 13:47:47,797 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ 2018-03-23 13:47:47,798 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-23 13:47:47,798 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-23 13:52:21,650 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-23 13:52:21,778 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-23 13:52:21,779 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:34 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-23 13:52:21,782 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:34 | PASS | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-23 13:52:21,786 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-23 13:52:24,494 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-43 | | 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-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-23 13:52:24,499 - 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=NHVyGwU3djxFvuptprnyh4KRF export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-23 13:52:24,499 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-23 13:52:24,499 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-23 13:52:24,500 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-03-23 13:52:24,502 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-23 13:52:27,240 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-43 | | 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-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-23 13:52:27,245 - 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=NHVyGwU3djxFvuptprnyh4KRF export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-23 13:52:27,245 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-23 13:52:27,246 - 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-03-23 13:52:27,248 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-23 13:52:27,248 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-03-23 13:54:33,435 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-03-23 13:54:33,569 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-23 13:54:33,569 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 02:06 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-03-23 13:54:33,572 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 02:06 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-23 13:54:33,574 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK