2018-03-14 09:39:50,098 - functest.ci.check_deployment - DEBUG - 172.30.9.21:5000 is reachable! 2018-03-14 09:39:50,098 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.21:5000/v3 ...OK 2018-03-14 09:39:50,569 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-14 09:39:51,049 - functest.ci.check_deployment - DEBUG - 172.30.9.21:5000 is reachable! 2018-03-14 09:39:51,050 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.21:5000 ...OK 2018-03-14 09:39:51,502 - functest.ci.check_deployment - DEBUG - 172.30.9.21:8774 is reachable! 2018-03-14 09:39:51,502 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.21:8774/v2.1 ...OK 2018-03-14 09:39:51,883 - functest.ci.check_deployment - DEBUG - 172.30.9.21:9696 is reachable! 2018-03-14 09:39:51,883 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.21:9696 ...OK 2018-03-14 09:39:52,345 - functest.ci.check_deployment - DEBUG - 172.30.9.21:9292 is reachable! 2018-03-14 09:39:52,346 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.21:9292 ...OK 2018-03-14 09:39:53,658 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-14 09:39:55,393 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-14 09:39:55,428 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-14 09:39:57,588 - functest.ci.check_deployment - INFO - External network found: external 2018-03-14 09:40:08,051 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-15 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-14 09:40:08,054 - 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=tmBukKs2Zk94vwE973B72kbVP export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi 2018-03-14 09:40:08,054 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-14 09:40:08,054 - 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-14 09:40:08,055 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-14 09:40:08,055 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-14 09:40:11,071 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-14 09:40:19,888 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 8.806s OK 2018-03-14 09:40:20,010 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-14 09:40:20,010 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-14 09:40:20,014 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-14 09:40:22,283 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-14 09:56:24,565 - 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 962.229s OK 2018-03-14 09:56:24,678 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-14 09:56:24,680 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 16:02 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-14 09:56:24,683 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-14 09:56:25,557 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-14 09:57:15,596 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 50.038s OK 2018-03-14 09:57:15,698 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-14 09:57:15,698 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:50 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-14 09:57:15,703 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 16:02 | PASS | | snaps_health_check | functest | healthcheck | 00:50 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-14 09:57:15,706 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-14 09:57:18,483 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-15 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-14 09:57:18,486 - 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=tmBukKs2Zk94vwE973B72kbVP export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi 2018-03-14 09:57:18,487 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-14 09:57:18,488 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-03-14 09:57:18,490 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-14 09:57:18,490 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-14 09:57:23,234 - 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-14 09:57:23,234 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-14 09:57:23,234 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-14 09:57:23' 2018-03-14 09:57:23,235 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--848caa22-18b6-4728-b87f-08ff16e305a1' 2018-03-14 09:57:29,807 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-848caa22-18b6-4728-b87f-08ff16e305a1' 2018-03-14 09:57:32,920 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-848caa22-18b6-4728-b87f-08ff16e305a1' 2018-03-14 09:57:45,424 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-848caa22-18b6-4728-b87f-08ff16e305a1' 2018-03-14 09:57:46,290 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-848caa22-18b6-4728-b87f-08ff16e305a1' 2018-03-14 09:57:47,011 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-848caa22-18b6-4728-b87f-08ff16e305a1' 2018-03-14 09:57:53,340 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-848caa22-18b6-4728-b87f-08ff16e305a1' 2018-03-14 09:57:57,697 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-848caa22-18b6-4728-b87f-08ff16e305a1' 2018-03-14 09:58:26,744 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-14 09:58:30,947 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-14 09:58:31,089 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-14 09:58:42,701 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-14 09:59:13,619 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-14 09:59:13,620 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-14 09:59:13,623 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-14 09:59:13,717 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-14 09:59:13,718 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-14 09:59:13' 2018-03-14 09:59:13,718 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--619f19e8-7730-4942-8123-162f9480f2ca' 2018-03-14 09:59:21,098 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-619f19e8-7730-4942-8123-162f9480f2ca' 2018-03-14 09:59:23,824 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-619f19e8-7730-4942-8123-162f9480f2ca' 2018-03-14 09:59:36,681 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-619f19e8-7730-4942-8123-162f9480f2ca' 2018-03-14 09:59:37,418 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-619f19e8-7730-4942-8123-162f9480f2ca' 2018-03-14 09:59:44,420 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-619f19e8-7730-4942-8123-162f9480f2ca' 2018-03-14 09:59:51,329 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-14 10:00:09,417 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-14 10:00:12,180 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-03-14 10:00:14,869 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-14 10:00:47,391 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-14 10:00:47,392 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:01 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-14 10:00:47,396 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-14 10:00:47,497 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-14 10:00:49,959 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-14 10:00:52,351 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-14 10:00:55,780 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-14 10:00:57,880 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-14 10:01:04,372 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-14 10:01:06,931 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-14 10:01:14,088 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-14 10:01:14,088 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-14 10:01:17,175 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-14 10:01:17,175 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-14 10:01:17,177 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-14 10:01:17,182 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-14 10:01:17,182 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-c2d3f737-5c6b-44b0-a0da-59e262ada6d2/repo;testr list-tests 'tempest\.(api|scenario).*\[.*\bsmoke\b.*\]' > /home/opnfv/functest/results/tempest/test_list.txt;cd -;' 2018-03-14 10:01:20,286 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-14 10:01:20,287 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-14 10:01:20,288 - 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-14 10:01:22,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:01:22.388 61 INFO rally.api [-] Starting verification (UUID=92724a4a-72cc-40db-b08d-ca4afd54dd31) for deployment 'opnfv-rally' (UUID=752f1990-b5f1-4e5d-9107-1fb73c6c358d) by verifier 'opnfv-tempest' (UUID=c2d3f737-5c6b-44b0-a0da-59e262ada6d2). 2018-03-14 10:01:22,389 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 92724a4a-72cc-40db-b08d-ca4afd54dd31 2018-03-14 10:01:30,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:01:30.050 61 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.172s] 2018-03-14 10:01:30,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:01:30.108 61 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.058s] 2018-03-14 10:01:38,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:01:38.025 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.258s] 2018-03-14 10:01:41,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:01:41.559 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.533s] 2018-03-14 10:01:55,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:01:55.341 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.555s] 2018-03-14 10:02:20,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:02:20.910 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [18.731s] 2018-03-14 10:03:09,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:03:09.591 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-03-14 10:03:09,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:03:09.592 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-03-14 10:03:55,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:03:55.581 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.073s] 2018-03-14 10:03:55,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:03:55.582 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-14 10:04:41,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:04:41.333 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.083s] 2018-03-14 10:04:41,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:04:41.334 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-14 10:05:43,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:05:43.483 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [17.243s] 2018-03-14 10:06:14,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:06:14.871 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-03-14 10:06:14,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:06:14.970 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.098s] 2018-03-14 10:06:26,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:06:26.140 61 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.655s] 2018-03-14 10:06:26,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:06:26.149 61 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-03-14 10:06:27,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:06:27.811 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-14 10:06:27,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:06:27.812 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-14 10:06:32,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:06:32.428 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.436s] 2018-03-14 10:06:38,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:06:38.570 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.078s] 2018-03-14 10:06:45,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:06:45.985 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.741s] 2018-03-14 10:06:54,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:06:54.297 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.581s] 2018-03-14 10:07:05,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:07:05.160 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.872s] 2018-03-14 10:07:12,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:07:12.593 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.866s] 2018-03-14 10:07:19,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:07:19.239 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.224s] 2018-03-14 10:07:27,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:07:27.538 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.539s] 2018-03-14 10:07:36,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:07:36.366 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.854s] 2018-03-14 10:07:45,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:07:45.433 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.033s] 2018-03-14 10:07:47,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:07:47.908 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-14 10:07:49,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:07:49.903 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.074s] 2018-03-14 10:07:49,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:07:49.973 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.069s] 2018-03-14 10:07:50,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:07:50.045 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-03-14 10:07:50,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:07:50.051 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-14 10:07:54,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:07:54.867 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.917s] 2018-03-14 10:07:59,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:07:59.363 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [4.496s] 2018-03-14 10:08:01,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:08:01.607 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.243s] 2018-03-14 10:08:12,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:08:12.829 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-03-14 10:08:21,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:08:21.101 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... fail [4.870s] 2018-03-14 10:08:41,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:08:41.637 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.133s] 2018-03-14 10:08:46,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:08:46.953 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.314s] 2018-03-14 10:09:01,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:09:01.742 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.942s] 2018-03-14 10:09:06,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:09:06.096 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.352s] 2018-03-14 10:09:13,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:09:13.808 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.710s] 2018-03-14 10:09:24,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:09:24.360 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.078s] 2018-03-14 10:09:28,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:09:28.835 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.473s] 2018-03-14 10:09:36,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:09:36.015 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.180s] 2018-03-14 10:09:54,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:09:54.279 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.778s] 2018-03-14 10:09:54,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:09:54.700 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.422s] 2018-03-14 10:09:54,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:09:54.962 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.261s] 2018-03-14 10:09:55,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:09:55.171 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.208s] 2018-03-14 10:09:55,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:09:55.407 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.236s] 2018-03-14 10:09:55,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:09:55.649 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.241s] 2018-03-14 10:10:11,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:10:11.121 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.945s] 2018-03-14 10:10:11,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:10:11.559 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.437s] 2018-03-14 10:10:11,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:10:11.814 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.255s] 2018-03-14 10:10:12,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:10:12.006 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.191s] 2018-03-14 10:10:12,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:10:12.104 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.098s] 2018-03-14 10:10:12,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:10:12.156 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.052s] 2018-03-14 10:10:26,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:10:26.808 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.195s] 2018-03-14 10:10:32,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:10:32.792 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.982s] 2018-03-14 10:10:34,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:10:34.745 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.953s] 2018-03-14 10:10:34,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:10:34.800 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.055s] 2018-03-14 10:10:35,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:10:35.004 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.204s] 2018-03-14 10:10:48,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:10:48.484 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.732s] 2018-03-14 10:10:55,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:10:55.917 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.433s] 2018-03-14 10:10:57,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:10:57.968 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.050s] 2018-03-14 10:10:58,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:10:58.172 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.204s] 2018-03-14 10:10:58,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:10:58.359 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.186s] 2018-03-14 10:11:23,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:11:23.103 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [19.266s] 2018-03-14 10:11:36,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:11:36.827 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [13.723s] 2018-03-14 10:11:48,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:11:48.828 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.000s] 2018-03-14 10:11:59,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:11:59.855 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [11.026s] 2018-03-14 10:12:35,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:12:35.046 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.641s] 2018-03-14 10:12:48,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:12:48.974 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.928s] 2018-03-14 10:13:01,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:13:01.737 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.762s] 2018-03-14 10:13:12,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:13:12.450 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [10.712s] 2018-03-14 10:13:30,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:13:30.413 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.324s] 2018-03-14 10:13:33,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:13:33.124 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.709s] 2018-03-14 10:13:33,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:13:33.324 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.202s] 2018-03-14 10:13:38,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:13:38.794 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.256s] 2018-03-14 10:13:40,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:13:40.749 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.952s] 2018-03-14 10:13:40,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:13:40.869 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.122s] 2018-03-14 10:13:45,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:13:45.861 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.412s] 2018-03-14 10:13:49,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:13:49.948 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-03-14 10:13:51,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:13:51.316 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-14 10:13:51,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:13:51.317 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-14 10:13:51,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:13:51.318 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-14 10:13:51,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:13:51.319 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-14 10:13:51,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:13:51.320 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-14 10:13:53,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:13:53.216 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-03-14 10:14:14,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:14:14.655 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [14.580s] 2018-03-14 10:14:32,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:14:32.322 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [12.485s] 2018-03-14 10:14:51,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:14:51.892 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [19.567s] 2018-03-14 10:15:02,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:15:02.496 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.197s] 2018-03-14 10:16:32,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:16:32.087 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [81.786s] 2018-03-14 10:17:20,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:17:20.333 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [33.778s] 2018-03-14 10:18:27,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:18:27.982 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [31.738s] 2018-03-14 10:22:43,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '92724a4a-72cc-40db-b08d-ca4afd54dd31']'. 2018-03-14 10:22:44,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-14 10:22:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-14 10:22:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-14 10:22:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 92724a4a-72cc-40db-b08d-ca4afd54dd31 | 2018-03-14 10:22:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-14 10:22:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-14 10:01:22 | 2018-03-14 10:22:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-14 10:22:43 | 2018-03-14 10:22:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:21:21 | 2018-03-14 10:22:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-14 10:22:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-14 10:22:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-14 10:22:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c2d3f737-5c6b-44b0-a0da-59e262ada6d2) | 2018-03-14 10:22:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-14 10:22:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 752f1990-b5f1-4e5d-9107-1fb73c6c358d) | 2018-03-14 10:22:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 123 | 2018-03-14 10:22:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1270.054 | 2018-03-14 10:22:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 103 | 2018-03-14 10:22:44,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-14 10:22:44,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-14 10:22:44,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-14 10:22:44,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-03-14 10:22:44,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-14 10:22:44,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-14 10:22:44,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 99.0384615385% 2018-03-14 10:22:51,506 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-14 10:22:51,507 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 21:47 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-03-14 10:22:51,511 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-03-14 10:22:51,511 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-14 10:22:51,626 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-14 10:22:54,024 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-14 10:22:56,371 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-14 10:22:59,735 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-14 10:23:01,340 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2'... 2018-03-14 10:23:05,901 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2'... 2018-03-14 10:23:08,548 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2'... 2018-03-14 10:23:20,293 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2'... 2018-03-14 10:23:20,978 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2'... 2018-03-14 10:23:22,336 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-14 10:23:22,337 - 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-14 10:23:22,338 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-14 10:23:22,381 - 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-14 10:23:22,386 - 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': '5a59e1ee-915a-4de7-8ca1-e6ea444e29db', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', 'flavor_name': 'rally-tiny-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', '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-14 10:24:26,487 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f904bc1f-5925-4216-966c-3dfa969cbd7f 2018-03-14 10:24:26,488 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-14 10:24:26,489 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f904bc1f-5925-4216-966c-3dfa969cbd7f'] 2018-03-14 10:24:27,497 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f904bc1f-5925-4216-966c-3dfa969cbd7f: 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 f904bc1f-5925-4216-966c-3dfa969cbd7f 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.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | total | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> duration | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.482291 Full duration: 7.747412 -------------------------------------------------------------------------------- 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 f904bc1f-5925-4216-966c-3dfa969cbd7f 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.346 | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 100.0% | 1 | | total | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 100.0% | 1 | | -> duration | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.859273 Full duration: 7.764346 -------------------------------------------------------------------------------- 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 f904bc1f-5925-4216-966c-3dfa969cbd7f 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.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | total | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 100.0% | 1 | | -> duration | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.02704 Full duration: 8.149637 -------------------------------------------------------------------------------- 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 f904bc1f-5925-4216-966c-3dfa969cbd7f 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.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | total | 1.239 | 1.239 | 1.239 | 1.239 | 1.239 | 1.239 | 100.0% | 1 | | -> duration | 1.239 | 1.239 | 1.239 | 1.239 | 1.239 | 1.239 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.238972 Full duration: 8.438627 -------------------------------------------------------------------------------- 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 f904bc1f-5925-4216-966c-3dfa969cbd7f 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.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | total | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | -> duration | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.912818 Full duration: 7.827463 -------------------------------------------------------------------------------- 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 f904bc1f-5925-4216-966c-3dfa969cbd7f 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.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | -> duration | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.679089 Full duration: 7.531924 HINTS: * To plot HTML graphics with this data, run: rally task report f904bc1f-5925-4216-966c-3dfa969cbd7f --out output.html * To generate a JUnit report, run: rally task export f904bc1f-5925-4216-966c-3dfa969cbd7f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f904bc1f-5925-4216-966c-3dfa969cbd7f --json --out output.json 2018-03-14 10:24:27,497 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f904bc1f-5925-4216-966c-3dfa969cbd7f'] 2018-03-14 10:24:28,573 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-14 10:24:28,574 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f904bc1f-5925-4216-966c-3dfa969cbd7f', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-14 10:24:28,580 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-14 10:24:28,581 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-14 10:24:28,581 - 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-14 10:24:28,581 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-14 10:24:28,619 - 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-14 10:24:28,621 - 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': '5a59e1ee-915a-4de7-8ca1-e6ea444e29db', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', 'flavor_name': 'rally-tiny-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', '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-14 10:26:24,577 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1587c211-b5b8-4d93-b442-5643d3c4ffe6 2018-03-14 10:26:24,578 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1587c211-b5b8-4d93-b442-5643d3c4ffe6'] 2018-03-14 10:26:25,634 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1587c211-b5b8-4d93-b442-5643d3c4ffe6: 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 1587c211-b5b8-4d93-b442-5643d3c4ffe6 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 | 5.968 | 5.968 | 5.968 | 5.968 | 5.968 | 5.968 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 100.0% | 1 | | -> glance_v2.upload_data | 3.03 | 3.03 | 3.03 | 3.03 | 3.03 | 3.03 | 100.0% | 1 | | glance_v2.delete_image | 4.388 | 4.388 | 4.388 | 4.388 | 4.388 | 4.388 | 100.0% | 1 | | total | 10.356 | 10.356 | 10.356 | 10.356 | 10.356 | 10.356 | 100.0% | 1 | | -> duration | 10.356 | 10.356 | 10.356 | 10.356 | 10.356 | 10.356 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.356063 Full duration: 18.635468 -------------------------------------------------------------------------------- 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 1587c211-b5b8-4d93-b442-5643d3c4ffe6 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 6.199 | 6.199 | 6.199 | 6.199 | 6.199 | 6.199 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | -> glance_v2.upload_data | 3.214 | 3.214 | 3.214 | 3.214 | 3.214 | 3.214 | 100.0% | 1 | | glance_v2.list_images | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 6.4 | 6.4 | 6.4 | 6.4 | 6.4 | 6.4 | 100.0% | 1 | | -> duration | 6.4 | 6.4 | 6.4 | 6.4 | 6.4 | 6.4 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.400493 Full duration: 19.923496 -------------------------------------------------------------------------------- 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 1587c211-b5b8-4d93-b442-5643d3c4ffe6 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.358 | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 100.0% | 1 | | total | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 100.0% | 1 | | -> duration | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.358721 Full duration: 8.505964 -------------------------------------------------------------------------------- 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-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2" }, "number_instances": 2, "nics": [ { "net-id": "5a59e1ee-915a-4de7-8ca1-e6ea444e29db" } ] }, "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 1587c211-b5b8-4d93-b442-5643d3c4ffe6 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 6.82 | 6.82 | 6.82 | 6.82 | 6.82 | 6.82 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.532 | 0.532 | 0.532 | 0.532 | 0.532 | 0.532 | 100.0% | 1 | | -> glance_v2.upload_data | 3.854 | 3.854 | 3.854 | 3.854 | 3.854 | 3.854 | 100.0% | 1 | | nova.boot_servers | 19.21 | 19.21 | 19.21 | 19.21 | 19.21 | 19.21 | 100.0% | 1 | | total | 26.031 | 26.031 | 26.031 | 26.031 | 26.031 | 26.031 | 100.0% | 1 | | -> duration | 25.031 | 25.031 | 25.031 | 25.031 | 25.031 | 25.031 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 25.030708 Full duration: 50.442641 HINTS: * To plot HTML graphics with this data, run: rally task report 1587c211-b5b8-4d93-b442-5643d3c4ffe6 --out output.html * To generate a JUnit report, run: rally task export 1587c211-b5b8-4d93-b442-5643d3c4ffe6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1587c211-b5b8-4d93-b442-5643d3c4ffe6 --json --out output.json 2018-03-14 10:26:25,635 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1587c211-b5b8-4d93-b442-5643d3c4ffe6'] 2018-03-14 10:26:26,682 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-14 10:26:26,683 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1587c211-b5b8-4d93-b442-5643d3c4ffe6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-14 10:26:26,691 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-14 10:26:26,691 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-14 10:26:26,692 - 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-14 10:26:26,692 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-14 10:26:26,739 - 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-14 10:26:26,739 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-14 10:26:26,739 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-14 10:26:26,740 - 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-14 10:26:26,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-14 10:26:26,769 - 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-14 10:26:26,773 - 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': '5a59e1ee-915a-4de7-8ca1-e6ea444e29db', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', 'flavor_name': 'rally-tiny-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', '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-14 10:30:02,064 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : adaa7b04-6952-41f0-bc95-7a0f71a7d044 2018-03-14 10:30:02,064 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'adaa7b04-6952-41f0-bc95-7a0f71a7d044'] 2018-03-14 10:30:03,157 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task adaa7b04-6952-41f0-bc95-7a0f71a7d044: 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 adaa7b04-6952-41f0-bc95-7a0f71a7d044 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.161 | 3.161 | 3.161 | 3.161 | 3.161 | 3.161 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.712 | 2.712 | 2.712 | 2.712 | 2.712 | 2.712 | 100.0% | 1 | | total | 5.873 | 5.873 | 5.873 | 5.873 | 5.873 | 5.873 | 100.0% | 1 | | -> duration | 5.873 | 5.873 | 5.873 | 5.873 | 5.873 | 5.873 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.87275 Full duration: 23.214895 -------------------------------------------------------------------------------- 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 adaa7b04-6952-41f0-bc95-7a0f71a7d044 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.189 | 3.189 | 3.189 | 3.189 | 3.189 | 3.189 | 100.0% | 1 | | cinder_v2.delete_volume | 2.776 | 2.776 | 2.776 | 2.776 | 2.776 | 2.776 | 100.0% | 1 | | total | 5.966 | 5.966 | 5.966 | 5.966 | 5.966 | 5.966 | 100.0% | 1 | | -> duration | 5.966 | 5.966 | 5.966 | 5.966 | 5.966 | 5.966 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.965584 Full duration: 16.716926 -------------------------------------------------------------------------------- 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-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task adaa7b04-6952-41f0-bc95-7a0f71a7d044 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 | 11.653 | 11.653 | 11.653 | 11.653 | 11.653 | 11.653 | 100.0% | 1 | | cinder_v2.delete_volume | 4.579 | 4.579 | 4.579 | 4.579 | 4.579 | 4.579 | 100.0% | 1 | | total | 16.232 | 16.232 | 16.232 | 16.232 | 16.232 | 16.232 | 100.0% | 1 | | -> duration | 16.232 | 16.232 | 16.232 | 16.232 | 16.232 | 16.232 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.232241 Full duration: 27.418496 -------------------------------------------------------------------------------- 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 adaa7b04-6952-41f0-bc95-7a0f71a7d044 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.365 | 3.365 | 3.365 | 3.365 | 3.365 | 3.365 | 100.0% | 1 | | cinder_v2.delete_volume | 3.074 | 3.074 | 3.074 | 3.074 | 3.074 | 3.074 | 100.0% | 1 | | total | 6.439 | 6.439 | 6.439 | 6.439 | 6.439 | 6.439 | 100.0% | 1 | | -> duration | 6.439 | 6.439 | 6.439 | 6.439 | 6.439 | 6.439 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.439395 Full duration: 17.302837 -------------------------------------------------------------------------------- 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 adaa7b04-6952-41f0-bc95-7a0f71a7d044 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.381 | 3.381 | 3.381 | 3.381 | 3.381 | 3.381 | 100.0% | 1 | | cinder_v2.extend_volume | 2.496 | 2.496 | 2.496 | 2.496 | 2.496 | 2.496 | 100.0% | 1 | | cinder_v2.delete_volume | 2.489 | 2.489 | 2.489 | 2.489 | 2.489 | 2.489 | 100.0% | 1 | | total | 8.367 | 8.367 | 8.367 | 8.367 | 8.367 | 8.367 | 100.0% | 1 | | -> duration | 8.367 | 8.367 | 8.367 | 8.367 | 8.367 | 8.367 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.366848 Full duration: 18.555601 -------------------------------------------------------------------------------- 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 adaa7b04-6952-41f0-bc95-7a0f71a7d044 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.726 | 5.726 | 5.726 | 5.726 | 5.726 | 5.726 | 100.0% | 1 | | cinder_v2.delete_volume | 7.039 | 7.039 | 7.039 | 7.039 | 7.039 | 7.039 | 100.0% | 1 | | total | 12.766 | 12.766 | 12.766 | 12.766 | 12.766 | 12.766 | 100.0% | 1 | | -> duration | 12.766 | 12.766 | 12.766 | 12.766 | 12.766 | 12.766 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.765734 Full duration: 30.746639 -------------------------------------------------------------------------------- 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 adaa7b04-6952-41f0-bc95-7a0f71a7d044 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.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | cinder_v2.list_qos | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 100.0% | 1 | | total | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> duration | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.873942 Full duration: 12.790003 -------------------------------------------------------------------------------- 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 adaa7b04-6952-41f0-bc95-7a0f71a7d044 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 | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 100.0% | 1 | | cinder_v2.set_qos | 0.394 | 0.394 | 0.394 | 0.394 | 0.394 | 0.394 | 100.0% | 1 | | total | 1.426 | 1.426 | 1.426 | 1.426 | 1.426 | 1.426 | 100.0% | 1 | | -> duration | 1.426 | 1.426 | 1.426 | 1.426 | 1.426 | 1.426 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.426287 Full duration: 12.860824 -------------------------------------------------------------------------------- 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 adaa7b04-6952-41f0-bc95-7a0f71a7d044 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.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | cinder_v2.list_types | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> duration | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.806005 Full duration: 12.645696 -------------------------------------------------------------------------------- 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 adaa7b04-6952-41f0-bc95-7a0f71a7d044 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.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | -> duration | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.845864 Full duration: 13.318885 HINTS: * To plot HTML graphics with this data, run: rally task report adaa7b04-6952-41f0-bc95-7a0f71a7d044 --out output.html * To generate a JUnit report, run: rally task export adaa7b04-6952-41f0-bc95-7a0f71a7d044 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report adaa7b04-6952-41f0-bc95-7a0f71a7d044 --json --out output.json 2018-03-14 10:30:03,158 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'adaa7b04-6952-41f0-bc95-7a0f71a7d044'] 2018-03-14 10:30:04,287 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-14 10:30:04,287 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'adaa7b04-6952-41f0-bc95-7a0f71a7d044', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-14 10:30:04,296 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-14 10:30:04,297 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-14 10:30:04,298 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-03-14 10:30:04,298 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-14 10:30:04,341 - 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-14 10:30:04,343 - 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': '5a59e1ee-915a-4de7-8ca1-e6ea444e29db', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', 'flavor_name': 'rally-tiny-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', '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-14 10:31:31,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bd76cb97-5ecd-471d-83b9-05615005baa3 2018-03-14 10:31:31,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bd76cb97-5ecd-471d-83b9-05615005baa3'] 2018-03-14 10:31:32,640 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bd76cb97-5ecd-471d-83b9-05615005baa3: 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 bd76cb97-5ecd-471d-83b9-05615005baa3 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 6.107 | 6.107 | 6.107 | 6.107 | 6.107 | 6.107 | 100.0% | 1 | | heat.update_stack | 2.767 | 2.767 | 2.767 | 2.767 | 2.767 | 2.767 | 100.0% | 1 | | heat.delete_stack | 4.295 | 4.295 | 4.295 | 4.295 | 4.295 | 4.295 | 100.0% | 1 | | total | 13.17 | 13.17 | 13.17 | 13.17 | 13.17 | 13.17 | 100.0% | 1 | | -> duration | 9.17 | 9.17 | 9.17 | 9.17 | 9.17 | 9.17 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.169603 Full duration: 22.974094 -------------------------------------------------------------------------------- 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 bd76cb97-5ecd-471d-83b9-05615005baa3 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.782 | 4.782 | 4.782 | 4.782 | 4.782 | 4.782 | 100.0% | 1 | | heat.check_stack | 1.206 | 1.206 | 1.206 | 1.206 | 1.206 | 1.206 | 100.0% | 1 | | heat.delete_stack | 2.673 | 2.673 | 2.673 | 2.673 | 2.673 | 2.673 | 100.0% | 1 | | total | 8.661 | 8.661 | 8.661 | 8.661 | 8.661 | 8.661 | 100.0% | 1 | | -> duration | 6.661 | 6.661 | 6.661 | 6.661 | 6.661 | 6.661 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.660861 Full duration: 16.904906 -------------------------------------------------------------------------------- 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 bd76cb97-5ecd-471d-83b9-05615005baa3 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.551 | 4.551 | 4.551 | 4.551 | 4.551 | 4.551 | 100.0% | 1 | | heat.suspend_stack | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | heat.resume_stack | 2.011 | 2.011 | 2.011 | 2.011 | 2.011 | 2.011 | 100.0% | 1 | | heat.delete_stack | 2.966 | 2.966 | 2.966 | 2.966 | 2.966 | 2.966 | 100.0% | 1 | | total | 10.31 | 10.31 | 10.31 | 10.31 | 10.31 | 10.31 | 100.0% | 1 | | -> duration | 8.31 | 8.31 | 8.31 | 8.31 | 8.31 | 8.31 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.310421 Full duration: 19.295338 -------------------------------------------------------------------------------- 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 bd76cb97-5ecd-471d-83b9-05615005baa3 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.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | total | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> duration | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.603018 Full duration: 8.271199 HINTS: * To plot HTML graphics with this data, run: rally task report bd76cb97-5ecd-471d-83b9-05615005baa3 --out output.html * To generate a JUnit report, run: rally task export bd76cb97-5ecd-471d-83b9-05615005baa3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bd76cb97-5ecd-471d-83b9-05615005baa3 --json --out output.json 2018-03-14 10:31:32,640 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bd76cb97-5ecd-471d-83b9-05615005baa3'] 2018-03-14 10:31:33,769 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-14 10:31:33,770 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bd76cb97-5ecd-471d-83b9-05615005baa3', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-14 10:31:33,778 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-14 10:31:33,778 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-14 10:31:33,778 - 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-14 10:31:33,779 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-14 10:31:33,819 - 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-14 10:31:33,822 - 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': '5a59e1ee-915a-4de7-8ca1-e6ea444e29db', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', 'flavor_name': 'rally-tiny-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', '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-14 10:34:52,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 00c3df63-8ec2-4bc6-a948-824c94d662e6 2018-03-14 10:34:52,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '00c3df63-8ec2-4bc6-a948-824c94d662e6'] 2018-03-14 10:34:53,702 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 00c3df63-8ec2-4bc6-a948-824c94d662e6: 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 00c3df63-8ec2-4bc6-a948-824c94d662e6 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.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | keystone_v3.add_role | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | keystone_v3.revoke_role | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | total | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 100.0% | 1 | | -> duration | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.954517 Full duration: 14.678668 -------------------------------------------------------------------------------- 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 00c3df63-8ec2-4bc6-a948-824c94d662e6 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | keystone_v3.add_role | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | keystone_v3.list_roles | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 100.0% | 1 | | total | 1.351 | 1.351 | 1.351 | 1.351 | 1.351 | 1.351 | 100.0% | 1 | | -> duration | 1.351 | 1.351 | 1.351 | 1.351 | 1.351 | 1.351 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.350878 Full duration: 14.871568 -------------------------------------------------------------------------------- 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 00c3df63-8ec2-4bc6-a948-824c94d662e6 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.917 | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 100.0% | 1 | | keystone_v3.list_projects | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 100.0% | 1 | | -> duration | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.998125 Full duration: 14.955157 -------------------------------------------------------------------------------- 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 00c3df63-8ec2-4bc6-a948-824c94d662e6 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.delete_role | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> duration | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.611836 Full duration: 12.485687 -------------------------------------------------------------------------------- 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 00c3df63-8ec2-4bc6-a948-824c94d662e6 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | keystone_v3.delete_service | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 100.0% | 1 | | total | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> duration | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.88947 Full duration: 13.138744 -------------------------------------------------------------------------------- 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 00c3df63-8ec2-4bc6-a948-824c94d662e6 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.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | keystone_v3.create_user | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 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.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | keystone_v3.create_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.get_project | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.get_user | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.get_role | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.list_services | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_services | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 1.811 | 1.811 | 1.811 | 1.811 | 1.811 | 1.811 | 100.0% | 1 | | -> duration | 1.811 | 1.811 | 1.811 | 1.811 | 1.811 | 1.811 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.811089 Full duration: 20.144178 -------------------------------------------------------------------------------- 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 00c3df63-8ec2-4bc6-a948-824c94d662e6 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.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | keystone_v3.update_project | 0.366 | 0.366 | 0.366 | 0.366 | 0.366 | 0.366 | 100.0% | 1 | | keystone_v3.delete_project | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 100.0% | 1 | | total | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 100.0% | 1 | | -> duration | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.222841 Full duration: 12.899367 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 00c3df63-8ec2-4bc6-a948-824c94d662e6 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.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | total | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | -> duration | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.834871 Full duration: 14.776516 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 00c3df63-8ec2-4bc6-a948-824c94d662e6 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | total | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> duration | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.684056 Full duration: 14.557673 -------------------------------------------------------------------------------- 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 00c3df63-8ec2-4bc6-a948-824c94d662e6 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.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | keystone_v3.list_users | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | -> duration | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.888492 Full duration: 15.312786 -------------------------------------------------------------------------------- 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 00c3df63-8ec2-4bc6-a948-824c94d662e6 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.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | keystone_v3.create_users | 5.415 | 5.415 | 5.415 | 5.415 | 5.415 | 5.415 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.415 | 5.415 | 5.415 | 5.415 | 5.415 | 5.415 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.294 | 1.294 | 1.294 | 1.294 | 1.294 | 1.294 | 100.0% | 1 | | total | 7.104 | 7.104 | 7.104 | 7.104 | 7.104 | 7.104 | 100.0% | 1 | | -> duration | 7.104 | 7.104 | 7.104 | 7.104 | 7.104 | 7.104 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.103832 Full duration: 23.804193 HINTS: * To plot HTML graphics with this data, run: rally task report 00c3df63-8ec2-4bc6-a948-824c94d662e6 --out output.html * To generate a JUnit report, run: rally task export 00c3df63-8ec2-4bc6-a948-824c94d662e6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 00c3df63-8ec2-4bc6-a948-824c94d662e6 --json --out output.json 2018-03-14 10:34:53,703 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '00c3df63-8ec2-4bc6-a948-824c94d662e6'] 2018-03-14 10:34:54,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-14 10:34:54,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '00c3df63-8ec2-4bc6-a948-824c94d662e6', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-14 10:34:54,792 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-14 10:34:54,792 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-14 10:34:54,793 - 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-14 10:34:54,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-14 10:34:54,832 - 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-14 10:34:54,839 - 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': '5a59e1ee-915a-4de7-8ca1-e6ea444e29db', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', 'flavor_name': 'rally-tiny-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', '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-14 10:41:47,455 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bb76eca1-5999-48d1-ab99-cd51c506d2a3 2018-03-14 10:41:47,456 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bb76eca1-5999-48d1-ab99-cd51c506d2a3'] 2018-03-14 10:41:48,583 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bb76eca1-5999-48d1-ab99-cd51c506d2a3: 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 bb76eca1-5999-48d1-ab99-cd51c506d2a3 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.197 | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 100.0% | 1 | | neutron.delete_network | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | total | 2.009 | 2.009 | 2.009 | 2.009 | 2.009 | 2.009 | 100.0% | 1 | | -> duration | 2.009 | 2.009 | 2.009 | 2.009 | 2.009 | 2.009 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.009323 Full duration: 15.772988 -------------------------------------------------------------------------------- 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 bb76eca1-5999-48d1-ab99-cd51c506d2a3 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.901 | 1.901 | 1.901 | 1.901 | 1.901 | 1.901 | 100.0% | 1 | | neutron.delete_port | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | total | 2.615 | 2.615 | 2.615 | 2.615 | 2.615 | 2.615 | 100.0% | 1 | | -> duration | 2.615 | 2.615 | 2.615 | 2.615 | 2.615 | 2.615 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.614574 Full duration: 38.879025 -------------------------------------------------------------------------------- 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 bb76eca1-5999-48d1-ab99-cd51c506d2a3 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.607 | 1.607 | 1.607 | 1.607 | 1.607 | 1.607 | 100.0% | 1 | | neutron.create_subnet | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | neutron.create_router | 3.925 | 3.925 | 3.925 | 3.925 | 3.925 | 3.925 | 100.0% | 1 | | neutron.add_interface_router | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 100.0% | 1 | | neutron.remove_interface_router | 1.35 | 1.35 | 1.35 | 1.35 | 1.35 | 1.35 | 100.0% | 1 | | neutron.delete_router | 3.416 | 3.416 | 3.416 | 3.416 | 3.416 | 3.416 | 100.0% | 1 | | total | 12.952 | 12.952 | 12.952 | 12.952 | 12.952 | 12.952 | 100.0% | 1 | | -> duration | 12.952 | 12.952 | 12.952 | 12.952 | 12.952 | 12.952 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.951841 Full duration: 57.916238 -------------------------------------------------------------------------------- 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 bb76eca1-5999-48d1-ab99-cd51c506d2a3 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 | 2.225 | 2.225 | 2.225 | 2.225 | 2.225 | 2.225 | 100.0% | 1 | | neutron.delete_subnet | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 100.0% | 1 | | total | 3.179 | 3.179 | 3.179 | 3.179 | 3.179 | 3.179 | 100.0% | 1 | | -> duration | 3.179 | 3.179 | 3.179 | 3.179 | 3.179 | 3.179 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.178523 Full duration: 40.669153 -------------------------------------------------------------------------------- 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 bb76eca1-5999-48d1-ab99-cd51c506d2a3 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.247 | 1.247 | 1.247 | 1.247 | 1.247 | 1.247 | 100.0% | 1 | | neutron.list_networks | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | total | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 100.0% | 1 | | -> duration | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.880202 Full duration: 18.489938 -------------------------------------------------------------------------------- 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 bb76eca1-5999-48d1-ab99-cd51c506d2a3 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 | 2.223 | 2.223 | 2.223 | 2.223 | 2.223 | 2.223 | 100.0% | 1 | | neutron.list_ports | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | total | 2.83 | 2.83 | 2.83 | 2.83 | 2.83 | 2.83 | 100.0% | 1 | | -> duration | 2.83 | 2.83 | 2.83 | 2.83 | 2.83 | 2.83 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.83014 Full duration: 40.46856 -------------------------------------------------------------------------------- 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 bb76eca1-5999-48d1-ab99-cd51c506d2a3 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.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | neutron.create_subnet | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 100.0% | 1 | | neutron.create_router | 4.009 | 4.009 | 4.009 | 4.009 | 4.009 | 4.009 | 100.0% | 1 | | neutron.add_interface_router | 2.279 | 2.279 | 2.279 | 2.279 | 2.279 | 2.279 | 100.0% | 1 | | neutron.list_routers | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 100.0% | 1 | | total | 8.414 | 8.414 | 8.414 | 8.414 | 8.414 | 8.414 | 100.0% | 1 | | -> duration | 8.414 | 8.414 | 8.414 | 8.414 | 8.414 | 8.414 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.414171 Full duration: 57.774018 -------------------------------------------------------------------------------- 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 bb76eca1-5999-48d1-ab99-cd51c506d2a3 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.565 | 1.565 | 1.565 | 1.565 | 1.565 | 1.565 | 100.0% | 1 | | neutron.create_subnet | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | neutron.list_subnets | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 2.546 | 2.546 | 2.546 | 2.546 | 2.546 | 2.546 | 100.0% | 1 | | -> duration | 2.546 | 2.546 | 2.546 | 2.546 | 2.546 | 2.546 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.545524 Full duration: 49.108132 -------------------------------------------------------------------------------- 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 bb76eca1-5999-48d1-ab99-cd51c506d2a3 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.984 | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 100.0% | 1 | | neutron.delete_security_group | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 100.0% | 1 | | total | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 100.0% | 1 | | -> duration | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.275797 Full duration: 15.656477 -------------------------------------------------------------------------------- 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 bb76eca1-5999-48d1-ab99-cd51c506d2a3 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.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | neutron.create_security_group_rule | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 100.0% | 1 | | neutron.delete_security_group | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 100.0% | 1 | | total | 2.149 | 2.149 | 2.149 | 2.149 | 2.149 | 2.149 | 100.0% | 1 | | -> duration | 2.149 | 2.149 | 2.149 | 2.149 | 2.149 | 2.149 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.148665 Full duration: 15.782898 -------------------------------------------------------------------------------- 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 bb76eca1-5999-48d1-ab99-cd51c506d2a3 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.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | neutron.create_router | 4.984 | 4.984 | 4.984 | 4.984 | 4.984 | 4.984 | 100.0% | 1 | | neutron.add_gateway_router | 2.256 | 2.256 | 2.256 | 2.256 | 2.256 | 2.256 | 100.0% | 1 | | neutron.remove_gateway_router | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 100.0% | 1 | | total | 9.379 | 9.379 | 9.379 | 9.379 | 9.379 | 9.379 | 100.0% | 1 | | -> duration | 9.379 | 9.379 | 9.379 | 9.379 | 9.379 | 9.379 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.379448 Full duration: 34.145776 HINTS: * To plot HTML graphics with this data, run: rally task report bb76eca1-5999-48d1-ab99-cd51c506d2a3 --out output.html * To generate a JUnit report, run: rally task export bb76eca1-5999-48d1-ab99-cd51c506d2a3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bb76eca1-5999-48d1-ab99-cd51c506d2a3 --json --out output.json 2018-03-14 10:41:48,584 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bb76eca1-5999-48d1-ab99-cd51c506d2a3'] 2018-03-14 10:41:49,677 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-14 10:41:49,678 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bb76eca1-5999-48d1-ab99-cd51c506d2a3', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-14 10:41:49,688 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-14 10:41:49,688 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-14 10:41:49,689 - 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-14 10:41:49,689 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-14 10:41:49,743 - 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-14 10:41:49,749 - 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': '5a59e1ee-915a-4de7-8ca1-e6ea444e29db', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', 'flavor_name': 'rally-tiny-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', '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-14 10:45:11,821 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f7ff4ea5-4db8-43c8-b6ca-15e3a925c8c3 2018-03-14 10:45:11,822 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f7ff4ea5-4db8-43c8-b6ca-15e3a925c8c3'] 2018-03-14 10:45:12,967 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f7ff4ea5-4db8-43c8-b6ca-15e3a925c8c3: 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-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2" }, "image": { "name": "Cirros-0.4.0-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2" }, "block_migration": false, "nics": [ { "net-id": "5a59e1ee-915a-4de7-8ca1-e6ea444e29db" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f7ff4ea5-4db8-43c8-b6ca-15e3a925c8c3 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 | 18.68 | 18.68 | 18.68 | 18.68 | 18.68 | 18.68 | 100.0% | 1 | | nova.find_host_to_migrate | 1.179 | 1.179 | 1.179 | 1.179 | 1.179 | 1.179 | 100.0% | 1 | | nova.live_migrate | 137.597 | 137.597 | 137.597 | 137.597 | 137.597 | 137.597 | 0.0% | 1 | | total | 157.455 | 157.455 | 157.455 | 157.455 | 157.455 | 157.455 | 0.0% | 1 | | -> duration | 156.455 | 156.455 | 156.455 | 156.455 | 156.455 | 156.455 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 156.455461 Full duration: 175.012789 HINTS: * To plot HTML graphics with this data, run: rally task report f7ff4ea5-4db8-43c8-b6ca-15e3a925c8c3 --out output.html * To generate a JUnit report, run: rally task export f7ff4ea5-4db8-43c8-b6ca-15e3a925c8c3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f7ff4ea5-4db8-43c8-b6ca-15e3a925c8c3 --json --out output.json 2018-03-14 10:45:12,967 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f7ff4ea5-4db8-43c8-b6ca-15e3a925c8c3'] 2018-03-14 10:45:14,034 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-14 10:45:14,034 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f7ff4ea5-4db8-43c8-b6ca-15e3a925c8c3', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-14 10:45:14,042 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-14 10:45:14,042 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-14 10:45:14,043 - 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-14 10:45:14,043 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-14 10:45:14,082 - 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-14 10:45:14,084 - 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': '5a59e1ee-915a-4de7-8ca1-e6ea444e29db', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', 'flavor_name': 'rally-tiny-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-ccba33c5-6f4a-464f-bbbc-a59a4fd509e2', '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-14 10:46:07,121 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2e4d15f3-fc25-4823-b1dc-89599d19f4a4 2018-03-14 10:46:07,122 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2e4d15f3-fc25-4823-b1dc-89599d19f4a4'] 2018-03-14 10:46:07,982 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2e4d15f3-fc25-4823-b1dc-89599d19f4a4: 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 2e4d15f3-fc25-4823-b1dc-89599d19f4a4 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.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | quotas.delete_quotas | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | total | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | -> duration | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.911277 Full duration: 8.575146 -------------------------------------------------------------------------------- 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 2e4d15f3-fc25-4823-b1dc-89599d19f4a4 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.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | total | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> duration | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.708737 Full duration: 9.361309 -------------------------------------------------------------------------------- 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 2e4d15f3-fc25-4823-b1dc-89599d19f4a4 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.383 | 0.383 | 0.383 | 0.383 | 0.383 | 0.383 | 100.0% | 1 | | total | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> duration | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.795075 Full duration: 9.782205 -------------------------------------------------------------------------------- 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 2e4d15f3-fc25-4823-b1dc-89599d19f4a4 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 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 100.0% | 1 | | total | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 100.0% | 1 | | -> duration | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.283386 Full duration: 8.863447 HINTS: * To plot HTML graphics with this data, run: rally task report 2e4d15f3-fc25-4823-b1dc-89599d19f4a4 --out output.html * To generate a JUnit report, run: rally task export 2e4d15f3-fc25-4823-b1dc-89599d19f4a4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2e4d15f3-fc25-4823-b1dc-89599d19f4a4 --json --out output.json 2018-03-14 10:46:07,982 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2e4d15f3-fc25-4823-b1dc-89599d19f4a4'] 2018-03-14 10:46:09,174 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-14 10:46:09,174 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2e4d15f3-fc25-4823-b1dc-89599d19f4a4', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-14 10:46:09,182 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-14 10:46:09,188 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:37 | 4 | 100.00% | | cinder | 03:05 | 10 | 100.00% | | heat | 01:07 | 4 | 100.00% | | keystone | 02:51 | 11 | 100.00% | | neutron | 06:24 | 11 | 100.00% | | nova | 02:55 | 1 | 0.00% | | quotas | 00:36 | 4 | 100.00% | | | | | | | TOTAL: | 00:19:25 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-14 10:46:09,189 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-14 10:46:23,073 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-14 10:46:23,074 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 23:31 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-14 10:46:23,077 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-14 10:46:23,078 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-14 10:46:23,173 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-14 10:46:25,743 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-14 10:46:28,115 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-14 10:46:31,502 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-14 10:46:33,824 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-14 10:46:40,211 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-14 10:46:43,095 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-14 10:46:51,548 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-14 10:46:51,549 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-14 10:46:54,831 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-14 10:46:54,832 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-14 10:46:54,834 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-14 10:46:57,283 - 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-14 10:46:59,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:46:59.315 9850 INFO rally.api [-] Starting verification (UUID=7ba876f0-ba44-424c-9072-0a236280dbc6) for deployment 'opnfv-rally' (UUID=1ca608b9-3a87-4c6d-a2bc-2061100ff320) by verifier 'opnfv-tempest' (UUID=208c1ecf-65db-4834-bd57-db501d38c87e). 2018-03-14 10:46:59,316 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 7ba876f0-ba44-424c-9072-0a236280dbc6 2018-03-14 10:47:09,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:09.609 9850 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-03-14 10:47:09,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:09.665 9850 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.201s] 2018-03-14 10:47:09,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:09.753 9850 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.087s] 2018-03-14 10:47:09,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:09.838 9850 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.270s] 2018-03-14 10:47:09,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:09.913 9850 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.324s] 2018-03-14 10:47:11,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:11.180 9850 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.680s] 2018-03-14 10:47:11,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:11.354 9850 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.965s] 2018-03-14 10:47:11,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:11.744 9850 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.563s] 2018-03-14 10:47:13,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:13.657 9850 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.047s] 2018-03-14 10:47:14,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:14.532 9850 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.268s] 2018-03-14 10:47:15,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:15.124 9850 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.768s] 2018-03-14 10:47:15,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:15.852 9850 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.114s] 2018-03-14 10:47:16,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:16.293 9850 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [2.622s] 2018-03-14 10:47:16,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:16.648 9850 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.795s] 2018-03-14 10:47:17,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:17.587 9850 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.939s] 2018-03-14 10:47:18,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:18.337 9850 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.804s] 2018-03-14 10:47:20,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:20.198 9850 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [3.904s] 2018-03-14 10:47:20,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:20.208 9850 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.870s] 2018-03-14 10:47:21,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:21.115 9850 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.917s] 2018-03-14 10:47:21,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:21.201 9850 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.778s] 2018-03-14 10:47:23,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:23.154 9850 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.945s] 2018-03-14 10:47:24,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:24.382 9850 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.213s] 2018-03-14 10:47:24,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:24.595 9850 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.213s] 2018-03-14 10:47:25,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:25.271 9850 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.115s] 2018-03-14 10:47:26,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:26.182 9850 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.659s] 2018-03-14 10:47:26,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:26.806 9850 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.209s] 2018-03-14 10:47:26,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:26.947 9850 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.142s] 2018-03-14 10:47:27,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:27.153 9850 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.205s] 2018-03-14 10:47:29,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:29.170 9850 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.056s] 2018-03-14 10:47:29,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:29.276 9850 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [3.094s] 2018-03-14 10:47:31,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:31.707 9850 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.222s] 2018-03-14 10:47:31,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:31.915 9850 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.208s] 2018-03-14 10:47:36,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:36.718 9850 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [11.446s] 2018-03-14 10:47:37,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:37.718 9850 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [6.376s] 2018-03-14 10:47:39,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:39.573 9850 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [10.401s] 2018-03-14 10:47:42,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:42.029 9850 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [4.310s] 2018-03-14 10:47:42,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:42.409 9850 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [5.690s] 2018-03-14 10:47:42,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:42.767 9850 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.358s] 2018-03-14 10:47:42,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:42.790 9850 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.023s] 2018-03-14 10:47:42,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:42.809 9850 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-03-14 10:47:42,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:42.996 9850 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.186s] 2018-03-14 10:47:46,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:46.340 9850 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.066s] 2018-03-14 10:47:46,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:46.354 9850 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.013s] 2018-03-14 10:47:46,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:46.530 9850 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.176s] 2018-03-14 10:47:46,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:46.544 9850 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-03-14 10:47:46,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:46.555 9850 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-03-14 10:47:46,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:46.591 9850 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.035s] 2018-03-14 10:47:46,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:46.653 9850 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.062s] 2018-03-14 10:47:46,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:46.737 9850 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.084s] 2018-03-14 10:47:47,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:47.217 9850 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.479s] 2018-03-14 10:47:47,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:47.232 9850 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-03-14 10:47:47,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:47.311 9850 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.079s] 2018-03-14 10:47:49,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:49.308 9850 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [35.642s] 2018-03-14 10:47:57,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:57.167 9850 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [4.115s] 2018-03-14 10:47:59,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:59.572 9850 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.735s] 2018-03-14 10:47:59,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:47:59.574 9850 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... skip [0.000s]: Need distinct images to run this test 2018-03-14 10:48:00,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:00.465 9850 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.892s] 2018-03-14 10:48:01,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:01.021 9850 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.555s] 2018-03-14 10:48:01,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:01.386 9850 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.365s] 2018-03-14 10:48:01,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:01.453 9850 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.067s] 2018-03-14 10:48:01,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:01.530 9850 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.075s] 2018-03-14 10:48:01,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:01.531 9850 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... skip [0.000s]: Need distinct images to run this test 2018-03-14 10:48:01,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:01.614 9850 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.083s] 2018-03-14 10:48:01,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:01.682 9850 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.068s] 2018-03-14 10:48:01,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:01.899 9850 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.216s] 2018-03-14 10:48:07,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:07.772 9850 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.321s] 2018-03-14 10:48:07,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:07.854 9850 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.082s] 2018-03-14 10:48:08,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:08.793 9850 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.937s] 2018-03-14 10:48:08,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:08.890 9850 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2018-03-14 10:48:08,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:08.891 9850 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-14 10:48:13,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:13.222 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [7.936s] 2018-03-14 10:48:14,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:14.349 9850 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [8.518s] 2018-03-14 10:48:14,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:14.627 9850 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.202s] 2018-03-14 10:48:14,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:14.666 9850 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.039s] 2018-03-14 10:48:14,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:14.750 9850 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [35.824s] 2018-03-14 10:48:15,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:15.279 9850 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.611s] 2018-03-14 10:48:15,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:15.896 9850 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.616s] 2018-03-14 10:48:15,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:15.941 9850 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.194s] 2018-03-14 10:48:16,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:16.143 9850 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.246s] 2018-03-14 10:48:16,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:16.219 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.996s] 2018-03-14 10:48:16,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:16.378 9850 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.233s] 2018-03-14 10:48:16,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:16.417 9850 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.041s] 2018-03-14 10:48:16,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:16.466 9850 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.048s] 2018-03-14 10:48:16,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:16.539 9850 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.072s] 2018-03-14 10:48:16,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:16.600 9850 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.060s] 2018-03-14 10:48:16,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:16.643 9850 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.043s] 2018-03-14 10:48:17,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:17.021 9850 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.376s] 2018-03-14 10:48:17,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:17.240 9850 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.218s] 2018-03-14 10:48:17,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:17.448 9850 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.208s] 2018-03-14 10:48:17,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:17.499 9850 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.051s] 2018-03-14 10:48:22,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:22.712 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [6.492s] 2018-03-14 10:48:22,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:22.724 9850 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [8.375s] 2018-03-14 10:48:23,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:23.402 9850 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.164s] 2018-03-14 10:48:26,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:26.086 9850 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.360s] 2018-03-14 10:48:26,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:26.143 9850 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.057s] 2018-03-14 10:48:26,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:26.342 9850 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.199s] 2018-03-14 10:48:26,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:26.549 9850 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.206s] 2018-03-14 10:48:26,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:26.742 9850 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.189s] 2018-03-14 10:48:26,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:26.749 9850 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [37.433s] 2018-03-14 10:48:27,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:27.965 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.252s] 2018-03-14 10:48:33,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:33.818 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.852s] 2018-03-14 10:48:39,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:39.781 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.963s] 2018-03-14 10:48:44,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:44.984 9850 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.723s] 2018-03-14 10:48:45,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:45.270 9850 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.286s] 2018-03-14 10:48:45,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:45.303 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.520s] 2018-03-14 10:48:45,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:45.469 9850 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.197s] 2018-03-14 10:48:45,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:45.528 9850 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [18.776s] 2018-03-14 10:48:45,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:45.865 9850 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.396s] 2018-03-14 10:48:46,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:46.292 9850 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.426s] 2018-03-14 10:48:46,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:46.713 9850 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.421s] 2018-03-14 10:48:53,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:53.195 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.891s] 2018-03-14 10:48:57,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:57.438 9850 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.827s] 2018-03-14 10:48:58,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:58.678 9850 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.239s] 2018-03-14 10:48:58,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:58.865 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.670s] 2018-03-14 10:48:59,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:59.122 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.256s] 2018-03-14 10:48:59,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:59.635 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.512s] 2018-03-14 10:48:59,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:59.838 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.203s] 2018-03-14 10:48:59,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:48:59.895 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.056s] 2018-03-14 10:49:00,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:00.145 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.250s] 2018-03-14 10:49:00,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:00.242 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.097s] 2018-03-14 10:49:00,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:00.293 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.050s] 2018-03-14 10:49:00,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:00.356 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.062s] 2018-03-14 10:49:03,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:03.950 9850 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.269s] 2018-03-14 10:49:05,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:05.644 9850 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.696s] 2018-03-14 10:49:06,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:06.101 9850 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.744s] 2018-03-14 10:49:06,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:06.889 9850 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [83.429s] 2018-03-14 10:49:08,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:08.054 9850 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.408s] 2018-03-14 10:49:08,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:08.133 9850 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [7.858s] 2018-03-14 10:49:08,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:08.200 9850 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-03-14 10:49:08,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:08.965 9850 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.764s] 2018-03-14 10:49:09,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:09.060 9850 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.093s] 2018-03-14 10:49:09,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:09.061 9850 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-14 10:49:09,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:09.188 9850 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.134s] 2018-03-14 10:49:11,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:11.252 9850 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.061s] 2018-03-14 10:49:11,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:11.294 9850 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.045s] 2018-03-14 10:49:15,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:15.103 9850 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [113.969s] 2018-03-14 10:49:23,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:23.991 9850 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [7.644s] 2018-03-14 10:49:28,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:28.408 9850 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.154s] 2018-03-14 10:49:34,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:34.956 9850 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.076s] 2018-03-14 10:49:35,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:35.304 9850 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.348s] 2018-03-14 10:49:37,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:37.730 9850 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [13.736s] 2018-03-14 10:49:45,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:45.362 9850 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [38.469s] 2018-03-14 10:49:59,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:49:59.709 9850 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [74.164s] 2018-03-14 10:50:03,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:03.541 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.161s] 2018-03-14 10:50:03,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:03.566 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.025s] 2018-03-14 10:50:03,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:03.745 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.179s] 2018-03-14 10:50:03,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:03.772 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.026s] 2018-03-14 10:50:03,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:03.936 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.163s] 2018-03-14 10:50:04,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:04.096 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.159s] 2018-03-14 10:50:04,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:04.240 9850 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.321s] 2018-03-14 10:50:04,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:04.296 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.200s] 2018-03-14 10:50:04,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:04.491 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.194s] 2018-03-14 10:50:04,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:04.604 9850 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.364s] 2018-03-14 10:50:04,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:04.638 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.146s] 2018-03-14 10:50:04,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:04.816 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.177s] 2018-03-14 10:50:04,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:04.965 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.147s] 2018-03-14 10:50:05,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:05.150 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.185s] 2018-03-14 10:50:05,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:05.342 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.191s] 2018-03-14 10:50:05,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:05.385 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.042s] 2018-03-14 10:50:05,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:05.564 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.179s] 2018-03-14 10:50:05,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:05.919 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.353s] 2018-03-14 10:50:06,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:06.100 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.181s] 2018-03-14 10:50:06,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:06.134 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.034s] 2018-03-14 10:50:06,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:06.144 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-03-14 10:50:06,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:06.178 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-03-14 10:50:06,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:06.355 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.177s] 2018-03-14 10:50:06,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:06.389 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-03-14 10:50:06,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:06.424 9850 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.035s] 2018-03-14 10:50:30,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:30.074 9850 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.161s] 2018-03-14 10:50:30,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:30.226 9850 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.154s] 2018-03-14 10:50:30,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:30.490 9850 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.263s] 2018-03-14 10:50:30,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:30.745 9850 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.254s] 2018-03-14 10:50:31,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:31.010 9850 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.266s] 2018-03-14 10:50:31,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:31.227 9850 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.215s] 2018-03-14 10:50:31,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:31.361 9850 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.133s] 2018-03-14 10:50:31,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:31.554 9850 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.192s] 2018-03-14 10:50:31,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:31.745 9850 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.191s] 2018-03-14 10:50:31,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:50:31.945 9850 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.199s] 2018-03-14 10:50:56,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '7ba876f0-ba44-424c-9072-0a236280dbc6']'. 2018-03-14 10:50:57,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-14 10:50:57,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-14 10:50:57,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-14 10:50:57,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 7ba876f0-ba44-424c-9072-0a236280dbc6 | 2018-03-14 10:50:57,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-14 10:50:57,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-14 10:46:59 | 2018-03-14 10:50:57,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-14 10:50:55 | 2018-03-14 10:50:57,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:56 | 2018-03-14 10:50:57,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-14 10:50:57,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-14 10:50:57,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 208c1ecf-65db-4834-bd57-db501d38c87e) | 2018-03-14 10:50:57,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-14 10:50:57,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1ca608b9-3a87-4c6d-a2bc-2061100ff320) | 2018-03-14 10:50:57,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 178 | 2018-03-14 10:50:57,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 204.853 | 2018-03-14 10:50:57,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 176 | 2018-03-14 10:50:57,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 2 | 2018-03-14 10:50:57,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-14 10:50:57,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-14 10:50:57,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-14 10:50:57,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-14 10:50:57,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-14 10:50:57,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-03-14 10:51:05,176 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-14 10:51:05,177 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 04:25 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-14 10:51:05,181 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-14 10:51:05,279 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-14 10:51:07,959 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-14 10:51:10,333 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-14 10:51:13,617 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-14 10:51:15,932 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-14 10:51:22,287 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-14 10:51:25,305 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-14 10:51:30,273 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-14 10:51:30,273 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-14 10:51:33,398 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-14 10:51:33,399 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-14 10:51:33,401 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-14 10:51:33,410 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-14 10:51:33,410 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-f13dd6ff-3430-4323-bacc-c544aeebc084/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-14 10:51:36,501 - 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-14 10:51:38,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-14 10:51:38.691 10000 INFO rally.api [-] Starting verification (UUID=443d3708-971b-48fb-9cb2-5e5868604695) for deployment 'opnfv-rally' (UUID=8a46c7d4-0053-49b0-b563-a2d1b2a5f532) by verifier 'opnfv-tempest' (UUID=f13dd6ff-3430-4323-bacc-c544aeebc084). 2018-03-14 10:51:38,692 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 443d3708-971b-48fb-9cb2-5e5868604695 2018-03-14 10:54:42,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '443d3708-971b-48fb-9cb2-5e5868604695']'. 2018-03-14 10:54:43,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-14 10:54:43,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-14 10:54:43,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-14 10:54:43,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 443d3708-971b-48fb-9cb2-5e5868604695 | 2018-03-14 10:54:43,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-03-14 10:54:43,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-14 10:51:38 | 2018-03-14 10:54:43,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-14 10:54:41 | 2018-03-14 10:54:43,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:03 | 2018-03-14 10:54:43,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-14 10:54:43,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-14 10:54:43,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f13dd6ff-3430-4323-bacc-c544aeebc084) | 2018-03-14 10:54:43,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-14 10:54:43,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8a46c7d4-0053-49b0-b563-a2d1b2a5f532) | 2018-03-14 10:54:43,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-14 10:54:43,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 170.458 | 2018-03-14 10:54:43,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-03-14 10:54:43,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 152 | 2018-03-14 10:54:43,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-14 10:54:43,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-14 10:54:43,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 9 | 2018-03-14 10:54:43,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-14 10:54:43,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-14 10:54:43,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 93.3333333333% 2018-03-14 10:54:51,687 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-14 10:54:51,688 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:29 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-03-14 10:54:51,692 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-03-14 10:54:51,692 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:19 | PASS | | vping_userdata | functest | smoke | 01:01 | PASS | | tempest_smoke_serial | functest | smoke | 21:47 | FAIL | | rally_sanity | functest | smoke | 23:31 | FAIL | | refstack_defcore | functest | smoke | 04:25 | PASS | | patrole | functest | smoke | 03:29 | FAIL | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 00:00 | SKIP | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-14 10:54:51,699 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-14 10:54:54,461 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-15 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-14 10:54:54,464 - 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=tmBukKs2Zk94vwE973B72kbVP export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi 2018-03-14 10:54:54,464 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-14 10:54:54,465 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-03-14 10:54:54,467 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-14 10:54:54,467 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-14 10:58:27,299 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-14 10:58:27,424 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-14 10:58:27,424 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:33 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-14 10:58:27,428 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-03-14 11:42:25,985 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-03-14 11:42:26,129 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-14 11:42:26,130 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 43:58 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-03-14 11:42:26,134 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-03-14 11:42:26,134 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:33 | PASS | | barometercollectd | barometer | features | 43:58 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-14 11:42:26,141 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-14 11:43:37,489 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-15 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-14 11:43:37,495 - 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=tmBukKs2Zk94vwE973B72kbVP export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi 2018-03-14 11:43:37,495 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-14 11:43:37,496 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-14 11:43:37,497 - 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-14 11:43:37,499 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-14 11:43:40,007 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-15 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-14 11:43:40,010 - 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=tmBukKs2Zk94vwE973B72kbVP export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi 2018-03-14 11:43:40,010 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-14 11:43:40,010 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-03-14 11:43:40,011 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-14 11:43:40,011 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-03-14 11:43:40,030 - xtesting.core.feature - ERROR - Execute command: /src/nfv-parser/tests/functest_run.sh failed 2018-03-14 11:43:40,030 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-03-14 11:43:40,140 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-14 11:43:40,141 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 00:00 | FAIL | +-----------------------+-----------------+------------------+----------------+ 2018-03-14 11:43:40,144 - xtesting.ci.run_tests - ERROR - The test case 'parser-basics' failed. 2018-03-14 11:43:40,144 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | FAIL | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-14 11:43:40,146 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR