2018-03-22 16:15:21,829 - functest.ci.check_deployment - DEBUG - 172.30.9.21:5000 is reachable! 2018-03-22 16:15:21,829 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.21:5000/v3 ...OK 2018-03-22 16:15:22,285 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-22 16:15:22,676 - functest.ci.check_deployment - DEBUG - 172.30.9.21:5000 is reachable! 2018-03-22 16:15:22,676 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.21:5000 ...OK 2018-03-22 16:15:23,126 - functest.ci.check_deployment - DEBUG - 172.30.9.21:8774 is reachable! 2018-03-22 16:15:23,126 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.21:8774/v2.1 ...OK 2018-03-22 16:15:23,589 - functest.ci.check_deployment - DEBUG - 172.30.9.21:9696 is reachable! 2018-03-22 16:15:23,589 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.21:9696 ...OK 2018-03-22 16:15:23,970 - functest.ci.check_deployment - DEBUG - 172.30.9.21:9292 is reachable! 2018-03-22 16:15:23,970 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.21:9292 ...OK 2018-03-22 16:15:25,202 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-22 16:15:26,837 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-22 16:15:26,861 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-22 16:15:28,964 - functest.ci.check_deployment - INFO - External network found: external 2018-03-22 16:15:36,197 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-41 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-22 16:15:36,201 - 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=8UfwEFtZTZmddYet4AEtUUEzU export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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-22 16:15:36,201 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-22 16:15:36,202 - 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-22 16:15:36,203 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-22 16:15:36,203 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-22 16:15:38,437 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-22 16:15:48,558 - 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 10.110s OK 2018-03-22 16:15:48,681 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 16:15:48,681 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-22 16:15:48,685 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-22 16:15:50,901 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-22 16:31:37,684 - 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 946.732s OK 2018-03-22 16:31:37,806 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 16:31:37,806 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 15:47 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-22 16:31:37,810 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-22 16:31:38,673 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-22 16:32:29,810 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 51.136s OK 2018-03-22 16:32:29,936 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 16:32:29,936 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:51 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-22 16:32:29,940 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 15:47 | PASS | | snaps_health_check | functest | healthcheck | 00:51 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-22 16:32:29,943 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-22 16:32:32,688 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-41 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-22 16:32:32,690 - 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=8UfwEFtZTZmddYet4AEtUUEzU export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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-22 16:32:32,690 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-22 16:32:32,691 - 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-22 16:32:32,692 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-22 16:32:32,692 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-22 16:32:33,537 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-03-22 16:32:33,537 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-22 16:32:34,006 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-22 16:32:34,006 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-03-22 16:32:34,403 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-22 16:32:34,404 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-22 16:32:34' 2018-03-22 16:32:34,404 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--7ce76b76-5d72-4e41-9982-64027a8890ba' 2018-03-22 16:32:40,740 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-7ce76b76-5d72-4e41-9982-64027a8890ba' 2018-03-22 16:32:45,066 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-7ce76b76-5d72-4e41-9982-64027a8890ba' 2018-03-22 16:32:58,272 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-7ce76b76-5d72-4e41-9982-64027a8890ba' 2018-03-22 16:32:59,049 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-7ce76b76-5d72-4e41-9982-64027a8890ba' 2018-03-22 16:32:59,728 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-7ce76b76-5d72-4e41-9982-64027a8890ba' 2018-03-22 16:33:06,502 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-7ce76b76-5d72-4e41-9982-64027a8890ba' 2018-03-22 16:33:11,243 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-7ce76b76-5d72-4e41-9982-64027a8890ba' 2018-03-22 16:33:43,114 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-22 16:33:53,581 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-22 16:33:53,717 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-22 16:33:54,724 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-22 16:34:31,725 - xtesting.energy.energy - DEBUG - Restoring previous scenario (refstack_defcore/running) 2018-03-22 16:34:31,725 - xtesting.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-03-22 16:34:32,237 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 16:34:32,237 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-22 16:34:32,241 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-22 16:34:32,339 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-22 16:34:32,339 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-22 16:34:32' 2018-03-22 16:34:32,339 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--8f29361e-9a35-463b-a4aa-89b77b4ebc30' 2018-03-22 16:34:37,788 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-8f29361e-9a35-463b-a4aa-89b77b4ebc30' 2018-03-22 16:34:40,453 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-8f29361e-9a35-463b-a4aa-89b77b4ebc30' 2018-03-22 16:34:53,872 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-8f29361e-9a35-463b-a4aa-89b77b4ebc30' 2018-03-22 16:34:55,329 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-8f29361e-9a35-463b-a4aa-89b77b4ebc30' 2018-03-22 16:35:02,217 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-8f29361e-9a35-463b-a4aa-89b77b4ebc30' 2018-03-22 16:35:09,792 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-22 16:35:27,260 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-22 16:35:30,094 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-03-22 16:35:32,862 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-22 16:36:03,815 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 16:36:03,816 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:01 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-22 16:36:03,819 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-22 16:36:03,920 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-22 16:36:08,833 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-22 16:36:08.546 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9f88b5a8-a97b-482c-8cf8-abd42e357c91) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9f88b5a8-a97b-482c-8cf8-abd42e357c91 | 2018-03-22T16:36:08 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9f88b5a8-a97b-482c-8cf8-abd42e357c91 ~/.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-22 16:36:12,263 - 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-22 16:36:12,263 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-22 16:36:17,725 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-22 16:36:16.388 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-22 16:36:16.544 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-22 16:36:17.573 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c9741482-347c-4233-b5f3-6ce6d3342e18) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c9741482-347c-4233-b5f3-6ce6d3342e18) as the default verifier for the future CLI operations. 2018-03-22 16:36:20,605 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-22 16:36:23,091 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-22 16:36:33,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-22 16:36:38,744 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-22 16:36:37.673 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c9741482-347c-4233-b5f3-6ce6d3342e18) for deployment 'opnfv-rally' (UUID=9f88b5a8-a97b-482c-8cf8-abd42e357c91). 2018-03-22 16:36:38.525 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c9741482-347c-4233-b5f3-6ce6d3342e18) has been successfully configured for deployment 'opnfv-rally' (UUID=9f88b5a8-a97b-482c-8cf8-abd42e357c91)! 2018-03-22 16:36:38,745 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-22 16:36:38,745 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-22 16:36:38,747 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-22 16:36:38,751 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-22 16:36:41,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c9741482-347c-4233-b5f3-6ce6d3342e18/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-03-22 16:36:41,778 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-22 16:36:41,780 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-22 16:36:41,780 - 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-22 16:36:43,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:36:43.740 55 INFO rally.api [-] Starting verification (UUID=45b9dfad-b144-4c98-bf15-da36c41332df) for deployment 'opnfv-rally' (UUID=9f88b5a8-a97b-482c-8cf8-abd42e357c91) by verifier 'opnfv-tempest' (UUID=c9741482-347c-4233-b5f3-6ce6d3342e18). 2018-03-22 16:36:43,741 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 45b9dfad-b144-4c98-bf15-da36c41332df 2018-03-22 16:36:51,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:36:51.363 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.167s] 2018-03-22 16:36:51,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:36:51.425 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.062s] 2018-03-22 16:36:59,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:36:59.146 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.500s] 2018-03-22 16:37:02,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:37:02.848 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.701s] 2018-03-22 16:37:17,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:37:17.331 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.767s] 2018-03-22 16:37:41,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:37:41.398 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [17.097s] 2018-03-22 16:38:31,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:38:31.499 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.073s] 2018-03-22 16:38:31,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:38:31.500 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-03-22 16:39:14,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:39:14.029 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-03-22 16:39:14,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:39:14.030 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-22 16:40:01,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:40:01.121 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-03-22 16:40:01,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:40:01.122 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-22 16:41:15,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:41:15.049 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [27.284s] 2018-03-22 16:41:47,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:41:47.627 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-03-22 16:41:47,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:41:47.729 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.102s] 2018-03-22 16:41:59,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:41:59.189 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.657s] 2018-03-22 16:41:59,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:41:59.198 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-03-22 16:42:00,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:42:00.640 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-22 16:42:00,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:42:00.640 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-22 16:42:04,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:42:04.880 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.393s] 2018-03-22 16:42:11,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:42:11.506 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.092s] 2018-03-22 16:42:18,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:42:18.955 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.690s] 2018-03-22 16:42:28,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:42:28.215 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.489s] 2018-03-22 16:42:39,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:42:39.205 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [4.285s] 2018-03-22 16:42:45,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:42:45.871 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.391s] 2018-03-22 16:42:52,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:42:52.260 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.211s] 2018-03-22 16:43:01,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:43:01.344 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.437s] 2018-03-22 16:43:08,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:43:08.642 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.495s] 2018-03-22 16:43:18,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:43:18.047 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.971s] 2018-03-22 16:43:20,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:43:20.621 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-22 16:43:22,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:43:22.649 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-03-22 16:43:22,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:43:22.732 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.082s] 2018-03-22 16:43:22,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:43:22.809 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-03-22 16:43:22,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:43:22.815 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-22 16:43:27,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:43:27.433 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.775s] 2018-03-22 16:43:32,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:43:32.064 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [4.630s] 2018-03-22 16:43:35,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:43:35.997 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.933s] 2018-03-22 16:43:45,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:43:45.825 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-03-22 16:43:54,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:43:54.058 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.054s] 2018-03-22 16:44:14,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:44:14.096 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.221s] 2018-03-22 16:44:19,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:44:19.699 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.602s] 2018-03-22 16:44:34,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:44:34.404 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.878s] 2018-03-22 16:44:38,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:44:38.409 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.005s] 2018-03-22 16:44:48,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:44:48.328 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.917s] 2018-03-22 16:44:59,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:44:59.060 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.012s] 2018-03-22 16:45:03,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:45:03.149 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.088s] 2018-03-22 16:45:07,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:45:07.918 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.769s] 2018-03-22 16:45:27,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:45:27.561 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [8.218s] 2018-03-22 16:45:27,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:45:27.694 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.134s] 2018-03-22 16:45:27,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:45:27.949 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.254s] 2018-03-22 16:45:28,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:45:28.139 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.190s] 2018-03-22 16:45:28,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:45:28.247 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.107s] 2018-03-22 16:45:28,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:45:28.452 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.204s] 2018-03-22 16:45:42,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:45:42.697 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.216s] 2018-03-22 16:45:43,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:45:43.129 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.431s] 2018-03-22 16:45:43,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:45:43.392 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.263s] 2018-03-22 16:45:43,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:45:43.598 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.205s] 2018-03-22 16:45:43,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:45:43.694 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.096s] 2018-03-22 16:45:43,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:45:43.904 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.209s] 2018-03-22 16:45:57,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:45:57.750 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.383s] 2018-03-22 16:46:04,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:46:04.768 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.016s] 2018-03-22 16:46:06,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:46:06.893 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.125s] 2018-03-22 16:46:07,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:46:07.098 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.205s] 2018-03-22 16:46:07,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:46:07.179 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.081s] 2018-03-22 16:46:21,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:46:21.647 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.436s] 2018-03-22 16:46:28,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:46:28.823 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.175s] 2018-03-22 16:46:30,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:46:30.966 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.143s] 2018-03-22 16:46:31,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:46:31.021 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.055s] 2018-03-22 16:46:31,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:46:31.208 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.187s] 2018-03-22 16:46:56,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:46:56.524 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [19.206s] 2018-03-22 16:47:08,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:47:08.790 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [12.265s] 2018-03-22 16:47:20,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:47:20.710 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.920s] 2018-03-22 16:47:31,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:47:31.514 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [10.803s] 2018-03-22 16:48:08,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:48:08.037 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [20.455s] 2018-03-22 16:48:21,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:48:21.703 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.665s] 2018-03-22 16:48:35,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:48:35.037 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [13.334s] 2018-03-22 16:48:45,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:48:45.614 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [10.576s] 2018-03-22 16:49:03,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:49:03.298 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.502s] 2018-03-22 16:49:06,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:49:06.231 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.931s] 2018-03-22 16:49:06,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:49:06.319 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.090s] 2018-03-22 16:49:11,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:49:11.815 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.653s] 2018-03-22 16:49:14,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:49:14.352 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.535s] 2018-03-22 16:49:14,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:49:14.559 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.210s] 2018-03-22 16:49:19,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:49:19.183 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.238s] 2018-03-22 16:49:22,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:49:22.485 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-22 16:49:23,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:49:23.803 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-22 16:49:23,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:49:23.804 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-22 16:49:23,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:49:23.805 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-22 16:49:23,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:49:23.806 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-22 16:49:23,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:49:23.807 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-22 16:49:25,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:49:25.796 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-03-22 16:49:47,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:49:47.168 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [15.840s] 2018-03-22 16:50:04,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:50:04.755 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.483s] 2018-03-22 16:50:27,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:50:27.647 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [22.889s] 2018-03-22 16:50:37,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:50:37.218 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.205s] 2018-03-22 16:52:15,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:52:15.929 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [90.184s] 2018-03-22 16:53:14,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:53:14.841 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [42.951s] 2018-03-22 16:54:29,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 16:54:29.171 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [40.859s] 2018-03-22 16:54:51,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '45b9dfad-b144-4c98-bf15-da36c41332df']'. 2018-03-22 16:54:52,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 45b9dfad-b144-4c98-bf15-da36c41332df | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-22 16:36:43 | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-22 16:54:50 | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:07 | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c9741482-347c-4233-b5f3-6ce6d3342e18) | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9f88b5a8-a97b-482c-8cf8-abd42e357c91) | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1060.054 | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-22 16:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-22 16:54:52,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-03-22 16:55:03,801 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 16:55:03,801 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 18:43 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-03-22 16:55:03,805 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-22 16:55:03,896 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-22 16:55:04,386 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-22 16:55:04,386 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-03-22 16:55:04,783 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-22 16:55:07,504 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-22 16:55:07.067 119 INFO rally.deployment.engine [-] Deployment 9f88b5a8-a97b-482c-8cf8-abd42e357c91 | Starting: Destroy cloud and free allocated resources. 2018-03-22 16:55:07.154 119 INFO rally.deployment.engine [-] Deployment 9f88b5a8-a97b-482c-8cf8-abd42e357c91 | Completed: Destroy cloud and free allocated resources. 2018-03-22 16:55:07.187 119 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=c9741482-347c-4233-b5f3-6ce6d3342e18) for deployment 'opnfv-rally'. 2018-03-22 16:55:07.203 119 INFO rally.api [-] Deleting verification (UUID=45b9dfad-b144-4c98-bf15-da36c41332df). 2018-03-22 16:55:07.244 119 INFO rally.api [-] Verification has been successfully deleted! 2018-03-22 16:55:07.245 119 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c9741482-347c-4233-b5f3-6ce6d3342e18). 2018-03-22 16:55:07.256 119 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-22 16:55:09,949 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-22 16:55:09.664 122 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e695cb14-55b0-4e65-9514-721e1f05c048) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e695cb14-55b0-4e65-9514-721e1f05c048 | 2018-03-22T16:55:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e695cb14-55b0-4e65-9514-721e1f05c048 ~/.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-22 16:55:13,374 - 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-22 16:55:13,374 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-22 16:55:14,863 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-fc9ee936-0e0f-451f-8d6d-94ec554c5822'... 2018-03-22 16:55:20,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-fc9ee936-0e0f-451f-8d6d-94ec554c5822'... 2018-03-22 16:55:23,425 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-fc9ee936-0e0f-451f-8d6d-94ec554c5822'... 2018-03-22 16:55:36,644 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-fc9ee936-0e0f-451f-8d6d-94ec554c5822'... 2018-03-22 16:55:37,352 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-fc9ee936-0e0f-451f-8d6d-94ec554c5822'... 2018-03-22 16:55:38,048 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-22 16:55:38,050 - 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-22 16:55:38,051 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 16:55:38,094 - 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-22 16:55:38,100 - 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': '8f3577ae-3c71-4bde-99d9-c89e07f910ed', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fc9ee936-0e0f-451f-8d6d-94ec554c5822', 'flavor_name': 'rally-tiny-fc9ee936-0e0f-451f-8d6d-94ec554c5822', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fc9ee936-0e0f-451f-8d6d-94ec554c5822', '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-22 16:56:45,035 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a1814311-f7ec-4ba9-b0a2-6801520c557f 2018-03-22 16:56:45,036 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-22 16:56:45,037 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a1814311-f7ec-4ba9-b0a2-6801520c557f'] 2018-03-22 16:56:46,116 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a1814311-f7ec-4ba9-b0a2-6801520c557f: 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 a1814311-f7ec-4ba9-b0a2-6801520c557f 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.48 | 0.48 | 0.48 | 0.48 | 0.48 | 0.48 | 100.0% | 1 | | total | 0.48 | 0.48 | 0.48 | 0.48 | 0.48 | 0.48 | 100.0% | 1 | | -> duration | 0.48 | 0.48 | 0.48 | 0.48 | 0.48 | 0.48 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.479811 Full duration: 8.112495 -------------------------------------------------------------------------------- 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 a1814311-f7ec-4ba9-b0a2-6801520c557f 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.355 | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 100.0% | 1 | | total | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> duration | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.801748 Full duration: 7.421008 -------------------------------------------------------------------------------- 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 a1814311-f7ec-4ba9-b0a2-6801520c557f 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.523 | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 100.0% | 1 | | total | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> duration | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.923305 Full duration: 8.256242 -------------------------------------------------------------------------------- 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 a1814311-f7ec-4ba9-b0a2-6801520c557f 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.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> duration | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.756032 Full duration: 7.449415 -------------------------------------------------------------------------------- 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 a1814311-f7ec-4ba9-b0a2-6801520c557f 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.528 | 0.528 | 0.528 | 0.528 | 0.528 | 0.528 | 100.0% | 1 | | total | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 100.0% | 1 | | -> duration | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.942754 Full duration: 8.067101 -------------------------------------------------------------------------------- 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 a1814311-f7ec-4ba9-b0a2-6801520c557f 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.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 100.0% | 1 | | total | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | -> duration | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.666206 Full duration: 7.764362 HINTS: * To plot HTML graphics with this data, run: rally task report a1814311-f7ec-4ba9-b0a2-6801520c557f --out output.html * To generate a JUnit report, run: rally task export a1814311-f7ec-4ba9-b0a2-6801520c557f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a1814311-f7ec-4ba9-b0a2-6801520c557f --json --out output.json 2018-03-22 16:56:46,116 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a1814311-f7ec-4ba9-b0a2-6801520c557f'] 2018-03-22 16:56:47,188 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-22 16:56:47,188 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a1814311-f7ec-4ba9-b0a2-6801520c557f', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-22 16:56:47,196 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-22 16:56:47,197 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-22 16:56:47,197 - 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-22 16:56:47,197 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 16:56:47,239 - 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-22 16:56:47,241 - 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': '8f3577ae-3c71-4bde-99d9-c89e07f910ed', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fc9ee936-0e0f-451f-8d6d-94ec554c5822', 'flavor_name': 'rally-tiny-fc9ee936-0e0f-451f-8d6d-94ec554c5822', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fc9ee936-0e0f-451f-8d6d-94ec554c5822', '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-22 16:58:43,833 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5c550424-6f05-4abe-82b0-0dafb93bd95f 2018-03-22 16:58:43,833 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5c550424-6f05-4abe-82b0-0dafb93bd95f'] 2018-03-22 16:58:44,879 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5c550424-6f05-4abe-82b0-0dafb93bd95f: 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 5c550424-6f05-4abe-82b0-0dafb93bd95f 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 | 6.124 | 6.124 | 6.124 | 6.124 | 6.124 | 6.124 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | -> glance_v2.upload_data | 3.166 | 3.166 | 3.166 | 3.166 | 3.166 | 3.166 | 100.0% | 1 | | glance_v2.delete_image | 4.42 | 4.42 | 4.42 | 4.42 | 4.42 | 4.42 | 100.0% | 1 | | total | 10.545 | 10.545 | 10.545 | 10.545 | 10.545 | 10.545 | 100.0% | 1 | | -> duration | 10.545 | 10.545 | 10.545 | 10.545 | 10.545 | 10.545 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.544852 Full duration: 20.004619 -------------------------------------------------------------------------------- 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 5c550424-6f05-4abe-82b0-0dafb93bd95f 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 | 7.761 | 7.761 | 7.761 | 7.761 | 7.761 | 7.761 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 100.0% | 1 | | -> glance_v2.upload_data | 4.824 | 4.824 | 4.824 | 4.824 | 4.824 | 4.824 | 100.0% | 1 | | glance_v2.list_images | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 7.946 | 7.946 | 7.946 | 7.946 | 7.946 | 7.946 | 100.0% | 1 | | -> duration | 7.946 | 7.946 | 7.946 | 7.946 | 7.946 | 7.946 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.945586 Full duration: 22.595944 -------------------------------------------------------------------------------- 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 5c550424-6f05-4abe-82b0-0dafb93bd95f 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.371 | 0.371 | 0.371 | 0.371 | 0.371 | 0.371 | 100.0% | 1 | | total | 0.371 | 0.371 | 0.371 | 0.371 | 0.371 | 0.371 | 100.0% | 1 | | -> duration | 0.371 | 0.371 | 0.371 | 0.371 | 0.371 | 0.371 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.370798 Full duration: 8.645938 -------------------------------------------------------------------------------- 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-fc9ee936-0e0f-451f-8d6d-94ec554c5822" }, "number_instances": 2, "nics": [ { "net-id": "8f3577ae-3c71-4bde-99d9-c89e07f910ed" } ] }, "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 5c550424-6f05-4abe-82b0-0dafb93bd95f 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 | 6.126 | 6.126 | 6.126 | 6.126 | 6.126 | 6.126 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 100.0% | 1 | | -> glance_v2.upload_data | 3.305 | 3.305 | 3.305 | 3.305 | 3.305 | 3.305 | 100.0% | 1 | | nova.boot_servers | 16.756 | 16.756 | 16.756 | 16.756 | 16.756 | 16.756 | 100.0% | 1 | | total | 22.882 | 22.882 | 22.882 | 22.882 | 22.882 | 22.882 | 100.0% | 1 | | -> duration | 21.882 | 21.882 | 21.882 | 21.882 | 21.882 | 21.882 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 21.882435 Full duration: 47.563746 HINTS: * To plot HTML graphics with this data, run: rally task report 5c550424-6f05-4abe-82b0-0dafb93bd95f --out output.html * To generate a JUnit report, run: rally task export 5c550424-6f05-4abe-82b0-0dafb93bd95f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5c550424-6f05-4abe-82b0-0dafb93bd95f --json --out output.json 2018-03-22 16:58:44,879 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5c550424-6f05-4abe-82b0-0dafb93bd95f'] 2018-03-22 16:58:45,989 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-22 16:58:45,989 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5c550424-6f05-4abe-82b0-0dafb93bd95f', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-22 16:58:45,996 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-22 16:58:45,997 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-22 16:58:45,997 - 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-22 16:58:45,997 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 16:58:46,036 - 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-22 16:58:46,037 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-22 16:58:46,037 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-22 16:58:46,037 - 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-22 16:58:46,037 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 16:58:46,068 - 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-22 16:58:46,072 - 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': '8f3577ae-3c71-4bde-99d9-c89e07f910ed', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fc9ee936-0e0f-451f-8d6d-94ec554c5822', 'flavor_name': 'rally-tiny-fc9ee936-0e0f-451f-8d6d-94ec554c5822', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fc9ee936-0e0f-451f-8d6d-94ec554c5822', '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-22 17:02:25,323 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 82a3255d-13c3-49cd-ac29-34e4c6e6a975 2018-03-22 17:02:25,324 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '82a3255d-13c3-49cd-ac29-34e4c6e6a975'] 2018-03-22 17:02:26,473 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 82a3255d-13c3-49cd-ac29-34e4c6e6a975: 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 82a3255d-13c3-49cd-ac29-34e4c6e6a975 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 | 4.078 | 4.078 | 4.078 | 4.078 | 4.078 | 4.078 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.443 | 2.443 | 2.443 | 2.443 | 2.443 | 2.443 | 100.0% | 1 | | total | 6.522 | 6.522 | 6.522 | 6.522 | 6.522 | 6.522 | 100.0% | 1 | | -> duration | 6.522 | 6.522 | 6.522 | 6.522 | 6.522 | 6.522 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.521527 Full duration: 27.051089 -------------------------------------------------------------------------------- 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 82a3255d-13c3-49cd-ac29-34e4c6e6a975 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.177 | 3.177 | 3.177 | 3.177 | 3.177 | 3.177 | 100.0% | 1 | | cinder_v2.delete_volume | 4.844 | 4.844 | 4.844 | 4.844 | 4.844 | 4.844 | 100.0% | 1 | | total | 8.023 | 8.023 | 8.023 | 8.023 | 8.023 | 8.023 | 100.0% | 1 | | -> duration | 8.023 | 8.023 | 8.023 | 8.023 | 8.023 | 8.023 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.023312 Full duration: 18.793162 -------------------------------------------------------------------------------- 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-fc9ee936-0e0f-451f-8d6d-94ec554c5822" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 82a3255d-13c3-49cd-ac29-34e4c6e6a975 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 | 13.465 | 13.465 | 13.465 | 13.465 | 13.465 | 13.465 | 100.0% | 1 | | cinder_v2.delete_volume | 2.954 | 2.954 | 2.954 | 2.954 | 2.954 | 2.954 | 100.0% | 1 | | total | 16.42 | 16.42 | 16.42 | 16.42 | 16.42 | 16.42 | 100.0% | 1 | | -> duration | 16.42 | 16.42 | 16.42 | 16.42 | 16.42 | 16.42 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.420168 Full duration: 27.497653 -------------------------------------------------------------------------------- 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 82a3255d-13c3-49cd-ac29-34e4c6e6a975 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.564 | 3.564 | 3.564 | 3.564 | 3.564 | 3.564 | 100.0% | 1 | | cinder_v2.delete_volume | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 100.0% | 1 | | total | 6.231 | 6.231 | 6.231 | 6.231 | 6.231 | 6.231 | 100.0% | 1 | | -> duration | 6.231 | 6.231 | 6.231 | 6.231 | 6.231 | 6.231 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.230947 Full duration: 16.426534 -------------------------------------------------------------------------------- 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 82a3255d-13c3-49cd-ac29-34e4c6e6a975 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.453 | 3.453 | 3.453 | 3.453 | 3.453 | 3.453 | 100.0% | 1 | | cinder_v2.extend_volume | 2.74 | 2.74 | 2.74 | 2.74 | 2.74 | 2.74 | 100.0% | 1 | | cinder_v2.delete_volume | 4.782 | 4.782 | 4.782 | 4.782 | 4.782 | 4.782 | 100.0% | 1 | | total | 10.976 | 10.976 | 10.976 | 10.976 | 10.976 | 10.976 | 100.0% | 1 | | -> duration | 10.976 | 10.976 | 10.976 | 10.976 | 10.976 | 10.976 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.975928 Full duration: 21.615166 -------------------------------------------------------------------------------- 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 82a3255d-13c3-49cd-ac29-34e4c6e6a975 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.624 | 5.624 | 5.624 | 5.624 | 5.624 | 5.624 | 100.0% | 1 | | cinder_v2.delete_volume | 4.87 | 4.87 | 4.87 | 4.87 | 4.87 | 4.87 | 100.0% | 1 | | total | 10.494 | 10.494 | 10.494 | 10.494 | 10.494 | 10.494 | 100.0% | 1 | | -> duration | 10.494 | 10.494 | 10.494 | 10.494 | 10.494 | 10.494 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.493839 Full duration: 27.858211 -------------------------------------------------------------------------------- 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 82a3255d-13c3-49cd-ac29-34e4c6e6a975 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.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | cinder_v2.list_qos | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.781998 Full duration: 13.224114 -------------------------------------------------------------------------------- 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 82a3255d-13c3-49cd-ac29-34e4c6e6a975 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.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | cinder_v2.set_qos | 0.406 | 0.406 | 0.406 | 0.406 | 0.406 | 0.406 | 100.0% | 1 | | total | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 100.0% | 1 | | -> duration | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.036035 Full duration: 13.413084 -------------------------------------------------------------------------------- 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 82a3255d-13c3-49cd-ac29-34e4c6e6a975 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.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | cinder_v2.list_types | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> duration | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.77216 Full duration: 12.42286 -------------------------------------------------------------------------------- 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 82a3255d-13c3-49cd-ac29-34e4c6e6a975 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.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.433 | 0.433 | 0.433 | 0.433 | 0.433 | 0.433 | 100.0% | 1 | | total | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 100.0% | 1 | | -> duration | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.046271 Full duration: 13.614545 HINTS: * To plot HTML graphics with this data, run: rally task report 82a3255d-13c3-49cd-ac29-34e4c6e6a975 --out output.html * To generate a JUnit report, run: rally task export 82a3255d-13c3-49cd-ac29-34e4c6e6a975 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 82a3255d-13c3-49cd-ac29-34e4c6e6a975 --json --out output.json 2018-03-22 17:02:26,474 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '82a3255d-13c3-49cd-ac29-34e4c6e6a975'] 2018-03-22 17:02:27,381 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-22 17:02:27,381 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '82a3255d-13c3-49cd-ac29-34e4c6e6a975', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-22 17:02:27,388 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-22 17:02:27,388 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-22 17:02:27,388 - 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-22 17:02:27,388 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 17:02:27,419 - 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-22 17:02:27,421 - 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': '8f3577ae-3c71-4bde-99d9-c89e07f910ed', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fc9ee936-0e0f-451f-8d6d-94ec554c5822', 'flavor_name': 'rally-tiny-fc9ee936-0e0f-451f-8d6d-94ec554c5822', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fc9ee936-0e0f-451f-8d6d-94ec554c5822', '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-22 17:03:55,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 662c685b-654b-44b4-97a4-ad65e4a1d019 2018-03-22 17:03:55,336 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '662c685b-654b-44b4-97a4-ad65e4a1d019'] 2018-03-22 17:03:56,697 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 662c685b-654b-44b4-97a4-ad65e4a1d019: 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 662c685b-654b-44b4-97a4-ad65e4a1d019 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 | 6.222 | 6.222 | 6.222 | 6.222 | 6.222 | 6.222 | 100.0% | 1 | | heat.update_stack | 2.977 | 2.977 | 2.977 | 2.977 | 2.977 | 2.977 | 100.0% | 1 | | heat.delete_stack | 2.929 | 2.929 | 2.929 | 2.929 | 2.929 | 2.929 | 100.0% | 1 | | total | 12.128 | 12.128 | 12.128 | 12.128 | 12.128 | 12.128 | 100.0% | 1 | | -> duration | 8.128 | 8.128 | 8.128 | 8.128 | 8.128 | 8.128 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.127751 Full duration: 22.696029 -------------------------------------------------------------------------------- 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 662c685b-654b-44b4-97a4-ad65e4a1d019 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.858 | 4.858 | 4.858 | 4.858 | 4.858 | 4.858 | 100.0% | 1 | | heat.check_stack | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | heat.delete_stack | 2.928 | 2.928 | 2.928 | 2.928 | 2.928 | 2.928 | 100.0% | 1 | | total | 8.583 | 8.583 | 8.583 | 8.583 | 8.583 | 8.583 | 100.0% | 1 | | -> duration | 6.583 | 6.583 | 6.583 | 6.583 | 6.583 | 6.583 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.583333 Full duration: 17.539359 -------------------------------------------------------------------------------- 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 662c685b-654b-44b4-97a4-ad65e4a1d019 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.591 | 4.591 | 4.591 | 4.591 | 4.591 | 4.591 | 100.0% | 1 | | heat.suspend_stack | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | heat.resume_stack | 1.735 | 1.735 | 1.735 | 1.735 | 1.735 | 1.735 | 100.0% | 1 | | heat.delete_stack | 2.644 | 2.644 | 2.644 | 2.644 | 2.644 | 2.644 | 100.0% | 1 | | total | 9.879 | 9.879 | 9.879 | 9.879 | 9.879 | 9.879 | 100.0% | 1 | | -> duration | 7.879 | 7.879 | 7.879 | 7.879 | 7.879 | 7.879 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.879362 Full duration: 18.529599 -------------------------------------------------------------------------------- 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 662c685b-654b-44b4-97a4-ad65e4a1d019 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.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | total | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | -> duration | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.591826 Full duration: 8.511567 HINTS: * To plot HTML graphics with this data, run: rally task report 662c685b-654b-44b4-97a4-ad65e4a1d019 --out output.html * To generate a JUnit report, run: rally task export 662c685b-654b-44b4-97a4-ad65e4a1d019 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 662c685b-654b-44b4-97a4-ad65e4a1d019 --json --out output.json 2018-03-22 17:03:56,698 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '662c685b-654b-44b4-97a4-ad65e4a1d019'] 2018-03-22 17:03:57,810 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-22 17:03:57,810 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '662c685b-654b-44b4-97a4-ad65e4a1d019', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-22 17:03:57,818 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-22 17:03:57,818 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-22 17:03:57,819 - 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-22 17:03:57,819 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 17:03:57,865 - 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-22 17:03:57,867 - 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': '8f3577ae-3c71-4bde-99d9-c89e07f910ed', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fc9ee936-0e0f-451f-8d6d-94ec554c5822', 'flavor_name': 'rally-tiny-fc9ee936-0e0f-451f-8d6d-94ec554c5822', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fc9ee936-0e0f-451f-8d6d-94ec554c5822', '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-22 17:07:20,370 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5d7f40f1-249a-498b-8d82-bc5740d40523 2018-03-22 17:07:20,370 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5d7f40f1-249a-498b-8d82-bc5740d40523'] 2018-03-22 17:07:21,495 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5d7f40f1-249a-498b-8d82-bc5740d40523: 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 5d7f40f1-249a-498b-8d82-bc5740d40523 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.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | keystone_v3.add_role | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | keystone_v3.revoke_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> duration | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.801214 Full duration: 14.307412 -------------------------------------------------------------------------------- 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 5d7f40f1-249a-498b-8d82-bc5740d40523 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.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.list_roles | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | total | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> duration | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.755556 Full duration: 15.115193 -------------------------------------------------------------------------------- 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 5d7f40f1-249a-498b-8d82-bc5740d40523 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.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | keystone_v3.list_projects | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | -> duration | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.757016 Full duration: 15.753837 -------------------------------------------------------------------------------- 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 5d7f40f1-249a-498b-8d82-bc5740d40523 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.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | keystone_v3.delete_role | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> duration | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.621033 Full duration: 12.48948 -------------------------------------------------------------------------------- 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 5d7f40f1-249a-498b-8d82-bc5740d40523 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.489 | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 100.0% | 1 | | keystone_v3.delete_service | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | -> duration | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.598112 Full duration: 12.96026 -------------------------------------------------------------------------------- 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 5d7f40f1-249a-498b-8d82-bc5740d40523 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.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | keystone_v3.create_user | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | -> keystone_v3.add_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.create_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | keystone_v3.get_project | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_user | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_role | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.list_services | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | keystone_v3.get_services | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 100.0% | 1 | | -> duration | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.832601 Full duration: 21.720345 -------------------------------------------------------------------------------- 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 5d7f40f1-249a-498b-8d82-bc5740d40523 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.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | keystone_v3.update_project | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 100.0% | 1 | | keystone_v3.delete_project | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 100.0% | 1 | | total | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | -> duration | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.035076 Full duration: 13.240013 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 5d7f40f1-249a-498b-8d82-bc5740d40523 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.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | total | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> duration | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.787828 Full duration: 15.821059 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 5d7f40f1-249a-498b-8d82-bc5740d40523 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.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | total | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | -> duration | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.634952 Full duration: 15.018841 -------------------------------------------------------------------------------- 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 5d7f40f1-249a-498b-8d82-bc5740d40523 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.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | keystone_v3.list_users | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 100.0% | 1 | | -> duration | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.929619 Full duration: 14.381947 -------------------------------------------------------------------------------- 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 5d7f40f1-249a-498b-8d82-bc5740d40523 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.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | keystone_v3.create_users | 5.871 | 5.871 | 5.871 | 5.871 | 5.871 | 5.871 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.871 | 5.871 | 5.871 | 5.871 | 5.871 | 5.871 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.231 | 1.231 | 1.231 | 1.231 | 1.231 | 1.231 | 100.0% | 1 | | total | 7.49 | 7.49 | 7.49 | 7.49 | 7.49 | 7.49 | 100.0% | 1 | | -> duration | 7.49 | 7.49 | 7.49 | 7.49 | 7.49 | 7.49 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.490293 Full duration: 27.703505 HINTS: * To plot HTML graphics with this data, run: rally task report 5d7f40f1-249a-498b-8d82-bc5740d40523 --out output.html * To generate a JUnit report, run: rally task export 5d7f40f1-249a-498b-8d82-bc5740d40523 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5d7f40f1-249a-498b-8d82-bc5740d40523 --json --out output.json 2018-03-22 17:07:21,496 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5d7f40f1-249a-498b-8d82-bc5740d40523'] 2018-03-22 17:07:22,537 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-22 17:07:22,537 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5d7f40f1-249a-498b-8d82-bc5740d40523', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-22 17:07:22,543 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-22 17:07:22,543 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-22 17:07:22,543 - 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-22 17:07:22,543 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 17:07:22,577 - 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-22 17:07:22,583 - 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': '8f3577ae-3c71-4bde-99d9-c89e07f910ed', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fc9ee936-0e0f-451f-8d6d-94ec554c5822', 'flavor_name': 'rally-tiny-fc9ee936-0e0f-451f-8d6d-94ec554c5822', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fc9ee936-0e0f-451f-8d6d-94ec554c5822', '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-22 17:14:15,104 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8775f52f-81e7-41a3-8d85-cb8f395d5a10 2018-03-22 17:14:15,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8775f52f-81e7-41a3-8d85-cb8f395d5a10'] 2018-03-22 17:14:16,139 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8775f52f-81e7-41a3-8d85-cb8f395d5a10: 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 8775f52f-81e7-41a3-8d85-cb8f395d5a10 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.991 | 0.991 | 0.991 | 0.991 | 0.991 | 0.991 | 100.0% | 1 | | neutron.delete_network | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 100.0% | 1 | | total | 2.054 | 2.054 | 2.054 | 2.054 | 2.054 | 2.054 | 100.0% | 1 | | -> duration | 2.054 | 2.054 | 2.054 | 2.054 | 2.054 | 2.054 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.054255 Full duration: 15.67865 -------------------------------------------------------------------------------- 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 8775f52f-81e7-41a3-8d85-cb8f395d5a10 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.676 | 1.676 | 1.676 | 1.676 | 1.676 | 1.676 | 100.0% | 1 | | neutron.delete_port | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | total | 2.329 | 2.329 | 2.329 | 2.329 | 2.329 | 2.329 | 100.0% | 1 | | -> duration | 2.329 | 2.329 | 2.329 | 2.329 | 2.329 | 2.329 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.329293 Full duration: 43.456881 -------------------------------------------------------------------------------- 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 8775f52f-81e7-41a3-8d85-cb8f395d5a10 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 | 2.003 | 2.003 | 2.003 | 2.003 | 2.003 | 2.003 | 100.0% | 1 | | neutron.create_subnet | 1.024 | 1.024 | 1.024 | 1.024 | 1.024 | 1.024 | 100.0% | 1 | | neutron.create_router | 5.44 | 5.44 | 5.44 | 5.44 | 5.44 | 5.44 | 100.0% | 1 | | neutron.add_interface_router | 1.899 | 1.899 | 1.899 | 1.899 | 1.899 | 1.899 | 100.0% | 1 | | neutron.remove_interface_router | 1.509 | 1.509 | 1.509 | 1.509 | 1.509 | 1.509 | 100.0% | 1 | | neutron.delete_router | 2.048 | 2.048 | 2.048 | 2.048 | 2.048 | 2.048 | 100.0% | 1 | | total | 13.923 | 13.923 | 13.923 | 13.923 | 13.923 | 13.923 | 100.0% | 1 | | -> duration | 13.923 | 13.923 | 13.923 | 13.923 | 13.923 | 13.923 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.923321 Full duration: 58.679987 -------------------------------------------------------------------------------- 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 8775f52f-81e7-41a3-8d85-cb8f395d5a10 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 100.0% | 1 | | neutron.delete_subnet | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | total | 1.992 | 1.992 | 1.992 | 1.992 | 1.992 | 1.992 | 100.0% | 1 | | -> duration | 1.992 | 1.992 | 1.992 | 1.992 | 1.992 | 1.992 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.99209 Full duration: 38.613154 -------------------------------------------------------------------------------- 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 8775f52f-81e7-41a3-8d85-cb8f395d5a10 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.936 | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 100.0% | 1 | | neutron.list_networks | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 100.0% | 1 | | total | 1.208 | 1.208 | 1.208 | 1.208 | 1.208 | 1.208 | 100.0% | 1 | | -> duration | 1.208 | 1.208 | 1.208 | 1.208 | 1.208 | 1.208 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.207976 Full duration: 16.827922 -------------------------------------------------------------------------------- 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 8775f52f-81e7-41a3-8d85-cb8f395d5a10 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.577 | 1.577 | 1.577 | 1.577 | 1.577 | 1.577 | 100.0% | 1 | | neutron.list_ports | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 100.0% | 1 | | total | 1.87 | 1.87 | 1.87 | 1.87 | 1.87 | 1.87 | 100.0% | 1 | | -> duration | 1.87 | 1.87 | 1.87 | 1.87 | 1.87 | 1.87 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.870306 Full duration: 38.740806 -------------------------------------------------------------------------------- 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 8775f52f-81e7-41a3-8d85-cb8f395d5a10 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.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | neutron.create_subnet | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | neutron.create_router | 3.99 | 3.99 | 3.99 | 3.99 | 3.99 | 3.99 | 100.0% | 1 | | neutron.add_interface_router | 1.887 | 1.887 | 1.887 | 1.887 | 1.887 | 1.887 | 100.0% | 1 | | neutron.list_routers | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 100.0% | 1 | | total | 7.746 | 7.746 | 7.746 | 7.746 | 7.746 | 7.746 | 100.0% | 1 | | -> duration | 7.746 | 7.746 | 7.746 | 7.746 | 7.746 | 7.746 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.745778 Full duration: 57.882076 -------------------------------------------------------------------------------- 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 8775f52f-81e7-41a3-8d85-cb8f395d5a10 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.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | neutron.create_subnet | 1.116 | 1.116 | 1.116 | 1.116 | 1.116 | 1.116 | 100.0% | 1 | | neutron.list_subnets | 0.25 | 0.25 | 0.25 | 0.25 | 0.25 | 0.25 | 100.0% | 1 | | total | 2.164 | 2.164 | 2.164 | 2.164 | 2.164 | 2.164 | 100.0% | 1 | | -> duration | 2.164 | 2.164 | 2.164 | 2.164 | 2.164 | 2.164 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.164088 Full duration: 47.089899 -------------------------------------------------------------------------------- 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 8775f52f-81e7-41a3-8d85-cb8f395d5a10 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.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | neutron.delete_security_group | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | total | 1.343 | 1.343 | 1.343 | 1.343 | 1.343 | 1.343 | 100.0% | 1 | | -> duration | 1.343 | 1.343 | 1.343 | 1.343 | 1.343 | 1.343 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.342513 Full duration: 14.575388 -------------------------------------------------------------------------------- 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 8775f52f-81e7-41a3-8d85-cb8f395d5a10 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.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | neutron.create_security_group_rule | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 100.0% | 1 | | neutron.delete_security_group | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 100.0% | 1 | | total | 1.715 | 1.715 | 1.715 | 1.715 | 1.715 | 1.715 | 100.0% | 1 | | -> duration | 1.715 | 1.715 | 1.715 | 1.715 | 1.715 | 1.715 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.714808 Full duration: 16.395922 -------------------------------------------------------------------------------- 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 8775f52f-81e7-41a3-8d85-cb8f395d5a10 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.716 | 1.716 | 1.716 | 1.716 | 1.716 | 1.716 | 100.0% | 1 | | neutron.create_router | 3.997 | 3.997 | 3.997 | 3.997 | 3.997 | 3.997 | 100.0% | 1 | | neutron.add_gateway_router | 2.562 | 2.562 | 2.562 | 2.562 | 2.562 | 2.562 | 100.0% | 1 | | neutron.remove_gateway_router | 1.203 | 1.203 | 1.203 | 1.203 | 1.203 | 1.203 | 100.0% | 1 | | total | 9.478 | 9.478 | 9.478 | 9.478 | 9.478 | 9.478 | 100.0% | 1 | | -> duration | 9.478 | 9.478 | 9.478 | 9.478 | 9.478 | 9.478 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.478076 Full duration: 34.074462 HINTS: * To plot HTML graphics with this data, run: rally task report 8775f52f-81e7-41a3-8d85-cb8f395d5a10 --out output.html * To generate a JUnit report, run: rally task export 8775f52f-81e7-41a3-8d85-cb8f395d5a10 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8775f52f-81e7-41a3-8d85-cb8f395d5a10 --json --out output.json 2018-03-22 17:14:16,140 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8775f52f-81e7-41a3-8d85-cb8f395d5a10'] 2018-03-22 17:14:17,172 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-22 17:14:17,173 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8775f52f-81e7-41a3-8d85-cb8f395d5a10', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-22 17:14:17,181 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-22 17:14:17,181 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-22 17:14:17,182 - 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-22 17:14:17,182 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 17:14:17,222 - 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-22 17:14:17,228 - 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': '8f3577ae-3c71-4bde-99d9-c89e07f910ed', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fc9ee936-0e0f-451f-8d6d-94ec554c5822', 'flavor_name': 'rally-tiny-fc9ee936-0e0f-451f-8d6d-94ec554c5822', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fc9ee936-0e0f-451f-8d6d-94ec554c5822', '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-22 17:17:40,359 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d1c19f7e-db54-43f8-bb11-58ea43cc8a47 2018-03-22 17:17:40,359 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd1c19f7e-db54-43f8-bb11-58ea43cc8a47'] 2018-03-22 17:17:41,341 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d1c19f7e-db54-43f8-bb11-58ea43cc8a47: 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-fc9ee936-0e0f-451f-8d6d-94ec554c5822" }, "image": { "name": "Cirros-0.4.0-fc9ee936-0e0f-451f-8d6d-94ec554c5822" }, "block_migration": false, "nics": [ { "net-id": "8f3577ae-3c71-4bde-99d9-c89e07f910ed" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d1c19f7e-db54-43f8-bb11-58ea43cc8a47 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 | 17.593 | 17.593 | 17.593 | 17.593 | 17.593 | 17.593 | 100.0% | 1 | | nova.find_host_to_migrate | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 100.0% | 1 | | nova.live_migrate | 137.268 | 137.268 | 137.268 | 137.268 | 137.268 | 137.268 | 0.0% | 1 | | total | 156.138 | 156.138 | 156.138 | 156.138 | 156.138 | 156.138 | 0.0% | 1 | | -> duration | 155.138 | 155.138 | 155.138 | 155.138 | 155.138 | 155.138 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 155.138122 Full duration: 175.205689 HINTS: * To plot HTML graphics with this data, run: rally task report d1c19f7e-db54-43f8-bb11-58ea43cc8a47 --out output.html * To generate a JUnit report, run: rally task export d1c19f7e-db54-43f8-bb11-58ea43cc8a47 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d1c19f7e-db54-43f8-bb11-58ea43cc8a47 --json --out output.json 2018-03-22 17:17:41,342 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd1c19f7e-db54-43f8-bb11-58ea43cc8a47'] 2018-03-22 17:17:42,324 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-22 17:17:42,325 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd1c19f7e-db54-43f8-bb11-58ea43cc8a47', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-22 17:17:42,332 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-22 17:17:42,333 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-22 17:17:42,333 - 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-22 17:17:42,333 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-22 17:17:42,354 - 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-22 17:17:42,355 - 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': '8f3577ae-3c71-4bde-99d9-c89e07f910ed', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fc9ee936-0e0f-451f-8d6d-94ec554c5822', 'flavor_name': 'rally-tiny-fc9ee936-0e0f-451f-8d6d-94ec554c5822', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fc9ee936-0e0f-451f-8d6d-94ec554c5822', '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-22 17:18:36,450 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 831b372b-3c2d-41b0-b1cc-02309fec1c70 2018-03-22 17:18:36,451 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '831b372b-3c2d-41b0-b1cc-02309fec1c70'] 2018-03-22 17:18:37,429 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 831b372b-3c2d-41b0-b1cc-02309fec1c70: 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 831b372b-3c2d-41b0-b1cc-02309fec1c70 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.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | quotas.delete_quotas | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 100.0% | 1 | | -> duration | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.103436 Full duration: 8.679369 -------------------------------------------------------------------------------- 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 831b372b-3c2d-41b0-b1cc-02309fec1c70 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.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | total | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> duration | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.748687 Full duration: 8.396144 -------------------------------------------------------------------------------- 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 831b372b-3c2d-41b0-b1cc-02309fec1c70 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.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | total | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> duration | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.70942 Full duration: 9.391787 -------------------------------------------------------------------------------- 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 831b372b-3c2d-41b0-b1cc-02309fec1c70 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.972 | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 100.0% | 1 | | total | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 100.0% | 1 | | -> duration | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.971766 Full duration: 9.090023 HINTS: * To plot HTML graphics with this data, run: rally task report 831b372b-3c2d-41b0-b1cc-02309fec1c70 --out output.html * To generate a JUnit report, run: rally task export 831b372b-3c2d-41b0-b1cc-02309fec1c70 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 831b372b-3c2d-41b0-b1cc-02309fec1c70 --json --out output.json 2018-03-22 17:18:37,430 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '831b372b-3c2d-41b0-b1cc-02309fec1c70'] 2018-03-22 17:18:38,429 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-22 17:18:38,430 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '831b372b-3c2d-41b0-b1cc-02309fec1c70', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-22 17:18:38,437 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-22 17:18:38,441 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:38 | 4 | 100.00% | | cinder | 03:11 | 10 | 100.00% | | heat | 01:07 | 4 | 100.00% | | keystone | 02:58 | 11 | 100.00% | | neutron | 06:22 | 11 | 100.00% | | nova | 02:55 | 1 | 0.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:19:36 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-22 17:18:38,441 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-22 17:18:53,128 - xtesting.energy.energy - DEBUG - Restoring previous scenario (refstack_defcore/running) 2018-03-22 17:18:53,128 - xtesting.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-03-22 17:18:53,645 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 17:18:53,646 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 23:48 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-22 17:18:53,650 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-22 17:18:53,650 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-22 17:18:53,746 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-22 17:18:56,161 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-22 17:18:55.863 9790 INFO rally.deployment.engine [-] Deployment e695cb14-55b0-4e65-9514-721e1f05c048 | Starting: Destroy cloud and free allocated resources. 2018-03-22 17:18:55.947 9790 INFO rally.deployment.engine [-] Deployment e695cb14-55b0-4e65-9514-721e1f05c048 | Completed: Destroy cloud and free allocated resources. 2018-03-22 17:18:55.971 9790 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c9741482-347c-4233-b5f3-6ce6d3342e18). 2018-03-22 17:18:55.975 9790 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-22 17:18:58,565 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-22 17:18:58.288 9793 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=84c28b5a-4e57-40d6-97fa-737d347c6588) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 84c28b5a-4e57-40d6-97fa-737d347c6588 | 2018-03-22T17:18:58 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 84c28b5a-4e57-40d6-97fa-737d347c6588 ~/.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-22 17:19:01,828 - 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-22 17:19:01,829 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-22 17:19:04,070 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-22 17:19:03.839 9799 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=c9741482-347c-4233-b5f3-6ce6d3342e18). 2018-03-22 17:19:03.958 9799 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-22 17:19:07,553 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-22 17:19:06.181 9802 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-22 17:19:06.348 9802 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-22 17:19:07.378 9802 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=89013a6d-d745-4358-93eb-b1f900621fd1) has been successfully created! Using verifier 'opnfv-tempest' (UUID=89013a6d-d745-4358-93eb-b1f900621fd1) as the default verifier for the future CLI operations. 2018-03-22 17:19:10,480 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-22 17:19:13,179 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-22 17:19:27,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-22 17:19:33,061 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-22 17:19:32.089 9821 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=89013a6d-d745-4358-93eb-b1f900621fd1) for deployment 'opnfv-rally' (UUID=84c28b5a-4e57-40d6-97fa-737d347c6588). 2018-03-22 17:19:32.929 9821 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=89013a6d-d745-4358-93eb-b1f900621fd1) has been successfully configured for deployment 'opnfv-rally' (UUID=84c28b5a-4e57-40d6-97fa-737d347c6588)! 2018-03-22 17:19:33,062 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-22 17:19:33,062 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-22 17:19:33,064 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-22 17:19:35,232 - 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-22 17:19:37,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:19:37.400 9833 INFO rally.api [-] Starting verification (UUID=247379a6-156d-4e81-ade0-acd290576168) for deployment 'opnfv-rally' (UUID=84c28b5a-4e57-40d6-97fa-737d347c6588) by verifier 'opnfv-tempest' (UUID=89013a6d-d745-4358-93eb-b1f900621fd1). 2018-03-22 17:19:37,402 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 247379a6-156d-4e81-ade0-acd290576168 2018-03-22 17:19:47,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:19:47.142 9833 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.307s] 2018-03-22 17:20:02,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:02.483 9833 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [4.179s] 2018-03-22 17:20:03,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:03.563 9833 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.079s] 2018-03-22 17:20:11,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:11.550 9833 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.063s] 2018-03-22 17:20:14,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:14.931 9833 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.379s] 2018-03-22 17:20:18,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:18.159 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.652s] 2018-03-22 17:20:18,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:18.665 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.506s] 2018-03-22 17:20:19,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:19.347 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.682s] 2018-03-22 17:20:20,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:20.150 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.801s] 2018-03-22 17:20:20,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:20.527 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.378s] 2018-03-22 17:20:20,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:20.605 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.077s] 2018-03-22 17:20:20,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:20.686 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.080s] 2018-03-22 17:20:20,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:20.761 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.075s] 2018-03-22 17:20:20,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:20.838 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.076s] 2018-03-22 17:20:20,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:20.914 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.076s] 2018-03-22 17:20:21,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:21.066 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.151s] 2018-03-22 17:20:22,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:22.536 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.082s] 2018-03-22 17:20:22,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:22.549 9833 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-22 17:20:22,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:22.711 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.162s] 2018-03-22 17:20:22,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:22.724 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-03-22 17:20:22,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:22.739 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.014s] 2018-03-22 17:20:22,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:22.782 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.042s] 2018-03-22 17:20:22,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:22.846 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.063s] 2018-03-22 17:20:22,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:22.909 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.062s] 2018-03-22 17:20:23,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:23.211 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.301s] 2018-03-22 17:20:23,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:23.227 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.016s] 2018-03-22 17:20:23,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:23.309 9833 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.082s] 2018-03-22 17:20:32,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:32.971 9833 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.365s] 2018-03-22 17:20:41,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:41.213 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.466s] 2018-03-22 17:20:41,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:41.285 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-03-22 17:20:41,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:41.811 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.525s] 2018-03-22 17:20:41,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:41.910 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.098s] 2018-03-22 17:20:41,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:41.911 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-22 17:20:42,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:42.391 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.693s] 2018-03-22 17:20:49,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:49.790 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.397s] 2018-03-22 17:20:52,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:52.981 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.190s] 2018-03-22 17:20:53,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:53.168 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.188s] 2018-03-22 17:20:53,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:53.365 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.196s] 2018-03-22 17:20:53,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:53.416 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.050s] 2018-03-22 17:20:53,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:20:53.617 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.201s] 2018-03-22 17:21:00,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:00.048 9833 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.147s] 2018-03-22 17:21:09,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:09.610 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.614s] 2018-03-22 17:21:13,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:13.053 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.443s] 2018-03-22 17:21:18,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:18.049 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.994s] 2018-03-22 17:21:22,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:22.109 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.060s] 2018-03-22 17:21:26,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:26.283 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.172s] 2018-03-22 17:21:29,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:29.935 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.651s] 2018-03-22 17:21:33,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:33.180 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.705s] 2018-03-22 17:21:33,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:33.439 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.258s] 2018-03-22 17:21:33,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:33.637 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.197s] 2018-03-22 17:21:34,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:34.017 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.380s] 2018-03-22 17:21:34,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:34.471 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.453s] 2018-03-22 17:21:34,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:34.768 9833 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [31.467s] 2018-03-22 17:21:34,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:34.918 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.447s] 2018-03-22 17:21:35,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:35.020 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.084s] 2018-03-22 17:21:37,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:37.989 9833 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [87.911s] 2018-03-22 17:21:41,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:41.275 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.253s] 2018-03-22 17:21:43,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:43.784 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.674s] 2018-03-22 17:21:46,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:46.133 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.349s] 2018-03-22 17:21:46,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:46.329 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.054s] 2018-03-22 17:21:46,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:46.440 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.110s] 2018-03-22 17:21:46,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:46.714 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.274s] 2018-03-22 17:21:46,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:46.928 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.213s] 2018-03-22 17:21:47,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:47.141 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.213s] 2018-03-22 17:21:47,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:47.298 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.156s] 2018-03-22 17:21:47,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:47.326 9833 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.560s] 2018-03-22 17:21:47,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:47.393 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.095s] 2018-03-22 17:21:47,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:47.618 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.224s] 2018-03-22 17:21:47,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:47.680 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.061s] 2018-03-22 17:21:51,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:51.558 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.419s] 2018-03-22 17:21:52,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:52.248 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.694s] 2018-03-22 17:21:54,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:54.266 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.015s] 2018-03-22 17:21:54,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:54.405 9833 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.724s] 2018-03-22 17:21:55,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:55.329 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.064s] 2018-03-22 17:21:58,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:58.466 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.133s] 2018-03-22 17:21:58,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:21:58.657 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.194s] 2018-03-22 17:22:12,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:12.596 9833 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.878s] 2018-03-22 17:22:16,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:16.831 9833 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [38.835s] 2018-03-22 17:22:29,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:29.111 9833 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [16.512s] 2018-03-22 17:22:39,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:39.018 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.164s] 2018-03-22 17:22:39,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:39.199 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.180s] 2018-03-22 17:22:39,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:39.475 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.275s] 2018-03-22 17:22:39,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:39.494 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.019s] 2018-03-22 17:22:39,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:39.655 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.160s] 2018-03-22 17:22:39,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:39.668 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2018-03-22 17:22:40,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:40.281 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.612s] 2018-03-22 17:22:40,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:40.457 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.175s] 2018-03-22 17:22:40,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:40.613 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.156s] 2018-03-22 17:22:40,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:40.811 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.198s] 2018-03-22 17:22:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:40.980 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.166s] 2018-03-22 17:22:41,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:41.556 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.576s] 2018-03-22 17:22:41,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:41.753 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.196s] 2018-03-22 17:22:41,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:41.934 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.181s] 2018-03-22 17:22:41,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:41.984 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.050s] 2018-03-22 17:22:42,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:42.463 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.478s] 2018-03-22 17:22:42,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:42.497 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.034s] 2018-03-22 17:22:43,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:43.048 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.550s] 2018-03-22 17:22:43,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:43.059 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-03-22 17:22:43,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:43.229 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.170s] 2018-03-22 17:22:43,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:43.267 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.037s] 2018-03-22 17:22:43,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:43.847 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.579s] 2018-03-22 17:22:44,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:44.024 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.177s] 2018-03-22 17:22:51,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:22:51.462 9833 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [64.122s] 2018-03-22 17:23:19,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:23:19.179 9833 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [27.714s] 2018-03-22 17:23:48,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:23:48.543 9833 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.746s] 2018-03-22 17:24:07,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:24:07.434 9833 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [18.886s] 2018-03-22 17:24:28,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:24:28.575 9833 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [21.140s] 2018-03-22 17:24:35,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '247379a6-156d-4e81-ade0-acd290576168']'. 2018-03-22 17:24:36,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-22 17:24:36,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-22 17:24:36,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-22 17:24:36,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 247379a6-156d-4e81-ade0-acd290576168 | 2018-03-22 17:24:36,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-22 17:24:36,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-22 17:19:37 | 2018-03-22 17:24:36,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-22 17:24:35 | 2018-03-22 17:24:36,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:58 | 2018-03-22 17:24:36,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-22 17:24:36,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-22 17:24:36,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 89013a6d-d745-4358-93eb-b1f900621fd1) | 2018-03-22 17:24:36,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-22 17:24:36,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 84c28b5a-4e57-40d6-97fa-737d347c6588) | 2018-03-22 17:24:36,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 107 | 2018-03-22 17:24:36,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 284.02 | 2018-03-22 17:24:36,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 107 | 2018-03-22 17:24:36,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-22 17:24:36,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-22 17:24:36,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-22 17:24:36,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-22 17:24:36,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-22 17:24:36,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-22 17:24:36,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-03-22 17:24:47,152 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 17:24:47,153 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:37 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-22 17:24:47,157 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-22 17:24:47,256 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-22 17:24:49,773 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-22 17:24:49.361 9941 INFO rally.deployment.engine [-] Deployment 84c28b5a-4e57-40d6-97fa-737d347c6588 | Starting: Destroy cloud and free allocated resources. 2018-03-22 17:24:49.445 9941 INFO rally.deployment.engine [-] Deployment 84c28b5a-4e57-40d6-97fa-737d347c6588 | Completed: Destroy cloud and free allocated resources. 2018-03-22 17:24:49.486 9941 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=89013a6d-d745-4358-93eb-b1f900621fd1) for deployment 'opnfv-rally'. 2018-03-22 17:24:49.504 9941 INFO rally.api [-] Deleting verification (UUID=247379a6-156d-4e81-ade0-acd290576168). 2018-03-22 17:24:49.547 9941 INFO rally.api [-] Verification has been successfully deleted! 2018-03-22 17:24:49.548 9941 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=89013a6d-d745-4358-93eb-b1f900621fd1). 2018-03-22 17:24:49.558 9941 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-22 17:24:52,179 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-22 17:24:51.893 9944 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=34330ee3-552e-4bda-85cb-9fd9a4300522) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 34330ee3-552e-4bda-85cb-9fd9a4300522 | 2018-03-22T17:24:51 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 34330ee3-552e-4bda-85cb-9fd9a4300522 ~/.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-22 17:24:55,461 - 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-22 17:24:55,461 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-22 17:24:57,828 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-22 17:24:57.588 9950 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=89013a6d-d745-4358-93eb-b1f900621fd1). 2018-03-22 17:24:57.709 9950 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-22 17:25:01,262 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-22 17:24:59.869 9953 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-22 17:25:00.003 9953 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-22 17:25:01.068 9953 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=23a5cf9e-7ee4-4ad5-913b-8e47593bcdc1) has been successfully created! Using verifier 'opnfv-tempest' (UUID=23a5cf9e-7ee4-4ad5-913b-8e47593bcdc1) as the default verifier for the future CLI operations. 2018-03-22 17:25:04,228 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-22 17:25:06,905 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-22 17:25:18,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-22 17:25:24,191 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-22 17:25:23.184 9972 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=23a5cf9e-7ee4-4ad5-913b-8e47593bcdc1) for deployment 'opnfv-rally' (UUID=34330ee3-552e-4bda-85cb-9fd9a4300522). 2018-03-22 17:25:24.027 9972 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=23a5cf9e-7ee4-4ad5-913b-8e47593bcdc1) has been successfully configured for deployment 'opnfv-rally' (UUID=34330ee3-552e-4bda-85cb-9fd9a4300522)! 2018-03-22 17:25:24,191 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-22 17:25:24,192 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-22 17:25:24,194 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-22 17:25:25,029 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-22 17:25:28,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-23a5cf9e-7ee4-4ad5-913b-8e47593bcdc1/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-22 17:25:28,023 - 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-22 17:25:30,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 17:25:30.015 9981 INFO rally.api [-] Starting verification (UUID=52bebf06-c528-4c77-b3e1-bb7b0d6070fd) for deployment 'opnfv-rally' (UUID=34330ee3-552e-4bda-85cb-9fd9a4300522) by verifier 'opnfv-tempest' (UUID=23a5cf9e-7ee4-4ad5-913b-8e47593bcdc1). 2018-03-22 17:25:30,016 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 52bebf06-c528-4c77-b3e1-bb7b0d6070fd 2018-03-22 17:28:27,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '52bebf06-c528-4c77-b3e1-bb7b0d6070fd']'. 2018-03-22 17:28:28,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-22 17:28:28,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-22 17:28:28,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-22 17:28:28,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 52bebf06-c528-4c77-b3e1-bb7b0d6070fd | 2018-03-22 17:28:28,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-22 17:28:28,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-22 17:25:29 | 2018-03-22 17:28:28,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-22 17:28:27 | 2018-03-22 17:28:28,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:58 | 2018-03-22 17:28:28,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-22 17:28:28,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-22 17:28:28,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 23a5cf9e-7ee4-4ad5-913b-8e47593bcdc1) | 2018-03-22 17:28:28,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-22 17:28:28,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 34330ee3-552e-4bda-85cb-9fd9a4300522) | 2018-03-22 17:28:28,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-22 17:28:28,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 166.802 | 2018-03-22 17:28:28,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-03-22 17:28:28,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-03-22 17:28:28,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-22 17:28:28,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-22 17:28:28,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-22 17:28:28,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-22 17:28:28,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-22 17:28:28,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-03-22 17:28:42,540 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 17:28:42,540 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:38 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-22 17:28:42,544 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-22 17:28:43,570 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-22 18:49:45,241 - 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) ... FAIL 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_create_volume_bad_zone (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 ====================================================================== FAIL: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 419, in test_create_router_with_ext_port self.assertEqual(ext_net.id, port.network_id) AssertionError: u'c30c9774-5abd-453c-9bb6-c4716bd6e0bb' != u'84b2efdd-fe7c-450e-81bd-c59655bc76fc' - c30c9774-5abd-453c-9bb6-c4716bd6e0bb + 84b2efdd-fe7c-450e-81bd-c59655bc76fc ---------------------------------------------------------------------- Ran 120 tests in 4861.600s FAILED (failures=1) 2018-03-22 18:49:45,405 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 18:49:45,405 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 81:02 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-22 18:49:45,409 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-22 18:49:45,410 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-22 18:49:45,509 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-22 18:49:47,994 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-22 18:49:47.591 10208 INFO rally.deployment.engine [-] Deployment 34330ee3-552e-4bda-85cb-9fd9a4300522 | Starting: Destroy cloud and free allocated resources. 2018-03-22 18:49:47.666 10208 INFO rally.deployment.engine [-] Deployment 34330ee3-552e-4bda-85cb-9fd9a4300522 | Completed: Destroy cloud and free allocated resources. 2018-03-22 18:49:47.723 10208 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=23a5cf9e-7ee4-4ad5-913b-8e47593bcdc1) for deployment 'opnfv-rally'. 2018-03-22 18:49:47.753 10208 INFO rally.api [-] Deleting verification (UUID=52bebf06-c528-4c77-b3e1-bb7b0d6070fd). 2018-03-22 18:49:47.794 10208 INFO rally.api [-] Verification has been successfully deleted! 2018-03-22 18:49:47.794 10208 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=23a5cf9e-7ee4-4ad5-913b-8e47593bcdc1). 2018-03-22 18:49:47.806 10208 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-22 18:49:50,304 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-22 18:49:49.983 10211 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1e3577bd-68ea-47ea-908e-b1a3200c9de1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1e3577bd-68ea-47ea-908e-b1a3200c9de1 | 2018-03-22T18:49:49 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1e3577bd-68ea-47ea-908e-b1a3200c9de1 ~/.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-22 18:49:53,455 - 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-22 18:49:53,456 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-22 18:49:55,753 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-22 18:49:55.494 10217 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=23a5cf9e-7ee4-4ad5-913b-8e47593bcdc1). 2018-03-22 18:49:55.605 10217 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-22 18:49:59,107 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-22 18:49:57.790 10220 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-22 18:49:57.941 10220 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-22 18:49:58.934 10220 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d73f0670-1e19-4a05-910b-b3175477a252) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d73f0670-1e19-4a05-910b-b3175477a252) as the default verifier for the future CLI operations. 2018-03-22 18:50:02,080 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-22 18:50:05,781 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-22 18:50:15,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-22 18:50:21,521 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-22 18:50:20.523 10239 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d73f0670-1e19-4a05-910b-b3175477a252) for deployment 'opnfv-rally' (UUID=1e3577bd-68ea-47ea-908e-b1a3200c9de1). 2018-03-22 18:50:21.358 10239 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d73f0670-1e19-4a05-910b-b3175477a252) has been successfully configured for deployment 'opnfv-rally' (UUID=1e3577bd-68ea-47ea-908e-b1a3200c9de1)! 2018-03-22 18:50:21,522 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-22 18:50:21,522 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-22 18:50:21,524 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-22 18:50:21,535 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-22 18:50:24,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d73f0670-1e19-4a05-910b-b3175477a252/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-22 18:50:24,267 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-22 18:50:24,269 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-22 18:50:24,269 - 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-22 18:50:26,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-22 18:50:26.291 10248 INFO rally.api [-] Starting verification (UUID=7661220e-2d47-43a8-840c-8d6757d0e502) for deployment 'opnfv-rally' (UUID=1e3577bd-68ea-47ea-908e-b1a3200c9de1) by verifier 'opnfv-tempest' (UUID=d73f0670-1e19-4a05-910b-b3175477a252). 2018-03-22 18:50:26,291 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 7661220e-2d47-43a8-840c-8d6757d0e502 2018-03-22 18:52:53,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '7661220e-2d47-43a8-840c-8d6757d0e502']'. 2018-03-22 18:52:54,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-22 18:52:54,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-22 18:52:54,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-22 18:52:54,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 7661220e-2d47-43a8-840c-8d6757d0e502 | 2018-03-22 18:52:54,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-22 18:52:54,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-22 18:50:26 | 2018-03-22 18:52:54,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-22 18:52:53 | 2018-03-22 18:52:54,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:27 | 2018-03-22 18:52:54,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-22 18:52:54,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-22 18:52:54,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d73f0670-1e19-4a05-910b-b3175477a252) | 2018-03-22 18:52:54,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-22 18:52:54,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1e3577bd-68ea-47ea-908e-b1a3200c9de1) | 2018-03-22 18:52:54,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-22 18:52:54,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 125.711 | 2018-03-22 18:52:54,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-03-22 18:52:54,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-03-22 18:52:54,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-22 18:52:54,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-22 18:52:54,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-22 18:52:54,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-22 18:52:54,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-22 18:52:54,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-03-22 18:53:04,532 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 18:53:04,533 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:02 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-03-22 18:53:04,537 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:20 | PASS | | vping_userdata | functest | smoke | 01:01 | PASS | | tempest_smoke_serial | functest | smoke | 18:43 | PASS | | rally_sanity | functest | smoke | 23:48 | FAIL | | refstack_defcore | functest | smoke | 05:37 | PASS | | patrole | functest | smoke | 03:38 | PASS | | snaps_smoke | functest | smoke | 81:02 | FAIL | | neutron_trunk | functest | smoke | 03:02 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-22 18:53:04,546 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-22 18:53:07,837 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-41 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-22 18:53:07,839 - 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=8UfwEFtZTZmddYet4AEtUUEzU export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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-22 18:53:07,839 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-22 18:53:07,840 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-03-22 18:53:07,841 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-22 18:53:07,841 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-22 18:58:19,997 - xtesting.core.feature - ERROR - Execute command: doctor-test failed 2018-03-22 18:58:19,997 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-22 18:58:20,123 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 18:58:20,124 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 05:12 | FAIL | +-----------------------------+-----------------+------------------+----------------+ 2018-03-22 18:58:20,127 - xtesting.ci.run_tests - ERROR - The test case 'doctor-notification' failed. 2018-03-22 18:58:20,127 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-03-22 19:50:12,670 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-03-22 19:50:12,807 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 19:50:12,808 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 51:52 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-03-22 19:50:12,815 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-03-22 19:50:12,817 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 05:12 | FAIL | | barometercollectd | barometer | features | 51:52 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-22 19:50:12,824 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-22 19:53:14,578 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-41 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-22 19:53:14,582 - 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=8UfwEFtZTZmddYet4AEtUUEzU export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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-22 19:53:14,583 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-22 19:53:14,583 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-22 19:53:14,584 - 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-22 19:53:14,586 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-22 19:53:30,541 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-41 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-22 19:53:30,543 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=8UfwEFtZTZmddYet4AEtUUEzU export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.10 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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-22 19:53:30,543 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-22 19:53:30,544 - 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-22 19:53:30,544 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-22 19:53:30,544 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-03-22 19:57:12,489 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-03-22 19:57:12,606 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-22 19:57:12,607 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:42 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-03-22 19:57:12,610 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:42 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-22 19:57:12,611 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK