2018-03-25 18:32:06,079 - functest.ci.check_deployment - DEBUG - 172.30.9.24:5000 is reachable! 2018-03-25 18:32:06,079 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.24:5000/v3 ...OK 2018-03-25 18:32:06,521 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-25 18:32:06,883 - functest.ci.check_deployment - DEBUG - 172.30.9.24:5000 is reachable! 2018-03-25 18:32:06,883 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.24:5000 ...OK 2018-03-25 18:32:07,246 - functest.ci.check_deployment - DEBUG - 172.30.9.24:8774 is reachable! 2018-03-25 18:32:07,246 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.24:8774/v2.1 ...OK 2018-03-25 18:32:07,612 - functest.ci.check_deployment - DEBUG - 172.30.9.24:9696 is reachable! 2018-03-25 18:32:07,613 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.24:9696 ...OK 2018-03-25 18:32:08,070 - functest.ci.check_deployment - DEBUG - 172.30.9.24:9292 is reachable! 2018-03-25 18:32:08,070 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.24:9292 ...OK 2018-03-25 18:32:09,300 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-25 18:32:10,909 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-25 18:32:10,936 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-25 18:32:11,568 - functest.ci.check_deployment - INFO - External network found: external 2018-03-25 18:32:16,156 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-54 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-25 18:32:16,159 - 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=rXHnEHX9uC7xjP8NPkccYv9pP export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-25 18:32:16,159 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-25 18:32:16,159 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-03-25 18:32:16,160 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-25 18:32:16,161 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-25 18:32:18,105 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-25 18:32:26,289 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 8.174s OK 2018-03-25 18:32:26,427 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-25 18:32:26,427 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-25 18:32:26,432 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-25 18:32:27,921 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-25 18:41:26,550 - 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 538.573s OK 2018-03-25 18:41:26,676 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-25 18:41:26,677 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 08:59 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-25 18:41:26,681 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-25 18:41:27,525 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-25 18:42:01,596 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 34.069s OK 2018-03-25 18:42:01,719 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-25 18:42:01,719 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:34 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-25 18:42:01,723 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | api_check | functest | healthcheck | 08:59 | PASS | | snaps_health_check | functest | healthcheck | 00:34 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-25 18:42:01,726 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-25 18:42:46,490 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-54 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-25 18:42:46,492 - 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=rXHnEHX9uC7xjP8NPkccYv9pP export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-25 18:42:46,492 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-25 18:42:46,493 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-03-25 18:42:46,494 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-25 18:42:46,494 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-25 18:42:47,337 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-03-25 18:42:47,338 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-25 18:42:47,764 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-25 18:42:47,764 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-03-25 18:42:48,160 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-25 18:42:48,161 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-25 18:42:48' 2018-03-25 18:42:48,161 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--0826d394-5efc-4632-ad89-b591ac3c37ef' 2018-03-25 18:42:50,682 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-0826d394-5efc-4632-ad89-b591ac3c37ef' 2018-03-25 18:42:52,951 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-0826d394-5efc-4632-ad89-b591ac3c37ef' 2018-03-25 18:42:57,910 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-0826d394-5efc-4632-ad89-b591ac3c37ef' 2018-03-25 18:42:58,653 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-0826d394-5efc-4632-ad89-b591ac3c37ef' 2018-03-25 18:42:59,386 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-0826d394-5efc-4632-ad89-b591ac3c37ef' 2018-03-25 18:43:04,137 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-0826d394-5efc-4632-ad89-b591ac3c37ef' 2018-03-25 18:43:06,138 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-0826d394-5efc-4632-ad89-b591ac3c37ef' 2018-03-25 18:43:21,408 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-25 18:43:28,206 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-25 18:43:28,343 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-25 18:43:29,350 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-25 18:43:44,060 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-25 18:43:44,060 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-25 18:43:44,576 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-25 18:43:44,576 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:41 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-25 18:43:44,580 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-25 18:43:44,678 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-25 18:43:44,679 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-25 18:43:44' 2018-03-25 18:43:44,679 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--6c2b4f39-e134-4116-893d-b68647728e76' 2018-03-25 18:43:47,168 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-6c2b4f39-e134-4116-893d-b68647728e76' 2018-03-25 18:43:48,896 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-6c2b4f39-e134-4116-893d-b68647728e76' 2018-03-25 18:43:53,942 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-6c2b4f39-e134-4116-893d-b68647728e76' 2018-03-25 18:43:54,574 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-6c2b4f39-e134-4116-893d-b68647728e76' 2018-03-25 18:43:58,897 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-6c2b4f39-e134-4116-893d-b68647728e76' 2018-03-25 18:44:03,084 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-25 18:44:11,240 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-25 18:44:13,728 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.4. Waiting for response... 2018-03-25 18:44:16,275 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-25 18:44:32,655 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-25 18:44:32,655 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:32 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-25 18:44:32,659 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-25 18:44:32,759 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-25 18:44:37,245 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-25 18:44:36.962 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=937d9b74-4a27-45b6-8099-ca76f0d13d86) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 937d9b74-4a27-45b6-8099-ca76f0d13d86 | 2018-03-25T18:44:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 937d9b74-4a27-45b6-8099-ca76f0d13d86 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-25 18:44:40,534 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-25 18:44:40,535 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-25 18:44:46,478 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-25 18:44:44.793 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-25 18:44:44.918 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-25 18:44:46.259 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=880c823d-88ae-41be-ac99-6b40dd2d565c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=880c823d-88ae-41be-ac99-6b40dd2d565c) as the default verifier for the future CLI operations. 2018-03-25 18:44:49,579 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-25 18:44:51,182 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-25 18:44:55,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-25 18:45:00,082 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-25 18:44:59.252 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=880c823d-88ae-41be-ac99-6b40dd2d565c) for deployment 'opnfv-rally' (UUID=937d9b74-4a27-45b6-8099-ca76f0d13d86). 2018-03-25 18:44:59.920 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=880c823d-88ae-41be-ac99-6b40dd2d565c) has been successfully configured for deployment 'opnfv-rally' (UUID=937d9b74-4a27-45b6-8099-ca76f0d13d86)! 2018-03-25 18:45:00,082 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-25 18:45:00,082 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-25 18:45:00,083 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-25 18:45:00,085 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-25 18:45:03,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-880c823d-88ae-41be-ac99-6b40dd2d565c/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-03-25 18:45:03,152 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-25 18:45:03,153 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-25 18:45:03,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-03-25 18:45:05,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:45:05.279 55 INFO rally.api [-] Starting verification (UUID=35256cf8-a0b9-4494-97c0-34b089e99049) for deployment 'opnfv-rally' (UUID=937d9b74-4a27-45b6-8099-ca76f0d13d86) by verifier 'opnfv-tempest' (UUID=880c823d-88ae-41be-ac99-6b40dd2d565c). 2018-03-25 18:45:05,281 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 35256cf8-a0b9-4494-97c0-34b089e99049 2018-03-25 18:45:11,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:45:11.407 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.159s] 2018-03-25 18:45:11,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:45:11.461 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.055s] 2018-03-25 18:45:16,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:45:16.557 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.808s] 2018-03-25 18:45:18,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:45:18.383 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.825s] 2018-03-25 18:45:25,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:45:25.759 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.398s] 2018-03-25 18:45:40,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:45:40.574 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.000s] 2018-03-25 18:46:08,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:46:08.845 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.067s] 2018-03-25 18:46:08,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:46:08.846 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-03-25 18:46:34,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:46:34.325 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-03-25 18:46:34,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:46:34.326 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-25 18:46:57,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:46:57.524 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-03-25 18:46:57,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:46:57.526 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-25 18:47:31,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:47:31.899 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.366s] 2018-03-25 18:47:51,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:47:51.918 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.054s] 2018-03-25 18:47:52,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:47:52.012 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.094s] 2018-03-25 18:47:59,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:47:59.294 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.799s] 2018-03-25 18:47:59,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:47:59.304 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-03-25 18:48:00,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:48:00.618 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-25 18:48:00,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:48:00.619 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-25 18:48:04,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:48:04.251 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.352s] 2018-03-25 18:48:09,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:48:09.611 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.075s] 2018-03-25 18:48:14,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:48:14.941 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.562s] 2018-03-25 18:48:21,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:48:21.088 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.357s] 2018-03-25 18:48:29,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:48:29.073 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.835s] 2018-03-25 18:48:34,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:48:34.021 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.315s] 2018-03-25 18:48:39,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:48:39.209 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.182s] 2018-03-25 18:48:45,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:48:45.687 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.389s] 2018-03-25 18:48:51,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:48:51.841 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.501s] 2018-03-25 18:48:59,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:48:59.013 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.488s] 2018-03-25 18:49:00,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:49:00.765 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-25 18:49:02,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:49:02.619 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-03-25 18:49:02,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:49:02.688 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.068s] 2018-03-25 18:49:02,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:49:02.766 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.077s] 2018-03-25 18:49:02,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:49:02.773 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-03-25 18:49:06,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:49:06.014 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.377s] 2018-03-25 18:49:06,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:49:06.999 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.983s] 2018-03-25 18:49:07,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:49:07.842 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.843s] 2018-03-25 18:49:13,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:49:13.407 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2018-03-25 18:49:18,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:49:18.131 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.825s] 2018-03-25 18:49:29,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:49:29.578 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.308s] 2018-03-25 18:49:32,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:49:32.618 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.038s] 2018-03-25 18:49:42,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:49:42.176 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.196s] 2018-03-25 18:49:44,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:49:44.812 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.634s] 2018-03-25 18:49:51,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:49:51.316 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.504s] 2018-03-25 18:49:58,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:49:58.993 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.313s] 2018-03-25 18:50:02,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:02.021 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.029s] 2018-03-25 18:50:06,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:06.189 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.166s] 2018-03-25 18:50:18,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:18.992 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.208s] 2018-03-25 18:50:19,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:19.250 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.258s] 2018-03-25 18:50:19,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:19.357 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.106s] 2018-03-25 18:50:19,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:19.406 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.048s] 2018-03-25 18:50:19,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:19.499 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.093s] 2018-03-25 18:50:19,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:19.548 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.048s] 2018-03-25 18:50:29,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:29.458 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.979s] 2018-03-25 18:50:29,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:29.712 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.255s] 2018-03-25 18:50:29,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:29.815 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.102s] 2018-03-25 18:50:29,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:29.867 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.051s] 2018-03-25 18:50:29,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:29.961 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.094s] 2018-03-25 18:50:30,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:30.009 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.048s] 2018-03-25 18:50:38,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:38.872 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.980s] 2018-03-25 18:50:42,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:42.855 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.980s] 2018-03-25 18:50:44,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:44.402 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.547s] 2018-03-25 18:50:44,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:44.458 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.057s] 2018-03-25 18:50:44,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:44.517 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.058s] 2018-03-25 18:50:53,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:53.918 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.175s] 2018-03-25 18:50:58,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:50:58.306 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.388s] 2018-03-25 18:51:00,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:51:00.360 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.053s] 2018-03-25 18:51:00,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:51:00.556 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.195s] 2018-03-25 18:51:00,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:51:00.605 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.049s] 2018-03-25 18:51:13,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:51:13.467 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [8.185s] 2018-03-25 18:51:17,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:51:17.629 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.162s] 2018-03-25 18:51:21,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:51:21.556 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.926s] 2018-03-25 18:51:24,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:51:24.460 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.903s] 2018-03-25 18:51:42,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:51:42.343 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.585s] 2018-03-25 18:51:47,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:51:47.020 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.677s] 2018-03-25 18:51:50,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:51:50.569 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.548s] 2018-03-25 18:51:53,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:51:53.459 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.890s] 2018-03-25 18:52:03,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:52:03.747 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.184s] 2018-03-25 18:52:04,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:52:04.905 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.157s] 2018-03-25 18:52:04,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:52:04.948 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.045s] 2018-03-25 18:52:08,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:52:08.850 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.183s] 2018-03-25 18:52:10,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:52:10.223 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.372s] 2018-03-25 18:52:10,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:52:10.271 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.049s] 2018-03-25 18:52:13,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:52:13.753 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.760s] 2018-03-25 18:52:16,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:52:16.523 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-25 18:52:17,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:52:17.573 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-25 18:52:17,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:52:17.575 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-25 18:52:17,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:52:17.576 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-25 18:52:17,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:52:17.577 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-25 18:52:17,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:52:17.578 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-25 18:52:19,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:52:19.415 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-03-25 18:52:33,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:52:33.565 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.189s] 2018-03-25 18:52:44,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:52:44.929 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.024s] 2018-03-25 18:52:55,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:52:55.363 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.431s] 2018-03-25 18:53:03,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:53:03.826 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.172s] 2018-03-25 18:54:07,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:54:07.557 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [57.951s] 2018-03-25 18:54:38,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:54:38.111 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [22.958s] 2018-03-25 18:55:32,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 18:55:32.463 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [38.392s] 2018-03-25 18:55:43,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '35256cf8-a0b9-4494-97c0-34b089e99049']'. 2018-03-25 18:55:44,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-25 18:55:44,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-25 18:55:44,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-25 18:55:44,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 35256cf8-a0b9-4494-97c0-34b089e99049 | 2018-03-25 18:55:44,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-25 18:55:44,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-25 18:45:05 | 2018-03-25 18:55:44,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-25 18:55:43 | 2018-03-25 18:55:44,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:10:38 | 2018-03-25 18:55:44,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-25 18:55:44,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-25 18:55:44,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-25 18:55:44,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 880c823d-88ae-41be-ac99-6b40dd2d565c) | 2018-03-25 18:55:44,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-25 18:55:44,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 937d9b74-4a27-45b6-8099-ca76f0d13d86) | 2018-03-25 18:55:44,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-25 18:55:44,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 622.965 | 2018-03-25 18:55:44,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-03-25 18:55:44,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-25 18:55:44,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-25 18:55:44,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-25 18:55:44,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-25 18:55:44,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-25 18:55:44,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-25 18:55:44,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-03-25 18:55:49,353 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-25 18:55:49,354 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 10:60 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-03-25 18:55:49,358 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-25 18:55:49,457 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-25 18:55:49,874 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-25 18:55:49,875 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-03-25 18:55:50,281 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-25 18:55:52,717 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-25 18:55:52.383 117 INFO rally.deployment.engine [-] Deployment 937d9b74-4a27-45b6-8099-ca76f0d13d86 | Starting: Destroy cloud and free allocated resources. 2018-03-25 18:55:52.467 117 INFO rally.deployment.engine [-] Deployment 937d9b74-4a27-45b6-8099-ca76f0d13d86 | Completed: Destroy cloud and free allocated resources. 2018-03-25 18:55:52.488 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=880c823d-88ae-41be-ac99-6b40dd2d565c) for deployment 'opnfv-rally'. 2018-03-25 18:55:52.499 117 INFO rally.api [-] Deleting verification (UUID=35256cf8-a0b9-4494-97c0-34b089e99049). 2018-03-25 18:55:52.526 117 INFO rally.api [-] Verification has been successfully deleted! 2018-03-25 18:55:52.526 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=880c823d-88ae-41be-ac99-6b40dd2d565c). 2018-03-25 18:55:52.532 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-25 18:55:54,885 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-25 18:55:54.688 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1a5ec790-5314-45ce-a48e-371ffbf88903) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1a5ec790-5314-45ce-a48e-371ffbf88903 | 2018-03-25T18:55:54 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1a5ec790-5314-45ce-a48e-371ffbf88903 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-25 18:55:58,075 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-25 18:55:58,075 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-25 18:55:59,491 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-b0d321a1-3f33-4b31-8561-92827fc45127'... 2018-03-25 18:56:01,110 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-b0d321a1-3f33-4b31-8561-92827fc45127'... 2018-03-25 18:56:02,739 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-b0d321a1-3f33-4b31-8561-92827fc45127'... 2018-03-25 18:56:07,351 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-b0d321a1-3f33-4b31-8561-92827fc45127'... 2018-03-25 18:56:08,011 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-b0d321a1-3f33-4b31-8561-92827fc45127'... 2018-03-25 18:56:08,605 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-25 18:56:08,605 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-03-25 18:56:08,606 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-25 18:56:08,660 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-25 18:56:08,665 - 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': '539d4443-128b-40b6-b55d-af805130f7b0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b0d321a1-3f33-4b31-8561-92827fc45127', 'flavor_name': 'rally-tiny-b0d321a1-3f33-4b31-8561-92827fc45127', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b0d321a1-3f33-4b31-8561-92827fc45127', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-25 18:57:07,718 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 12e8f3aa-a888-44b6-a64c-9984232bf0d7 2018-03-25 18:57:07,718 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-25 18:57:07,719 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '12e8f3aa-a888-44b6-a64c-9984232bf0d7'] 2018-03-25 18:57:08,729 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 12e8f3aa-a888-44b6-a64c-9984232bf0d7: 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 12e8f3aa-a888-44b6-a64c-9984232bf0d7 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.451 | 0.451 | 0.451 | 0.451 | 0.451 | 0.451 | 100.0% | 1 | | total | 0.451 | 0.451 | 0.451 | 0.451 | 0.451 | 0.451 | 100.0% | 1 | | -> duration | 0.451 | 0.451 | 0.451 | 0.451 | 0.451 | 0.451 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.451378 Full duration: 6.51551 -------------------------------------------------------------------------------- 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 12e8f3aa-a888-44b6-a64c-9984232bf0d7 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.314 | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 100.0% | 1 | | total | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> duration | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.720011 Full duration: 6.774857 -------------------------------------------------------------------------------- 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 12e8f3aa-a888-44b6-a64c-9984232bf0d7 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.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> duration | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.611583 Full duration: 6.495298 -------------------------------------------------------------------------------- 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 12e8f3aa-a888-44b6-a64c-9984232bf0d7 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.332 | 0.332 | 0.332 | 0.332 | 0.332 | 0.332 | 100.0% | 1 | | total | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> duration | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.739786 Full duration: 7.000527 -------------------------------------------------------------------------------- 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 12e8f3aa-a888-44b6-a64c-9984232bf0d7 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.356 | 0.356 | 0.356 | 0.356 | 0.356 | 0.356 | 100.0% | 1 | | total | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> duration | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.743128 Full duration: 6.688886 -------------------------------------------------------------------------------- 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 12e8f3aa-a888-44b6-a64c-9984232bf0d7 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.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 100.0% | 1 | | total | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> duration | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.637608 Full duration: 6.591779 HINTS: * To plot HTML graphics with this data, run: rally task report 12e8f3aa-a888-44b6-a64c-9984232bf0d7 --out output.html * To generate a JUnit report, run: rally task export 12e8f3aa-a888-44b6-a64c-9984232bf0d7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 12e8f3aa-a888-44b6-a64c-9984232bf0d7 --json --out output.json 2018-03-25 18:57:08,729 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '12e8f3aa-a888-44b6-a64c-9984232bf0d7'] 2018-03-25 18:57:09,683 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-25 18:57:09,683 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '12e8f3aa-a888-44b6-a64c-9984232bf0d7', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-25 18:57:09,690 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-25 18:57:09,691 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-25 18:57:09,691 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-03-25 18:57:09,691 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-25 18:57:09,733 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-25 18:57:09,735 - 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': '539d4443-128b-40b6-b55d-af805130f7b0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b0d321a1-3f33-4b31-8561-92827fc45127', 'flavor_name': 'rally-tiny-b0d321a1-3f33-4b31-8561-92827fc45127', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b0d321a1-3f33-4b31-8561-92827fc45127', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-25 18:58:38,607 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 97462cbf-e170-4c9e-9bdc-6c41d1b80502 2018-03-25 18:58:38,607 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '97462cbf-e170-4c9e-9bdc-6c41d1b80502'] 2018-03-25 18:58:39,609 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 97462cbf-e170-4c9e-9bdc-6c41d1b80502: 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 97462cbf-e170-4c9e-9bdc-6c41d1b80502 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.063 | 3.063 | 3.063 | 3.063 | 3.063 | 3.063 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 100.0% | 1 | | -> glance_v2.upload_data | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | glance_v2.delete_image | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 100.0% | 1 | | total | 4.339 | 4.339 | 4.339 | 4.339 | 4.339 | 4.339 | 100.0% | 1 | | -> duration | 4.339 | 4.339 | 4.339 | 4.339 | 4.339 | 4.339 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.339378 Full duration: 11.89771 -------------------------------------------------------------------------------- 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 97462cbf-e170-4c9e-9bdc-6c41d1b80502 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.21 | 3.21 | 3.21 | 3.21 | 3.21 | 3.21 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | glance_v2.list_images | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | total | 3.257 | 3.257 | 3.257 | 3.257 | 3.257 | 3.257 | 100.0% | 1 | | -> duration | 3.257 | 3.257 | 3.257 | 3.257 | 3.257 | 3.257 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.257121 Full duration: 13.376935 -------------------------------------------------------------------------------- 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 97462cbf-e170-4c9e-9bdc-6c41d1b80502 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | -> duration | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.181843 Full duration: 6.972262 -------------------------------------------------------------------------------- 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-b0d321a1-3f33-4b31-8561-92827fc45127" }, "number_instances": 2, "nics": [ { "net-id": "539d4443-128b-40b6-b55d-af805130f7b0" } ] }, "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 97462cbf-e170-4c9e-9bdc-6c41d1b80502 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.864 | 3.864 | 3.864 | 3.864 | 3.864 | 3.864 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 1.576 | 1.576 | 1.576 | 1.576 | 1.576 | 1.576 | 100.0% | 1 | | nova.boot_servers | 10.877 | 10.877 | 10.877 | 10.877 | 10.877 | 10.877 | 100.0% | 1 | | total | 14.741 | 14.741 | 14.741 | 14.741 | 14.741 | 14.741 | 100.0% | 1 | | -> duration | 13.741 | 13.741 | 13.741 | 13.741 | 13.741 | 13.741 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.741393 Full duration: 41.726598 HINTS: * To plot HTML graphics with this data, run: rally task report 97462cbf-e170-4c9e-9bdc-6c41d1b80502 --out output.html * To generate a JUnit report, run: rally task export 97462cbf-e170-4c9e-9bdc-6c41d1b80502 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 97462cbf-e170-4c9e-9bdc-6c41d1b80502 --json --out output.json 2018-03-25 18:58:39,610 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '97462cbf-e170-4c9e-9bdc-6c41d1b80502'] 2018-03-25 18:58:40,632 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-25 18:58:40,632 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '97462cbf-e170-4c9e-9bdc-6c41d1b80502', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-25 18:58:40,640 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-25 18:58:40,640 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-25 18:58:40,641 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-03-25 18:58:40,641 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-25 18:58:40,681 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-25 18:58:40,681 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-25 18:58:40,682 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-25 18:58:40,682 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-03-25 18:58:40,682 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-25 18:58:40,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-25 18:58:40,718 - 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': '539d4443-128b-40b6-b55d-af805130f7b0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b0d321a1-3f33-4b31-8561-92827fc45127', 'flavor_name': 'rally-tiny-b0d321a1-3f33-4b31-8561-92827fc45127', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b0d321a1-3f33-4b31-8561-92827fc45127', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-25 19:01:38,442 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0c1658a8-12fe-464c-8ce1-508cfa388555 2018-03-25 19:01:38,443 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0c1658a8-12fe-464c-8ce1-508cfa388555'] 2018-03-25 19:01:39,370 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0c1658a8-12fe-464c-8ce1-508cfa388555: 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 0c1658a8-12fe-464c-8ce1-508cfa388555 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.067 | 3.067 | 3.067 | 3.067 | 3.067 | 3.067 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.413 | 2.413 | 2.413 | 2.413 | 2.413 | 2.413 | 100.0% | 1 | | total | 5.48 | 5.48 | 5.48 | 5.48 | 5.48 | 5.48 | 100.0% | 1 | | -> duration | 5.48 | 5.48 | 5.48 | 5.48 | 5.48 | 5.48 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.480486 Full duration: 21.314438 -------------------------------------------------------------------------------- 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 0c1658a8-12fe-464c-8ce1-508cfa388555 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.085 | 3.085 | 3.085 | 3.085 | 3.085 | 3.085 | 100.0% | 1 | | cinder_v2.delete_volume | 2.288 | 2.288 | 2.288 | 2.288 | 2.288 | 2.288 | 100.0% | 1 | | total | 5.373 | 5.373 | 5.373 | 5.373 | 5.373 | 5.373 | 100.0% | 1 | | -> duration | 5.373 | 5.373 | 5.373 | 5.373 | 5.373 | 5.373 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.373198 Full duration: 14.646296 -------------------------------------------------------------------------------- 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-b0d321a1-3f33-4b31-8561-92827fc45127" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 0c1658a8-12fe-464c-8ce1-508cfa388555 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 | 5.683 | 5.683 | 5.683 | 5.683 | 5.683 | 5.683 | 100.0% | 1 | | cinder_v2.delete_volume | 2.368 | 2.368 | 2.368 | 2.368 | 2.368 | 2.368 | 100.0% | 1 | | total | 8.051 | 8.051 | 8.051 | 8.051 | 8.051 | 8.051 | 100.0% | 1 | | -> duration | 8.051 | 8.051 | 8.051 | 8.051 | 8.051 | 8.051 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.051449 Full duration: 17.549518 -------------------------------------------------------------------------------- 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 0c1658a8-12fe-464c-8ce1-508cfa388555 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 2.918 | 2.918 | 2.918 | 2.918 | 2.918 | 2.918 | 100.0% | 1 | | cinder_v2.delete_volume | 2.443 | 2.443 | 2.443 | 2.443 | 2.443 | 2.443 | 100.0% | 1 | | total | 5.361 | 5.361 | 5.361 | 5.361 | 5.361 | 5.361 | 100.0% | 1 | | -> duration | 5.361 | 5.361 | 5.361 | 5.361 | 5.361 | 5.361 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.361262 Full duration: 14.236145 -------------------------------------------------------------------------------- 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 0c1658a8-12fe-464c-8ce1-508cfa388555 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.17 | 3.17 | 3.17 | 3.17 | 3.17 | 3.17 | 100.0% | 1 | | cinder_v2.extend_volume | 2.348 | 2.348 | 2.348 | 2.348 | 2.348 | 2.348 | 100.0% | 1 | | cinder_v2.delete_volume | 2.306 | 2.306 | 2.306 | 2.306 | 2.306 | 2.306 | 100.0% | 1 | | total | 7.824 | 7.824 | 7.824 | 7.824 | 7.824 | 7.824 | 100.0% | 1 | | -> duration | 7.824 | 7.824 | 7.824 | 7.824 | 7.824 | 7.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.823786 Full duration: 16.962376 -------------------------------------------------------------------------------- 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 0c1658a8-12fe-464c-8ce1-508cfa388555 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.152 | 3.152 | 3.152 | 3.152 | 3.152 | 3.152 | 100.0% | 1 | | cinder_v2.delete_volume | 2.297 | 2.297 | 2.297 | 2.297 | 2.297 | 2.297 | 100.0% | 1 | | total | 5.449 | 5.449 | 5.449 | 5.449 | 5.449 | 5.449 | 100.0% | 1 | | -> duration | 5.449 | 5.449 | 5.449 | 5.449 | 5.449 | 5.449 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.449361 Full duration: 21.036894 -------------------------------------------------------------------------------- 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 0c1658a8-12fe-464c-8ce1-508cfa388555 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.576 | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 100.0% | 1 | | cinder_v2.list_qos | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 100.0% | 1 | | total | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> duration | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.730322 Full duration: 10.918078 -------------------------------------------------------------------------------- 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 0c1658a8-12fe-464c-8ce1-508cfa388555 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.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | cinder_v2.set_qos | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 100.0% | 1 | | total | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> duration | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.747544 Full duration: 11.008477 -------------------------------------------------------------------------------- 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 0c1658a8-12fe-464c-8ce1-508cfa388555 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.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | cinder_v2.list_types | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 100.0% | 1 | | total | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | -> duration | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.719289 Full duration: 10.905676 -------------------------------------------------------------------------------- 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 0c1658a8-12fe-464c-8ce1-508cfa388555 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.596 | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.778608 Full duration: 11.122483 HINTS: * To plot HTML graphics with this data, run: rally task report 0c1658a8-12fe-464c-8ce1-508cfa388555 --out output.html * To generate a JUnit report, run: rally task export 0c1658a8-12fe-464c-8ce1-508cfa388555 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0c1658a8-12fe-464c-8ce1-508cfa388555 --json --out output.json 2018-03-25 19:01:39,370 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0c1658a8-12fe-464c-8ce1-508cfa388555'] 2018-03-25 19:01:40,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-25 19:01:40,406 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0c1658a8-12fe-464c-8ce1-508cfa388555', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-25 19:01:40,413 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-25 19:01:40,414 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-25 19:01:40,414 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-03-25 19:01:40,414 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-25 19:01:40,454 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-25 19:01:40,456 - 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': '539d4443-128b-40b6-b55d-af805130f7b0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b0d321a1-3f33-4b31-8561-92827fc45127', 'flavor_name': 'rally-tiny-b0d321a1-3f33-4b31-8561-92827fc45127', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b0d321a1-3f33-4b31-8561-92827fc45127', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-25 19:02:53,958 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7517d933-3159-4bff-b33a-33d581a3b3ae 2018-03-25 19:02:53,958 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7517d933-3159-4bff-b33a-33d581a3b3ae'] 2018-03-25 19:02:55,024 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7517d933-3159-4bff-b33a-33d581a3b3ae: 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 7517d933-3159-4bff-b33a-33d581a3b3ae 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.276 | 4.276 | 4.276 | 4.276 | 4.276 | 4.276 | 100.0% | 1 | | heat.update_stack | 2.414 | 2.414 | 2.414 | 2.414 | 2.414 | 2.414 | 100.0% | 1 | | heat.delete_stack | 2.323 | 2.323 | 2.323 | 2.323 | 2.323 | 2.323 | 100.0% | 1 | | total | 9.013 | 9.013 | 9.013 | 9.013 | 9.013 | 9.013 | 100.0% | 1 | | -> duration | 5.013 | 5.013 | 5.013 | 5.013 | 5.013 | 5.013 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.012711 Full duration: 16.581068 -------------------------------------------------------------------------------- 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 7517d933-3159-4bff-b33a-33d581a3b3ae 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.418 | 4.418 | 4.418 | 4.418 | 4.418 | 4.418 | 100.0% | 1 | | heat.check_stack | 1.443 | 1.443 | 1.443 | 1.443 | 1.443 | 1.443 | 100.0% | 1 | | heat.delete_stack | 2.232 | 2.232 | 2.232 | 2.232 | 2.232 | 2.232 | 100.0% | 1 | | total | 8.093 | 8.093 | 8.093 | 8.093 | 8.093 | 8.093 | 100.0% | 1 | | -> duration | 6.093 | 6.093 | 6.093 | 6.093 | 6.093 | 6.093 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.092658 Full duration: 15.466398 -------------------------------------------------------------------------------- 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 7517d933-3159-4bff-b33a-33d581a3b3ae 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.365 | 4.365 | 4.365 | 4.365 | 4.365 | 4.365 | 100.0% | 1 | | heat.suspend_stack | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 100.0% | 1 | | heat.resume_stack | 1.387 | 1.387 | 1.387 | 1.387 | 1.387 | 1.387 | 100.0% | 1 | | heat.delete_stack | 1.324 | 1.324 | 1.324 | 1.324 | 1.324 | 1.324 | 100.0% | 1 | | total | 8.357 | 8.357 | 8.357 | 8.357 | 8.357 | 8.357 | 100.0% | 1 | | -> duration | 6.357 | 6.357 | 6.357 | 6.357 | 6.357 | 6.357 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.356833 Full duration: 17.267042 -------------------------------------------------------------------------------- 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 7517d933-3159-4bff-b33a-33d581a3b3ae 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.552 | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 100.0% | 1 | | total | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 100.0% | 1 | | -> duration | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.552014 Full duration: 7.716603 HINTS: * To plot HTML graphics with this data, run: rally task report 7517d933-3159-4bff-b33a-33d581a3b3ae --out output.html * To generate a JUnit report, run: rally task export 7517d933-3159-4bff-b33a-33d581a3b3ae --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7517d933-3159-4bff-b33a-33d581a3b3ae --json --out output.json 2018-03-25 19:02:55,024 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7517d933-3159-4bff-b33a-33d581a3b3ae'] 2018-03-25 19:02:56,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-25 19:02:56,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7517d933-3159-4bff-b33a-33d581a3b3ae', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-25 19:02:56,077 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-25 19:02:56,078 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-25 19:02:56,078 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-03-25 19:02:56,078 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-25 19:02:56,134 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-25 19:02:56,138 - 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': '539d4443-128b-40b6-b55d-af805130f7b0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b0d321a1-3f33-4b31-8561-92827fc45127', 'flavor_name': 'rally-tiny-b0d321a1-3f33-4b31-8561-92827fc45127', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b0d321a1-3f33-4b31-8561-92827fc45127', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-25 19:05:53,500 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e207308b-2d59-4443-8101-a61f8dcec32f 2018-03-25 19:05:53,501 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e207308b-2d59-4443-8101-a61f8dcec32f'] 2018-03-25 19:05:54,517 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e207308b-2d59-4443-8101-a61f8dcec32f: 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 e207308b-2d59-4443-8101-a61f8dcec32f 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.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | keystone_v3.add_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.revoke_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> duration | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.688425 Full duration: 13.482682 -------------------------------------------------------------------------------- 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 e207308b-2d59-4443-8101-a61f8dcec32f 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.474 | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 100.0% | 1 | | keystone_v3.add_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.list_roles | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 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.671325 Full duration: 13.157183 -------------------------------------------------------------------------------- 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 e207308b-2d59-4443-8101-a61f8dcec32f 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.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | keystone_v3.list_projects | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | total | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> duration | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.873993 Full duration: 13.510397 -------------------------------------------------------------------------------- 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 e207308b-2d59-4443-8101-a61f8dcec32f 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.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | keystone_v3.delete_role | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | -> duration | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.563033 Full duration: 11.007733 -------------------------------------------------------------------------------- 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 e207308b-2d59-4443-8101-a61f8dcec32f 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.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | keystone_v3.delete_service | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 100.0% | 1 | | -> duration | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.563711 Full duration: 11.140488 -------------------------------------------------------------------------------- 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 e207308b-2d59-4443-8101-a61f8dcec32f 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.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | keystone_v3.create_user | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | -> keystone_v3.add_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.create_role | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.get_project | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | keystone_v3.get_user | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_role | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 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.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 1.638 | 1.638 | 1.638 | 1.638 | 1.638 | 1.638 | 100.0% | 1 | | -> duration | 1.638 | 1.638 | 1.638 | 1.638 | 1.638 | 1.638 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.638057 Full duration: 18.31261 -------------------------------------------------------------------------------- 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 e207308b-2d59-4443-8101-a61f8dcec32f 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.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | keystone_v3.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | total | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | -> duration | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.959199 Full duration: 11.516963 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e207308b-2d59-4443-8101-a61f8dcec32f 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.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> duration | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.715745 Full duration: 13.412765 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e207308b-2d59-4443-8101-a61f8dcec32f 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.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | total | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | -> duration | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.71752 Full duration: 13.185323 -------------------------------------------------------------------------------- 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 e207308b-2d59-4443-8101-a61f8dcec32f 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.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | keystone_v3.list_users | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 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.805979 Full duration: 13.449642 -------------------------------------------------------------------------------- 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 e207308b-2d59-4443-8101-a61f8dcec32f has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | keystone_v3.create_users | 4.24 | 4.24 | 4.24 | 4.24 | 4.24 | 4.24 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.239 | 4.239 | 4.239 | 4.239 | 4.239 | 4.239 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.072 | 1.072 | 1.072 | 1.072 | 1.072 | 1.072 | 100.0% | 1 | | total | 5.773 | 5.773 | 5.773 | 5.773 | 5.773 | 5.773 | 100.0% | 1 | | -> duration | 5.773 | 5.773 | 5.773 | 5.773 | 5.773 | 5.773 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.772578 Full duration: 22.652303 HINTS: * To plot HTML graphics with this data, run: rally task report e207308b-2d59-4443-8101-a61f8dcec32f --out output.html * To generate a JUnit report, run: rally task export e207308b-2d59-4443-8101-a61f8dcec32f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e207308b-2d59-4443-8101-a61f8dcec32f --json --out output.json 2018-03-25 19:05:54,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e207308b-2d59-4443-8101-a61f8dcec32f'] 2018-03-25 19:05:55,615 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-25 19:05:55,616 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e207308b-2d59-4443-8101-a61f8dcec32f', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-25 19:05:55,622 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-25 19:05:55,623 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-25 19:05:55,623 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-03-25 19:05:55,623 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-25 19:05:55,664 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-25 19:05:55,672 - 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': '539d4443-128b-40b6-b55d-af805130f7b0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b0d321a1-3f33-4b31-8561-92827fc45127', 'flavor_name': 'rally-tiny-b0d321a1-3f33-4b31-8561-92827fc45127', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b0d321a1-3f33-4b31-8561-92827fc45127', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-25 19:10:33,838 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 233351e2-d78c-4f4f-a451-1b8993bab206 2018-03-25 19:10:33,839 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '233351e2-d78c-4f4f-a451-1b8993bab206'] 2018-03-25 19:10:34,981 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 233351e2-d78c-4f4f-a451-1b8993bab206: 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 233351e2-d78c-4f4f-a451-1b8993bab206 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | neutron.delete_network | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | total | 1.572 | 1.572 | 1.572 | 1.572 | 1.572 | 1.572 | 100.0% | 1 | | -> duration | 1.572 | 1.572 | 1.572 | 1.572 | 1.572 | 1.572 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.571652 Full duration: 13.734286 -------------------------------------------------------------------------------- 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 233351e2-d78c-4f4f-a451-1b8993bab206 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.454 | 1.454 | 1.454 | 1.454 | 1.454 | 1.454 | 100.0% | 1 | | neutron.delete_port | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 100.0% | 1 | | total | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 100.0% | 1 | | -> duration | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.879881 Full duration: 28.348187 -------------------------------------------------------------------------------- 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 233351e2-d78c-4f4f-a451-1b8993bab206 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.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | neutron.create_subnet | 0.418 | 0.418 | 0.418 | 0.418 | 0.418 | 0.418 | 100.0% | 1 | | neutron.create_router | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | neutron.add_interface_router | 1.691 | 1.691 | 1.691 | 1.691 | 1.691 | 1.691 | 100.0% | 1 | | neutron.remove_interface_router | 1.795 | 1.795 | 1.795 | 1.795 | 1.795 | 1.795 | 100.0% | 1 | | neutron.delete_router | 0.403 | 0.403 | 0.403 | 0.403 | 0.403 | 0.403 | 100.0% | 1 | | total | 5.219 | 5.219 | 5.219 | 5.219 | 5.219 | 5.219 | 100.0% | 1 | | -> duration | 5.219 | 5.219 | 5.219 | 5.219 | 5.219 | 5.219 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.218977 Full duration: 32.804384 -------------------------------------------------------------------------------- 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 233351e2-d78c-4f4f-a451-1b8993bab206 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | neutron.delete_subnet | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 100.0% | 1 | | total | 1.506 | 1.506 | 1.506 | 1.506 | 1.506 | 1.506 | 100.0% | 1 | | -> duration | 1.506 | 1.506 | 1.506 | 1.506 | 1.506 | 1.506 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.505808 Full duration: 24.425557 -------------------------------------------------------------------------------- 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 233351e2-d78c-4f4f-a451-1b8993bab206 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.908 | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 100.0% | 1 | | neutron.list_networks | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 100.0% | 1 | | total | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 100.0% | 1 | | -> duration | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.069593 Full duration: 15.324144 -------------------------------------------------------------------------------- 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 233351e2-d78c-4f4f-a451-1b8993bab206 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.396 | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 100.0% | 1 | | neutron.list_ports | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 1.491 | 1.491 | 1.491 | 1.491 | 1.491 | 1.491 | 100.0% | 1 | | -> duration | 1.491 | 1.491 | 1.491 | 1.491 | 1.491 | 1.491 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.491447 Full duration: 24.360303 -------------------------------------------------------------------------------- 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 233351e2-d78c-4f4f-a451-1b8993bab206 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.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | neutron.create_subnet | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 100.0% | 1 | | neutron.create_router | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | neutron.add_interface_router | 1.544 | 1.544 | 1.544 | 1.544 | 1.544 | 1.544 | 100.0% | 1 | | neutron.list_routers | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 3.118 | 3.118 | 3.118 | 3.118 | 3.118 | 3.118 | 100.0% | 1 | | -> duration | 3.118 | 3.118 | 3.118 | 3.118 | 3.118 | 3.118 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.11821 Full duration: 32.762954 -------------------------------------------------------------------------------- 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 233351e2-d78c-4f4f-a451-1b8993bab206 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.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | neutron.create_subnet | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | neutron.list_subnets | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 100.0% | 1 | | -> duration | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.587664 Full duration: 28.07619 -------------------------------------------------------------------------------- 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 233351e2-d78c-4f4f-a451-1b8993bab206 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 100.0% | 1 | | neutron.delete_security_group | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 100.0% | 1 | | -> duration | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.151767 Full duration: 13.145336 -------------------------------------------------------------------------------- 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 233351e2-d78c-4f4f-a451-1b8993bab206 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.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | neutron.create_security_group_rule | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | neutron.delete_security_group | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 1.108 | 1.108 | 1.108 | 1.108 | 1.108 | 1.108 | 100.0% | 1 | | -> duration | 1.108 | 1.108 | 1.108 | 1.108 | 1.108 | 1.108 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.107699 Full duration: 13.177779 -------------------------------------------------------------------------------- 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 233351e2-d78c-4f4f-a451-1b8993bab206 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.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | neutron.create_router | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | neutron.add_gateway_router | 1.439 | 1.439 | 1.439 | 1.439 | 1.439 | 1.439 | 100.0% | 1 | | neutron.remove_gateway_router | 1.108 | 1.108 | 1.108 | 1.108 | 1.108 | 1.108 | 100.0% | 1 | | total | 3.553 | 3.553 | 3.553 | 3.553 | 3.553 | 3.553 | 100.0% | 1 | | -> duration | 3.553 | 3.553 | 3.553 | 3.553 | 3.553 | 3.553 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.552895 Full duration: 22.812031 HINTS: * To plot HTML graphics with this data, run: rally task report 233351e2-d78c-4f4f-a451-1b8993bab206 --out output.html * To generate a JUnit report, run: rally task export 233351e2-d78c-4f4f-a451-1b8993bab206 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 233351e2-d78c-4f4f-a451-1b8993bab206 --json --out output.json 2018-03-25 19:10:34,981 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '233351e2-d78c-4f4f-a451-1b8993bab206'] 2018-03-25 19:10:35,878 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-25 19:10:35,878 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '233351e2-d78c-4f4f-a451-1b8993bab206', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-25 19:10:35,887 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-25 19:10:35,887 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-25 19:10:35,888 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-03-25 19:10:35,888 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-25 19:10:35,926 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-25 19:10:35,930 - 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': '539d4443-128b-40b6-b55d-af805130f7b0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b0d321a1-3f33-4b31-8561-92827fc45127', 'flavor_name': 'rally-tiny-b0d321a1-3f33-4b31-8561-92827fc45127', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b0d321a1-3f33-4b31-8561-92827fc45127', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-25 19:13:32,761 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 69cdb0f5-3ede-4082-ba1d-b481f64033f2 2018-03-25 19:13:32,761 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '69cdb0f5-3ede-4082-ba1d-b481f64033f2'] 2018-03-25 19:13:33,881 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 69cdb0f5-3ede-4082-ba1d-b481f64033f2: 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-b0d321a1-3f33-4b31-8561-92827fc45127" }, "image": { "name": "Cirros-0.4.0-b0d321a1-3f33-4b31-8561-92827fc45127" }, "block_migration": false, "nics": [ { "net-id": "539d4443-128b-40b6-b55d-af805130f7b0" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 69cdb0f5-3ede-4082-ba1d-b481f64033f2 has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.915 | 9.915 | 9.915 | 9.915 | 9.915 | 9.915 | 100.0% | 1 | | nova.find_host_to_migrate | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 100.0% | 1 | | nova.live_migrate | 132.556 | 132.556 | 132.556 | 132.556 | 132.556 | 132.556 | 0.0% | 1 | | total | 143.613 | 143.613 | 143.613 | 143.613 | 143.613 | 143.613 | 0.0% | 1 | | -> duration | 142.613 | 142.613 | 142.613 | 142.613 | 142.613 | 142.613 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 142.613208 Full duration: 156.899272 HINTS: * To plot HTML graphics with this data, run: rally task report 69cdb0f5-3ede-4082-ba1d-b481f64033f2 --out output.html * To generate a JUnit report, run: rally task export 69cdb0f5-3ede-4082-ba1d-b481f64033f2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 69cdb0f5-3ede-4082-ba1d-b481f64033f2 --json --out output.json 2018-03-25 19:13:33,881 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '69cdb0f5-3ede-4082-ba1d-b481f64033f2'] 2018-03-25 19:13:34,929 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-25 19:13:34,929 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '69cdb0f5-3ede-4082-ba1d-b481f64033f2', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-25 19:13:34,936 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-25 19:13:34,936 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-25 19:13:34,937 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-03-25 19:13:34,937 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-25 19:13:34,981 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-25 19:13:34,984 - 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': '539d4443-128b-40b6-b55d-af805130f7b0', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b0d321a1-3f33-4b31-8561-92827fc45127', 'flavor_name': 'rally-tiny-b0d321a1-3f33-4b31-8561-92827fc45127', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b0d321a1-3f33-4b31-8561-92827fc45127', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-25 19:14:19,016 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e28d202c-0240-4bd6-8b25-e4a93fa68250 2018-03-25 19:14:19,017 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e28d202c-0240-4bd6-8b25-e4a93fa68250'] 2018-03-25 19:14:20,013 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e28d202c-0240-4bd6-8b25-e4a93fa68250: 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 e28d202c-0240-4bd6-8b25-e4a93fa68250 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | quotas.delete_quotas | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | total | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | -> duration | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.856727 Full duration: 7.797803 -------------------------------------------------------------------------------- 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 e28d202c-0240-4bd6-8b25-e4a93fa68250 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.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | total | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | -> duration | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.649626 Full duration: 7.574138 -------------------------------------------------------------------------------- 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 e28d202c-0240-4bd6-8b25-e4a93fa68250 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 100.0% | 1 | | total | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | -> duration | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.65342 Full duration: 7.908063 -------------------------------------------------------------------------------- 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 e28d202c-0240-4bd6-8b25-e4a93fa68250 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.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | total | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> duration | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.92414 Full duration: 7.836398 HINTS: * To plot HTML graphics with this data, run: rally task report e28d202c-0240-4bd6-8b25-e4a93fa68250 --out output.html * To generate a JUnit report, run: rally task export e28d202c-0240-4bd6-8b25-e4a93fa68250 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e28d202c-0240-4bd6-8b25-e4a93fa68250 --json --out output.json 2018-03-25 19:14:20,013 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e28d202c-0240-4bd6-8b25-e4a93fa68250'] 2018-03-25 19:14:20,964 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-25 19:14:20,965 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e28d202c-0240-4bd6-8b25-e4a93fa68250', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-25 19:14:20,970 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-25 19:14:20,974 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:40 | 6 | 100.00% | | glance | 01:13 | 4 | 100.00% | | cinder | 02:29 | 10 | 100.00% | | heat | 00:57 | 4 | 100.00% | | keystone | 02:34 | 11 | 100.00% | | neutron | 04:08 | 11 | 100.00% | | nova | 02:36 | 1 | 0.00% | | quotas | 00:31 | 4 | 100.00% | | | | | | | TOTAL: | 00:15:12 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-25 19:14:20,974 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-25 19:14:26,756 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-03-25 19:14:26,756 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-03-25 19:14:27,283 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-25 19:14:27,283 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 18:36 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-25 19:14:27,287 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-25 19:14:27,287 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-25 19:14:27,375 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-25 19:14:29,661 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-25 19:14:29.354 9788 INFO rally.deployment.engine [-] Deployment 1a5ec790-5314-45ce-a48e-371ffbf88903 | Starting: Destroy cloud and free allocated resources. 2018-03-25 19:14:29.444 9788 INFO rally.deployment.engine [-] Deployment 1a5ec790-5314-45ce-a48e-371ffbf88903 | Completed: Destroy cloud and free allocated resources. 2018-03-25 19:14:29.470 9788 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=880c823d-88ae-41be-ac99-6b40dd2d565c). 2018-03-25 19:14:29.475 9788 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-25 19:14:32,217 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-25 19:14:31.913 9791 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9de47b15-2772-48ba-8e94-f33c24e47a63) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9de47b15-2772-48ba-8e94-f33c24e47a63 | 2018-03-25T19:14:31 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9de47b15-2772-48ba-8e94-f33c24e47a63 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-25 19:14:35,536 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-25 19:14:35,536 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-25 19:14:37,783 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-25 19:14:37.559 9797 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=880c823d-88ae-41be-ac99-6b40dd2d565c). 2018-03-25 19:14:37.677 9797 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-25 19:14:41,323 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-25 19:14:39.840 9800 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-25 19:14:39.965 9800 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-25 19:14:41.126 9800 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=56fd5d9f-991b-4890-8ee3-4aed07477f32) has been successfully created! Using verifier 'opnfv-tempest' (UUID=56fd5d9f-991b-4890-8ee3-4aed07477f32) as the default verifier for the future CLI operations. 2018-03-25 19:14:44,543 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-25 19:14:46,249 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-25 19:14:49,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-25 19:14:54,829 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-25 19:14:53.923 9819 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=56fd5d9f-991b-4890-8ee3-4aed07477f32) for deployment 'opnfv-rally' (UUID=9de47b15-2772-48ba-8e94-f33c24e47a63). 2018-03-25 19:14:54.631 9819 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=56fd5d9f-991b-4890-8ee3-4aed07477f32) has been successfully configured for deployment 'opnfv-rally' (UUID=9de47b15-2772-48ba-8e94-f33c24e47a63)! 2018-03-25 19:14:54,829 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-25 19:14:54,830 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-25 19:14:54,832 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-25 19:14:57,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-03-25 19:15:00,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:00.009 9831 INFO rally.api [-] Starting verification (UUID=52490df6-adc6-487b-8cf7-01da3c52707c) for deployment 'opnfv-rally' (UUID=9de47b15-2772-48ba-8e94-f33c24e47a63) by verifier 'opnfv-tempest' (UUID=56fd5d9f-991b-4890-8ee3-4aed07477f32). 2018-03-25 19:15:00,011 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 52490df6-adc6-487b-8cf7-01da3c52707c 2018-03-25 19:15:10,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:10.042 9831 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-03-25 19:15:10,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:10.517 9831 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.485s] 2018-03-25 19:15:10,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:10.811 9831 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.868s] 2018-03-25 19:15:10,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:10.833 9831 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.373s] 2018-03-25 19:15:10,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:10.843 9831 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.032s] 2018-03-25 19:15:11,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:11.141 9831 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.372s] 2018-03-25 19:15:11,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:11.152 9831 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.692s] 2018-03-25 19:15:11,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:11.475 9831 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.322s] 2018-03-25 19:15:13,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:13.215 9831 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.072s] 2018-03-25 19:15:13,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:13.682 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.701s] 2018-03-25 19:15:13,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:13.762 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [2.317s] 2018-03-25 19:15:16,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:16.198 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [2.435s] 2018-03-25 19:15:16,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:16.276 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.576s] 2018-03-25 19:15:17,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:17.262 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.063s] 2018-03-25 19:15:18,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:18.928 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.177s] 2018-03-25 19:15:19,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:19.162 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.233s] 2018-03-25 19:15:19,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:19.434 9831 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.272s] 2018-03-25 19:15:19,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:19.471 9831 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.415s] 2018-03-25 19:15:19,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:19.794 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.516s] 2018-03-25 19:15:21,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:21.782 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.988s] 2018-03-25 19:15:22,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:22.686 9831 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.332s] 2018-03-25 19:15:22,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:22.691 9831 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.069s] 2018-03-25 19:15:22,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:22.903 9831 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.217s] 2018-03-25 19:15:23,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:23.229 9831 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.783s] 2018-03-25 19:15:23,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:23.522 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.739s] 2018-03-25 19:15:24,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:24.665 9831 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.435s] 2018-03-25 19:15:25,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:25.066 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.543s] 2018-03-25 19:15:25,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:25.372 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.173s] 2018-03-25 19:15:25,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:25.387 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.014s] 2018-03-25 19:15:25,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:25.748 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.360s] 2018-03-25 19:15:25,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:25.757 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2018-03-25 19:15:25,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:25.771 9831 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.014s] 2018-03-25 19:15:26,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:26.098 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.032s] 2018-03-25 19:15:27,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:27.534 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.434s] 2018-03-25 19:15:27,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:27.876 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.343s] 2018-03-25 19:15:28,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:28.095 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.217s] 2018-03-25 19:15:28,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:28.133 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.037s] 2018-03-25 19:15:28,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:28.153 9831 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.020s] 2018-03-25 19:15:29,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:29.183 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.058s] 2018-03-25 19:15:29,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:29.531 9831 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.838s] 2018-03-25 19:15:30,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:30.448 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.265s] 2018-03-25 19:15:39,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:39.375 9831 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.586s] 2018-03-25 19:15:39,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:39.589 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.238s] 2018-03-25 19:15:39,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:39.812 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.221s] 2018-03-25 19:15:40,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:40.577 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.765s] 2018-03-25 19:15:40,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:40.817 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.239s] 2018-03-25 19:15:41,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:41.023 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.205s] 2018-03-25 19:15:41,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:41.092 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.069s] 2018-03-25 19:15:41,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:41.163 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.071s] 2018-03-25 19:15:41,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:41.232 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.069s] 2018-03-25 19:15:41,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:41.325 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.092s] 2018-03-25 19:15:41,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:41.399 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.073s] 2018-03-25 19:15:41,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:41.555 9831 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.155s] 2018-03-25 19:15:44,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:44.094 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.092s] 2018-03-25 19:15:44,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:44.106 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-03-25 19:15:44,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:44.260 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.152s] 2018-03-25 19:15:44,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:44.274 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.013s] 2018-03-25 19:15:44,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:44.284 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-03-25 19:15:44,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:44.315 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-03-25 19:15:44,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:44.382 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.066s] 2018-03-25 19:15:44,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:44.459 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.076s] 2018-03-25 19:15:44,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:44.618 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.158s] 2018-03-25 19:15:44,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:44.632 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-03-25 19:15:44,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:44.704 9831 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.072s] 2018-03-25 19:15:48,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:48.744 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.341s] 2018-03-25 19:15:54,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:54.026 9831 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.159s] 2018-03-25 19:15:54,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:54.334 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.055s] 2018-03-25 19:15:54,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:54.551 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.214s] 2018-03-25 19:15:54,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:54.552 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.805s] 2018-03-25 19:15:54,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:54.825 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.276s] 2018-03-25 19:15:55,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:55.132 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.306s] 2018-03-25 19:15:55,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:55.262 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.129s] 2018-03-25 19:15:55,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:55.509 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.246s] 2018-03-25 19:15:55,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:55.569 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.060s] 2018-03-25 19:15:55,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:55.655 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.084s] 2018-03-25 19:15:55,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:55.745 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.089s] 2018-03-25 19:15:55,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:55.825 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.080s] 2018-03-25 19:15:55,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:55.903 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.077s] 2018-03-25 19:15:55,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:55.985 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.081s] 2018-03-25 19:15:56,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:56.070 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.084s] 2018-03-25 19:15:56,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:56.120 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.050s] 2018-03-25 19:15:56,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:56.172 9831 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.051s] 2018-03-25 19:15:56,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:56.285 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.730s] 2018-03-25 19:15:56,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:56.289 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [45.951s] 2018-03-25 19:15:56,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:56.337 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.058s] 2018-03-25 19:15:56,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:56.399 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.060s] 2018-03-25 19:15:56,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:56.455 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.056s] 2018-03-25 19:15:56,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:56.502 9831 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.046s] 2018-03-25 19:15:58,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:15:58.655 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.171s] 2018-03-25 19:16:01,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:01.257 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.602s] 2018-03-25 19:16:05,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:05.214 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.956s] 2018-03-25 19:16:05,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:05.654 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [51.957s] 2018-03-25 19:16:09,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:09.105 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.890s] 2018-03-25 19:16:12,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:12.792 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [29.830s] 2018-03-25 19:16:13,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:13.696 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.590s] 2018-03-25 19:16:14,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:14.374 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.999s] 2018-03-25 19:16:15,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:15.602 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.226s] 2018-03-25 19:16:15,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:15.700 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.002s] 2018-03-25 19:16:16,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:16.977 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.375s] 2018-03-25 19:16:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:18.443 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.465s] 2018-03-25 19:16:19,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:19.492 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.048s] 2018-03-25 19:16:19,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:19.676 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.976s] 2018-03-25 19:16:20,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:20.530 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.037s] 2018-03-25 19:16:20,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:20.950 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.420s] 2018-03-25 19:16:21,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:21.378 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.428s] 2018-03-25 19:16:21,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:21.625 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.246s] 2018-03-25 19:16:22,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:22.971 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.345s] 2018-03-25 19:16:23,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:23.223 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.252s] 2018-03-25 19:16:23,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:23.308 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.519s] 2018-03-25 19:16:23,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:23.466 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.242s] 2018-03-25 19:16:23,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:23.707 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.241s] 2018-03-25 19:16:23,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:23.716 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.040s] 2018-03-25 19:16:24,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:24.290 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [60.892s] 2018-03-25 19:16:24,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:24.706 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [19.048s] 2018-03-25 19:16:24,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:24.876 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.590s] 2018-03-25 19:16:24,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:24.945 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.236s] 2018-03-25 19:16:25,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:25.493 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.548s] 2018-03-25 19:16:25,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:25.756 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.262s] 2018-03-25 19:16:25,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:25.987 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.231s] 2018-03-25 19:16:26,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:26.248 9831 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.261s] 2018-03-25 19:16:26,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:26.562 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [2.845s] 2018-03-25 19:16:26,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:26.776 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.213s] 2018-03-25 19:16:26,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:26.882 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.105s] 2018-03-25 19:16:26,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:26.968 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.086s] 2018-03-25 19:16:27,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:27.023 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.054s] 2018-03-25 19:16:27,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:27.121 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.097s] 2018-03-25 19:16:27,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:27.215 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.093s] 2018-03-25 19:16:27,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:27.282 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.067s] 2018-03-25 19:16:27,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:27.335 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.052s] 2018-03-25 19:16:31,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:31.196 9831 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.860s] 2018-03-25 19:16:35,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:35.080 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [10.372s] 2018-03-25 19:16:37,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:37.526 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [80.249s] 2018-03-25 19:16:45,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:45.520 9831 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.651s] 2018-03-25 19:16:52,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:52.589 9831 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.067s] 2018-03-25 19:16:53,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:53.514 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.079s] 2018-03-25 19:16:53,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:53.589 9831 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.075s] 2018-03-25 19:16:54,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:54.267 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.107s] 2018-03-25 19:16:54,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:54.334 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-03-25 19:16:54,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:54.541 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.206s] 2018-03-25 19:16:54,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:54.639 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.095s] 2018-03-25 19:16:54,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:54.641 9831 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-03-25 19:16:59,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:16:59.764 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [36.448s] 2018-03-25 19:17:08,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:08.803 9831 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.173s] 2018-03-25 19:17:15,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:15.513 9831 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [15.744s] 2018-03-25 19:17:32,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:32.283 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.783s] 2018-03-25 19:17:34,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:34.229 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [59.134s] 2018-03-25 19:17:38,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:38.422 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.313s] 2018-03-25 19:17:38,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:38.746 9831 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.323s] 2018-03-25 19:17:40,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:40.372 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.088s] 2018-03-25 19:17:48,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:48.847 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.008s] 2018-03-25 19:17:48,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:48.855 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-03-25 19:17:48,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:48.900 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.045s] 2018-03-25 19:17:48,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:48.929 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.028s] 2018-03-25 19:17:48,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:48.961 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.031s] 2018-03-25 19:17:49,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:49.006 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.044s] 2018-03-25 19:17:49,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:49.050 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.043s] 2018-03-25 19:17:49,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:49.090 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.040s] 2018-03-25 19:17:49,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:49.126 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.035s] 2018-03-25 19:17:49,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:49.168 9831 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.041s] 2018-03-25 19:17:50,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:17:50.583 9831 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.210s] 2018-03-25 19:22:01,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '52490df6-adc6-487b-8cf7-01da3c52707c']'. 2018-03-25 19:22:02,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-25 19:22:02,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-25 19:22:02,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-25 19:22:02,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 52490df6-adc6-487b-8cf7-01da3c52707c | 2018-03-25 19:22:02,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-25 19:22:02,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-25 19:14:59 | 2018-03-25 19:22:02,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-25 19:22:00 | 2018-03-25 19:22:02,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:01 | 2018-03-25 19:22:02,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-25 19:22:02,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-25 19:22:02,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 56fd5d9f-991b-4890-8ee3-4aed07477f32) | 2018-03-25 19:22:02,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-25 19:22:02,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9de47b15-2772-48ba-8e94-f33c24e47a63) | 2018-03-25 19:22:02,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 160 | 2018-03-25 19:22:02,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 412.213 | 2018-03-25 19:22:02,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 160 | 2018-03-25 19:22:02,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-25 19:22:02,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-25 19:22:02,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-25 19:22:02,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-25 19:22:02,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-25 19:22:02,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-25 19:22:02,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-03-25 19:22:06,495 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-25 19:22:06,495 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 07:22 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-25 19:22:06,500 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-25 19:22:06,601 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-25 19:22:08,879 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-25 19:22:08.530 9933 INFO rally.deployment.engine [-] Deployment 9de47b15-2772-48ba-8e94-f33c24e47a63 | Starting: Destroy cloud and free allocated resources. 2018-03-25 19:22:08.602 9933 INFO rally.deployment.engine [-] Deployment 9de47b15-2772-48ba-8e94-f33c24e47a63 | Completed: Destroy cloud and free allocated resources. 2018-03-25 19:22:08.621 9933 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=56fd5d9f-991b-4890-8ee3-4aed07477f32) for deployment 'opnfv-rally'. 2018-03-25 19:22:08.633 9933 INFO rally.api [-] Deleting verification (UUID=52490df6-adc6-487b-8cf7-01da3c52707c). 2018-03-25 19:22:08.667 9933 INFO rally.api [-] Verification has been successfully deleted! 2018-03-25 19:22:08.668 9933 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=56fd5d9f-991b-4890-8ee3-4aed07477f32). 2018-03-25 19:22:08.676 9933 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-25 19:22:11,249 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-25 19:22:10.979 9936 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=88486459-371d-4c8d-b8c9-db128d257f62) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 88486459-371d-4c8d-b8c9-db128d257f62 | 2018-03-25T19:22:10 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 88486459-371d-4c8d-b8c9-db128d257f62 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-25 19:22:14,396 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-25 19:22:14,397 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-25 19:22:16,629 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-25 19:22:16.399 9942 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=56fd5d9f-991b-4890-8ee3-4aed07477f32). 2018-03-25 19:22:16.509 9942 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-25 19:22:20,863 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-25 19:22:18.721 9945 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-25 19:22:18.854 9945 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-25 19:22:20.674 9945 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e01551ba-b0c3-43b1-bfdd-1a88b5262383) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e01551ba-b0c3-43b1-bfdd-1a88b5262383) as the default verifier for the future CLI operations. 2018-03-25 19:22:23,742 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-25 19:22:25,543 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-25 19:22:29,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-25 19:22:34,455 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-25 19:22:33.602 9964 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e01551ba-b0c3-43b1-bfdd-1a88b5262383) for deployment 'opnfv-rally' (UUID=88486459-371d-4c8d-b8c9-db128d257f62). 2018-03-25 19:22:34.290 9964 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e01551ba-b0c3-43b1-bfdd-1a88b5262383) has been successfully configured for deployment 'opnfv-rally' (UUID=88486459-371d-4c8d-b8c9-db128d257f62)! 2018-03-25 19:22:34,455 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-25 19:22:34,456 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-25 19:22:34,458 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-25 19:22:34,466 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-25 19:22:37,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e01551ba-b0c3-43b1-bfdd-1a88b5262383/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-03-25 19:22:37,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-03-25 19:22:39,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 19:22:39.902 9973 INFO rally.api [-] Starting verification (UUID=b0c12705-7f12-4d4c-9126-ae77ebb9ae29) for deployment 'opnfv-rally' (UUID=88486459-371d-4c8d-b8c9-db128d257f62) by verifier 'opnfv-tempest' (UUID=e01551ba-b0c3-43b1-bfdd-1a88b5262383). 2018-03-25 19:22:39,905 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b0c12705-7f12-4d4c-9126-ae77ebb9ae29 2018-03-25 19:25:10,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b0c12705-7f12-4d4c-9126-ae77ebb9ae29']'. 2018-03-25 19:25:11,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-25 19:25:11,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-25 19:25:11,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-25 19:25:11,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b0c12705-7f12-4d4c-9126-ae77ebb9ae29 | 2018-03-25 19:25:11,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-25 19:25:11,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-25 19:22:39 | 2018-03-25 19:25:11,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-25 19:25:10 | 2018-03-25 19:25:11,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:31 | 2018-03-25 19:25:11,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-25 19:25:11,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-25 19:25:11,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e01551ba-b0c3-43b1-bfdd-1a88b5262383) | 2018-03-25 19:25:11,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-25 19:25:11,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 88486459-371d-4c8d-b8c9-db128d257f62) | 2018-03-25 19:25:11,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-25 19:25:11,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 142.044 | 2018-03-25 19:25:11,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-03-25 19:25:11,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-03-25 19:25:11,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-25 19:25:11,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-25 19:25:11,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-25 19:25:11,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-25 19:25:11,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-25 19:25:11,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-03-25 19:25:15,453 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-25 19:25:15,453 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:52 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-25 19:25:15,457 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-25 19:25:16,209 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-25 20:06:07,894 - 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) ... ok 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 ---------------------------------------------------------------------- Ran 119 tests in 2451.611s OK 2018-03-25 20:06:08,019 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-25 20:06:08,019 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 40:52 | PASS | +---------------------+------------------+------------------+----------------+ 2018-03-25 20:06:08,024 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-25 20:06:08,122 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-25 20:06:10,469 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-25 20:06:10.078 10200 INFO rally.deployment.engine [-] Deployment 88486459-371d-4c8d-b8c9-db128d257f62 | Starting: Destroy cloud and free allocated resources. 2018-03-25 20:06:10.150 10200 INFO rally.deployment.engine [-] Deployment 88486459-371d-4c8d-b8c9-db128d257f62 | Completed: Destroy cloud and free allocated resources. 2018-03-25 20:06:10.209 10200 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=e01551ba-b0c3-43b1-bfdd-1a88b5262383) for deployment 'opnfv-rally'. 2018-03-25 20:06:10.237 10200 INFO rally.api [-] Deleting verification (UUID=b0c12705-7f12-4d4c-9126-ae77ebb9ae29). 2018-03-25 20:06:10.277 10200 INFO rally.api [-] Verification has been successfully deleted! 2018-03-25 20:06:10.278 10200 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e01551ba-b0c3-43b1-bfdd-1a88b5262383). 2018-03-25 20:06:10.289 10200 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-25 20:06:12,892 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-25 20:06:12.588 10203 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e594f354-0154-4bdc-af2d-acffb23a0f29) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e594f354-0154-4bdc-af2d-acffb23a0f29 | 2018-03-25T20:06:12 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e594f354-0154-4bdc-af2d-acffb23a0f29 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-25 20:06:16,149 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-03-25 20:06:16,149 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-25 20:06:18,398 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-25 20:06:18.166 10209 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=e01551ba-b0c3-43b1-bfdd-1a88b5262383). 2018-03-25 20:06:18.283 10209 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-25 20:06:22,143 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-25 20:06:20.452 10212 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-25 20:06:20.583 10212 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-25 20:06:21.948 10212 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9c8bd23a-8845-43d5-829c-713ef7df607c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=9c8bd23a-8845-43d5-829c-713ef7df607c) as the default verifier for the future CLI operations. 2018-03-25 20:06:25,108 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-25 20:06:27,098 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-25 20:06:30,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-25 20:06:35,468 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-25 20:06:34.584 10231 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9c8bd23a-8845-43d5-829c-713ef7df607c) for deployment 'opnfv-rally' (UUID=e594f354-0154-4bdc-af2d-acffb23a0f29). 2018-03-25 20:06:35.300 10231 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9c8bd23a-8845-43d5-829c-713ef7df607c) has been successfully configured for deployment 'opnfv-rally' (UUID=e594f354-0154-4bdc-af2d-acffb23a0f29)! 2018-03-25 20:06:35,469 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-25 20:06:35,469 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-25 20:06:35,471 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-25 20:06:35,480 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-25 20:06:38,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-9c8bd23a-8845-43d5-829c-713ef7df607c/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-03-25 20:06:38,301 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-25 20:06:38,302 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-25 20:06:38,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-03-25 20:06:40,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-25 20:06:40.383 10240 INFO rally.api [-] Starting verification (UUID=6327b45e-85ad-445d-b60d-a4802ce4fe52) for deployment 'opnfv-rally' (UUID=e594f354-0154-4bdc-af2d-acffb23a0f29) by verifier 'opnfv-tempest' (UUID=9c8bd23a-8845-43d5-829c-713ef7df607c). 2018-03-25 20:06:40,384 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 6327b45e-85ad-445d-b60d-a4802ce4fe52 2018-03-25 20:08:29,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6327b45e-85ad-445d-b60d-a4802ce4fe52']'. 2018-03-25 20:08:30,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-25 20:08:30,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-25 20:08:30,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-25 20:08:30,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6327b45e-85ad-445d-b60d-a4802ce4fe52 | 2018-03-25 20:08:30,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-25 20:08:30,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-25 20:06:40 | 2018-03-25 20:08:30,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-25 20:08:29 | 2018-03-25 20:08:30,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:49 | 2018-03-25 20:08:30,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-25 20:08:30,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-25 20:08:30,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9c8bd23a-8845-43d5-829c-713ef7df607c) | 2018-03-25 20:08:30,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-25 20:08:30,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e594f354-0154-4bdc-af2d-acffb23a0f29) | 2018-03-25 20:08:30,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-25 20:08:30,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 99.284 | 2018-03-25 20:08:30,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-03-25 20:08:30,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-03-25 20:08:30,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-25 20:08:30,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-25 20:08:30,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-25 20:08:30,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-25 20:08:30,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-25 20:08:30,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-03-25 20:08:35,024 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-25 20:08:35,025 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:10 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-03-25 20:08:35,030 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:41 | PASS | | vping_userdata | functest | smoke | 00:32 | PASS | | tempest_smoke_serial | functest | smoke | 10:60 | PASS | | rally_sanity | functest | smoke | 18:36 | FAIL | | refstack_defcore | functest | smoke | 07:22 | PASS | | patrole | functest | smoke | 02:52 | PASS | | snaps_smoke | functest | smoke | 40:52 | PASS | | neutron_trunk | functest | smoke | 02:10 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-25 20:08:35,037 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-25 20:09:08,021 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-54 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-25 20:09:08,024 - 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=rXHnEHX9uC7xjP8NPkccYv9pP export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-25 20:09:08,024 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-25 20:09:08,024 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ 2018-03-25 20:09:08,025 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-25 20:09:08,025 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-25 20:12:08,346 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-25 20:12:08,473 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-25 20:12:08,474 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:00 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-25 20:12:08,478 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:00 | PASS | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-25 20:12:08,482 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-25 20:13:44,508 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-54 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-25 20:13:44,511 - 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=rXHnEHX9uC7xjP8NPkccYv9pP export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-25 20:13:44,511 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-25 20:13:44,511 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-25 20:13:44,511 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-03-25 20:13:44,512 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-25 20:13:58,135 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-54 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-calipso-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-25 20:13:58,139 - 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=rXHnEHX9uC7xjP8NPkccYv9pP export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-03-25 20:13:58,139 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-25 20:13:58,140 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-03-25 20:13:58,141 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-25 20:13:58,141 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-03-25 20:16:15,071 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-03-25 20:16:15,200 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-25 20:16:15,201 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 02:17 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-03-25 20:16:15,204 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 02:17 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-25 20:16:15,205 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK