2018-04-04 18:41:32,605 - functest.ci.check_deployment - DEBUG - 172.30.9.30:5000 is reachable! 2018-04-04 18:41:32,605 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.30:5000/v3 ...OK 2018-04-04 18:41:33,051 - functest.ci.check_deployment - INFO - Got token ...OK 2018-04-04 18:41:33,413 - functest.ci.check_deployment - DEBUG - 172.30.9.30:5000 is reachable! 2018-04-04 18:41:33,413 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.30:5000 ...OK 2018-04-04 18:41:33,853 - functest.ci.check_deployment - DEBUG - 172.30.9.30:8774 is reachable! 2018-04-04 18:41:33,853 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.30:8774/v2.1 ...OK 2018-04-04 18:41:34,315 - functest.ci.check_deployment - DEBUG - 172.30.9.30:9696 is reachable! 2018-04-04 18:41:34,316 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.30:9696 ...OK 2018-04-04 18:41:34,678 - functest.ci.check_deployment - DEBUG - 172.30.9.30:9292 is reachable! 2018-04-04 18:41:34,678 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.30:9292 ...OK 2018-04-04 18:41:35,653 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-04-04 18:41:37,339 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-04-04 18:41:37,365 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-04-04 18:41:38,764 - functest.ci.check_deployment - INFO - External network found: external 2018-04-04 18:41:41,135 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-98 | | 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-04-04 18:41:41,140 - 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=dJYMV8d8TkjA4c3RQRkaVkMxZ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-04 18:41:41,140 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-04 18:41:41,141 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (merge)|(verify)|(daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ 2018-04-04 18:41:41,143 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-04 18:41:41,143 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-04 18:41:42,435 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-04 18:41:50,091 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 7.650s OK 2018-04-04 18:41:50,223 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 18:41:50,223 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-04 18:41:50,227 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-04 18:41:51,556 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-04 18:50:56,511 - 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 544.905s OK 2018-04-04 18:50:56,633 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 18:50:56,633 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:05 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-04 18:50:56,637 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-04 18:50:57,482 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-04 18:51:26,075 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 28.591s OK 2018-04-04 18:51:26,190 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 18:51:26,190 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:29 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-04 18:51:26,194 - 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:05 | PASS | | snaps_health_check | functest | healthcheck | 00:29 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-04 18:51:26,197 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-04 18:51:28,827 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-98 | | 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-04-04 18:51:28,829 - 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=dJYMV8d8TkjA4c3RQRkaVkMxZ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-04 18:51:28,829 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-04 18:51:28,830 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-04-04 18:51:28,831 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-04 18:51:28,831 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-04 18:51:29,629 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=No JSON object could be decoded 2018-04-04 18:51:29,630 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-04 18:51:29,630 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-04 18:51:29' 2018-04-04 18:51:29,630 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--426f2f8b-fced-46d7-be95-42967ecc5704' 2018-04-04 18:51:31,203 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-426f2f8b-fced-46d7-be95-42967ecc5704' 2018-04-04 18:51:33,695 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-426f2f8b-fced-46d7-be95-42967ecc5704' 2018-04-04 18:51:38,446 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-426f2f8b-fced-46d7-be95-42967ecc5704' 2018-04-04 18:51:39,162 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-426f2f8b-fced-46d7-be95-42967ecc5704' 2018-04-04 18:51:39,908 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-426f2f8b-fced-46d7-be95-42967ecc5704' 2018-04-04 18:51:44,720 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-426f2f8b-fced-46d7-be95-42967ecc5704' 2018-04-04 18:51:47,893 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-426f2f8b-fced-46d7-be95-42967ecc5704' 2018-04-04 18:52:03,437 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-04 18:52:05,852 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-04 18:52:05,988 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-04 18:52:06,994 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-04 18:52:07,115 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 18:52:07,115 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:37 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-04 18:52:22,037 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-04 18:52:22,135 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-04 18:52:22,135 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-04 18:52:22' 2018-04-04 18:52:22,136 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--b58903cc-ddb5-4956-9bb0-50be53c511a5' 2018-04-04 18:52:23,972 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-b58903cc-ddb5-4956-9bb0-50be53c511a5' 2018-04-04 18:52:25,640 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-b58903cc-ddb5-4956-9bb0-50be53c511a5' 2018-04-04 18:52:30,559 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-b58903cc-ddb5-4956-9bb0-50be53c511a5' 2018-04-04 18:52:31,228 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-b58903cc-ddb5-4956-9bb0-50be53c511a5' 2018-04-04 18:52:35,356 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-b58903cc-ddb5-4956-9bb0-50be53c511a5' 2018-04-04 18:52:40,417 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-04 18:52:45,326 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-04 18:52:47,677 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.12. Waiting for response... 2018-04-04 18:52:50,236 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-04 18:52:50,342 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 18:52:50,342 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:28 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-04 18:53:06,924 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-04 18:53:07,027 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-04 18:53:11,669 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-04 18:53:11.374 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=af64a0c6-f740-4a8d-a4f9-25cd3822bf63) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | af64a0c6-f740-4a8d-a4f9-25cd3822bf63 | 2018-04-04T18:53:11 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: af64a0c6-f740-4a8d-a4f9-25cd3822bf63 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-04 18:53:14,838 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-04 18:53:14,838 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-04 18:53:20,531 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-04 18:53:19.084 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-04 18:53:19.213 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-04 18:53:20.333 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d022277f-336e-4daf-aa9e-881dd6a245c5) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d022277f-336e-4daf-aa9e-881dd6a245c5) as the default verifier for the future CLI operations. 2018-04-04 18:53:23,384 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-04 18:53:25,024 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-04 18:53:29,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-04 18:53:34,247 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-04 18:53:33.424 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d022277f-336e-4daf-aa9e-881dd6a245c5) for deployment 'opnfv-rally' (UUID=af64a0c6-f740-4a8d-a4f9-25cd3822bf63). 2018-04-04 18:53:34.092 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d022277f-336e-4daf-aa9e-881dd6a245c5) has been successfully configured for deployment 'opnfv-rally' (UUID=af64a0c6-f740-4a8d-a4f9-25cd3822bf63)! 2018-04-04 18:53:34,248 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-04 18:53:34,248 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-04 18:53:34,250 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-04 18:53:34,254 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-04 18:53:37,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d022277f-336e-4daf-aa9e-881dd6a245c5/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-04 18:53:37,126 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-04 18:53:37,128 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-04 18:53:37,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-04 18:53:39,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:53:39.311 55 INFO rally.api [-] Starting verification (UUID=7473fc2c-d444-4e85-939a-3807ac2694ee) for deployment 'opnfv-rally' (UUID=af64a0c6-f740-4a8d-a4f9-25cd3822bf63) by verifier 'opnfv-tempest' (UUID=d022277f-336e-4daf-aa9e-881dd6a245c5). 2018-04-04 18:53:39,313 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 7473fc2c-d444-4e85-939a-3807ac2694ee 2018-04-04 18:53:45,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:53:45.601 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.183s] 2018-04-04 18:53:45,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:53:45.675 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.072s] 2018-04-04 18:53:51,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:53:51.068 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.782s] 2018-04-04 18:53:52,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:53:52.335 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.266s] 2018-04-04 18:53:59,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:53:59.877 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.498s] 2018-04-04 18:54:14,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:54:14.387 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.581s] 2018-04-04 18:54:42,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:54:42.849 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.084s] 2018-04-04 18:54:42,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:54:42.850 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-04 18:55:08,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:55:08.170 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.071s] 2018-04-04 18:55:08,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:55:08.171 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-04 18:55:33,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:55:33.509 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.074s] 2018-04-04 18:55:33,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:55:33.510 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-04 18:56:08,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:56:08.873 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [11.438s] 2018-04-04 18:56:27,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:56:27.561 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.048s] 2018-04-04 18:56:27,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:56:27.667 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.106s] 2018-04-04 18:56:34,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:56:34.365 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.629s] 2018-04-04 18:56:34,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:56:34.374 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-04 18:56:35,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:56:35.643 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-04 18:56:35,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:56:35.644 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-04 18:56:39,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:56:39.311 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.328s] 2018-04-04 18:56:44,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:56:44.505 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.083s] 2018-04-04 18:56:50,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:56:50.264 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.572s] 2018-04-04 18:56:56,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:56:56.747 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.408s] 2018-04-04 18:57:05,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:57:05.016 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.935s] 2018-04-04 18:57:09,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:57:09.965 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.309s] 2018-04-04 18:57:14,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:57:14.777 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.169s] 2018-04-04 18:57:20,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:57:20.992 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.575s] 2018-04-04 18:57:27,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:57:27.010 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.397s] 2018-04-04 18:57:34,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:57:34.013 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.469s] 2018-04-04 18:57:35,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:57:35.810 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-04 18:57:37,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:57:37.714 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.180s] 2018-04-04 18:57:37,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:57:37.784 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.069s] 2018-04-04 18:57:37,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:57:37.834 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.049s] 2018-04-04 18:57:37,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:57:37.839 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.005s] 2018-04-04 18:57:41,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:57:41.218 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.436s] 2018-04-04 18:57:41,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:57:41.935 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.716s] 2018-04-04 18:57:42,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:57:42.978 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.042s] 2018-04-04 18:57:48,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:57:48.336 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-04 18:57:53,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:57:53.135 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.836s] 2018-04-04 18:58:04,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:58:04.168 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.309s] 2018-04-04 18:58:07,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:58:07.102 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.932s] 2018-04-04 18:58:16,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:58:16.727 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.410s] 2018-04-04 18:58:19,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:58:19.736 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.007s] 2018-04-04 18:58:26,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:58:26.168 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.431s] 2018-04-04 18:58:33,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:58:33.898 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.108s] 2018-04-04 18:58:36,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:58:36.770 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.871s] 2018-04-04 18:58:40,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:58:40.968 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.197s] 2018-04-04 18:58:53,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:58:53.165 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.772s] 2018-04-04 18:58:53,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:58:53.578 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.414s] 2018-04-04 18:58:53,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:58:53.686 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.107s] 2018-04-04 18:58:53,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:58:53.736 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.049s] 2018-04-04 18:58:53,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:58:53.831 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.094s] 2018-04-04 18:58:53,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:58:53.882 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.051s] 2018-04-04 18:59:02,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:02.453 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.476s] 2018-04-04 18:59:02,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:02.761 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.308s] 2018-04-04 18:59:02,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:02.873 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.111s] 2018-04-04 18:59:02,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:02.921 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.048s] 2018-04-04 18:59:03,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:03.173 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.251s] 2018-04-04 18:59:03,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:03.225 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.052s] 2018-04-04 18:59:12,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:12.162 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.990s] 2018-04-04 18:59:15,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:15.840 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.677s] 2018-04-04 18:59:17,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:17.583 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.742s] 2018-04-04 18:59:17,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:17.636 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.053s] 2018-04-04 18:59:17,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:17.827 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.190s] 2018-04-04 18:59:26,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:26.546 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.053s] 2018-04-04 18:59:31,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:31.123 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.576s] 2018-04-04 18:59:32,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:32.821 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.697s] 2018-04-04 18:59:33,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:33.019 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.197s] 2018-04-04 18:59:33,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:33.072 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.054s] 2018-04-04 18:59:45,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:45.364 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.873s] 2018-04-04 18:59:49,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:49.741 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.376s] 2018-04-04 18:59:53,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:53.768 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.025s] 2018-04-04 18:59:56,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 18:59:56.667 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.899s] 2018-04-04 19:00:13,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:13.535 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [7.510s] 2018-04-04 19:00:18,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:18.021 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.484s] 2018-04-04 19:00:22,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:22.002 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.981s] 2018-04-04 19:00:24,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:24.841 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.838s] 2018-04-04 19:00:34,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:34.998 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.123s] 2018-04-04 19:00:36,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:36.232 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.232s] 2018-04-04 19:00:36,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:36.271 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.041s] 2018-04-04 19:00:40,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:40.280 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.204s] 2018-04-04 19:00:41,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:41.853 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.570s] 2018-04-04 19:00:41,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:41.892 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.042s] 2018-04-04 19:00:45,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:45.175 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.522s] 2018-04-04 19:00:48,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:48.139 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-04 19:00:49,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:49.225 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-04 19:00:49,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:49.227 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-04 19:00:49,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:49.228 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-04 19:00:49,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:49.229 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-04 19:00:49,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:49.229 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-04 19:00:51,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:00:51.135 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-04-04 19:01:04,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:01:04.135 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.431s] 2018-04-04 19:01:15,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:01:15.488 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.105s] 2018-04-04 19:01:25,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:01:25.627 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.138s] 2018-04-04 19:01:33,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:01:33.547 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2018-04-04 19:02:29,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:02:29.101 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [50.283s] 2018-04-04 19:02:57,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:02:57.493 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [21.120s] 2018-04-04 19:03:16,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:03:16.200 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... fail [3.341s] 2018-04-04 19:03:27,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '7473fc2c-d444-4e85-939a-3807ac2694ee']'. 2018-04-04 19:03:28,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-04 19:03:28,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-04 19:03:28,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-04 19:03:28,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 7473fc2c-d444-4e85-939a-3807ac2694ee | 2018-04-04 19:03:28,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-04 19:03:28,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-04 18:53:39 | 2018-04-04 19:03:28,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-04 19:03:27 | 2018-04-04 19:03:28,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:09:48 | 2018-04-04 19:03:28,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-04 19:03:28,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-04 19:03:28,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-04 19:03:28,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d022277f-336e-4daf-aa9e-881dd6a245c5) | 2018-04-04 19:03:28,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-04 19:03:28,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: af64a0c6-f740-4a8d-a4f9-25cd3822bf63) | 2018-04-04 19:03:28,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-04 19:03:28,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 572.655 | 2018-04-04 19:03:28,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-04-04 19:03:28,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-04 19:03:28,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-04 19:03:28,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-04 19:03:28,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-04 19:03:28,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-04 19:03:28,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-04 19:03:28,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-04-04 19:03:34,199 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 19:03:34,200 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 10:11 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-04-04 19:03:34,205 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-04-04 19:03:34,205 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-04 19:03:34,306 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-04 19:03:36,849 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-04 19:03:36.412 117 INFO rally.deployment.engine [-] Deployment af64a0c6-f740-4a8d-a4f9-25cd3822bf63 | Starting: Destroy cloud and free allocated resources. 2018-04-04 19:03:36.510 117 INFO rally.deployment.engine [-] Deployment af64a0c6-f740-4a8d-a4f9-25cd3822bf63 | Completed: Destroy cloud and free allocated resources. 2018-04-04 19:03:36.551 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=d022277f-336e-4daf-aa9e-881dd6a245c5) for deployment 'opnfv-rally'. 2018-04-04 19:03:36.570 117 INFO rally.api [-] Deleting verification (UUID=7473fc2c-d444-4e85-939a-3807ac2694ee). 2018-04-04 19:03:36.618 117 INFO rally.api [-] Verification has been successfully deleted! 2018-04-04 19:03:36.619 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d022277f-336e-4daf-aa9e-881dd6a245c5). 2018-04-04 19:03:36.630 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-04 19:03:39,343 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-04 19:03:39.020 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=36299e37-f3c6-4d46-b628-552f007e65ec) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 36299e37-f3c6-4d46-b628-552f007e65ec | 2018-04-04T19:03:38 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 36299e37-f3c6-4d46-b628-552f007e65ec ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-04 19:03:42,613 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-04 19:03:42,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-04 19:03:43,845 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-b3cadf1d-856b-4b81-915e-95d9ad4bde30'... 2018-04-04 19:03:46,057 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-b3cadf1d-856b-4b81-915e-95d9ad4bde30'... 2018-04-04 19:03:47,570 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-b3cadf1d-856b-4b81-915e-95d9ad4bde30'... 2018-04-04 19:03:52,099 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-b3cadf1d-856b-4b81-915e-95d9ad4bde30'... 2018-04-04 19:03:52,792 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-b3cadf1d-856b-4b81-915e-95d9ad4bde30'... 2018-04-04 19:03:53,464 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-04 19:03:53,465 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-04 19:03:53,466 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 19:03:53,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-04 19:03:53,502 - 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': '92adc505-45f5-422d-8cf0-7485fbb979fe', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'flavor_name': 'rally-tiny-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-04 19:04:52,568 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 15297b2b-4fc3-4422-83da-7c6fe0eef888 2018-04-04 19:04:52,568 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-04 19:04:52,570 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '15297b2b-4fc3-4422-83da-7c6fe0eef888'] 2018-04-04 19:04:53,639 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 15297b2b-4fc3-4422-83da-7c6fe0eef888: 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 15297b2b-4fc3-4422-83da-7c6fe0eef888 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.455 | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 100.0% | 1 | | total | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 100.0% | 1 | | -> duration | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.455413 Full duration: 6.772336 -------------------------------------------------------------------------------- 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 15297b2b-4fc3-4422-83da-7c6fe0eef888 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.31 | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 100.0% | 1 | | total | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> duration | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.737729 Full duration: 6.739147 -------------------------------------------------------------------------------- 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 15297b2b-4fc3-4422-83da-7c6fe0eef888 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.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | -> duration | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.596785 Full duration: 6.551068 -------------------------------------------------------------------------------- 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 15297b2b-4fc3-4422-83da-7c6fe0eef888 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.354 | 0.354 | 0.354 | 0.354 | 0.354 | 0.354 | 100.0% | 1 | | total | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> duration | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.76409 Full duration: 6.756232 -------------------------------------------------------------------------------- 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 15297b2b-4fc3-4422-83da-7c6fe0eef888 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.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | total | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> duration | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.734626 Full duration: 7.040806 -------------------------------------------------------------------------------- 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 15297b2b-4fc3-4422-83da-7c6fe0eef888 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.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | total | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | -> duration | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.634228 Full duration: 6.646989 HINTS: * To plot HTML graphics with this data, run: rally task report 15297b2b-4fc3-4422-83da-7c6fe0eef888 --out output.html * To generate a JUnit report, run: rally task export 15297b2b-4fc3-4422-83da-7c6fe0eef888 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 15297b2b-4fc3-4422-83da-7c6fe0eef888 --json --out output.json 2018-04-04 19:04:53,640 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '15297b2b-4fc3-4422-83da-7c6fe0eef888'] 2018-04-04 19:04:54,504 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-04 19:04:54,505 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '15297b2b-4fc3-4422-83da-7c6fe0eef888', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-04 19:04:54,513 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-04 19:04:54,513 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-04 19:04:54,514 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-04 19:04:54,514 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 19:04:54,570 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-04 19:04:54,572 - 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': '92adc505-45f5-422d-8cf0-7485fbb979fe', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'flavor_name': 'rally-tiny-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-04 19:06:19,389 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2e7fe679-5b41-41dc-8614-13b395e12598 2018-04-04 19:06:19,389 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2e7fe679-5b41-41dc-8614-13b395e12598'] 2018-04-04 19:06:20,274 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2e7fe679-5b41-41dc-8614-13b395e12598: 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 2e7fe679-5b41-41dc-8614-13b395e12598 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.128 | 3.128 | 3.128 | 3.128 | 3.128 | 3.128 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | glance_v2.delete_image | 1.389 | 1.389 | 1.389 | 1.389 | 1.389 | 1.389 | 100.0% | 1 | | total | 4.517 | 4.517 | 4.517 | 4.517 | 4.517 | 4.517 | 100.0% | 1 | | -> duration | 4.517 | 4.517 | 4.517 | 4.517 | 4.517 | 4.517 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.516711 Full duration: 12.061841 -------------------------------------------------------------------------------- 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 2e7fe679-5b41-41dc-8614-13b395e12598 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.319 | 3.319 | 3.319 | 3.319 | 3.319 | 3.319 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | -> glance_v2.upload_data | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 100.0% | 1 | | glance_v2.list_images | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 100.0% | 1 | | total | 3.359 | 3.359 | 3.359 | 3.359 | 3.359 | 3.359 | 100.0% | 1 | | -> duration | 3.359 | 3.359 | 3.359 | 3.359 | 3.359 | 3.359 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.3593 Full duration: 13.374881 -------------------------------------------------------------------------------- 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 2e7fe679-5b41-41dc-8614-13b395e12598 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.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | -> duration | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.180034 Full duration: 6.969613 -------------------------------------------------------------------------------- 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-b3cadf1d-856b-4b81-915e-95d9ad4bde30" }, "number_instances": 2, "nics": [ { "net-id": "92adc505-45f5-422d-8cf0-7485fbb979fe" } ] }, "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 2e7fe679-5b41-41dc-8614-13b395e12598 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.468 | 3.468 | 3.468 | 3.468 | 3.468 | 3.468 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 1.176 | 1.176 | 1.176 | 1.176 | 1.176 | 1.176 | 100.0% | 1 | | nova.boot_servers | 13.559 | 13.559 | 13.559 | 13.559 | 13.559 | 13.559 | 100.0% | 1 | | total | 17.028 | 17.028 | 17.028 | 17.028 | 17.028 | 17.028 | 100.0% | 1 | | -> duration | 16.028 | 16.028 | 16.028 | 16.028 | 16.028 | 16.028 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.027639 Full duration: 37.283204 HINTS: * To plot HTML graphics with this data, run: rally task report 2e7fe679-5b41-41dc-8614-13b395e12598 --out output.html * To generate a JUnit report, run: rally task export 2e7fe679-5b41-41dc-8614-13b395e12598 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2e7fe679-5b41-41dc-8614-13b395e12598 --json --out output.json 2018-04-04 19:06:20,274 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2e7fe679-5b41-41dc-8614-13b395e12598'] 2018-04-04 19:06:21,357 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-04 19:06:21,357 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2e7fe679-5b41-41dc-8614-13b395e12598', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-04 19:06:21,365 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-04 19:06:21,365 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-04-04 19:06:21,366 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-04-04 19:06:21,366 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 19:06:21,406 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-04 19:06:21,407 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-04-04 19:06:21,407 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-04 19:06:21,407 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-04 19:06:21,407 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 19:06:21,452 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-04 19:06:21,457 - 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': '92adc505-45f5-422d-8cf0-7485fbb979fe', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'flavor_name': 'rally-tiny-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-04 19:09:21,161 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : eedd2f69-289c-434d-a007-b5ae2a1d089f 2018-04-04 19:09:21,161 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'eedd2f69-289c-434d-a007-b5ae2a1d089f'] 2018-04-04 19:09:22,257 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task eedd2f69-289c-434d-a007-b5ae2a1d089f: 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 eedd2f69-289c-434d-a007-b5ae2a1d089f 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.014 | 3.014 | 3.014 | 3.014 | 3.014 | 3.014 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.666 | 2.666 | 2.666 | 2.666 | 2.666 | 2.666 | 100.0% | 1 | | total | 5.681 | 5.681 | 5.681 | 5.681 | 5.681 | 5.681 | 100.0% | 1 | | -> duration | 5.681 | 5.681 | 5.681 | 5.681 | 5.681 | 5.681 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.680816 Full duration: 21.271667 -------------------------------------------------------------------------------- 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 eedd2f69-289c-434d-a007-b5ae2a1d089f 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.054 | 3.054 | 3.054 | 3.054 | 3.054 | 3.054 | 100.0% | 1 | | cinder_v2.delete_volume | 2.44 | 2.44 | 2.44 | 2.44 | 2.44 | 2.44 | 100.0% | 1 | | total | 5.494 | 5.494 | 5.494 | 5.494 | 5.494 | 5.494 | 100.0% | 1 | | -> duration | 5.494 | 5.494 | 5.494 | 5.494 | 5.494 | 5.494 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.494058 Full duration: 14.789859 -------------------------------------------------------------------------------- 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-b3cadf1d-856b-4b81-915e-95d9ad4bde30" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task eedd2f69-289c-434d-a007-b5ae2a1d089f 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 | 6.388 | 6.388 | 6.388 | 6.388 | 6.388 | 6.388 | 100.0% | 1 | | cinder_v2.delete_volume | 3.26 | 3.26 | 3.26 | 3.26 | 3.26 | 3.26 | 100.0% | 1 | | total | 9.648 | 9.648 | 9.648 | 9.648 | 9.648 | 9.648 | 100.0% | 1 | | -> duration | 9.648 | 9.648 | 9.648 | 9.648 | 9.648 | 9.648 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.64797 Full duration: 19.282124 -------------------------------------------------------------------------------- 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 eedd2f69-289c-434d-a007-b5ae2a1d089f 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.049 | 3.049 | 3.049 | 3.049 | 3.049 | 3.049 | 100.0% | 1 | | cinder_v2.delete_volume | 2.597 | 2.597 | 2.597 | 2.597 | 2.597 | 2.597 | 100.0% | 1 | | total | 5.647 | 5.647 | 5.647 | 5.647 | 5.647 | 5.647 | 100.0% | 1 | | -> duration | 5.647 | 5.647 | 5.647 | 5.647 | 5.647 | 5.647 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.647076 Full duration: 14.70224 -------------------------------------------------------------------------------- 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 eedd2f69-289c-434d-a007-b5ae2a1d089f 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.07 | 3.07 | 3.07 | 3.07 | 3.07 | 3.07 | 100.0% | 1 | | cinder_v2.extend_volume | 2.327 | 2.327 | 2.327 | 2.327 | 2.327 | 2.327 | 100.0% | 1 | | cinder_v2.delete_volume | 2.289 | 2.289 | 2.289 | 2.289 | 2.289 | 2.289 | 100.0% | 1 | | total | 7.686 | 7.686 | 7.686 | 7.686 | 7.686 | 7.686 | 100.0% | 1 | | -> duration | 7.686 | 7.686 | 7.686 | 7.686 | 7.686 | 7.686 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.686464 Full duration: 16.684161 -------------------------------------------------------------------------------- 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 eedd2f69-289c-434d-a007-b5ae2a1d089f 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.191 | 3.191 | 3.191 | 3.191 | 3.191 | 3.191 | 100.0% | 1 | | cinder_v2.delete_volume | 2.45 | 2.45 | 2.45 | 2.45 | 2.45 | 2.45 | 100.0% | 1 | | total | 5.642 | 5.642 | 5.642 | 5.642 | 5.642 | 5.642 | 100.0% | 1 | | -> duration | 5.642 | 5.642 | 5.642 | 5.642 | 5.642 | 5.642 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.641738 Full duration: 21.244243 -------------------------------------------------------------------------------- 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 eedd2f69-289c-434d-a007-b5ae2a1d089f 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.557 | 0.557 | 0.557 | 0.557 | 0.557 | 0.557 | 100.0% | 1 | | cinder_v2.list_qos | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 100.0% | 1 | | total | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> duration | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.711265 Full duration: 11.07149 -------------------------------------------------------------------------------- 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 eedd2f69-289c-434d-a007-b5ae2a1d089f 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.558 | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 100.0% | 1 | | cinder_v2.set_qos | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> duration | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.738029 Full duration: 11.24218 -------------------------------------------------------------------------------- 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 eedd2f69-289c-434d-a007-b5ae2a1d089f 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.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 100.0% | 1 | | cinder_v2.list_types | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | total | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | -> duration | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.728571 Full duration: 11.068868 -------------------------------------------------------------------------------- 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 eedd2f69-289c-434d-a007-b5ae2a1d089f 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.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> duration | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.806445 Full duration: 11.179916 HINTS: * To plot HTML graphics with this data, run: rally task report eedd2f69-289c-434d-a007-b5ae2a1d089f --out output.html * To generate a JUnit report, run: rally task export eedd2f69-289c-434d-a007-b5ae2a1d089f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report eedd2f69-289c-434d-a007-b5ae2a1d089f --json --out output.json 2018-04-04 19:09:22,257 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'eedd2f69-289c-434d-a007-b5ae2a1d089f'] 2018-04-04 19:09:23,346 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-04 19:09:23,347 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'eedd2f69-289c-434d-a007-b5ae2a1d089f', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-04 19:09:23,356 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-04 19:09:23,356 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-04 19:09:23,357 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-04-04 19:09:23,357 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 19:09:23,417 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-04 19:09:23,420 - 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': '92adc505-45f5-422d-8cf0-7485fbb979fe', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'flavor_name': 'rally-tiny-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-04 19:10:37,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 16312414-a573-4857-9c9d-f2ff31e37121 2018-04-04 19:10:37,546 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '16312414-a573-4857-9c9d-f2ff31e37121'] 2018-04-04 19:10:38,524 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 16312414-a573-4857-9c9d-f2ff31e37121: 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 16312414-a573-4857-9c9d-f2ff31e37121 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.39 | 4.39 | 4.39 | 4.39 | 4.39 | 4.39 | 100.0% | 1 | | heat.update_stack | 2.429 | 2.429 | 2.429 | 2.429 | 2.429 | 2.429 | 100.0% | 1 | | heat.delete_stack | 2.419 | 2.419 | 2.419 | 2.419 | 2.419 | 2.419 | 100.0% | 1 | | total | 9.238 | 9.238 | 9.238 | 9.238 | 9.238 | 9.238 | 100.0% | 1 | | -> duration | 5.238 | 5.238 | 5.238 | 5.238 | 5.238 | 5.238 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.23819 Full duration: 16.858522 -------------------------------------------------------------------------------- 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 16312414-a573-4857-9c9d-f2ff31e37121 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.326 | 4.326 | 4.326 | 4.326 | 4.326 | 4.326 | 100.0% | 1 | | heat.check_stack | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 100.0% | 1 | | heat.delete_stack | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 100.0% | 1 | | total | 5.946 | 5.946 | 5.946 | 5.946 | 5.946 | 5.946 | 100.0% | 1 | | -> duration | 3.946 | 3.946 | 3.946 | 3.946 | 3.946 | 3.946 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.945961 Full duration: 14.799546 -------------------------------------------------------------------------------- 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 16312414-a573-4857-9c9d-f2ff31e37121 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.309 | 4.309 | 4.309 | 4.309 | 4.309 | 4.309 | 100.0% | 1 | | heat.suspend_stack | 1.69 | 1.69 | 1.69 | 1.69 | 1.69 | 1.69 | 100.0% | 1 | | heat.resume_stack | 0.435 | 0.435 | 0.435 | 0.435 | 0.435 | 0.435 | 100.0% | 1 | | heat.delete_stack | 2.363 | 2.363 | 2.363 | 2.363 | 2.363 | 2.363 | 100.0% | 1 | | total | 8.798 | 8.798 | 8.798 | 8.798 | 8.798 | 8.798 | 100.0% | 1 | | -> duration | 6.798 | 6.798 | 6.798 | 6.798 | 6.798 | 6.798 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.79779 Full duration: 16.453635 -------------------------------------------------------------------------------- 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 16312414-a573-4857-9c9d-f2ff31e37121 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.549 | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 100.0% | 1 | | total | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 100.0% | 1 | | -> duration | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.548721 Full duration: 7.606154 HINTS: * To plot HTML graphics with this data, run: rally task report 16312414-a573-4857-9c9d-f2ff31e37121 --out output.html * To generate a JUnit report, run: rally task export 16312414-a573-4857-9c9d-f2ff31e37121 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 16312414-a573-4857-9c9d-f2ff31e37121 --json --out output.json 2018-04-04 19:10:38,525 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '16312414-a573-4857-9c9d-f2ff31e37121'] 2018-04-04 19:10:39,552 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-04 19:10:39,553 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '16312414-a573-4857-9c9d-f2ff31e37121', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-04 19:10:39,561 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-04 19:10:39,561 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-04 19:10:39,562 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-04 19:10:39,562 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 19:10:39,593 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-04 19:10:39,596 - 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': '92adc505-45f5-422d-8cf0-7485fbb979fe', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'flavor_name': 'rally-tiny-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-04 19:13:37,361 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf 2018-04-04 19:13:37,361 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf'] 2018-04-04 19:13:38,483 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf: 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 190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | keystone_v3.add_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.revoke_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | -> duration | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.699362 Full duration: 12.942878 -------------------------------------------------------------------------------- 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 190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 100.0% | 1 | | keystone_v3.add_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.list_roles | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | -> duration | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.666077 Full duration: 13.153039 -------------------------------------------------------------------------------- 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 190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf 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.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | keystone_v3.list_projects | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | total | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> duration | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.789537 Full duration: 13.269018 -------------------------------------------------------------------------------- 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 190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf 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.549 | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 100.0% | 1 | | keystone_v3.delete_role | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 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.639193 Full duration: 11.275838 -------------------------------------------------------------------------------- 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 190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf 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.469 | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 100.0% | 1 | | keystone_v3.delete_service | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 0.56 | 0.56 | 0.56 | 0.56 | 0.56 | 0.56 | 100.0% | 1 | | -> duration | 0.56 | 0.56 | 0.56 | 0.56 | 0.56 | 0.56 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.559932 Full duration: 11.429997 -------------------------------------------------------------------------------- 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 190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | keystone_v3.create_user | 0.451 | 0.451 | 0.451 | 0.451 | 0.451 | 0.451 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | -> keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.create_role | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 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.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.get_role | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | keystone_v3.list_services | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | keystone_v3.get_services | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 1.775 | 1.775 | 1.775 | 1.775 | 1.775 | 1.775 | 100.0% | 1 | | -> duration | 1.775 | 1.775 | 1.775 | 1.775 | 1.775 | 1.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.774998 Full duration: 18.540476 -------------------------------------------------------------------------------- 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 190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf 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.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | keystone_v3.update_project | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.delete_project | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | total | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | -> duration | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.840809 Full duration: 11.334728 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf 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.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | total | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> duration | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.736419 Full duration: 13.317208 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf 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.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | total | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> duration | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.624276 Full duration: 13.317939 -------------------------------------------------------------------------------- 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 190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf 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.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | keystone_v3.list_users | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | -> duration | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.83358 Full duration: 13.588837 -------------------------------------------------------------------------------- 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 190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf 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.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | keystone_v3.create_users | 4.207 | 4.207 | 4.207 | 4.207 | 4.207 | 4.207 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.207 | 4.207 | 4.207 | 4.207 | 4.207 | 4.207 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 100.0% | 1 | | total | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 100.0% | 1 | | -> duration | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.823117 Full duration: 23.225534 HINTS: * To plot HTML graphics with this data, run: rally task report 190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf --out output.html * To generate a JUnit report, run: rally task export 190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf --json --out output.json 2018-04-04 19:13:38,484 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf'] 2018-04-04 19:13:39,560 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-04 19:13:39,560 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '190cca0a-afaf-4e11-8bb8-bd1edc2dbfbf', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-04 19:13:39,567 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-04 19:13:39,567 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-04 19:13:39,567 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-04-04 19:13:39,567 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 19:13:39,601 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-04 19:13:39,613 - 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': '92adc505-45f5-422d-8cf0-7485fbb979fe', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'flavor_name': 'rally-tiny-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-04 19:18:12,173 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4b015de7-73e3-4f84-b29c-794e8bd81ff9 2018-04-04 19:18:12,174 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '4b015de7-73e3-4f84-b29c-794e8bd81ff9'] 2018-04-04 19:18:13,198 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 4b015de7-73e3-4f84-b29c-794e8bd81ff9: 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 4b015de7-73e3-4f84-b29c-794e8bd81ff9 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.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | neutron.delete_network | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | total | 1.421 | 1.421 | 1.421 | 1.421 | 1.421 | 1.421 | 100.0% | 1 | | -> duration | 1.421 | 1.421 | 1.421 | 1.421 | 1.421 | 1.421 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.420705 Full duration: 13.467091 -------------------------------------------------------------------------------- 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 4b015de7-73e3-4f84-b29c-794e8bd81ff9 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.411 | 1.411 | 1.411 | 1.411 | 1.411 | 1.411 | 100.0% | 1 | | neutron.delete_port | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | total | 1.999 | 1.999 | 1.999 | 1.999 | 1.999 | 1.999 | 100.0% | 1 | | -> duration | 1.999 | 1.999 | 1.999 | 1.999 | 1.999 | 1.999 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.998953 Full duration: 24.794699 -------------------------------------------------------------------------------- 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 4b015de7-73e3-4f84-b29c-794e8bd81ff9 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.88 | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 100.0% | 1 | | neutron.create_subnet | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | neutron.create_router | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | neutron.add_interface_router | 1.593 | 1.593 | 1.593 | 1.593 | 1.593 | 1.593 | 100.0% | 1 | | neutron.remove_interface_router | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | neutron.delete_router | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | total | 4.308 | 4.308 | 4.308 | 4.308 | 4.308 | 4.308 | 100.0% | 1 | | -> duration | 4.308 | 4.308 | 4.308 | 4.308 | 4.308 | 4.308 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.307807 Full duration: 30.882472 -------------------------------------------------------------------------------- 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 4b015de7-73e3-4f84-b29c-794e8bd81ff9 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 100.0% | 1 | | neutron.delete_subnet | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 100.0% | 1 | | total | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 100.0% | 1 | | -> duration | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.439564 Full duration: 23.395746 -------------------------------------------------------------------------------- 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 4b015de7-73e3-4f84-b29c-794e8bd81ff9 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.021 | 1.021 | 1.021 | 1.021 | 1.021 | 1.021 | 100.0% | 1 | | neutron.list_networks | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | -> duration | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.152718 Full duration: 15.481786 -------------------------------------------------------------------------------- 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 4b015de7-73e3-4f84-b29c-794e8bd81ff9 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.245 | 1.245 | 1.245 | 1.245 | 1.245 | 1.245 | 100.0% | 1 | | neutron.list_ports | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 100.0% | 1 | | -> duration | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.347368 Full duration: 24.946467 -------------------------------------------------------------------------------- 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 4b015de7-73e3-4f84-b29c-794e8bd81ff9 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.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | neutron.create_subnet | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | neutron.create_router | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | neutron.add_interface_router | 1.552 | 1.552 | 1.552 | 1.552 | 1.552 | 1.552 | 100.0% | 1 | | neutron.list_routers | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | total | 3.054 | 3.054 | 3.054 | 3.054 | 3.054 | 3.054 | 100.0% | 1 | | -> duration | 3.054 | 3.054 | 3.054 | 3.054 | 3.054 | 3.054 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.053953 Full duration: 33.349519 -------------------------------------------------------------------------------- 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 4b015de7-73e3-4f84-b29c-794e8bd81ff9 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.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | neutron.create_subnet | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | neutron.list_subnets | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 100.0% | 1 | | -> duration | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.434973 Full duration: 28.632913 -------------------------------------------------------------------------------- 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 4b015de7-73e3-4f84-b29c-794e8bd81ff9 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.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | neutron.delete_security_group | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | total | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 100.0% | 1 | | -> duration | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.989114 Full duration: 12.806792 -------------------------------------------------------------------------------- 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 4b015de7-73e3-4f84-b29c-794e8bd81ff9 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.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 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.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | neutron.delete_security_group | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 100.0% | 1 | | -> duration | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.270344 Full duration: 13.341732 -------------------------------------------------------------------------------- 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 4b015de7-73e3-4f84-b29c-794e8bd81ff9 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.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | neutron.create_router | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | neutron.add_gateway_router | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 100.0% | 1 | | neutron.remove_gateway_router | 1.13 | 1.13 | 1.13 | 1.13 | 1.13 | 1.13 | 100.0% | 1 | | total | 3.496 | 3.496 | 3.496 | 3.496 | 3.496 | 3.496 | 100.0% | 1 | | -> duration | 3.496 | 3.496 | 3.496 | 3.496 | 3.496 | 3.496 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.495543 Full duration: 22.497488 HINTS: * To plot HTML graphics with this data, run: rally task report 4b015de7-73e3-4f84-b29c-794e8bd81ff9 --out output.html * To generate a JUnit report, run: rally task export 4b015de7-73e3-4f84-b29c-794e8bd81ff9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4b015de7-73e3-4f84-b29c-794e8bd81ff9 --json --out output.json 2018-04-04 19:18:13,199 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '4b015de7-73e3-4f84-b29c-794e8bd81ff9'] 2018-04-04 19:18:14,267 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-04 19:18:14,267 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '4b015de7-73e3-4f84-b29c-794e8bd81ff9', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-04 19:18:14,277 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-04 19:18:14,277 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-04 19:18:14,278 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-04-04 19:18:14,278 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 19:18:14,332 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-04 19:18:14,338 - 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': '92adc505-45f5-422d-8cf0-7485fbb979fe', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'flavor_name': 'rally-tiny-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-04 19:19:00,411 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : be757b1e-f803-43ab-9b38-1b65523237ed 2018-04-04 19:19:00,412 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'be757b1e-f803-43ab-9b38-1b65523237ed'] 2018-04-04 19:19:01,459 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task be757b1e-f803-43ab-9b38-1b65523237ed: 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-b3cadf1d-856b-4b81-915e-95d9ad4bde30" }, "image": { "name": "Cirros-0.4.0-b3cadf1d-856b-4b81-915e-95d9ad4bde30" }, "block_migration": false, "nics": [ { "net-id": "92adc505-45f5-422d-8cf0-7485fbb979fe" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task be757b1e-f803-43ab-9b38-1b65523237ed has 1 error(s) -------------------------------------------------------------------------------- BadRequest: No valid host was found. Unable to move instance 07737aed-5ca2-40cd-8fc6-442b386e2a35 to host overcloud-novacompute-0.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-a6f94de5-54b2-41c5-a484-0963c79e5130) 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 07737aed-5ca2-40cd-8fc6-442b386e2a35 to host overcloud-novacompute-0.opnfvlf.org. There is not enough capacity on the host for the instance. (HTTP 400) (Request-ID: req-a6f94de5-54b2-41c5-a484-0963c79e5130) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 8.287 | 8.287 | 8.287 | 8.287 | 8.287 | 8.287 | 100.0% | 1 | | nova.find_host_to_migrate | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 100.0% | 1 | | nova.live_migrate | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 0.0% | 1 | | total | 10.711 | 10.711 | 10.711 | 10.711 | 10.711 | 10.711 | 0.0% | 1 | | -> duration | 9.711 | 9.711 | 9.711 | 9.711 | 9.711 | 9.711 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.710972 Full duration: 25.565836 HINTS: * To plot HTML graphics with this data, run: rally task report be757b1e-f803-43ab-9b38-1b65523237ed --out output.html * To generate a JUnit report, run: rally task export be757b1e-f803-43ab-9b38-1b65523237ed --type junit --to output.xml * To get raw JSON output of task results, run: rally task report be757b1e-f803-43ab-9b38-1b65523237ed --json --out output.json 2018-04-04 19:19:01,460 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'be757b1e-f803-43ab-9b38-1b65523237ed'] 2018-04-04 19:19:02,509 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-04 19:19:02,509 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'be757b1e-f803-43ab-9b38-1b65523237ed', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-04 19:19:02,518 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-04 19:19:02,518 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-04 19:19:02,519 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-04-04 19:19:02,519 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-04 19:19:02,585 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-04-04 19:19:02,588 - 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': '92adc505-45f5-422d-8cf0-7485fbb979fe', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'flavor_name': 'rally-tiny-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b3cadf1d-856b-4b81-915e-95d9ad4bde30', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-04 19:19:46,719 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b8773937-b82d-4091-8c64-3ecb072cebc7 2018-04-04 19:19:46,720 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b8773937-b82d-4091-8c64-3ecb072cebc7'] 2018-04-04 19:19:47,707 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b8773937-b82d-4091-8c64-3ecb072cebc7: 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 b8773937-b82d-4091-8c64-3ecb072cebc7 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.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | quotas.delete_quotas | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | total | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> duration | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.824405 Full duration: 7.583037 -------------------------------------------------------------------------------- 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 b8773937-b82d-4091-8c64-3ecb072cebc7 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.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | total | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | -> duration | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.671305 Full duration: 7.613759 -------------------------------------------------------------------------------- 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 b8773937-b82d-4091-8c64-3ecb072cebc7 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.258 | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 100.0% | 1 | | total | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | -> duration | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.642427 Full duration: 7.225374 -------------------------------------------------------------------------------- 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 b8773937-b82d-4091-8c64-3ecb072cebc7 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.880893 Full duration: 8.00202 HINTS: * To plot HTML graphics with this data, run: rally task report b8773937-b82d-4091-8c64-3ecb072cebc7 --out output.html * To generate a JUnit report, run: rally task export b8773937-b82d-4091-8c64-3ecb072cebc7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b8773937-b82d-4091-8c64-3ecb072cebc7 --json --out output.json 2018-04-04 19:19:47,707 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b8773937-b82d-4091-8c64-3ecb072cebc7'] 2018-04-04 19:19:48,775 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-04 19:19:48,775 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b8773937-b82d-4091-8c64-3ecb072cebc7', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-04 19:19:48,783 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-04 19:19:48,787 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:40 | 6 | 100.00% | | glance | 01:09 | 4 | 100.00% | | cinder | 02:32 | 10 | 100.00% | | heat | 00:55 | 4 | 100.00% | | keystone | 02:35 | 11 | 100.00% | | neutron | 04:03 | 11 | 100.00% | | nova | 00:25 | 1 | 0.00% | | quotas | 00:30 | 4 | 100.00% | | | | | | | TOTAL: | 00:12:53 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-04 19:19:48,787 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-04 19:19:54,352 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 19:19:54,352 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 16:20 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-04 19:19:54,356 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-04 19:19:54,356 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-04 19:19:54,456 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-04 19:19:56,891 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-04 19:19:56.569 9788 INFO rally.deployment.engine [-] Deployment 36299e37-f3c6-4d46-b628-552f007e65ec | Starting: Destroy cloud and free allocated resources. 2018-04-04 19:19:56.660 9788 INFO rally.deployment.engine [-] Deployment 36299e37-f3c6-4d46-b628-552f007e65ec | Completed: Destroy cloud and free allocated resources. 2018-04-04 19:19:56.682 9788 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d022277f-336e-4daf-aa9e-881dd6a245c5). 2018-04-04 19:19:56.687 9788 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-04 19:19:59,619 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-04 19:19:59.307 9791 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=48419975-37f7-4abf-945c-82314635fad2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 48419975-37f7-4abf-945c-82314635fad2 | 2018-04-04T19:19:59 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 48419975-37f7-4abf-945c-82314635fad2 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-04 19:20:02,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-04-04 19:20:02,921 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-04 19:20:05,295 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-04 19:20:05.020 9797 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=d022277f-336e-4daf-aa9e-881dd6a245c5). 2018-04-04 19:20:05.144 9797 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-04 19:20:08,718 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-04 19:20:07.400 9800 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-04 19:20:07.522 9800 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-04 19:20:08.558 9800 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=47591e6a-5c19-48d9-88c4-6b78e189f3e6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=47591e6a-5c19-48d9-88c4-6b78e189f3e6) as the default verifier for the future CLI operations. 2018-04-04 19:20:11,614 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-04 19:20:13,189 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-04 19:20:17,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-04 19:20:22,437 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-04 19:20:21.611 9819 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=47591e6a-5c19-48d9-88c4-6b78e189f3e6) for deployment 'opnfv-rally' (UUID=48419975-37f7-4abf-945c-82314635fad2). 2018-04-04 19:20:22.277 9819 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=47591e6a-5c19-48d9-88c4-6b78e189f3e6) has been successfully configured for deployment 'opnfv-rally' (UUID=48419975-37f7-4abf-945c-82314635fad2)! 2018-04-04 19:20:22,437 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-04 19:20:22,437 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-04 19:20:22,439 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-04 19:20:24,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-04-04 19:20:27,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:27.180 9831 INFO rally.api [-] Starting verification (UUID=568b7e04-b172-4bf9-b262-75e1d36ec380) for deployment 'opnfv-rally' (UUID=48419975-37f7-4abf-945c-82314635fad2) by verifier 'opnfv-tempest' (UUID=47591e6a-5c19-48d9-88c4-6b78e189f3e6). 2018-04-04 19:20:27,182 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 568b7e04-b172-4bf9-b262-75e1d36ec380 2018-04-04 19:20:36,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:36.526 9831 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.251s] 2018-04-04 19:20:36,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:36.545 9831 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.291s] 2018-04-04 19:20:36,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:36.566 9831 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.021s] 2018-04-04 19:20:36,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:36.601 9831 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.075s] 2018-04-04 19:20:37,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:37.054 9831 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.534s] 2018-04-04 19:20:38,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:38.878 9831 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.822s] 2018-04-04 19:20:43,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:43.285 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.109s] 2018-04-04 19:20:43,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:43.411 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.125s] 2018-04-04 19:20:43,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:43.619 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.208s] 2018-04-04 19:20:48,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:48.083 9831 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.196s] 2018-04-04 19:20:48,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:48.295 9831 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.212s] 2018-04-04 19:20:49,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:49.003 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.260s] 2018-04-04 19:20:49,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:49.021 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.018s] 2018-04-04 19:20:49,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:49.499 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.476s] 2018-04-04 19:20:49,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:49.717 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.217s] 2018-04-04 19:20:49,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:49.732 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.016s] 2018-04-04 19:20:50,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:50.170 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.515s] 2018-04-04 19:20:51,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:51.282 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.109s] 2018-04-04 19:20:54,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:54.744 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [18.355s] 2018-04-04 19:20:57,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:57.174 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.064s] 2018-04-04 19:20:57,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:57.185 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-04-04 19:20:57,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:57.343 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.157s] 2018-04-04 19:20:57,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:57.356 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-04-04 19:20:57,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:57.369 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-04-04 19:20:57,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:57.401 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.032s] 2018-04-04 19:20:57,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:57.464 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-04-04 19:20:57,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:57.527 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.062s] 2018-04-04 19:20:57,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:57.674 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.146s] 2018-04-04 19:20:57,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:57.687 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-04-04 19:20:57,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:20:57.768 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.081s] 2018-04-04 19:21:06,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:06.606 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.402s] 2018-04-04 19:21:06,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:06.937 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.330s] 2018-04-04 19:21:07,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:07.233 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.296s] 2018-04-04 19:21:07,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:07.466 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.232s] 2018-04-04 19:21:07,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:07.777 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.310s] 2018-04-04 19:21:07,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:07.851 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.074s] 2018-04-04 19:21:07,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:07.923 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.071s] 2018-04-04 19:21:07,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:07.988 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.065s] 2018-04-04 19:21:08,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:08.107 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.118s] 2018-04-04 19:21:08,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:08.204 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.096s] 2018-04-04 19:21:08,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:08.365 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.161s] 2018-04-04 19:21:10,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:10.769 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [2.000s] 2018-04-04 19:21:11,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:11.797 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.027s] 2018-04-04 19:21:12,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:12.063 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.212s] 2018-04-04 19:21:12,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:12.107 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.044s] 2018-04-04 19:21:12,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:12.155 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.047s] 2018-04-04 19:21:12,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:12.559 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.402s] 2018-04-04 19:21:12,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:12.615 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.667s] 2018-04-04 19:21:12,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:12.658 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.098s] 2018-04-04 19:21:12,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:12.755 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.956s] 2018-04-04 19:21:13,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:13.082 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.423s] 2018-04-04 19:21:13,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:13.263 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.180s] 2018-04-04 19:21:13,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:13.350 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.087s] 2018-04-04 19:21:13,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:13.405 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.055s] 2018-04-04 19:21:13,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:13.455 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.049s] 2018-04-04 19:21:13,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:13.638 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.182s] 2018-04-04 19:21:13,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:13.717 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.078s] 2018-04-04 19:21:13,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:13.799 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.081s] 2018-04-04 19:21:13,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:13.865 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.065s] 2018-04-04 19:21:13,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:13.913 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.049s] 2018-04-04 19:21:13,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:13.982 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.227s] 2018-04-04 19:21:15,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:15.060 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.077s] 2018-04-04 19:21:16,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:16.089 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.027s] 2018-04-04 19:21:16,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:16.873 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.784s] 2018-04-04 19:21:17,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:17.243 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.370s] 2018-04-04 19:21:17,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:17.379 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.763s] 2018-04-04 19:21:17,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:17.478 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.233s] 2018-04-04 19:21:18,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:18.642 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.162s] 2018-04-04 19:21:18,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:18.981 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.339s] 2018-04-04 19:21:19,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:19.370 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.389s] 2018-04-04 19:21:19,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:19.787 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.415s] 2018-04-04 19:21:20,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:20.527 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.147s] 2018-04-04 19:21:20,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:20.858 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.070s] 2018-04-04 19:21:21,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:21.087 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.230s] 2018-04-04 19:21:21,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:21.326 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.238s] 2018-04-04 19:21:21,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:21.572 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.244s] 2018-04-04 19:21:22,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:22.320 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.747s] 2018-04-04 19:21:24,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:24.101 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.573s] 2018-04-04 19:21:27,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:27.044 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.942s] 2018-04-04 19:21:31,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:31.181 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.137s] 2018-04-04 19:21:32,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:32.950 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [42.923s] 2018-04-04 19:21:33,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:33.503 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.559s] 2018-04-04 19:21:34,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:34.368 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.186s] 2018-04-04 19:21:35,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:35.013 9831 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.146s] 2018-04-04 19:21:38,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:38.148 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.779s] 2018-04-04 19:21:41,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:41.870 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.721s] 2018-04-04 19:21:42,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:42.005 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.135s] 2018-04-04 19:21:42,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:42.104 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.098s] 2018-04-04 19:21:42,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:42.159 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.055s] 2018-04-04 19:21:42,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:42.209 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.049s] 2018-04-04 19:21:42,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:42.305 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.096s] 2018-04-04 19:21:42,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:42.565 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.259s] 2018-04-04 19:21:42,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:42.630 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.065s] 2018-04-04 19:21:42,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:42.681 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.051s] 2018-04-04 19:21:46,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:46.385 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.702s] 2018-04-04 19:21:53,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:53.407 9831 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [63.811s] 2018-04-04 19:21:56,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:56.271 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [0.706s] 2018-04-04 19:21:56,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:56.389 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.119s] 2018-04-04 19:21:56,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:56.673 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.282s] 2018-04-04 19:21:56,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:56.774 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.100s] 2018-04-04 19:21:56,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:56.775 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-04 19:21:58,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:21:58.785 9831 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.930s] 2018-04-04 19:22:05,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:05.468 9831 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.681s] 2018-04-04 19:22:12,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:12.862 9831 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.150s] 2018-04-04 19:22:20,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:20.109 9831 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [26.696s] 2018-04-04 19:22:30,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:30.430 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.147s] 2018-04-04 19:22:30,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:30.599 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.166s] 2018-04-04 19:22:30,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:30.766 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.168s] 2018-04-04 19:22:30,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:30.784 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.018s] 2018-04-04 19:22:30,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:30.924 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.140s] 2018-04-04 19:22:31,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:31.065 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.140s] 2018-04-04 19:22:31,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:31.129 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.063s] 2018-04-04 19:22:31,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:31.159 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.030s] 2018-04-04 19:22:31,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:31.168 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.008s] 2018-04-04 19:22:31,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:31.200 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.031s] 2018-04-04 19:22:31,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:31.209 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-04-04 19:22:31,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:31.396 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.186s] 2018-04-04 19:22:31,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:31.575 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.178s] 2018-04-04 19:22:31,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:31.613 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.037s] 2018-04-04 19:22:31,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:31.647 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.033s] 2018-04-04 19:22:31,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:31.816 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.168s] 2018-04-04 19:22:31,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:31.848 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.032s] 2018-04-04 19:22:31,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:31.880 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.031s] 2018-04-04 19:22:31,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:31.889 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-04-04 19:22:31,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:31.923 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.033s] 2018-04-04 19:22:31,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:31.955 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.031s] 2018-04-04 19:22:31,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:31.988 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-04-04 19:22:32,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:22:32.020 9831 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.032s] 2018-04-04 19:22:36,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '568b7e04-b172-4bf9-b262-75e1d36ec380']'. 2018-04-04 19:22:37,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-04 19:22:37,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-04 19:22:37,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-04 19:22:37,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 568b7e04-b172-4bf9-b262-75e1d36ec380 | 2018-04-04 19:22:37,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-04 19:22:37,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-04 19:20:27 | 2018-04-04 19:22:37,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-04 19:22:35 | 2018-04-04 19:22:37,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:08 | 2018-04-04 19:22:37,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-04 19:22:37,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-04 19:22:37,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 47591e6a-5c19-48d9-88c4-6b78e189f3e6) | 2018-04-04 19:22:37,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-04 19:22:37,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 48419975-37f7-4abf-945c-82314635fad2) | 2018-04-04 19:22:37,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 128 | 2018-04-04 19:22:37,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 117.826 | 2018-04-04 19:22:37,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 128 | 2018-04-04 19:22:37,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-04 19:22:37,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-04 19:22:37,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-04 19:22:37,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-04 19:22:37,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-04 19:22:37,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-04 19:22:37,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-04 19:22:42,166 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 19:22:42,166 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 02:30 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-04 19:22:42,171 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-04 19:22:42,270 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-04 19:22:44,862 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-04 19:22:44.442 9931 INFO rally.deployment.engine [-] Deployment 48419975-37f7-4abf-945c-82314635fad2 | Starting: Destroy cloud and free allocated resources. 2018-04-04 19:22:44.547 9931 INFO rally.deployment.engine [-] Deployment 48419975-37f7-4abf-945c-82314635fad2 | Completed: Destroy cloud and free allocated resources. 2018-04-04 19:22:44.587 9931 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=47591e6a-5c19-48d9-88c4-6b78e189f3e6) for deployment 'opnfv-rally'. 2018-04-04 19:22:44.607 9931 INFO rally.api [-] Deleting verification (UUID=568b7e04-b172-4bf9-b262-75e1d36ec380). 2018-04-04 19:22:44.654 9931 INFO rally.api [-] Verification has been successfully deleted! 2018-04-04 19:22:44.655 9931 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=47591e6a-5c19-48d9-88c4-6b78e189f3e6). 2018-04-04 19:22:44.665 9931 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-04 19:22:47,272 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-04 19:22:47.014 9934 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=10b8bc0a-70ad-4864-8cbc-66a2f6ac52b9) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 10b8bc0a-70ad-4864-8cbc-66a2f6ac52b9 | 2018-04-04T19:22:46 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 10b8bc0a-70ad-4864-8cbc-66a2f6ac52b9 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-04 19:22:50,500 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-04 19:22:50,501 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-04 19:22:52,735 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-04 19:22:52.464 9940 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=47591e6a-5c19-48d9-88c4-6b78e189f3e6). 2018-04-04 19:22:52.594 9940 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-04 19:22:56,270 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-04 19:22:54.820 9943 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-04 19:22:54.978 9943 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-04 19:22:56.086 9943 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=04650c34-0ab0-42df-8d60-35fb9fb7ce4a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=04650c34-0ab0-42df-8d60-35fb9fb7ce4a) as the default verifier for the future CLI operations. 2018-04-04 19:22:59,148 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-04 19:23:00,583 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-04 19:23:04,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-04 19:23:08,946 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-04 19:23:08.156 9962 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=04650c34-0ab0-42df-8d60-35fb9fb7ce4a) for deployment 'opnfv-rally' (UUID=10b8bc0a-70ad-4864-8cbc-66a2f6ac52b9). 2018-04-04 19:23:08.815 9962 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=04650c34-0ab0-42df-8d60-35fb9fb7ce4a) has been successfully configured for deployment 'opnfv-rally' (UUID=10b8bc0a-70ad-4864-8cbc-66a2f6ac52b9)! 2018-04-04 19:23:08,947 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-04 19:23:08,947 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-04 19:23:08,949 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-04 19:23:08,961 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-04 19:23:11,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-04650c34-0ab0-42df-8d60-35fb9fb7ce4a/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-04 19:23:11,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-04 19:23:13,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 19:23:13.930 9971 INFO rally.api [-] Starting verification (UUID=13b979b7-bff9-43c5-a2c1-631d748d28f8) for deployment 'opnfv-rally' (UUID=10b8bc0a-70ad-4864-8cbc-66a2f6ac52b9) by verifier 'opnfv-tempest' (UUID=04650c34-0ab0-42df-8d60-35fb9fb7ce4a). 2018-04-04 19:23:13,931 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 13b979b7-bff9-43c5-a2c1-631d748d28f8 2018-04-04 19:25:43,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '13b979b7-bff9-43c5-a2c1-631d748d28f8']'. 2018-04-04 19:25:44,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-04 19:25:44,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-04 19:25:44,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-04 19:25:44,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 13b979b7-bff9-43c5-a2c1-631d748d28f8 | 2018-04-04 19:25:44,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-04 19:25:44,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-04 19:23:13 | 2018-04-04 19:25:44,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-04 19:25:43 | 2018-04-04 19:25:44,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:30 | 2018-04-04 19:25:44,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-04 19:25:44,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-04 19:25:44,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 04650c34-0ab0-42df-8d60-35fb9fb7ce4a) | 2018-04-04 19:25:44,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-04 19:25:44,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 10b8bc0a-70ad-4864-8cbc-66a2f6ac52b9) | 2018-04-04 19:25:44,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-04 19:25:44,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 141.292 | 2018-04-04 19:25:44,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-04 19:25:44,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-04 19:25:44,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-04 19:25:44,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-04 19:25:44,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-04 19:25:44,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-04 19:25:44,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-04 19:25:44,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-04 19:25:49,337 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 19:25:49,337 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:50 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-04 19:25:49,341 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-04 19:25:50,108 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-04 20:07:30,077 - 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 2499.904s FAILED (errors=1) 2018-04-04 20:07:30,254 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 20:07:30,254 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 41:40 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-04 20:07:30,258 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-04 20:07:30,258 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-04 20:07:30,354 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-04 20:07:32,919 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-04 20:07:32.490 10198 INFO rally.deployment.engine [-] Deployment 10b8bc0a-70ad-4864-8cbc-66a2f6ac52b9 | Starting: Destroy cloud and free allocated resources. 2018-04-04 20:07:32.580 10198 INFO rally.deployment.engine [-] Deployment 10b8bc0a-70ad-4864-8cbc-66a2f6ac52b9 | Completed: Destroy cloud and free allocated resources. 2018-04-04 20:07:32.632 10198 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=04650c34-0ab0-42df-8d60-35fb9fb7ce4a) for deployment 'opnfv-rally'. 2018-04-04 20:07:32.662 10198 INFO rally.api [-] Deleting verification (UUID=13b979b7-bff9-43c5-a2c1-631d748d28f8). 2018-04-04 20:07:32.704 10198 INFO rally.api [-] Verification has been successfully deleted! 2018-04-04 20:07:32.704 10198 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=04650c34-0ab0-42df-8d60-35fb9fb7ce4a). 2018-04-04 20:07:32.717 10198 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-04 20:07:35,330 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-04 20:07:35.030 10201 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=624a8270-e3f5-4883-9f82-927fa6cace99) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 624a8270-e3f5-4883-9f82-927fa6cace99 | 2018-04-04T20:07:34 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 624a8270-e3f5-4883-9f82-927fa6cace99 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-04 20:07:38,609 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-04 20:07:38,609 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-04 20:07:40,922 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-04 20:07:40.639 10207 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=04650c34-0ab0-42df-8d60-35fb9fb7ce4a). 2018-04-04 20:07:40.765 10207 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-04 20:07:44,492 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-04 20:07:42.935 10210 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-04 20:07:43.107 10210 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-04 20:07:44.251 10210 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3a37d6f4-7376-4ebf-b5ad-0ccfddbe8a9f) has been successfully created! Using verifier 'opnfv-tempest' (UUID=3a37d6f4-7376-4ebf-b5ad-0ccfddbe8a9f) as the default verifier for the future CLI operations. 2018-04-04 20:07:47,358 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-04 20:07:49,345 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-04 20:07:54,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-04 20:07:59,589 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-04 20:07:58.739 10229 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3a37d6f4-7376-4ebf-b5ad-0ccfddbe8a9f) for deployment 'opnfv-rally' (UUID=624a8270-e3f5-4883-9f82-927fa6cace99). 2018-04-04 20:07:59.421 10229 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3a37d6f4-7376-4ebf-b5ad-0ccfddbe8a9f) has been successfully configured for deployment 'opnfv-rally' (UUID=624a8270-e3f5-4883-9f82-927fa6cace99)! 2018-04-04 20:07:59,589 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-04 20:07:59,590 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-04 20:07:59,592 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-04 20:07:59,607 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-04 20:08:02,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-3a37d6f4-7376-4ebf-b5ad-0ccfddbe8a9f/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-04 20:08:02,719 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-04 20:08:02,720 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-04 20:08:02,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-04 20:08:04,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-04 20:08:04.789 10238 INFO rally.api [-] Starting verification (UUID=05456afe-3002-498d-a68b-ea115fe533ec) for deployment 'opnfv-rally' (UUID=624a8270-e3f5-4883-9f82-927fa6cace99) by verifier 'opnfv-tempest' (UUID=3a37d6f4-7376-4ebf-b5ad-0ccfddbe8a9f). 2018-04-04 20:08:04,790 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 05456afe-3002-498d-a68b-ea115fe533ec 2018-04-04 20:09:51,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '05456afe-3002-498d-a68b-ea115fe533ec']'. 2018-04-04 20:09:52,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-04 20:09:52,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-04 20:09:52,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-04 20:09:52,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 05456afe-3002-498d-a68b-ea115fe533ec | 2018-04-04 20:09:52,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-04 20:09:52,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-04 20:08:04 | 2018-04-04 20:09:52,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-04 20:09:51 | 2018-04-04 20:09:52,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:47 | 2018-04-04 20:09:52,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-04 20:09:52,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-04 20:09:52,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 3a37d6f4-7376-4ebf-b5ad-0ccfddbe8a9f) | 2018-04-04 20:09:52,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-04 20:09:52,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 624a8270-e3f5-4883-9f82-927fa6cace99) | 2018-04-04 20:09:52,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-04 20:09:52,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 95.984 | 2018-04-04 20:09:52,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-04 20:09:52,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-04 20:09:52,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-04 20:09:52,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-04 20:09:52,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-04 20:09:52,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-04 20:09:52,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-04 20:09:52,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-04 20:09:56,849 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 20:09:56,849 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:09 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-04 20:09:56,854 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:37 | PASS | | vping_userdata | functest | smoke | 00:28 | PASS | | tempest_smoke_serial | functest | smoke | 10:11 | FAIL | | rally_sanity | functest | smoke | 16:20 | FAIL | | refstack_defcore | functest | smoke | 02:30 | PASS | | patrole | functest | smoke | 02:50 | PASS | | snaps_smoke | functest | smoke | 41:40 | FAIL | | neutron_trunk | functest | smoke | 02:09 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-04 20:09:56,862 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-04 20:10:45,364 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-98 | | 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-04-04 20:10:45,366 - 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=dJYMV8d8TkjA4c3RQRkaVkMxZ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-04 20:10:45,366 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-04 20:10:45,367 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ 2018-04-04 20:10:45,368 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-04 20:10:45,368 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-04 20:14:50,900 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-04 20:14:51,031 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 20:14:51,032 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:06 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-04 20:14:51,035 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:06 | PASS | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-04 20:14:51,039 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-04 20:16:53,801 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-98 | | 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-04-04 20:16:53,803 - 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=dJYMV8d8TkjA4c3RQRkaVkMxZ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-04 20:16:53,803 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-04 20:16:53,803 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-04 20:16:53,803 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-04 20:16:53,804 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-04 20:17:05,135 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-98 | | 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-04-04 20:17:05,137 - 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=dJYMV8d8TkjA4c3RQRkaVkMxZ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-04-04 20:17:05,137 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-04 20:17:05,138 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-04-04 20:17:05,139 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-04 20:17:05,139 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-04 20:19:29,580 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-04 20:19:29,706 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-04 20:19:29,707 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 02:24 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-04 20:19:29,710 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 02:24 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-04 20:19:29,712 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK