2018-03-17 22:46:45,244 - functest.ci.check_deployment - DEBUG - 172.30.9.22:5000 is reachable! 2018-03-17 22:46:45,244 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.22:5000/v3 ...OK 2018-03-17 22:46:45,622 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-17 22:46:46,001 - functest.ci.check_deployment - DEBUG - 172.30.9.22:5000 is reachable! 2018-03-17 22:46:46,002 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.22:5000 ...OK 2018-03-17 22:46:46,474 - functest.ci.check_deployment - DEBUG - 172.30.9.22:8774 is reachable! 2018-03-17 22:46:46,474 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.22:8774/v2.1 ...OK 2018-03-17 22:46:46,932 - functest.ci.check_deployment - DEBUG - 172.30.9.22:9696 is reachable! 2018-03-17 22:46:46,932 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.22:9696 ...OK 2018-03-17 22:46:47,378 - functest.ci.check_deployment - DEBUG - 172.30.9.22:9292 is reachable! 2018-03-17 22:46:47,378 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.22:9292 ...OK 2018-03-17 22:46:48,818 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-17 22:46:49,954 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-17 22:46:49,986 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-17 22:46:51,381 - functest.ci.check_deployment - INFO - External network found: external 2018-03-17 22:46:53,826 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-19 | | 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-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-17 22:46:53,828 - 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=caDuyxkjKaQggV6m3DHVdQAaX export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-03-17 22:46:53,828 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-17 22:46:53,828 - 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-17 22:46:53,829 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-17 22:46:53,829 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-17 22:46:56,904 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-17 22:47:07,639 - 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.724s OK 2018-03-17 22:47:07,760 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-17 22:47:07,760 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-17 22:47:07,764 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-17 22:47:10,197 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-17 22:59:54,313 - 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_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 83 tests in 764.064s OK 2018-03-17 22:59:54,435 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-17 22:59:54,436 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:44 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-17 22:59:54,439 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-17 22:59:55,336 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-17 23:01:29,761 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 94.423s OK 2018-03-17 23:01:29,870 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-17 23:01:29,871 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:34 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-17 23:01:29,875 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 12:44 | PASS | | snaps_health_check | functest | healthcheck | 01:34 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-17 23:01:29,878 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-17 23:01:52,962 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-19 | | 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-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-17 23:01:52,966 - 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=caDuyxkjKaQggV6m3DHVdQAaX export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-03-17 23:01:52,966 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-17 23:01:52,967 - 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 odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-03-17 23:01:52,969 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-17 23:01:52,969 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-17 23:01:58,031 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Read timed out. (read timeout=4) 2018-03-17 23:01:58,031 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-17 23:01:58,031 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-17 23:01:58' 2018-03-17 23:01:58,032 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--eca7dbb7-f0a4-4819-9f6b-14cdbfdd1c73' 2018-03-17 23:02:01,452 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-eca7dbb7-f0a4-4819-9f6b-14cdbfdd1c73' 2018-03-17 23:02:04,613 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-eca7dbb7-f0a4-4819-9f6b-14cdbfdd1c73' 2018-03-17 23:02:11,251 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-eca7dbb7-f0a4-4819-9f6b-14cdbfdd1c73' 2018-03-17 23:02:12,271 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-eca7dbb7-f0a4-4819-9f6b-14cdbfdd1c73' 2018-03-17 23:02:13,039 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-eca7dbb7-f0a4-4819-9f6b-14cdbfdd1c73' 2018-03-17 23:02:19,962 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-eca7dbb7-f0a4-4819-9f6b-14cdbfdd1c73' 2018-03-17 23:02:24,115 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-eca7dbb7-f0a4-4819-9f6b-14cdbfdd1c73' 2018-03-17 23:02:44,923 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-17 23:03:53,332 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-17 23:03:53,481 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-17 23:03:54,488 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-17 23:04:13,269 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-17 23:04:13,270 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:56 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-17 23:04:13,274 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-17 23:04:13,371 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-17 23:04:13,371 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-17 23:04:13' 2018-03-17 23:04:13,371 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--37e43a06-6da0-4a7e-a5be-552022a582d2' 2018-03-17 23:04:16,718 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-37e43a06-6da0-4a7e-a5be-552022a582d2' 2018-03-17 23:04:19,242 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-37e43a06-6da0-4a7e-a5be-552022a582d2' 2018-03-17 23:04:25,467 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-37e43a06-6da0-4a7e-a5be-552022a582d2' 2018-03-17 23:04:26,162 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-37e43a06-6da0-4a7e-a5be-552022a582d2' 2018-03-17 23:04:32,955 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-37e43a06-6da0-4a7e-a5be-552022a582d2' 2018-03-17 23:04:38,960 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-17 23:04:46,451 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-17 23:04:48,840 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-03-17 23:05:15,531 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-03-17 23:05:41,243 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-03-17 23:05:51,048 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-17 23:06:10,121 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-17 23:06:10,121 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:38 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-17 23:06:10,125 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-17 23:06:10,269 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-17 23:06:14,317 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-17 23:06:16,766 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-17 23:06:20,017 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-17 23:06:22,073 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-17 23:06:29,013 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-17 23:06:31,784 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-17 23:06:38,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-17 23:06:40,121 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-17 23:06:40,121 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-17 23:06:43,164 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-17 23:06:43,165 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-17 23:06:43,167 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-17 23:06:43,177 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-17 23:06:43,177 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-a181b791-799f-4395-8bb6-0a6cb7bd8221/repo;testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' > /home/opnfv/functest/results/tempest/test_list.txt;cd -;' 2018-03-17 23:06:46,202 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-17 23:06:46,211 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-17 23:06:46,212 - 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-17 23:06:48,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:06:48.339 61 INFO rally.api [-] Starting verification (UUID=64c145c6-d9df-4d21-a452-687903b6db64) for deployment 'opnfv-rally' (UUID=2e0f4d9f-7fea-4908-8ccc-d1144e5dbfb0) by verifier 'opnfv-tempest' (UUID=a181b791-799f-4395-8bb6-0a6cb7bd8221). 2018-03-17 23:06:48,340 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 64c145c6-d9df-4d21-a452-687903b6db64 2018-03-17 23:06:55,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:06:55.779 61 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.167s] 2018-03-17 23:06:55,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:06:55.836 61 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.058s] 2018-03-17 23:07:02,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:07:02.967 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.532s] 2018-03-17 23:07:06,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:07:06.399 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.431s] 2018-03-17 23:07:19,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:07:19.602 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.568s] 2018-03-17 23:07:37,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:07:37.092 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.556s] 2018-03-17 23:08:12,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:08:12.891 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.070s] 2018-03-17 23:08:12,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:08:12.892 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-03-17 23:08:44,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:08:44.822 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-03-17 23:08:44,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:08:44.823 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-17 23:09:15,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:09:15.371 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.080s] 2018-03-17 23:09:15,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:09:15.373 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-17 23:11:59,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:11:59.161 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [131.826s] 2018-03-17 23:12:23,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:12:23.236 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.059s] 2018-03-17 23:12:23,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:12:23.329 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.093s] 2018-03-17 23:12:31,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:12:31.816 61 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.676s] 2018-03-17 23:12:31,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:12:31.825 61 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-03-17 23:12:33,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:12:33.351 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-17 23:12:33,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:12:33.351 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-17 23:12:37,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:12:37.142 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.369s] 2018-03-17 23:12:43,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:12:43.232 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.103s] 2018-03-17 23:12:49,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:12:49.633 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.651s] 2018-03-17 23:12:57,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:12:57.023 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.556s] 2018-03-17 23:13:06,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:13:06.593 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.302s] 2018-03-17 23:13:12,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:13:12.888 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.396s] 2018-03-17 23:13:18,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:13:18.888 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.187s] 2018-03-17 23:13:26,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:13:26.240 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.646s] 2018-03-17 23:13:33,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:13:33.598 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.469s] 2018-03-17 23:13:42,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:13:42.142 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.648s] 2018-03-17 23:13:44,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:13:44.874 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-17 23:13:46,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:13:46.942 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.076s] 2018-03-17 23:13:47,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:13:47.024 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.081s] 2018-03-17 23:13:47,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:13:47.097 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.073s] 2018-03-17 23:13:47,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:13:47.105 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-03-17 23:13:51,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:13:51.056 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.808s] 2018-03-17 23:13:52,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:13:52.910 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.852s] 2018-03-17 23:13:55,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:13:55.181 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.271s] 2018-03-17 23:14:02,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:14:02.041 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-03-17 23:14:09,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:14:09.831 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.213s] 2018-03-17 23:14:25,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:14:25.854 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.563s] 2018-03-17 23:14:28,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:14:28.763 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.908s] 2018-03-17 23:14:40,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:14:40.236 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.933s] 2018-03-17 23:14:43,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:14:43.240 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.002s] 2018-03-17 23:14:52,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:14:52.344 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.103s] 2018-03-17 23:15:02,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:15:02.016 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.010s] 2018-03-17 23:15:06,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:15:06.115 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.097s] 2018-03-17 23:15:12,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:15:12.365 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.249s] 2018-03-17 23:15:27,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:15:27.712 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.562s] 2018-03-17 23:15:28,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:15:28.159 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.447s] 2018-03-17 23:15:28,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:15:28.409 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.248s] 2018-03-17 23:15:28,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:15:28.463 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.054s] 2018-03-17 23:15:28,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:15:28.715 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.250s] 2018-03-17 23:15:28,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:15:28.923 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.208s] 2018-03-17 23:15:44,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:15:44.520 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.868s] 2018-03-17 23:15:44,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:15:44.953 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.434s] 2018-03-17 23:15:45,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:15:45.213 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.259s] 2018-03-17 23:15:45,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:15:45.416 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.202s] 2018-03-17 23:15:45,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:15:45.659 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.242s] 2018-03-17 23:15:45,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:15:45.713 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.053s] 2018-03-17 23:15:59,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:15:59.099 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.273s] 2018-03-17 23:16:06,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:16:06.035 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.935s] 2018-03-17 23:16:08,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:16:08.117 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.081s] 2018-03-17 23:16:08,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:16:08.313 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.195s] 2018-03-17 23:16:08,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:16:08.400 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.087s] 2018-03-17 23:16:20,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:16:20.832 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.444s] 2018-03-17 23:16:27,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:16:27.144 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.311s] 2018-03-17 23:16:29,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:16:29.052 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.906s] 2018-03-17 23:16:29,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:16:29.108 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.056s] 2018-03-17 23:16:29,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:16:29.163 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.054s] 2018-03-17 23:16:44,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:16:44.581 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.671s] 2018-03-17 23:16:49,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:16:49.900 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.318s] 2018-03-17 23:16:54,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:16:54.671 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.769s] 2018-03-17 23:16:58,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:16:58.063 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.392s] 2018-03-17 23:17:23,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:17:23.042 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.654s] 2018-03-17 23:17:28,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:17:28.455 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.412s] 2018-03-17 23:17:33,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:17:33.927 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.471s] 2018-03-17 23:17:36,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:17:36.906 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.978s] 2018-03-17 23:17:54,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:17:54.012 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.756s] 2018-03-17 23:17:56,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:17:56.211 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.196s] 2018-03-17 23:17:56,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:17:56.259 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.050s] 2018-03-17 23:18:01,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:18:01.101 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.549s] 2018-03-17 23:18:03,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:18:03.922 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.818s] 2018-03-17 23:18:04,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:18:04.106 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.187s] 2018-03-17 23:18:08,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:18:08.493 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.247s] 2018-03-17 23:18:11,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:18:11.743 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2018-03-17 23:18:13,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:18:13.417 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-17 23:18:13,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:18:13.418 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-17 23:18:13,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:18:13.420 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-17 23:18:13,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:18:13.421 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-17 23:18:13,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:18:13.422 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-17 23:18:15,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:18:15.356 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-03-17 23:18:30,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:18:30.390 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.028s] 2018-03-17 23:18:43,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:18:43.799 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.326s] 2018-03-17 23:18:57,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:18:57.643 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.842s] 2018-03-17 23:19:06,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:19:06.835 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.186s] 2018-03-17 23:21:17,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:21:17.383 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [123.719s] 2018-03-17 23:22:07,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:22:07.676 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [40.437s] 2018-03-17 23:22:49,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:22:49.118 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [23.212s] 2018-03-17 23:23:07,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '64c145c6-d9df-4d21-a452-687903b6db64']'. 2018-03-17 23:23:07,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-17 23:23:07,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-17 23:23:07,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-17 23:23:07,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 64c145c6-d9df-4d21-a452-687903b6db64 | 2018-03-17 23:23:07,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-17 23:23:07,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-17 23:06:48 | 2018-03-17 23:23:07,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-17 23:23:06 | 2018-03-17 23:23:07,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:16:18 | 2018-03-17 23:23:07,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-17 23:23:07,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-17 23:23:07,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-17 23:23:07,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: a181b791-799f-4395-8bb6-0a6cb7bd8221) | 2018-03-17 23:23:07,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-17 23:23:07,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2e0f4d9f-7fea-4908-8ccc-d1144e5dbfb0) | 2018-03-17 23:23:07,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-17 23:23:07,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 955.676 | 2018-03-17 23:23:07,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-03-17 23:23:07,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-17 23:23:07,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-17 23:23:07,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-17 23:23:07,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-17 23:23:07,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-17 23:23:07,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-17 23:23:08,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-03-17 23:23:14,322 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-17 23:23:14,323 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 16:45 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-03-17 23:23:14,327 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-17 23:23:14,456 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-17 23:23:16,845 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-17 23:23:19,157 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-17 23:23:22,555 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-17 23:23:24,035 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-54859039-487c-4b15-ae86-fd4c9ae20533'... 2018-03-17 23:23:26,942 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-54859039-487c-4b15-ae86-fd4c9ae20533'... 2018-03-17 23:23:29,717 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-54859039-487c-4b15-ae86-fd4c9ae20533'... 2018-03-17 23:23:37,456 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-54859039-487c-4b15-ae86-fd4c9ae20533'... 2018-03-17 23:23:38,252 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-54859039-487c-4b15-ae86-fd4c9ae20533'... 2018-03-17 23:23:38,927 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-17 23:23:38,928 - 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-17 23:23:38,929 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-17 23:23:38,975 - 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-17 23:23:38,995 - 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': 'ddbb40e5-312d-4d47-9400-2249c342d325', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54859039-487c-4b15-ae86-fd4c9ae20533', 'flavor_name': 'rally-tiny-54859039-487c-4b15-ae86-fd4c9ae20533', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54859039-487c-4b15-ae86-fd4c9ae20533', '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-17 23:24:39,853 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b5229644-46cf-4152-a0ca-d63054a599dd 2018-03-17 23:24:39,853 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-17 23:24:39,855 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b5229644-46cf-4152-a0ca-d63054a599dd'] 2018-03-17 23:24:40,920 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b5229644-46cf-4152-a0ca-d63054a599dd: 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 b5229644-46cf-4152-a0ca-d63054a599dd 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.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | total | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | -> duration | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.477749 Full duration: 7.311767 -------------------------------------------------------------------------------- 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 b5229644-46cf-4152-a0ca-d63054a599dd 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.37 | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 100.0% | 1 | | total | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> duration | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.807732 Full duration: 7.596152 -------------------------------------------------------------------------------- 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 b5229644-46cf-4152-a0ca-d63054a599dd 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.524 | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 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.943192 Full duration: 7.662404 -------------------------------------------------------------------------------- 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 b5229644-46cf-4152-a0ca-d63054a599dd 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.361 | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 100.0% | 1 | | total | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> duration | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.860568 Full duration: 7.699367 -------------------------------------------------------------------------------- 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 b5229644-46cf-4152-a0ca-d63054a599dd 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.558 | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 100.0% | 1 | | total | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | -> duration | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.963587 Full duration: 7.906399 -------------------------------------------------------------------------------- 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 b5229644-46cf-4152-a0ca-d63054a599dd 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.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.789412 Full duration: 7.616718 HINTS: * To plot HTML graphics with this data, run: rally task report b5229644-46cf-4152-a0ca-d63054a599dd --out output.html * To generate a JUnit report, run: rally task export b5229644-46cf-4152-a0ca-d63054a599dd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b5229644-46cf-4152-a0ca-d63054a599dd --json --out output.json 2018-03-17 23:24:40,921 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b5229644-46cf-4152-a0ca-d63054a599dd'] 2018-03-17 23:24:41,977 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-17 23:24:41,978 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b5229644-46cf-4152-a0ca-d63054a599dd', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-17 23:24:41,986 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-17 23:24:41,987 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-17 23:24:41,987 - 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-17 23:24:41,987 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-17 23:24:42,048 - 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-17 23:24:42,054 - 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': 'ddbb40e5-312d-4d47-9400-2249c342d325', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54859039-487c-4b15-ae86-fd4c9ae20533', 'flavor_name': 'rally-tiny-54859039-487c-4b15-ae86-fd4c9ae20533', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54859039-487c-4b15-ae86-fd4c9ae20533', '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-17 23:26:20,145 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5cb0d6ef-e41d-40a5-af7d-c4810f7f44ca 2018-03-17 23:26:20,146 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5cb0d6ef-e41d-40a5-af7d-c4810f7f44ca'] 2018-03-17 23:26:21,142 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5cb0d6ef-e41d-40a5-af7d-c4810f7f44ca: 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 5cb0d6ef-e41d-40a5-af7d-c4810f7f44ca has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.973 | 3.973 | 3.973 | 3.973 | 3.973 | 3.973 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | -> glance_v2.upload_data | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 100.0% | 1 | | glance_v2.delete_image | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 100.0% | 1 | | total | 5.134 | 5.134 | 5.134 | 5.134 | 5.134 | 5.134 | 100.0% | 1 | | -> duration | 5.134 | 5.134 | 5.134 | 5.134 | 5.134 | 5.134 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.134362 Full duration: 13.554361 -------------------------------------------------------------------------------- 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 5cb0d6ef-e41d-40a5-af7d-c4810f7f44ca has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.081 | 4.081 | 4.081 | 4.081 | 4.081 | 4.081 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> glance_v2.upload_data | 1.171 | 1.171 | 1.171 | 1.171 | 1.171 | 1.171 | 100.0% | 1 | | glance_v2.list_images | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 100.0% | 1 | | total | 4.116 | 4.116 | 4.116 | 4.116 | 4.116 | 4.116 | 100.0% | 1 | | -> duration | 4.116 | 4.116 | 4.116 | 4.116 | 4.116 | 4.116 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.116134 Full duration: 16.200718 -------------------------------------------------------------------------------- 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 5cb0d6ef-e41d-40a5-af7d-c4810f7f44ca 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.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | total | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | -> duration | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.357017 Full duration: 8.260438 -------------------------------------------------------------------------------- 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-54859039-487c-4b15-ae86-fd4c9ae20533" }, "number_instances": 2, "nics": [ { "net-id": "ddbb40e5-312d-4d47-9400-2249c342d325" } ] }, "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 5cb0d6ef-e41d-40a5-af7d-c4810f7f44ca has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.443 | 4.443 | 4.443 | 4.443 | 4.443 | 4.443 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | -> glance_v2.upload_data | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 100.0% | 1 | | nova.boot_servers | 14.158 | 14.158 | 14.158 | 14.158 | 14.158 | 14.158 | 100.0% | 1 | | total | 18.602 | 18.602 | 18.602 | 18.602 | 18.602 | 18.602 | 100.0% | 1 | | -> duration | 17.602 | 17.602 | 17.602 | 17.602 | 17.602 | 17.602 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.601669 Full duration: 40.944303 HINTS: * To plot HTML graphics with this data, run: rally task report 5cb0d6ef-e41d-40a5-af7d-c4810f7f44ca --out output.html * To generate a JUnit report, run: rally task export 5cb0d6ef-e41d-40a5-af7d-c4810f7f44ca --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5cb0d6ef-e41d-40a5-af7d-c4810f7f44ca --json --out output.json 2018-03-17 23:26:21,142 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5cb0d6ef-e41d-40a5-af7d-c4810f7f44ca'] 2018-03-17 23:26:22,202 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-17 23:26:22,202 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5cb0d6ef-e41d-40a5-af7d-c4810f7f44ca', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-17 23:26:22,209 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-17 23:26:22,209 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-17 23:26:22,210 - 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-17 23:26:22,210 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-17 23:26:22,250 - 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-17 23:26:22,257 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-17 23:26:22,257 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-17 23:26:22,257 - 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-17 23:26:22,257 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-17 23:26:22,290 - 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-17 23:26:22,299 - 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': 'ddbb40e5-312d-4d47-9400-2249c342d325', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54859039-487c-4b15-ae86-fd4c9ae20533', 'flavor_name': 'rally-tiny-54859039-487c-4b15-ae86-fd4c9ae20533', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54859039-487c-4b15-ae86-fd4c9ae20533', '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-17 23:29:43,673 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 05a0a3ce-e093-4978-893a-c1c4f70668ca 2018-03-17 23:29:43,673 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '05a0a3ce-e093-4978-893a-c1c4f70668ca'] 2018-03-17 23:29:44,755 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 05a0a3ce-e093-4978-893a-c1c4f70668ca: 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 05a0a3ce-e093-4978-893a-c1c4f70668ca has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.208 | 3.208 | 3.208 | 3.208 | 3.208 | 3.208 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.123 | 3.123 | 3.123 | 3.123 | 3.123 | 3.123 | 100.0% | 1 | | total | 6.332 | 6.332 | 6.332 | 6.332 | 6.332 | 6.332 | 100.0% | 1 | | -> duration | 6.332 | 6.332 | 6.332 | 6.332 | 6.332 | 6.332 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.331992 Full duration: 23.375071 -------------------------------------------------------------------------------- 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 05a0a3ce-e093-4978-893a-c1c4f70668ca 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.193 | 3.193 | 3.193 | 3.193 | 3.193 | 3.193 | 100.0% | 1 | | cinder_v2.delete_volume | 2.611 | 2.611 | 2.611 | 2.611 | 2.611 | 2.611 | 100.0% | 1 | | total | 5.805 | 5.805 | 5.805 | 5.805 | 5.805 | 5.805 | 100.0% | 1 | | -> duration | 5.805 | 5.805 | 5.805 | 5.805 | 5.805 | 5.805 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.804578 Full duration: 16.061996 -------------------------------------------------------------------------------- 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-54859039-487c-4b15-ae86-fd4c9ae20533" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 05a0a3ce-e093-4978-893a-c1c4f70668ca 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 | 8.794 | 8.794 | 8.794 | 8.794 | 8.794 | 8.794 | 100.0% | 1 | | cinder_v2.delete_volume | 2.595 | 2.595 | 2.595 | 2.595 | 2.595 | 2.595 | 100.0% | 1 | | total | 11.389 | 11.389 | 11.389 | 11.389 | 11.389 | 11.389 | 100.0% | 1 | | -> duration | 11.389 | 11.389 | 11.389 | 11.389 | 11.389 | 11.389 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.388718 Full duration: 22.758215 -------------------------------------------------------------------------------- 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 05a0a3ce-e093-4978-893a-c1c4f70668ca 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.293 | 3.293 | 3.293 | 3.293 | 3.293 | 3.293 | 100.0% | 1 | | cinder_v2.delete_volume | 3.098 | 3.098 | 3.098 | 3.098 | 3.098 | 3.098 | 100.0% | 1 | | total | 6.391 | 6.391 | 6.391 | 6.391 | 6.391 | 6.391 | 100.0% | 1 | | -> duration | 6.391 | 6.391 | 6.391 | 6.391 | 6.391 | 6.391 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.39104 Full duration: 16.687763 -------------------------------------------------------------------------------- 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 05a0a3ce-e093-4978-893a-c1c4f70668ca 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.244 | 3.244 | 3.244 | 3.244 | 3.244 | 3.244 | 100.0% | 1 | | cinder_v2.extend_volume | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 100.0% | 1 | | cinder_v2.delete_volume | 2.731 | 2.731 | 2.731 | 2.731 | 2.731 | 2.731 | 100.0% | 1 | | total | 8.725 | 8.725 | 8.725 | 8.725 | 8.725 | 8.725 | 100.0% | 1 | | -> duration | 8.725 | 8.725 | 8.725 | 8.725 | 8.725 | 8.725 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.724974 Full duration: 18.609102 -------------------------------------------------------------------------------- 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 05a0a3ce-e093-4978-893a-c1c4f70668ca 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.192 | 3.192 | 3.192 | 3.192 | 3.192 | 3.192 | 100.0% | 1 | | cinder_v2.delete_volume | 2.608 | 2.608 | 2.608 | 2.608 | 2.608 | 2.608 | 100.0% | 1 | | total | 5.8 | 5.8 | 5.8 | 5.8 | 5.8 | 5.8 | 100.0% | 1 | | -> duration | 5.8 | 5.8 | 5.8 | 5.8 | 5.8 | 5.8 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.799816 Full duration: 23.022926 -------------------------------------------------------------------------------- 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 05a0a3ce-e093-4978-893a-c1c4f70668ca 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.6 | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 100.0% | 1 | | cinder_v2.list_qos | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> duration | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.758483 Full duration: 12.59155 -------------------------------------------------------------------------------- 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 05a0a3ce-e093-4978-893a-c1c4f70668ca 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.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | cinder_v2.set_qos | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | total | 1.298 | 1.298 | 1.298 | 1.298 | 1.298 | 1.298 | 100.0% | 1 | | -> duration | 1.298 | 1.298 | 1.298 | 1.298 | 1.298 | 1.298 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.297905 Full duration: 13.052792 -------------------------------------------------------------------------------- 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 05a0a3ce-e093-4978-893a-c1c4f70668ca 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.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | cinder_v2.list_types | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | -> duration | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.854797 Full duration: 12.866253 -------------------------------------------------------------------------------- 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 05a0a3ce-e093-4978-893a-c1c4f70668ca 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.643 | 0.643 | 0.643 | 0.643 | 0.643 | 0.643 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | -> duration | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.85103 Full duration: 12.462764 HINTS: * To plot HTML graphics with this data, run: rally task report 05a0a3ce-e093-4978-893a-c1c4f70668ca --out output.html * To generate a JUnit report, run: rally task export 05a0a3ce-e093-4978-893a-c1c4f70668ca --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 05a0a3ce-e093-4978-893a-c1c4f70668ca --json --out output.json 2018-03-17 23:29:44,756 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '05a0a3ce-e093-4978-893a-c1c4f70668ca'] 2018-03-17 23:29:45,783 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-17 23:29:45,783 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '05a0a3ce-e093-4978-893a-c1c4f70668ca', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-17 23:29:45,791 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-17 23:29:45,791 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-17 23:29:45,792 - 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-17 23:29:45,792 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-17 23:29:45,826 - 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-17 23:29:45,835 - 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': 'ddbb40e5-312d-4d47-9400-2249c342d325', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54859039-487c-4b15-ae86-fd4c9ae20533', 'flavor_name': 'rally-tiny-54859039-487c-4b15-ae86-fd4c9ae20533', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54859039-487c-4b15-ae86-fd4c9ae20533', '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-17 23:31:07,301 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ce38645b-f4dc-4b94-98cf-107faf4fb1ae 2018-03-17 23:31:07,302 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ce38645b-f4dc-4b94-98cf-107faf4fb1ae'] 2018-03-17 23:31:08,354 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ce38645b-f4dc-4b94-98cf-107faf4fb1ae: 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 ce38645b-f4dc-4b94-98cf-107faf4fb1ae 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 | 5.232 | 5.232 | 5.232 | 5.232 | 5.232 | 5.232 | 100.0% | 1 | | heat.update_stack | 2.875 | 2.875 | 2.875 | 2.875 | 2.875 | 2.875 | 100.0% | 1 | | heat.delete_stack | 2.952 | 2.952 | 2.952 | 2.952 | 2.952 | 2.952 | 100.0% | 1 | | total | 11.059 | 11.059 | 11.059 | 11.059 | 11.059 | 11.059 | 100.0% | 1 | | -> duration | 7.059 | 7.059 | 7.059 | 7.059 | 7.059 | 7.059 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.058883 Full duration: 19.188741 -------------------------------------------------------------------------------- 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 ce38645b-f4dc-4b94-98cf-107faf4fb1ae 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.606 | 4.606 | 4.606 | 4.606 | 4.606 | 4.606 | 100.0% | 1 | | heat.check_stack | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 100.0% | 1 | | heat.delete_stack | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 100.0% | 1 | | total | 8.221 | 8.221 | 8.221 | 8.221 | 8.221 | 8.221 | 100.0% | 1 | | -> duration | 6.221 | 6.221 | 6.221 | 6.221 | 6.221 | 6.221 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.221476 Full duration: 16.7522 -------------------------------------------------------------------------------- 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 ce38645b-f4dc-4b94-98cf-107faf4fb1ae 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.585 | 4.585 | 4.585 | 4.585 | 4.585 | 4.585 | 100.0% | 1 | | heat.suspend_stack | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | heat.resume_stack | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | heat.delete_stack | 2.367 | 2.367 | 2.367 | 2.367 | 2.367 | 2.367 | 100.0% | 1 | | total | 8.375 | 8.375 | 8.375 | 8.375 | 8.375 | 8.375 | 100.0% | 1 | | -> duration | 6.375 | 6.375 | 6.375 | 6.375 | 6.375 | 6.375 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.375412 Full duration: 16.977969 -------------------------------------------------------------------------------- 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 ce38645b-f4dc-4b94-98cf-107faf4fb1ae 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.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | total | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | -> duration | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.568913 Full duration: 8.477747 HINTS: * To plot HTML graphics with this data, run: rally task report ce38645b-f4dc-4b94-98cf-107faf4fb1ae --out output.html * To generate a JUnit report, run: rally task export ce38645b-f4dc-4b94-98cf-107faf4fb1ae --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ce38645b-f4dc-4b94-98cf-107faf4fb1ae --json --out output.json 2018-03-17 23:31:08,355 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ce38645b-f4dc-4b94-98cf-107faf4fb1ae'] 2018-03-17 23:31:09,402 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-17 23:31:09,403 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ce38645b-f4dc-4b94-98cf-107faf4fb1ae', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-17 23:31:09,410 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-17 23:31:09,410 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-17 23:31:09,410 - 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-17 23:31:09,411 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-17 23:31:09,451 - 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-17 23:31:09,464 - 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': 'ddbb40e5-312d-4d47-9400-2249c342d325', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54859039-487c-4b15-ae86-fd4c9ae20533', 'flavor_name': 'rally-tiny-54859039-487c-4b15-ae86-fd4c9ae20533', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54859039-487c-4b15-ae86-fd4c9ae20533', '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-17 23:34:26,090 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0f41b2f5-c130-4738-a615-26493bf682a9 2018-03-17 23:34:26,091 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0f41b2f5-c130-4738-a615-26493bf682a9'] 2018-03-17 23:34:27,195 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0f41b2f5-c130-4738-a615-26493bf682a9: 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 0f41b2f5-c130-4738-a615-26493bf682a9 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.504 | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 100.0% | 1 | | keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.revoke_role | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> duration | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.752742 Full duration: 14.339853 -------------------------------------------------------------------------------- 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 0f41b2f5-c130-4738-a615-26493bf682a9 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.498 | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 100.0% | 1 | | keystone_v3.add_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | keystone_v3.list_roles | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.789322 Full duration: 14.428818 -------------------------------------------------------------------------------- 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 0f41b2f5-c130-4738-a615-26493bf682a9 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.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | keystone_v3.list_projects | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | total | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | -> duration | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.91425 Full duration: 15.356675 -------------------------------------------------------------------------------- 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 0f41b2f5-c130-4738-a615-26493bf682a9 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.496 | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 100.0% | 1 | | keystone_v3.delete_role | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | -> duration | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.60445 Full duration: 12.121383 -------------------------------------------------------------------------------- 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 0f41b2f5-c130-4738-a615-26493bf682a9 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.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | keystone_v3.delete_service | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | -> duration | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.605343 Full duration: 12.207011 -------------------------------------------------------------------------------- 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 0f41b2f5-c130-4738-a615-26493bf682a9 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.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | keystone_v3.create_user | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | -> keystone_v3.add_role | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 100.0% | 1 | | keystone_v3.create_role | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.get_project | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | keystone_v3.get_user | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.get_role | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | keystone_v3.list_services | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.get_services | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 1.799 | 1.799 | 1.799 | 1.799 | 1.799 | 1.799 | 100.0% | 1 | | -> duration | 1.799 | 1.799 | 1.799 | 1.799 | 1.799 | 1.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.799087 Full duration: 19.732655 -------------------------------------------------------------------------------- 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 0f41b2f5-c130-4738-a615-26493bf682a9 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.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | keystone_v3.update_project | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.delete_project | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 100.0% | 1 | | total | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 100.0% | 1 | | -> duration | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.934514 Full duration: 12.769935 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 0f41b2f5-c130-4738-a615-26493bf682a9 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.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | total | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> duration | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.774571 Full duration: 14.596144 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 0f41b2f5-c130-4738-a615-26493bf682a9 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.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | total | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> duration | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.690079 Full duration: 14.668178 -------------------------------------------------------------------------------- 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 0f41b2f5-c130-4738-a615-26493bf682a9 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | keystone_v3.list_users | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 100.0% | 1 | | -> duration | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.884257 Full duration: 14.707411 -------------------------------------------------------------------------------- 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 0f41b2f5-c130-4738-a615-26493bf682a9 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.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | keystone_v3.create_users | 4.811 | 4.811 | 4.811 | 4.811 | 4.811 | 4.811 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.811 | 4.811 | 4.811 | 4.811 | 4.811 | 4.811 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.302 | 1.302 | 1.302 | 1.302 | 1.302 | 1.302 | 100.0% | 1 | | total | 6.467 | 6.467 | 6.467 | 6.467 | 6.467 | 6.467 | 100.0% | 1 | | -> duration | 6.467 | 6.467 | 6.467 | 6.467 | 6.467 | 6.467 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.467063 Full duration: 22.632289 HINTS: * To plot HTML graphics with this data, run: rally task report 0f41b2f5-c130-4738-a615-26493bf682a9 --out output.html * To generate a JUnit report, run: rally task export 0f41b2f5-c130-4738-a615-26493bf682a9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0f41b2f5-c130-4738-a615-26493bf682a9 --json --out output.json 2018-03-17 23:34:27,195 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0f41b2f5-c130-4738-a615-26493bf682a9'] 2018-03-17 23:34:28,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-17 23:34:28,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0f41b2f5-c130-4738-a615-26493bf682a9', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-17 23:34:28,173 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-17 23:34:28,174 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-17 23:34:28,174 - 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-17 23:34:28,174 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-17 23:34:28,212 - 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-17 23:34:28,226 - 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': 'ddbb40e5-312d-4d47-9400-2249c342d325', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54859039-487c-4b15-ae86-fd4c9ae20533', 'flavor_name': 'rally-tiny-54859039-487c-4b15-ae86-fd4c9ae20533', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54859039-487c-4b15-ae86-fd4c9ae20533', '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-17 23:39:46,215 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dca47750-677b-4439-8d4c-c5f5ebf57d4e 2018-03-17 23:39:46,216 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'dca47750-677b-4439-8d4c-c5f5ebf57d4e'] 2018-03-17 23:39:47,329 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task dca47750-677b-4439-8d4c-c5f5ebf57d4e: 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 dca47750-677b-4439-8d4c-c5f5ebf57d4e 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.066 | 1.066 | 1.066 | 1.066 | 1.066 | 1.066 | 100.0% | 1 | | neutron.delete_network | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | total | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 100.0% | 1 | | -> duration | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.949548 Full duration: 15.270458 -------------------------------------------------------------------------------- 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 dca47750-677b-4439-8d4c-c5f5ebf57d4e 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.362 | 1.362 | 1.362 | 1.362 | 1.362 | 1.362 | 100.0% | 1 | | neutron.delete_port | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | total | 1.994 | 1.994 | 1.994 | 1.994 | 1.994 | 1.994 | 100.0% | 1 | | -> duration | 1.994 | 1.994 | 1.994 | 1.994 | 1.994 | 1.994 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.994018 Full duration: 28.230746 -------------------------------------------------------------------------------- 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 dca47750-677b-4439-8d4c-c5f5ebf57d4e 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.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | neutron.create_subnet | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | neutron.create_router | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 100.0% | 1 | | neutron.add_interface_router | 1.694 | 1.694 | 1.694 | 1.694 | 1.694 | 1.694 | 100.0% | 1 | | neutron.remove_interface_router | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 100.0% | 1 | | neutron.delete_router | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | total | 5.515 | 5.515 | 5.515 | 5.515 | 5.515 | 5.515 | 100.0% | 1 | | -> duration | 5.515 | 5.515 | 5.515 | 5.515 | 5.515 | 5.515 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.515305 Full duration: 41.536023 -------------------------------------------------------------------------------- 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 dca47750-677b-4439-8d4c-c5f5ebf57d4e 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.208 | 1.208 | 1.208 | 1.208 | 1.208 | 1.208 | 100.0% | 1 | | neutron.delete_subnet | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | total | 1.796 | 1.796 | 1.796 | 1.796 | 1.796 | 1.796 | 100.0% | 1 | | -> duration | 1.796 | 1.796 | 1.796 | 1.796 | 1.796 | 1.796 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.796362 Full duration: 31.048255 -------------------------------------------------------------------------------- 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 dca47750-677b-4439-8d4c-c5f5ebf57d4e 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.014 | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 100.0% | 1 | | neutron.list_networks | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 100.0% | 1 | | total | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 100.0% | 1 | | -> duration | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.273505 Full duration: 16.802973 -------------------------------------------------------------------------------- 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 dca47750-677b-4439-8d4c-c5f5ebf57d4e 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.438 | 1.438 | 1.438 | 1.438 | 1.438 | 1.438 | 100.0% | 1 | | neutron.list_ports | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 100.0% | 1 | | total | 1.679 | 1.679 | 1.679 | 1.679 | 1.679 | 1.679 | 100.0% | 1 | | -> duration | 1.679 | 1.679 | 1.679 | 1.679 | 1.679 | 1.679 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.678545 Full duration: 28.576866 -------------------------------------------------------------------------------- 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 dca47750-677b-4439-8d4c-c5f5ebf57d4e 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.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | neutron.create_subnet | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | neutron.create_router | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 100.0% | 1 | | neutron.add_interface_router | 1.342 | 1.342 | 1.342 | 1.342 | 1.342 | 1.342 | 100.0% | 1 | | neutron.list_routers | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 100.0% | 1 | | total | 3.76 | 3.76 | 3.76 | 3.76 | 3.76 | 3.76 | 100.0% | 1 | | -> duration | 3.76 | 3.76 | 3.76 | 3.76 | 3.76 | 3.76 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.759795 Full duration: 36.171108 -------------------------------------------------------------------------------- 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 dca47750-677b-4439-8d4c-c5f5ebf57d4e 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.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | neutron.create_subnet | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | neutron.list_subnets | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 1.978 | 1.978 | 1.978 | 1.978 | 1.978 | 1.978 | 100.0% | 1 | | -> duration | 1.978 | 1.978 | 1.978 | 1.978 | 1.978 | 1.978 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.977562 Full duration: 35.122099 -------------------------------------------------------------------------------- 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 dca47750-677b-4439-8d4c-c5f5ebf57d4e 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.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | neutron.delete_security_group | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 1.323 | 1.323 | 1.323 | 1.323 | 1.323 | 1.323 | 100.0% | 1 | | -> duration | 1.323 | 1.323 | 1.323 | 1.323 | 1.323 | 1.323 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.323397 Full duration: 14.459335 -------------------------------------------------------------------------------- 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 dca47750-677b-4439-8d4c-c5f5ebf57d4e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | neutron.create_security_group_rule | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 100.0% | 1 | | neutron.delete_security_group | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 100.0% | 1 | | total | 1.743 | 1.743 | 1.743 | 1.743 | 1.743 | 1.743 | 100.0% | 1 | | -> duration | 1.743 | 1.743 | 1.743 | 1.743 | 1.743 | 1.743 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.743009 Full duration: 14.746779 -------------------------------------------------------------------------------- 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 dca47750-677b-4439-8d4c-c5f5ebf57d4e 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.121 | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 100.0% | 1 | | neutron.create_router | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 100.0% | 1 | | neutron.add_gateway_router | 1.898 | 1.898 | 1.898 | 1.898 | 1.898 | 1.898 | 100.0% | 1 | | neutron.remove_gateway_router | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | total | 4.227 | 4.227 | 4.227 | 4.227 | 4.227 | 4.227 | 100.0% | 1 | | -> duration | 4.227 | 4.227 | 4.227 | 4.227 | 4.227 | 4.227 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.226725 Full duration: 24.608116 HINTS: * To plot HTML graphics with this data, run: rally task report dca47750-677b-4439-8d4c-c5f5ebf57d4e --out output.html * To generate a JUnit report, run: rally task export dca47750-677b-4439-8d4c-c5f5ebf57d4e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dca47750-677b-4439-8d4c-c5f5ebf57d4e --json --out output.json 2018-03-17 23:39:47,329 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'dca47750-677b-4439-8d4c-c5f5ebf57d4e'] 2018-03-17 23:39:48,413 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-17 23:39:48,414 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'dca47750-677b-4439-8d4c-c5f5ebf57d4e', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-17 23:39:48,423 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-17 23:39:48,423 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-17 23:39:48,423 - 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-17 23:39:48,423 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-17 23:39:48,466 - 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-17 23:39:48,480 - 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': 'ddbb40e5-312d-4d47-9400-2249c342d325', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54859039-487c-4b15-ae86-fd4c9ae20533', 'flavor_name': 'rally-tiny-54859039-487c-4b15-ae86-fd4c9ae20533', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54859039-487c-4b15-ae86-fd4c9ae20533', '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-17 23:42:55,395 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 11606091-23c3-431d-abc7-32cf081e156f 2018-03-17 23:42:55,396 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '11606091-23c3-431d-abc7-32cf081e156f'] 2018-03-17 23:42:56,368 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 11606091-23c3-431d-abc7-32cf081e156f: 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-54859039-487c-4b15-ae86-fd4c9ae20533" }, "image": { "name": "Cirros-0.4.0-54859039-487c-4b15-ae86-fd4c9ae20533" }, "block_migration": false, "nics": [ { "net-id": "ddbb40e5-312d-4d47-9400-2249c342d325" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 11606091-23c3-431d-abc7-32cf081e156f has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.614 | 9.614 | 9.614 | 9.614 | 9.614 | 9.614 | 100.0% | 1 | | nova.find_host_to_migrate | 1.351 | 1.351 | 1.351 | 1.351 | 1.351 | 1.351 | 100.0% | 1 | | nova.live_migrate | 135.927 | 135.927 | 135.927 | 135.927 | 135.927 | 135.927 | 0.0% | 1 | | total | 146.892 | 146.892 | 146.892 | 146.892 | 146.892 | 146.892 | 0.0% | 1 | | -> duration | 145.892 | 145.892 | 145.892 | 145.892 | 145.892 | 145.892 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 145.892098 Full duration: 161.376201 HINTS: * To plot HTML graphics with this data, run: rally task report 11606091-23c3-431d-abc7-32cf081e156f --out output.html * To generate a JUnit report, run: rally task export 11606091-23c3-431d-abc7-32cf081e156f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 11606091-23c3-431d-abc7-32cf081e156f --json --out output.json 2018-03-17 23:42:56,369 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '11606091-23c3-431d-abc7-32cf081e156f'] 2018-03-17 23:42:57,410 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-17 23:42:57,410 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '11606091-23c3-431d-abc7-32cf081e156f', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-17 23:42:57,417 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-17 23:42:57,417 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-17 23:42:57,417 - 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-17 23:42:57,417 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-17 23:42:57,451 - 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-17 23:42:57,460 - 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': 'ddbb40e5-312d-4d47-9400-2249c342d325', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54859039-487c-4b15-ae86-fd4c9ae20533', 'flavor_name': 'rally-tiny-54859039-487c-4b15-ae86-fd4c9ae20533', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54859039-487c-4b15-ae86-fd4c9ae20533', '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-17 23:43:50,683 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1c96b5f2-d436-4566-afee-02709a30ed0e 2018-03-17 23:43:50,683 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1c96b5f2-d436-4566-afee-02709a30ed0e'] 2018-03-17 23:43:51,750 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1c96b5f2-d436-4566-afee-02709a30ed0e: 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 1c96b5f2-d436-4566-afee-02709a30ed0e 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.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | quotas.delete_quotas | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | -> duration | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.904588 Full duration: 8.388832 -------------------------------------------------------------------------------- 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 1c96b5f2-d436-4566-afee-02709a30ed0e 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.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | total | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | -> duration | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.69697 Full duration: 9.124198 -------------------------------------------------------------------------------- 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 1c96b5f2-d436-4566-afee-02709a30ed0e 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.368 | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 100.0% | 1 | | total | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> duration | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.769315 Full duration: 8.490686 -------------------------------------------------------------------------------- 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 1c96b5f2-d436-4566-afee-02709a30ed0e 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.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | total | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | -> duration | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.899815 Full duration: 8.390719 HINTS: * To plot HTML graphics with this data, run: rally task report 1c96b5f2-d436-4566-afee-02709a30ed0e --out output.html * To generate a JUnit report, run: rally task export 1c96b5f2-d436-4566-afee-02709a30ed0e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1c96b5f2-d436-4566-afee-02709a30ed0e --json --out output.json 2018-03-17 23:43:51,751 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1c96b5f2-d436-4566-afee-02709a30ed0e'] 2018-03-17 23:43:52,738 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-17 23:43:52,739 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1c96b5f2-d436-4566-afee-02709a30ed0e', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-17 23:43:52,746 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-17 23:43:52,749 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:18 | 4 | 100.00% | | cinder | 02:51 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:47 | 11 | 100.00% | | neutron | 04:46 | 11 | 100.00% | | nova | 02:41 | 1 | 0.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:47 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-17 23:43:52,749 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-17 23:44:00,406 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-17 23:44:00,407 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:46 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-17 23:44:00,411 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-17 23:44:00,411 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-17 23:44:00,555 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-17 23:44:02,918 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-17 23:44:05,448 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-17 23:44:08,665 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-17 23:44:11,002 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-17 23:44:17,641 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-17 23:44:20,118 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-17 23:44:26,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-17 23:44:28,281 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-17 23:44:28,281 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-17 23:44:31,383 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-17 23:44:31,383 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-17 23:44:31,386 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-17 23:44:33,720 - 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-17 23:44:35,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:44:35.866 9882 INFO rally.api [-] Starting verification (UUID=85bf7150-5ae6-4146-b264-6fc5c8809708) for deployment 'opnfv-rally' (UUID=23f80cda-0bf4-4aeb-bbed-19bc7ed40f5b) by verifier 'opnfv-tempest' (UUID=ca1a2656-0714-4fec-befd-ce4f7f6e0cb6). 2018-03-17 23:44:35,868 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 85bf7150-5ae6-4146-b264-6fc5c8809708 2018-03-17 23:44:45,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:44:45.638 9882 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-03-17 23:44:45,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:44:45.963 9882 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.331s] 2018-03-17 23:44:46,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:44:46.103 9882 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.238s] 2018-03-17 23:44:46,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:44:46.659 9882 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.953s] 2018-03-17 23:44:49,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:44:49.172 9882 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.512s] 2018-03-17 23:44:49,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:44:49.394 9882 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.838s] 2018-03-17 23:44:49,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:44:49.998 9882 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.164s] 2018-03-17 23:44:53,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:44:53.031 9882 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.588s] 2018-03-17 23:44:54,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:44:54.778 9882 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.779s] 2018-03-17 23:44:56,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:44:56.710 9882 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.953s] 2018-03-17 23:44:57,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:44:57.505 9882 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.726s] 2018-03-17 23:44:59,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:44:59.074 9882 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [2.362s] 2018-03-17 23:44:59,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:44:59.423 9882 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.183s] 2018-03-17 23:44:59,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:44:59.548 9882 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.043s] 2018-03-17 23:44:59,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:44:59.618 9882 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.195s] 2018-03-17 23:45:02,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:02.633 9882 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.083s] 2018-03-17 23:45:08,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:08.057 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [22.616s] 2018-03-17 23:45:08,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:08.475 9882 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [5.840s] 2018-03-17 23:45:12,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:12.805 9882 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [4.329s] 2018-03-17 23:45:13,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:13.335 9882 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.530s] 2018-03-17 23:45:13,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:13.365 9882 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.030s] 2018-03-17 23:45:13,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:13.384 9882 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-03-17 23:45:13,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:13.548 9882 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.163s] 2018-03-17 23:45:13,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:13.891 9882 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2018-03-17 23:45:14,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:14.636 9882 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [25.234s] 2018-03-17 23:45:20,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:20.144 9882 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.391s] 2018-03-17 23:45:20,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:20.756 9882 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.611s] 2018-03-17 23:45:21,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:21.026 9882 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.269s] 2018-03-17 23:45:21,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:21.624 9882 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.598s] 2018-03-17 23:45:22,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:22.027 9882 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.403s] 2018-03-17 23:45:22,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:22.100 9882 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.072s] 2018-03-17 23:45:22,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:22.182 9882 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.081s] 2018-03-17 23:45:22,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:22.253 9882 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.071s] 2018-03-17 23:45:22,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:22.322 9882 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.068s] 2018-03-17 23:45:22,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:22.394 9882 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.071s] 2018-03-17 23:45:22,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:22.540 9882 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.146s] 2018-03-17 23:45:28,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:28.799 9882 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [12.703s] 2018-03-17 23:45:30,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:30.826 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.080s] 2018-03-17 23:45:32,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:32.096 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.269s] 2018-03-17 23:45:33,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:33.604 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.507s] 2018-03-17 23:45:35,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:35.574 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.969s] 2018-03-17 23:45:37,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:37.189 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.615s] 2018-03-17 23:45:37,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:37.826 9882 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.151s] 2018-03-17 23:45:38,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:38.916 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.725s] 2018-03-17 23:45:39,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:39.441 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.526s] 2018-03-17 23:45:39,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:39.818 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.376s] 2018-03-17 23:45:39,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:39.953 9882 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [25.313s] 2018-03-17 23:45:40,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:40.236 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.417s] 2018-03-17 23:45:41,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:41.946 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.708s] 2018-03-17 23:45:42,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:42.314 9882 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.068s] 2018-03-17 23:45:42,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:42.327 9882 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-17 23:45:42,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:42.348 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.403s] 2018-03-17 23:45:42,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:42.461 9882 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.134s] 2018-03-17 23:45:42,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:42.473 9882 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-03-17 23:45:42,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:42.485 9882 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-03-17 23:45:42,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:42.522 9882 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.036s] 2018-03-17 23:45:42,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:42.591 9882 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [13.788s] 2018-03-17 23:45:42,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:42.598 9882 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.075s] 2018-03-17 23:45:42,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:42.659 9882 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.060s] 2018-03-17 23:45:42,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:42.826 9882 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.166s] 2018-03-17 23:45:42,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:42.840 9882 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-03-17 23:45:42,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:42.888 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.539s] 2018-03-17 23:45:42,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:42.904 9882 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.064s] 2018-03-17 23:45:43,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:43.809 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.919s] 2018-03-17 23:45:45,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:45.620 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.810s] 2018-03-17 23:45:46,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:46.402 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.782s] 2018-03-17 23:45:46,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:46.922 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.519s] 2018-03-17 23:45:47,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:47.359 9882 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [45.798s] 2018-03-17 23:45:47,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:47.976 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [1.054s] 2018-03-17 23:45:48,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:48.493 9882 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.137s] 2018-03-17 23:45:48,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:48.509 9882 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.532s] 2018-03-17 23:45:51,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:51.115 9882 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.162s] 2018-03-17 23:45:56,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:56.126 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [3.629s] 2018-03-17 23:45:57,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:57.376 9882 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.783s] 2018-03-17 23:45:59,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:45:59.829 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.702s] 2018-03-17 23:46:05,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:05.160 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.331s] 2018-03-17 23:46:09,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:09.826 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.665s] 2018-03-17 23:46:11,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:11.640 9882 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-03-17 23:46:13,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:13.877 9882 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.159s] 2018-03-17 23:46:14,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:14.243 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.416s] 2018-03-17 23:46:18,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:18.094 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.850s] 2018-03-17 23:46:22,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:22.382 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.287s] 2018-03-17 23:46:28,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:28.675 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.292s] 2018-03-17 23:46:35,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:35.046 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.369s] 2018-03-17 23:46:35,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:35.155 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.110s] 2018-03-17 23:46:35,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:35.404 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.247s] 2018-03-17 23:46:35,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:35.615 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.210s] 2018-03-17 23:46:35,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:35.822 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.207s] 2018-03-17 23:46:36,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:36.111 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.289s] 2018-03-17 23:46:36,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:36.342 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.230s] 2018-03-17 23:46:36,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:36.543 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.201s] 2018-03-17 23:46:36,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:36.626 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.082s] 2018-03-17 23:46:42,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:42.716 9882 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.089s] 2018-03-17 23:46:52,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:52.256 9882 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [61.129s] 2018-03-17 23:46:56,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:56.623 9882 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.321s] 2018-03-17 23:46:56,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:56.992 9882 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.369s] 2018-03-17 23:46:57,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:46:57.167 9882 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.989s] 2018-03-17 23:47:04,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:47:04.036 9882 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.868s] 2018-03-17 23:47:11,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:47:11.867 9882 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.157s] 2018-03-17 23:47:11,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:47:11.876 9882 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.009s] 2018-03-17 23:47:11,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:47:11.930 9882 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.053s] 2018-03-17 23:47:11,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:47:11.963 9882 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.033s] 2018-03-17 23:47:12,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:47:12.230 9882 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.266s] 2018-03-17 23:47:12,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:47:12.596 9882 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.365s] 2018-03-17 23:47:12,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:47:12.941 9882 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.345s] 2018-03-17 23:47:13,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:47:13.135 9882 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.192s] 2018-03-17 23:47:13,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:47:13.261 9882 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.125s] 2018-03-17 23:47:13,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:47:13.306 9882 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.045s] 2018-03-17 23:48:28,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:48:28.198 9882 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.206s] 2018-03-17 23:48:28,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:48:28.262 9882 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-03-17 23:48:28,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:48:28.781 9882 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.518s] 2018-03-17 23:48:30,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:48:30.149 9882 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [209.942s] 2018-03-17 23:48:57,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:48:57.442 9882 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [27.288s] 2018-03-17 23:49:11,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:11.361 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.178s] 2018-03-17 23:49:11,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:11.542 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.181s] 2018-03-17 23:49:11,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:11.825 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.282s] 2018-03-17 23:49:11,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:11.996 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.170s] 2018-03-17 23:49:12,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:12.155 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.158s] 2018-03-17 23:49:12,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:12.310 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.154s] 2018-03-17 23:49:12,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:12.511 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.200s] 2018-03-17 23:49:12,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:12.544 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.032s] 2018-03-17 23:49:12,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:12.695 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.150s] 2018-03-17 23:49:12,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:12.728 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.033s] 2018-03-17 23:49:12,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:12.739 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2018-03-17 23:49:12,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:12.928 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.188s] 2018-03-17 23:49:12,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:12.972 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.044s] 2018-03-17 23:49:13,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:13.171 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.197s] 2018-03-17 23:49:13,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:13.207 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.036s] 2018-03-17 23:49:13,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:13.380 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.172s] 2018-03-17 23:49:13,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:13.414 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.034s] 2018-03-17 23:49:13,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:13.452 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.037s] 2018-03-17 23:49:13,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:13.461 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-03-17 23:49:13,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:13.500 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.038s] 2018-03-17 23:49:13,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:13.536 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.035s] 2018-03-17 23:49:13,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:13.571 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.033s] 2018-03-17 23:49:13,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:49:13.605 9882 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.035s] 2018-03-17 23:51:36,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:51:36.168 9882 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.377s] 2018-03-17 23:51:36,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:51:36.170 9882 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-17 23:51:59,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:51:59.110 9882 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.399s] 2018-03-17 23:51:59,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:51:59.360 9882 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.250s] 2018-03-17 23:51:59,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:51:59.579 9882 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.219s] 2018-03-17 23:51:59,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:51:59.975 9882 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.394s] 2018-03-17 23:52:00,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:52:00.364 9882 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.389s] 2018-03-17 23:52:00,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:52:00.752 9882 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.387s] 2018-03-17 23:52:07,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:52:07.694 9882 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.979s] 2018-03-17 23:52:09,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:52:09.324 9882 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.629s] 2018-03-17 23:52:13,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:52:13.134 9882 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.807s] 2018-03-17 23:52:14,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:52:14.173 9882 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.041s] 2018-03-17 23:52:15,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:52:15.809 9882 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.633s] 2018-03-17 23:52:16,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:52:16.982 9882 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.173s] 2018-03-17 23:52:18,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:52:18.608 9882 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.624s] 2018-03-17 23:52:18,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:52:18.823 9882 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.217s] 2018-03-17 23:52:21,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '85bf7150-5ae6-4146-b264-6fc5c8809708']'. 2018-03-17 23:52:22,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-17 23:52:22,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-17 23:52:22,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-17 23:52:22,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 85bf7150-5ae6-4146-b264-6fc5c8809708 | 2018-03-17 23:52:22,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-17 23:52:22,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-17 23:44:35 | 2018-03-17 23:52:22,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-17 23:52:21 | 2018-03-17 23:52:22,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:46 | 2018-03-17 23:52:22,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-17 23:52:22,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-17 23:52:22,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ca1a2656-0714-4fec-befd-ce4f7f6e0cb6) | 2018-03-17 23:52:22,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-17 23:52:22,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 23f80cda-0bf4-4aeb-bbed-19bc7ed40f5b) | 2018-03-17 23:52:22,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 159 | 2018-03-17 23:52:22,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 455.393 | 2018-03-17 23:52:22,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 147 | 2018-03-17 23:52:22,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-17 23:52:22,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-17 23:52:22,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-17 23:52:22,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 12 | 2018-03-17 23:52:22,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-17 23:52:22,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-17 23:52:23,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 92.4528301887% 2018-03-17 23:52:31,058 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-17 23:52:31,059 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:13 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-03-17 23:52:31,063 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-03-17 23:52:31,063 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-17 23:52:31,188 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-17 23:52:33,618 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-17 23:52:35,936 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-17 23:52:39,252 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-17 23:52:41,520 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-17 23:52:47,615 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-17 23:52:50,116 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-17 23:52:58,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-17 23:53:01,682 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-17 23:53:01,682 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-17 23:53:04,909 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-17 23:53:04,910 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-17 23:53:04,912 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-17 23:53:04,925 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-17 23:53:04,925 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-533287e9-bbf3-49fe-ae26-edb2eb93696d/repo;testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' > /home/opnfv/functest/results/patrole/tempest-list.txt;cd -;' 2018-03-17 23:53:07,976 - 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-17 23:53:10,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-17 23:53:10.091 10018 INFO rally.api [-] Starting verification (UUID=454df934-c2b5-4ad7-b85f-5b9495b7c8ee) for deployment 'opnfv-rally' (UUID=375fd92e-c9c6-4220-aaf0-b7c939147bf8) by verifier 'opnfv-tempest' (UUID=533287e9-bbf3-49fe-ae26-edb2eb93696d). 2018-03-17 23:53:10,092 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 454df934-c2b5-4ad7-b85f-5b9495b7c8ee 2018-03-17 23:55:50,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '454df934-c2b5-4ad7-b85f-5b9495b7c8ee']'. 2018-03-17 23:55:51,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-17 23:55:51,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-17 23:55:51,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-17 23:55:51,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 454df934-c2b5-4ad7-b85f-5b9495b7c8ee | 2018-03-17 23:55:51,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-17 23:55:51,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-17 23:53:10 | 2018-03-17 23:55:51,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-17 23:55:50 | 2018-03-17 23:55:51,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:40 | 2018-03-17 23:55:51,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-17 23:55:51,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-17 23:55:51,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 533287e9-bbf3-49fe-ae26-edb2eb93696d) | 2018-03-17 23:55:51,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-17 23:55:51,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 375fd92e-c9c6-4220-aaf0-b7c939147bf8) | 2018-03-17 23:55:51,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-17 23:55:51,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 150.091 | 2018-03-17 23:55:51,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 122 | 2018-03-17 23:55:51,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-03-17 23:55:51,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-17 23:55:51,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-17 23:55:51,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-03-17 23:55:51,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-17 23:55:51,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-17 23:55:51,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 98.3870967742% 2018-03-17 23:55:59,337 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-17 23:55:59,337 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:12 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-03-17 23:55:59,341 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-03-17 23:55:59,341 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-03-17 23:56:20,434 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-03-17 23:56:20,434 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-03-17 23:56:20,485 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-03-17 23:56:20,604 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-17 23:56:20,604 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-17 23:56:20,607 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-17 23:56:21,600 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-18 00:37:13,094 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-18 00:37:13,095 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 40:51 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-18 00:37:13,099 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-18 00:37:13,099 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-18 00:37:13,191 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-18 00:37:21,750 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-18 00:37:40,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-18 00:37:42,377 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-18 00:37:48,695 - 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-18 00:37:50,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-18 00:37:50.836 10154 INFO rally.api [-] Starting verification (UUID=50ac5413-ff72-4fb2-b590-eeafb22d3002) for deployment 'opnfv-rally' (UUID=4a1add97-2aa6-474e-9995-59ddba8d55c1) by verifier 'opnfv-tempest' (UUID=18a083e8-fd33-4e3a-9e82-3320b0dd502f). 2018-03-18 00:39:43,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '50ac5413-ff72-4fb2-b590-eeafb22d3002']'. 2018-03-18 00:39:44,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-18 00:39:44,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-18 00:39:44,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-18 00:39:44,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 50ac5413-ff72-4fb2-b590-eeafb22d3002 | 2018-03-18 00:39:44,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-18 00:39:44,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-18 00:37:50 | 2018-03-18 00:39:44,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-18 00:39:42 | 2018-03-18 00:39:44,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:52 | 2018-03-18 00:39:44,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-18 00:39:44,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-18 00:39:44,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 18a083e8-fd33-4e3a-9e82-3320b0dd502f) | 2018-03-18 00:39:44,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-18 00:39:44,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4a1add97-2aa6-474e-9995-59ddba8d55c1) | 2018-03-18 00:39:44,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-18 00:39:44,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 99.836 | 2018-03-18 00:39:44,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-03-18 00:39:44,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-03-18 00:39:44,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-18 00:39:44,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-18 00:39:44,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-03-18 00:39:44,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-18 00:39:44,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-18 00:39:44,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-03-18 00:39:50,824 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-18 00:39:50,824 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:20 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-03-18 00:39:50,828 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-03-18 00:39:50,829 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:56 | PASS | | vping_userdata | functest | smoke | 01:38 | PASS | | tempest_smoke_serial | functest | smoke | 16:45 | PASS | | rally_sanity | functest | smoke | 20:46 | FAIL | | refstack_defcore | functest | smoke | 08:13 | FAIL | | patrole | functest | smoke | 03:12 | FAIL | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 40:51 | FAIL | | neutron_trunk | functest | smoke | 02:20 | FAIL | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-18 00:39:50,835 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-18 00:40:18,646 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-19 | | 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-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-18 00:40:18,651 - 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=caDuyxkjKaQggV6m3DHVdQAaX export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-03-18 00:40:18,651 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-18 00:40:18,651 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-18 00:40:18,652 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-18 00:40:18,654 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-18 00:41:12,969 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-19 | | 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-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-18 00:41:12,972 - 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=caDuyxkjKaQggV6m3DHVdQAaX export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-03-18 00:41:12,972 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-18 00:41:12,972 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-18 00:41:12,972 - 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-18 00:41:12,974 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-18 00:41:46,322 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-19 | | 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-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-18 00:41:46,325 - 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=caDuyxkjKaQggV6m3DHVdQAaX export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-03-18 00:41:46,325 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-18 00:41:46,325 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-18 00:41:46,325 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-18 00:41:46,326 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK