2018-05-13 21:29:13,107 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-205 | | 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 | compass | | DEPLOY_SCENARIO | os-nosdn-kvm-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual3 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-13 21:29:13,110 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Ansible managed export LC_ALL=C # COMMON CINDER ENVS export CINDER_ENDPOINT_TYPE=publicURL # COMMON NOVA ENVS export NOVA_ENDPOINT_TYPE=publicURL # COMMON OPENSTACK ENVS export OS_ENDPOINT_TYPE=publicURL export OS_INTERFACE=publicURL export OS_USERNAME=admin export OS_PASSWORD='5711a00d20d1e2c05ab5a797f0' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-13 21:29:13,110 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-13 21:29:13,111 - 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-05-13 21:29:13,112 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-13 21:29:13,112 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-13 21:29:14,600 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-13 21:29:23,147 - 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.542s OK 2018-05-13 21:29:23,723 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-13 21:29:23,723 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-13 21:29:23,725 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-13 21:29:24,376 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-13 21:37:38,695 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 494.288s OK 2018-05-13 21:37:39,253 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-13 21:37:39,253 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 08:14 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-13 21:37:39,255 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-13 21:37:40,030 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-13 21:38:15,103 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 35.072s OK 2018-05-13 21:38:15,709 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-13 21:38:15,710 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:35 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-13 21:38:15,712 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 08:14 | PASS | | snaps_health_check | functest | healthcheck | 00:35 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-13 21:38:15,714 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-13 21:38:21,777 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-205 | | 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 | compass | | DEPLOY_SCENARIO | os-nosdn-kvm-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual3 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-13 21:38:21,780 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Ansible managed export LC_ALL=C # COMMON CINDER ENVS export CINDER_ENDPOINT_TYPE=publicURL # COMMON NOVA ENVS export NOVA_ENDPOINT_TYPE=publicURL # COMMON OPENSTACK ENVS export OS_ENDPOINT_TYPE=publicURL export OS_INTERFACE=publicURL export OS_USERNAME=admin export OS_PASSWORD='5711a00d20d1e2c05ab5a797f0' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-13 21:38:21,780 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-13 21:38:21,781 - 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-05-13 21:38:21,782 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-13 21:38:21,782 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-13 21:38:24,074 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual3 2018-05-13 21:38:24,075 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-13 21:38:25,552 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual3 2018-05-13 21:38:25,552 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-13 21:38:25,552 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-13 21:38:27,109 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-13 21:38:27,109 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-13 21:38:27' 2018-05-13 21:38:27,110 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--cf7bf92c-fb2e-4426-95bb-bdba364491da' 2018-05-13 21:38:28,294 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-cf7bf92c-fb2e-4426-95bb-bdba364491da' 2018-05-13 21:38:30,875 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-cf7bf92c-fb2e-4426-95bb-bdba364491da' 2018-05-13 21:38:36,994 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-cf7bf92c-fb2e-4426-95bb-bdba364491da' 2018-05-13 21:38:37,643 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-cf7bf92c-fb2e-4426-95bb-bdba364491da' 2018-05-13 21:38:38,264 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-cf7bf92c-fb2e-4426-95bb-bdba364491da' 2018-05-13 21:38:42,528 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-cf7bf92c-fb2e-4426-95bb-bdba364491da' 2018-05-13 21:38:45,021 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-cf7bf92c-fb2e-4426-95bb-bdba364491da' 2018-05-13 21:39:02,059 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-13 21:39:05,754 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-13 21:39:06,443 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-13 21:39:07,452 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-13 21:39:07,452 - xtesting.energy.energy - DEBUG - Stopping recording 2018-05-13 21:39:09,361 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-13 21:39:09,362 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:40 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-13 21:39:26,247 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-13 21:39:26,316 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-13 21:39:26,316 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-13 21:39:26' 2018-05-13 21:39:26,317 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--c23a1a1a-63d7-4d89-a5a4-3516275217cb' 2018-05-13 21:39:28,266 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-c23a1a1a-63d7-4d89-a5a4-3516275217cb' 2018-05-13 21:39:30,081 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-c23a1a1a-63d7-4d89-a5a4-3516275217cb' 2018-05-13 21:39:36,185 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-c23a1a1a-63d7-4d89-a5a4-3516275217cb' 2018-05-13 21:39:36,818 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-c23a1a1a-63d7-4d89-a5a4-3516275217cb' 2018-05-13 21:39:41,082 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-c23a1a1a-63d7-4d89-a5a4-3516275217cb' 2018-05-13 21:39:46,147 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-13 21:39:54,588 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-13 21:39:56,669 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-13 21:40:02,624 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-13 21:40:03,165 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-13 21:40:03,165 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:36 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-13 21:40:18,306 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-13 21:40:18,396 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-13 21:40:24,387 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-13 21:40:24.266 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a1920adf-ecb8-452d-857e-c35c326bed32) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a1920adf-ecb8-452d-857e-c35c326bed32 | 2018-05-13T21:40:24 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a1920adf-ecb8-452d-857e-c35c326bed32 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-13 21:40:28,497 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-13 21:40:28,497 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-13 21:40:35,717 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-13 21:40:34.097 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-13 21:40:34.147 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-13 21:40:35.595 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0fda878e-14d4-4c03-b46f-c4ded282e216) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0fda878e-14d4-4c03-b46f-c4ded282e216) as the default verifier for the future CLI operations. 2018-05-13 21:40:39,697 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-13 21:40:41,354 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-13 21:40:44,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-13 21:40:50,231 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-13 21:40:49.406 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0fda878e-14d4-4c03-b46f-c4ded282e216) for deployment 'opnfv-rally' (UUID=a1920adf-ecb8-452d-857e-c35c326bed32). 2018-05-13 21:40:50.117 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0fda878e-14d4-4c03-b46f-c4ded282e216) has been successfully configured for deployment 'opnfv-rally' (UUID=a1920adf-ecb8-452d-857e-c35c326bed32)! 2018-05-13 21:40:50,232 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-13 21:40:50,232 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-13 21:40:50,233 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-13 21:40:50,235 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-13 21:40:54,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0fda878e-14d4-4c03-b46f-c4ded282e216/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-13 21:40:54,376 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-13 21:40:54,377 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-13 21:40:54,377 - 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-05-13 21:40:57,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:40:57.203 55 INFO rally.api [-] Starting verification (UUID=2e24abf3-255c-4aaa-ad50-7c7ca098a2c1) for deployment 'opnfv-rally' (UUID=a1920adf-ecb8-452d-857e-c35c326bed32) by verifier 'opnfv-tempest' (UUID=0fda878e-14d4-4c03-b46f-c4ded282e216). 2018-05-13 21:40:57,204 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2e24abf3-255c-4aaa-ad50-7c7ca098a2c1 2018-05-13 21:41:03,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:41:03.960 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.127s] 2018-05-13 21:41:04,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:41:04.048 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.088s] 2018-05-13 21:41:09,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:41:09.394 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.526s] 2018-05-13 21:41:10,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:41:10.675 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.280s] 2018-05-13 21:41:18,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:41:18.651 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.149s] 2018-05-13 21:41:35,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:41:35.898 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [11.802s] 2018-05-13 21:42:02,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:42:02.750 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.103s] 2018-05-13 21:42:02,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:42:02.751 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-13 21:42:31,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:42:31.772 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.108s] 2018-05-13 21:42:31,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:42:31.773 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-13 21:43:01,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:43:01.159 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.121s] 2018-05-13 21:43:01,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:43:01.160 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-13 21:43:51,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:43:51.899 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [22.283s] 2018-05-13 21:44:12,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:44:12.291 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.074s] 2018-05-13 21:44:12,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:44:12.452 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.159s] 2018-05-13 21:44:19,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:44:19.941 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.727s] 2018-05-13 21:44:19,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:44:19.952 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-05-13 21:44:21,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:44:21.087 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-13 21:44:21,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:44:21.087 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-13 21:44:25,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:44:25.017 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.142s] 2018-05-13 21:44:30,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:44:30.430 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.029s] 2018-05-13 21:44:36,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:44:36.178 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.542s] 2018-05-13 21:44:43,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:44:43.099 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.247s] 2018-05-13 21:44:51,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:44:51.477 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.896s] 2018-05-13 21:44:57,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:44:57.330 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.146s] 2018-05-13 21:45:02,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:45:02.828 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.095s] 2018-05-13 21:45:08,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:45:08.816 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.194s] 2018-05-13 21:45:15,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:45:15.246 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.227s] 2018-05-13 21:45:23,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:45:23.073 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.315s] 2018-05-13 21:45:24,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:45:24.960 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-13 21:45:27,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:45:27.361 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.019s] 2018-05-13 21:45:27,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:45:27.432 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.071s] 2018-05-13 21:45:27,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:45:27.450 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.018s] 2018-05-13 21:45:27,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:45:27.457 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-05-13 21:45:30,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:45:30.994 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.331s] 2018-05-13 21:45:31,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:45:31.553 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.559s] 2018-05-13 21:45:32,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:45:32.480 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.926s] 2018-05-13 21:45:37,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:45:37.872 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-13 21:45:42,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:45:42.026 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.789s] 2018-05-13 21:45:55,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:45:55.949 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.222s] 2018-05-13 21:46:00,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:46:00.317 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.366s] 2018-05-13 21:46:13,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:46:13.028 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.807s] 2018-05-13 21:46:16,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:46:16.467 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.439s] 2018-05-13 21:46:23,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:46:23.072 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.604s] 2018-05-13 21:46:33,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:46:33.097 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.621s] 2018-05-13 21:46:36,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:46:36.950 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.852s] 2018-05-13 21:46:40,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:46:40.988 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.038s] 2018-05-13 21:46:57,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:46:57.572 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.882s] 2018-05-13 21:46:57,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:46:57.853 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.281s] 2018-05-13 21:46:58,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:46:58.028 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.174s] 2018-05-13 21:46:58,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:46:58.109 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.081s] 2018-05-13 21:46:58,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:46:58.434 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.324s] 2018-05-13 21:46:58,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:46:58.511 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.078s] 2018-05-13 21:47:10,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:47:10.393 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.344s] 2018-05-13 21:47:10,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:47:10.676 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.283s] 2018-05-13 21:47:10,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:47:10.882 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.206s] 2018-05-13 21:47:10,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:47:10.979 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.097s] 2018-05-13 21:47:11,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:47:11.147 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.167s] 2018-05-13 21:47:11,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:47:11.244 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.097s] 2018-05-13 21:47:22,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:47:22.937 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.127s] 2018-05-13 21:47:29,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:47:29.210 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.273s] 2018-05-13 21:47:31,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:47:31.498 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.288s] 2018-05-13 21:47:31,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:47:31.605 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.106s] 2018-05-13 21:47:31,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:47:31.692 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.087s] 2018-05-13 21:47:43,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:47:43.553 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.082s] 2018-05-13 21:47:49,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:47:49.644 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.090s] 2018-05-13 21:47:51,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:47:51.901 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.258s] 2018-05-13 21:47:51,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:47:51.980 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.078s] 2018-05-13 21:47:52,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:47:52.053 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.073s] 2018-05-13 21:48:08,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:48:08.221 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [10.625s] 2018-05-13 21:48:14,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:48:14.794 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.572s] 2018-05-13 21:48:20,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:48:20.076 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.280s] 2018-05-13 21:48:24,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:48:24.025 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.949s] 2018-05-13 21:48:48,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:48:48.434 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [11.782s] 2018-05-13 21:48:55,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:48:55.450 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.015s] 2018-05-13 21:49:00,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:49:00.856 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.406s] 2018-05-13 21:49:04,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:49:04.786 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.929s] 2018-05-13 21:49:18,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:49:18.481 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.145s] 2018-05-13 21:49:19,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:49:19.831 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.348s] 2018-05-13 21:49:19,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:49:19.904 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.075s] 2018-05-13 21:49:24,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:49:24.063 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.986s] 2018-05-13 21:49:25,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:49:25.583 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.519s] 2018-05-13 21:49:25,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:49:25.645 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.062s] 2018-05-13 21:49:29,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:49:29.644 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.733s] 2018-05-13 21:49:32,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:49:32.828 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2018-05-13 21:49:33,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:49:33.960 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-13 21:49:33,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:49:33.961 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-13 21:49:33,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:49:33.962 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-13 21:49:33,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:49:33.962 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-13 21:49:33,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:49:33.962 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-13 21:49:36,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:49:36.061 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-13 21:49:49,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:49:49.600 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.686s] 2018-05-13 21:50:00,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:50:00.854 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.777s] 2018-05-13 21:50:10,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:50:10.045 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.190s] 2018-05-13 21:50:19,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:50:19.015 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.067s] 2018-05-13 21:50:50,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:50:50.541 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [25.591s] 2018-05-13 21:51:28,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:51:28.089 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [27.678s] 2018-05-13 21:51:34,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 21:51:34.286 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode ... skip: Less than 2 compute nodes, skipping multinode tests. 2018-05-13 21:51:36,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2e24abf3-255c-4aaa-ad50-7c7ca098a2c1']'. 2018-05-13 21:51:37,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-13 21:51:37,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-13 21:51:37,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-13 21:51:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2e24abf3-255c-4aaa-ad50-7c7ca098a2c1 | 2018-05-13 21:51:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-13 21:51:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-13 21:40:57 | 2018-05-13 21:51:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-13 21:51:35 | 2018-05-13 21:51:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:10:38 | 2018-05-13 21:51:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-13 21:51:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-13 21:51:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-13 21:51:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0fda878e-14d4-4c03-b46f-c4ded282e216) | 2018-05-13 21:51:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-13 21:51:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a1920adf-ecb8-452d-857e-c35c326bed32) | 2018-05-13 21:51:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-13 21:51:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 632.511 | 2018-05-13 21:51:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-05-13 21:51:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 20 | 2018-05-13 21:51:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-13 21:51:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-13 21:51:37,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-13 21:51:37,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-13 21:51:37,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-13 21:51:37,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8764044944% 2018-05-13 21:51:43,429 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-13 21:51:43,430 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 11:03 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-13 21:51:43,432 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-13 21:51:43,432 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-13 21:51:43,500 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-13 21:51:44,562 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual3 2018-05-13 21:51:44,562 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-13 21:51:44,563 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-13 21:51:45,657 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-13 21:51:48,591 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-13 21:51:48.425 98 INFO rally.deployment.engine [-] Deployment a1920adf-ecb8-452d-857e-c35c326bed32 | Starting: Destroy cloud and free allocated resources. 2018-05-13 21:51:48.436 98 INFO rally.deployment.engine [-] Deployment a1920adf-ecb8-452d-857e-c35c326bed32 | Completed: Destroy cloud and free allocated resources. 2018-05-13 21:51:48.459 98 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0fda878e-14d4-4c03-b46f-c4ded282e216) for deployment 'opnfv-rally'. 2018-05-13 21:51:48.472 98 INFO rally.api [-] Deleting verification (UUID=2e24abf3-255c-4aaa-ad50-7c7ca098a2c1). 2018-05-13 21:51:48.475 98 INFO rally.api [-] Verification has been successfully deleted! 2018-05-13 21:51:48.475 98 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0fda878e-14d4-4c03-b46f-c4ded282e216). 2018-05-13 21:51:48.480 98 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-13 21:51:51,511 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-13 21:51:51.392 101 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=98acbb21-75ab-4d2d-840f-cbff71a4ad99) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 98acbb21-75ab-4d2d-840f-cbff71a4ad99 | 2018-05-13T21:51:51 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 98acbb21-75ab-4d2d-840f-cbff71a4ad99 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-13 21:51:55,497 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-13 21:51:55,497 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-13 21:51:56,887 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-db59daec-fe1d-436e-b9af-4735f3632ac2'... 2018-05-13 21:51:58,952 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-db59daec-fe1d-436e-b9af-4735f3632ac2'... 2018-05-13 21:52:00,591 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-db59daec-fe1d-436e-b9af-4735f3632ac2'... 2018-05-13 21:52:06,436 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-db59daec-fe1d-436e-b9af-4735f3632ac2'... 2018-05-13 21:52:07,054 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-db59daec-fe1d-436e-b9af-4735f3632ac2'... 2018-05-13 21:52:07,720 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-13 21:52:07,720 - 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-05-13 21:52:07,721 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-13 21:52:07,730 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-13 21:52:07,731 - 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': 'ext-net', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': 'a20ea2b9-2caf-4219-984d-638258a5617b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-db59daec-fe1d-436e-b9af-4735f3632ac2', 'flavor_name': 'rally-tiny-db59daec-fe1d-436e-b9af-4735f3632ac2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-db59daec-fe1d-436e-b9af-4735f3632ac2', '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-05-13 21:53:06,713 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 68362c7e-86dd-4110-962c-a51664de2776 2018-05-13 21:53:06,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-13 21:53:06,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '68362c7e-86dd-4110-962c-a51664de2776'] 2018-05-13 21:53:07,982 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 68362c7e-86dd-4110-962c-a51664de2776: 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 68362c7e-86dd-4110-962c-a51664de2776 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.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | total | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | -> duration | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.605214 Full duration: 7.001859 -------------------------------------------------------------------------------- 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 68362c7e-86dd-4110-962c-a51664de2776 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.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> duration | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.824049 Full duration: 7.035238 -------------------------------------------------------------------------------- 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 68362c7e-86dd-4110-962c-a51664de2776 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.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 100.0% | 1 | | total | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> duration | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.806596 Full duration: 7.169665 -------------------------------------------------------------------------------- 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 68362c7e-86dd-4110-962c-a51664de2776 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.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | total | 1.367 | 1.367 | 1.367 | 1.367 | 1.367 | 1.367 | 100.0% | 1 | | -> duration | 1.367 | 1.367 | 1.367 | 1.367 | 1.367 | 1.367 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.366555 Full duration: 7.8934 -------------------------------------------------------------------------------- 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 68362c7e-86dd-4110-962c-a51664de2776 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.437 | 0.437 | 0.437 | 0.437 | 0.437 | 0.437 | 100.0% | 1 | | total | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 100.0% | 1 | | -> duration | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.01842 Full duration: 7.328912 -------------------------------------------------------------------------------- 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 68362c7e-86dd-4110-962c-a51664de2776 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 100.0% | 1 | | total | 0.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.845894 Full duration: 7.25274 HINTS: * To plot HTML graphics with this data, run: rally task report 68362c7e-86dd-4110-962c-a51664de2776 --out output.html * To generate a JUnit report, run: rally task export 68362c7e-86dd-4110-962c-a51664de2776 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 68362c7e-86dd-4110-962c-a51664de2776 --json --out output.json 2018-05-13 21:53:07,983 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '68362c7e-86dd-4110-962c-a51664de2776'] 2018-05-13 21:53:09,285 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-13 21:53:09,286 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '68362c7e-86dd-4110-962c-a51664de2776', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-13 21:53:09,290 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-13 21:53:09,290 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-13 21:53:09,290 - 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-05-13 21:53:09,290 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-13 21:53:09,301 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-13 21:53:09,302 - 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': 'ext-net', 'service_list': ['glance'], 'concurrency': 4, 'netid': 'a20ea2b9-2caf-4219-984d-638258a5617b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-db59daec-fe1d-436e-b9af-4735f3632ac2', 'flavor_name': 'rally-tiny-db59daec-fe1d-436e-b9af-4735f3632ac2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-db59daec-fe1d-436e-b9af-4735f3632ac2', '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-05-13 21:54:29,009 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 44affaae-6676-4866-acd8-2c01d2e55103 2018-05-13 21:54:29,009 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '44affaae-6676-4866-acd8-2c01d2e55103'] 2018-05-13 21:54:30,278 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 44affaae-6676-4866-acd8-2c01d2e55103: 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 44affaae-6676-4866-acd8-2c01d2e55103 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.386 | 3.386 | 3.386 | 3.386 | 3.386 | 3.386 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.069 | 0.069 | 0.069 | 0.069 | 0.069 | 0.069 | 100.0% | 1 | | -> glance_v2.upload_data | 1.13 | 1.13 | 1.13 | 1.13 | 1.13 | 1.13 | 100.0% | 1 | | glance_v2.delete_image | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 100.0% | 1 | | total | 4.405 | 4.405 | 4.405 | 4.405 | 4.405 | 4.405 | 100.0% | 1 | | -> duration | 4.405 | 4.405 | 4.405 | 4.405 | 4.405 | 4.405 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.405402 Full duration: 12.598598 -------------------------------------------------------------------------------- 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 44affaae-6676-4866-acd8-2c01d2e55103 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.077 | 3.077 | 3.077 | 3.077 | 3.077 | 3.077 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 100.0% | 1 | | -> glance_v2.upload_data | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | glance_v2.list_images | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 3.154 | 3.154 | 3.154 | 3.154 | 3.154 | 3.154 | 100.0% | 1 | | -> duration | 3.154 | 3.154 | 3.154 | 3.154 | 3.154 | 3.154 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.154206 Full duration: 13.595049 -------------------------------------------------------------------------------- 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 44affaae-6676-4866-acd8-2c01d2e55103 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.161 | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 100.0% | 1 | | total | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 100.0% | 1 | | -> duration | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.160775 Full duration: 7.64398 -------------------------------------------------------------------------------- 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-db59daec-fe1d-436e-b9af-4735f3632ac2" }, "number_instances": 2, "nics": [ { "net-id": "a20ea2b9-2caf-4219-984d-638258a5617b" } ] }, "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 44affaae-6676-4866-acd8-2c01d2e55103 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.408 | 3.408 | 3.408 | 3.408 | 3.408 | 3.408 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.064 | 0.064 | 0.064 | 0.064 | 0.064 | 0.064 | 100.0% | 1 | | -> glance_v2.upload_data | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | nova.boot_servers | 7.585 | 7.585 | 7.585 | 7.585 | 7.585 | 7.585 | 100.0% | 1 | | total | 10.994 | 10.994 | 10.994 | 10.994 | 10.994 | 10.994 | 100.0% | 1 | | -> duration | 9.994 | 9.994 | 9.994 | 9.994 | 9.994 | 9.994 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.994016 Full duration: 29.36715 HINTS: * To plot HTML graphics with this data, run: rally task report 44affaae-6676-4866-acd8-2c01d2e55103 --out output.html * To generate a JUnit report, run: rally task export 44affaae-6676-4866-acd8-2c01d2e55103 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 44affaae-6676-4866-acd8-2c01d2e55103 --json --out output.json 2018-05-13 21:54:30,278 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '44affaae-6676-4866-acd8-2c01d2e55103'] 2018-05-13 21:54:31,553 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-13 21:54:31,554 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '44affaae-6676-4866-acd8-2c01d2e55103', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-13 21:54:31,558 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-13 21:54:31,559 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-13 21:54:31,559 - 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-05-13 21:54:31,559 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-13 21:54:31,569 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-13 21:54:31,587 - 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': 'ext-net', 'service_list': ['cinder'], 'concurrency': 4, 'netid': 'a20ea2b9-2caf-4219-984d-638258a5617b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-db59daec-fe1d-436e-b9af-4735f3632ac2', 'flavor_name': 'rally-tiny-db59daec-fe1d-436e-b9af-4735f3632ac2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-db59daec-fe1d-436e-b9af-4735f3632ac2', '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-05-13 21:57:30,620 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f6b7941c-a619-4468-a3e3-bf7a8ffff0a8 2018-05-13 21:57:30,620 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f6b7941c-a619-4468-a3e3-bf7a8ffff0a8'] 2018-05-13 21:57:31,965 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f6b7941c-a619-4468-a3e3-bf7a8ffff0a8: 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 f6b7941c-a619-4468-a3e3-bf7a8ffff0a8 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 | 2.798 | 2.798 | 2.798 | 2.798 | 2.798 | 2.798 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.223 | 2.223 | 2.223 | 2.223 | 2.223 | 2.223 | 100.0% | 1 | | total | 5.021 | 5.021 | 5.021 | 5.021 | 5.021 | 5.021 | 100.0% | 1 | | -> duration | 5.021 | 5.021 | 5.021 | 5.021 | 5.021 | 5.021 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.020685 Full duration: 22.514943 -------------------------------------------------------------------------------- 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 f6b7941c-a619-4468-a3e3-bf7a8ffff0a8 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.475 | 3.475 | 3.475 | 3.475 | 3.475 | 3.475 | 100.0% | 1 | | cinder_v2.delete_volume | 2.245 | 2.245 | 2.245 | 2.245 | 2.245 | 2.245 | 100.0% | 1 | | total | 5.72 | 5.72 | 5.72 | 5.72 | 5.72 | 5.72 | 100.0% | 1 | | -> duration | 5.72 | 5.72 | 5.72 | 5.72 | 5.72 | 5.72 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.719636 Full duration: 14.819808 -------------------------------------------------------------------------------- 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-db59daec-fe1d-436e-b9af-4735f3632ac2" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task f6b7941c-a619-4468-a3e3-bf7a8ffff0a8 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.554 | 5.554 | 5.554 | 5.554 | 5.554 | 5.554 | 100.0% | 1 | | cinder_v2.delete_volume | 2.228 | 2.228 | 2.228 | 2.228 | 2.228 | 2.228 | 100.0% | 1 | | total | 7.783 | 7.783 | 7.783 | 7.783 | 7.783 | 7.783 | 100.0% | 1 | | -> duration | 7.783 | 7.783 | 7.783 | 7.783 | 7.783 | 7.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.782732 Full duration: 17.573597 -------------------------------------------------------------------------------- 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 f6b7941c-a619-4468-a3e3-bf7a8ffff0a8 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.5 | 3.5 | 3.5 | 3.5 | 3.5 | 3.5 | 100.0% | 1 | | cinder_v2.delete_volume | 2.216 | 2.216 | 2.216 | 2.216 | 2.216 | 2.216 | 100.0% | 1 | | total | 5.716 | 5.716 | 5.716 | 5.716 | 5.716 | 5.716 | 100.0% | 1 | | -> duration | 5.716 | 5.716 | 5.716 | 5.716 | 5.716 | 5.716 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.716265 Full duration: 15.349927 -------------------------------------------------------------------------------- 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 f6b7941c-a619-4468-a3e3-bf7a8ffff0a8 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.071 | 3.071 | 3.071 | 3.071 | 3.071 | 3.071 | 100.0% | 1 | | cinder_v2.extend_volume | 2.29 | 2.29 | 2.29 | 2.29 | 2.29 | 2.29 | 100.0% | 1 | | cinder_v2.delete_volume | 2.23 | 2.23 | 2.23 | 2.23 | 2.23 | 2.23 | 100.0% | 1 | | total | 7.591 | 7.591 | 7.591 | 7.591 | 7.591 | 7.591 | 100.0% | 1 | | -> duration | 7.591 | 7.591 | 7.591 | 7.591 | 7.591 | 7.591 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.591464 Full duration: 16.659229 -------------------------------------------------------------------------------- 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 f6b7941c-a619-4468-a3e3-bf7a8ffff0a8 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.125 | 3.125 | 3.125 | 3.125 | 3.125 | 3.125 | 100.0% | 1 | | cinder_v2.delete_volume | 2.444 | 2.444 | 2.444 | 2.444 | 2.444 | 2.444 | 100.0% | 1 | | total | 5.569 | 5.569 | 5.569 | 5.569 | 5.569 | 5.569 | 100.0% | 1 | | -> duration | 5.569 | 5.569 | 5.569 | 5.569 | 5.569 | 5.569 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.568794 Full duration: 22.01823 -------------------------------------------------------------------------------- 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 f6b7941c-a619-4468-a3e3-bf7a8ffff0a8 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.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | cinder_v2.list_qos | 0.027 | 0.027 | 0.027 | 0.027 | 0.027 | 0.027 | 100.0% | 1 | | total | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | -> duration | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.673073 Full duration: 12.016993 -------------------------------------------------------------------------------- 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 f6b7941c-a619-4468-a3e3-bf7a8ffff0a8 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.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | cinder_v2.set_qos | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | total | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | -> duration | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.666091 Full duration: 11.343035 -------------------------------------------------------------------------------- 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 f6b7941c-a619-4468-a3e3-bf7a8ffff0a8 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.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | cinder_v2.list_types | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 100.0% | 1 | | total | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | -> duration | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.691462 Full duration: 11.319131 -------------------------------------------------------------------------------- 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 f6b7941c-a619-4468-a3e3-bf7a8ffff0a8 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.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.059 | 0.059 | 0.059 | 0.059 | 0.059 | 0.059 | 100.0% | 1 | | total | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | -> duration | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.756763 Full duration: 11.836252 HINTS: * To plot HTML graphics with this data, run: rally task report f6b7941c-a619-4468-a3e3-bf7a8ffff0a8 --out output.html * To generate a JUnit report, run: rally task export f6b7941c-a619-4468-a3e3-bf7a8ffff0a8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f6b7941c-a619-4468-a3e3-bf7a8ffff0a8 --json --out output.json 2018-05-13 21:57:31,965 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f6b7941c-a619-4468-a3e3-bf7a8ffff0a8'] 2018-05-13 21:57:33,262 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-13 21:57:33,262 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f6b7941c-a619-4468-a3e3-bf7a8ffff0a8', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-13 21:57:33,267 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-13 21:57:33,268 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-13 21:57:33,268 - 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-05-13 21:57:33,268 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-13 21:57:33,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-13 21:57:33,303 - 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': 'ext-net', 'service_list': ['heat'], 'concurrency': 4, 'netid': 'a20ea2b9-2caf-4219-984d-638258a5617b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-db59daec-fe1d-436e-b9af-4735f3632ac2', 'flavor_name': 'rally-tiny-db59daec-fe1d-436e-b9af-4735f3632ac2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-db59daec-fe1d-436e-b9af-4735f3632ac2', '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-05-13 21:59:00,992 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 887c03e4-3b78-4ed2-a8d2-595d8b54ec13 2018-05-13 21:59:00,993 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '887c03e4-3b78-4ed2-a8d2-595d8b54ec13'] 2018-05-13 21:59:02,259 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 887c03e4-3b78-4ed2-a8d2-595d8b54ec13: 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 887c03e4-3b78-4ed2-a8d2-595d8b54ec13 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.768 | 4.768 | 4.768 | 4.768 | 4.768 | 4.768 | 100.0% | 1 | | heat.update_stack | 2.358 | 2.358 | 2.358 | 2.358 | 2.358 | 2.358 | 100.0% | 1 | | heat.delete_stack | 2.309 | 2.309 | 2.309 | 2.309 | 2.309 | 2.309 | 100.0% | 1 | | total | 9.435 | 9.435 | 9.435 | 9.435 | 9.435 | 9.435 | 100.0% | 1 | | -> duration | 5.435 | 5.435 | 5.435 | 5.435 | 5.435 | 5.435 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.435446 Full duration: 20.742045 -------------------------------------------------------------------------------- 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 887c03e4-3b78-4ed2-a8d2-595d8b54ec13 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.629 | 4.629 | 4.629 | 4.629 | 4.629 | 4.629 | 100.0% | 1 | | heat.check_stack | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 100.0% | 1 | | heat.delete_stack | 2.338 | 2.338 | 2.338 | 2.338 | 2.338 | 2.338 | 100.0% | 1 | | total | 7.269 | 7.269 | 7.269 | 7.269 | 7.269 | 7.269 | 100.0% | 1 | | -> duration | 5.269 | 5.269 | 5.269 | 5.269 | 5.269 | 5.269 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.269146 Full duration: 17.710573 -------------------------------------------------------------------------------- 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 887c03e4-3b78-4ed2-a8d2-595d8b54ec13 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.214 | 4.214 | 4.214 | 4.214 | 4.214 | 4.214 | 100.0% | 1 | | heat.suspend_stack | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | heat.resume_stack | 1.352 | 1.352 | 1.352 | 1.352 | 1.352 | 1.352 | 100.0% | 1 | | heat.delete_stack | 2.395 | 2.395 | 2.395 | 2.395 | 2.395 | 2.395 | 100.0% | 1 | | total | 8.554 | 8.554 | 8.554 | 8.554 | 8.554 | 8.554 | 100.0% | 1 | | -> duration | 6.554 | 6.554 | 6.554 | 6.554 | 6.554 | 6.554 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.554227 Full duration: 18.871177 -------------------------------------------------------------------------------- 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 887c03e4-3b78-4ed2-a8d2-595d8b54ec13 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.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | total | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> duration | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.72462 Full duration: 10.210152 HINTS: * To plot HTML graphics with this data, run: rally task report 887c03e4-3b78-4ed2-a8d2-595d8b54ec13 --out output.html * To generate a JUnit report, run: rally task export 887c03e4-3b78-4ed2-a8d2-595d8b54ec13 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 887c03e4-3b78-4ed2-a8d2-595d8b54ec13 --json --out output.json 2018-05-13 21:59:02,260 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '887c03e4-3b78-4ed2-a8d2-595d8b54ec13'] 2018-05-13 21:59:03,513 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-13 21:59:03,513 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '887c03e4-3b78-4ed2-a8d2-595d8b54ec13', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-13 21:59:03,517 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-13 21:59:03,518 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-13 21:59:03,518 - 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-05-13 21:59:03,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-13 21:59:03,528 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-13 21:59:03,548 - 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': 'ext-net', 'service_list': ['keystone'], 'concurrency': 4, 'netid': 'a20ea2b9-2caf-4219-984d-638258a5617b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-db59daec-fe1d-436e-b9af-4735f3632ac2', 'flavor_name': 'rally-tiny-db59daec-fe1d-436e-b9af-4735f3632ac2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-db59daec-fe1d-436e-b9af-4735f3632ac2', '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-05-13 22:02:05,425 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : db3d299a-87dc-47e4-b9b3-8433a5c69cb1 2018-05-13 22:02:05,425 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'db3d299a-87dc-47e4-b9b3-8433a5c69cb1'] 2018-05-13 22:02:06,848 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task db3d299a-87dc-47e4-b9b3-8433a5c69cb1: 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 db3d299a-87dc-47e4-b9b3-8433a5c69cb1 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | keystone_v3.add_role | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | keystone_v3.revoke_role | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | total | 1.009 | 1.009 | 1.009 | 1.009 | 1.009 | 1.009 | 100.0% | 1 | | -> duration | 1.009 | 1.009 | 1.009 | 1.009 | 1.009 | 1.009 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.008866 Full duration: 14.448546 -------------------------------------------------------------------------------- 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 db3d299a-87dc-47e4-b9b3-8433a5c69cb1 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | keystone_v3.add_role | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 100.0% | 1 | | keystone_v3.list_roles | 0.03 | 0.03 | 0.03 | 0.03 | 0.03 | 0.03 | 100.0% | 1 | | total | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | -> duration | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.56688 Full duration: 14.344567 -------------------------------------------------------------------------------- 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 db3d299a-87dc-47e4-b9b3-8433a5c69cb1 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.551 | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 100.0% | 1 | | keystone_v3.list_projects | 0.025 | 0.025 | 0.025 | 0.025 | 0.025 | 0.025 | 100.0% | 1 | | total | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 100.0% | 1 | | -> duration | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.576317 Full duration: 14.469598 -------------------------------------------------------------------------------- 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 db3d299a-87dc-47e4-b9b3-8433a5c69cb1 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.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | keystone_v3.delete_role | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 100.0% | 1 | | total | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | -> duration | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.527058 Full duration: 11.880912 -------------------------------------------------------------------------------- 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 db3d299a-87dc-47e4-b9b3-8433a5c69cb1 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.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 100.0% | 1 | | keystone_v3.delete_service | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | total | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> duration | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.580878 Full duration: 11.994944 -------------------------------------------------------------------------------- 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 db3d299a-87dc-47e4-b9b3-8433a5c69cb1 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.554 | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 100.0% | 1 | | keystone_v3.create_user | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.024 | 0.024 | 0.024 | 0.024 | 0.024 | 0.024 | 100.0% | 1 | | -> keystone_v3.add_role | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 100.0% | 1 | | keystone_v3.create_role | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 100.0% | 1 | | keystone_v3.get_project | 0.02 | 0.02 | 0.02 | 0.02 | 0.02 | 0.02 | 100.0% | 1 | | keystone_v3.get_user | 0.021 | 0.021 | 0.021 | 0.021 | 0.021 | 0.021 | 100.0% | 1 | | keystone_v3.get_role | 0.021 | 0.021 | 0.021 | 0.021 | 0.021 | 0.021 | 100.0% | 1 | | keystone_v3.list_services | 0.023 | 0.023 | 0.023 | 0.023 | 0.023 | 0.023 | 100.0% | 1 | | keystone_v3.get_services | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 100.0% | 1 | | total | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | -> duration | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.89708 Full duration: 18.626152 -------------------------------------------------------------------------------- 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 db3d299a-87dc-47e4-b9b3-8433a5c69cb1 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.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | keystone_v3.update_project | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 100.0% | 1 | | keystone_v3.delete_project | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 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.835488 Full duration: 12.348438 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task db3d299a-87dc-47e4-b9b3-8433a5c69cb1 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.537 | 0.537 | 0.537 | 0.537 | 0.537 | 0.537 | 100.0% | 1 | | total | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | -> duration | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.584108 Full duration: 14.029693 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task db3d299a-87dc-47e4-b9b3-8433a5c69cb1 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.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | total | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | -> duration | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.530417 Full duration: 14.017078 -------------------------------------------------------------------------------- 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 db3d299a-87dc-47e4-b9b3-8433a5c69cb1 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.541 | 0.541 | 0.541 | 0.541 | 0.541 | 0.541 | 100.0% | 1 | | keystone_v3.list_users | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 100.0% | 1 | | total | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | -> duration | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.647134 Full duration: 14.394918 -------------------------------------------------------------------------------- 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 db3d299a-87dc-47e4-b9b3-8433a5c69cb1 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.54 | 0.54 | 0.54 | 0.54 | 0.54 | 0.54 | 100.0% | 1 | | keystone_v3.create_users | 1.753 | 1.753 | 1.753 | 1.753 | 1.753 | 1.753 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 1.753 | 1.753 | 1.753 | 1.753 | 1.753 | 1.753 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | total | 2.519 | 2.519 | 2.519 | 2.519 | 2.519 | 2.519 | 100.0% | 1 | | -> duration | 2.519 | 2.519 | 2.519 | 2.519 | 2.519 | 2.519 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.518837 Full duration: 19.079844 HINTS: * To plot HTML graphics with this data, run: rally task report db3d299a-87dc-47e4-b9b3-8433a5c69cb1 --out output.html * To generate a JUnit report, run: rally task export db3d299a-87dc-47e4-b9b3-8433a5c69cb1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report db3d299a-87dc-47e4-b9b3-8433a5c69cb1 --json --out output.json 2018-05-13 22:02:06,848 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'db3d299a-87dc-47e4-b9b3-8433a5c69cb1'] 2018-05-13 22:02:08,159 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-13 22:02:08,159 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'db3d299a-87dc-47e4-b9b3-8433a5c69cb1', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-13 22:02:08,165 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-13 22:02:08,165 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-13 22:02:08,166 - 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-05-13 22:02:08,166 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-13 22:02:08,175 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-13 22:02:08,198 - 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': 'ext-net', 'service_list': ['neutron'], 'concurrency': 4, 'netid': 'a20ea2b9-2caf-4219-984d-638258a5617b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-db59daec-fe1d-436e-b9af-4735f3632ac2', 'flavor_name': 'rally-tiny-db59daec-fe1d-436e-b9af-4735f3632ac2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-db59daec-fe1d-436e-b9af-4735f3632ac2', '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-05-13 22:07:17,788 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a92e296c-6438-4e4d-b317-835ce78f97ab 2018-05-13 22:07:17,789 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a92e296c-6438-4e4d-b317-835ce78f97ab'] 2018-05-13 22:07:19,117 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a92e296c-6438-4e4d-b317-835ce78f97ab: 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 a92e296c-6438-4e4d-b317-835ce78f97ab 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.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 100.0% | 1 | | neutron.delete_network | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 100.0% | 1 | | total | 2.366 | 2.366 | 2.366 | 2.366 | 2.366 | 2.366 | 100.0% | 1 | | -> duration | 2.366 | 2.366 | 2.366 | 2.366 | 2.366 | 2.366 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.365818 Full duration: 14.7011 -------------------------------------------------------------------------------- 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 a92e296c-6438-4e4d-b317-835ce78f97ab 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.889 | 1.889 | 1.889 | 1.889 | 1.889 | 1.889 | 100.0% | 1 | | neutron.delete_port | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | total | 2.589 | 2.589 | 2.589 | 2.589 | 2.589 | 2.589 | 100.0% | 1 | | -> duration | 2.589 | 2.589 | 2.589 | 2.589 | 2.589 | 2.589 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.588715 Full duration: 30.41448 -------------------------------------------------------------------------------- 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 a92e296c-6438-4e4d-b317-835ce78f97ab 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.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | neutron.create_subnet | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | neutron.create_router | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | neutron.add_interface_router | 2.376 | 2.376 | 2.376 | 2.376 | 2.376 | 2.376 | 100.0% | 1 | | neutron.remove_interface_router | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 100.0% | 1 | | neutron.delete_router | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | total | 6.37 | 6.37 | 6.37 | 6.37 | 6.37 | 6.37 | 100.0% | 1 | | -> duration | 6.37 | 6.37 | 6.37 | 6.37 | 6.37 | 6.37 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.370415 Full duration: 38.699837 -------------------------------------------------------------------------------- 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 a92e296c-6438-4e4d-b317-835ce78f97ab has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 100.0% | 1 | | neutron.delete_subnet | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | total | 2.298 | 2.298 | 2.298 | 2.298 | 2.298 | 2.298 | 100.0% | 1 | | -> duration | 2.298 | 2.298 | 2.298 | 2.298 | 2.298 | 2.298 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.297677 Full duration: 28.179195 -------------------------------------------------------------------------------- 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 a92e296c-6438-4e4d-b317-835ce78f97ab 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.101 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 100.0% | 1 | | neutron.list_networks | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 100.0% | 1 | | total | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 100.0% | 1 | | -> duration | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.273401 Full duration: 15.968337 -------------------------------------------------------------------------------- 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 a92e296c-6438-4e4d-b317-835ce78f97ab 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.652 | 1.652 | 1.652 | 1.652 | 1.652 | 1.652 | 100.0% | 1 | | neutron.list_ports | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 100.0% | 1 | | total | 1.777 | 1.777 | 1.777 | 1.777 | 1.777 | 1.777 | 100.0% | 1 | | -> duration | 1.777 | 1.777 | 1.777 | 1.777 | 1.777 | 1.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.776626 Full duration: 29.268528 -------------------------------------------------------------------------------- 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 a92e296c-6438-4e4d-b317-835ce78f97ab 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.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | neutron.create_subnet | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | neutron.create_router | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | neutron.add_interface_router | 2.43 | 2.43 | 2.43 | 2.43 | 2.43 | 2.43 | 100.0% | 1 | | neutron.list_routers | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | total | 4.431 | 4.431 | 4.431 | 4.431 | 4.431 | 4.431 | 100.0% | 1 | | -> duration | 4.431 | 4.431 | 4.431 | 4.431 | 4.431 | 4.431 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.431497 Full duration: 39.5948 -------------------------------------------------------------------------------- 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 a92e296c-6438-4e4d-b317-835ce78f97ab 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.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | neutron.create_subnet | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 100.0% | 1 | | neutron.list_subnets | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 1.993 | 1.993 | 1.993 | 1.993 | 1.993 | 1.993 | 100.0% | 1 | | -> duration | 1.993 | 1.993 | 1.993 | 1.993 | 1.993 | 1.993 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.992814 Full duration: 32.878759 -------------------------------------------------------------------------------- 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 a92e296c-6438-4e4d-b317-835ce78f97ab 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.999 | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 100.0% | 1 | | neutron.delete_security_group | 0.406 | 0.406 | 0.406 | 0.406 | 0.406 | 0.406 | 100.0% | 1 | | total | 1.406 | 1.406 | 1.406 | 1.406 | 1.406 | 1.406 | 100.0% | 1 | | -> duration | 1.406 | 1.406 | 1.406 | 1.406 | 1.406 | 1.406 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.405637 Full duration: 13.421951 -------------------------------------------------------------------------------- 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 a92e296c-6438-4e4d-b317-835ce78f97ab 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.979 | 0.979 | 0.979 | 0.979 | 0.979 | 0.979 | 100.0% | 1 | | neutron.create_security_group_rule | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | neutron.delete_security_group | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 100.0% | 1 | | -> duration | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.486894 Full duration: 13.781435 -------------------------------------------------------------------------------- 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 a92e296c-6438-4e4d-b317-835ce78f97ab 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.073 | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 100.0% | 1 | | neutron.create_router | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | neutron.add_gateway_router | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 100.0% | 1 | | neutron.remove_gateway_router | 2.022 | 2.022 | 2.022 | 2.022 | 2.022 | 2.022 | 100.0% | 1 | | total | 5.028 | 5.028 | 5.028 | 5.028 | 5.028 | 5.028 | 100.0% | 1 | | -> duration | 5.028 | 5.028 | 5.028 | 5.028 | 5.028 | 5.028 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.027967 Full duration: 24.530572 HINTS: * To plot HTML graphics with this data, run: rally task report a92e296c-6438-4e4d-b317-835ce78f97ab --out output.html * To generate a JUnit report, run: rally task export a92e296c-6438-4e4d-b317-835ce78f97ab --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a92e296c-6438-4e4d-b317-835ce78f97ab --json --out output.json 2018-05-13 22:07:19,117 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a92e296c-6438-4e4d-b317-835ce78f97ab'] 2018-05-13 22:07:20,469 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-13 22:07:20,469 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a92e296c-6438-4e4d-b317-835ce78f97ab', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-13 22:07:20,474 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-13 22:07:20,474 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-13 22:07:20,474 - 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-05-13 22:07:20,475 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-13 22:07:20,484 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-13 22:07:20,504 - 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': 'ext-net', 'service_list': ['nova'], 'concurrency': 4, 'netid': 'a20ea2b9-2caf-4219-984d-638258a5617b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-db59daec-fe1d-436e-b9af-4735f3632ac2', 'flavor_name': 'rally-tiny-db59daec-fe1d-436e-b9af-4735f3632ac2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-db59daec-fe1d-436e-b9af-4735f3632ac2', '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-05-13 22:10:17,086 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0e6ad121-ed1a-46ef-87be-b45e3c5b4d95 2018-05-13 22:10:17,086 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0e6ad121-ed1a-46ef-87be-b45e3c5b4d95'] 2018-05-13 22:10:18,397 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0e6ad121-ed1a-46ef-87be-b45e3c5b4d95: finished -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-db59daec-fe1d-436e-b9af-4735f3632ac2" }, "image": { "name": "Cirros-0.4.0-db59daec-fe1d-436e-b9af-4735f3632ac2" }, "server_kwargs": { "nics": [ { "net-id": "a20ea2b9-2caf-4219-984d-638258a5617b" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 0e6ad121-ed1a-46ef-87be-b45e3c5b4d95 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | nova.boot_server | 9.371 | 9.371 | 9.371 | 9.371 | 9.371 | 9.371 | 100.0% | 1 | | nova.delete_server | 2.65 | 2.65 | 2.65 | 2.65 | 2.65 | 2.65 | 100.0% | 1 | | nova.delete_keypair | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 100.0% | 1 | | total | 12.948 | 12.948 | 12.948 | 12.948 | 12.948 | 12.948 | 100.0% | 1 | | -> duration | 11.948 | 11.948 | 11.948 | 11.948 | 11.948 | 11.948 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.947524 Full duration: 34.447272 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-db59daec-fe1d-436e-b9af-4735f3632ac2" }, "image": { "name": "Cirros-0.4.0-db59daec-fe1d-436e-b9af-4735f3632ac2" }, "volume_size": 5, "nics": [ { "net-id": "a20ea2b9-2caf-4219-984d-638258a5617b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 0e6ad121-ed1a-46ef-87be-b45e3c5b4d95 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.395 | 5.395 | 5.395 | 5.395 | 5.395 | 5.395 | 100.0% | 1 | | nova.boot_server | 6.892 | 6.892 | 6.892 | 6.892 | 6.892 | 6.892 | 100.0% | 1 | | nova.delete_server | 2.605 | 2.605 | 2.605 | 2.605 | 2.605 | 2.605 | 100.0% | 1 | | total | 14.892 | 14.892 | 14.892 | 14.892 | 14.892 | 14.892 | 100.0% | 1 | | -> duration | 13.892 | 13.892 | 13.892 | 13.892 | 13.892 | 13.892 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.892492 Full duration: 40.611228 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-db59daec-fe1d-436e-b9af-4735f3632ac2" }, "image": { "name": "Cirros-0.4.0-db59daec-fe1d-436e-b9af-4735f3632ac2" }, "force_delete": false, "nics": [ { "net-id": "a20ea2b9-2caf-4219-984d-638258a5617b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 0e6ad121-ed1a-46ef-87be-b45e3c5b4d95 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.354 | 7.354 | 7.354 | 7.354 | 7.354 | 7.354 | 100.0% | 1 | | nova.pause_server | 2.638 | 2.638 | 2.638 | 2.638 | 2.638 | 2.638 | 100.0% | 1 | | nova.unpause_server | 2.548 | 2.548 | 2.548 | 2.548 | 2.548 | 2.548 | 100.0% | 1 | | nova.delete_server | 2.58 | 2.58 | 2.58 | 2.58 | 2.58 | 2.58 | 100.0% | 1 | | total | 15.121 | 15.121 | 15.121 | 15.121 | 15.121 | 15.121 | 100.0% | 1 | | -> duration | 10.121 | 10.121 | 10.121 | 10.121 | 10.121 | 10.121 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.120775 Full duration: 36.823586 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-db59daec-fe1d-436e-b9af-4735f3632ac2" }, "image": { "name": "Cirros-0.4.0-db59daec-fe1d-436e-b9af-4735f3632ac2" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 0e6ad121-ed1a-46ef-87be-b45e3c5b4d95 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.808 | 7.808 | 7.808 | 7.808 | 7.808 | 7.808 | 100.0% | 1 | | nova.list_interfaces | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | total | 7.993 | 7.993 | 7.993 | 7.993 | 7.993 | 7.993 | 100.0% | 1 | | -> duration | 6.993 | 6.993 | 6.993 | 6.993 | 6.993 | 6.993 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.993459 Full duration: 33.684983 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 0e6ad121-ed1a-46ef-87be-b45e3c5b4d95 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | nova.delete_server_group | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 100.0% | 1 | | total | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | -> duration | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.817762 Full duration: 8.991127 HINTS: * To plot HTML graphics with this data, run: rally task report 0e6ad121-ed1a-46ef-87be-b45e3c5b4d95 --out output.html * To generate a JUnit report, run: rally task export 0e6ad121-ed1a-46ef-87be-b45e3c5b4d95 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0e6ad121-ed1a-46ef-87be-b45e3c5b4d95 --json --out output.json 2018-05-13 22:10:18,398 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0e6ad121-ed1a-46ef-87be-b45e3c5b4d95'] 2018-05-13 22:10:19,676 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-13 22:10:19,676 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0e6ad121-ed1a-46ef-87be-b45e3c5b4d95', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-13 22:10:19,680 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-13 22:10:19,681 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-13 22:10:19,681 - 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-05-13 22:10:19,681 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-13 22:10:19,690 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-13 22:10:19,712 - 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': 'ext-net', 'service_list': ['quotas'], 'concurrency': 4, 'netid': 'a20ea2b9-2caf-4219-984d-638258a5617b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-db59daec-fe1d-436e-b9af-4735f3632ac2', 'flavor_name': 'rally-tiny-db59daec-fe1d-436e-b9af-4735f3632ac2', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-db59daec-fe1d-436e-b9af-4735f3632ac2', '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-05-13 22:11:10,257 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6f44b158-28e1-4277-b50a-b8f2e4110b12 2018-05-13 22:11:10,257 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '6f44b158-28e1-4277-b50a-b8f2e4110b12'] 2018-05-13 22:11:11,523 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 6f44b158-28e1-4277-b50a-b8f2e4110b12: 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 6f44b158-28e1-4277-b50a-b8f2e4110b12 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.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | quotas.delete_quotas | 0.027 | 0.027 | 0.027 | 0.027 | 0.027 | 0.027 | 100.0% | 1 | | total | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> duration | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.76203 Full duration: 8.103597 -------------------------------------------------------------------------------- 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 6f44b158-28e1-4277-b50a-b8f2e4110b12 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.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | total | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> duration | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.723793 Full duration: 8.110795 -------------------------------------------------------------------------------- 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 6f44b158-28e1-4277-b50a-b8f2e4110b12 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.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | total | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> duration | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.705455 Full duration: 7.969615 -------------------------------------------------------------------------------- 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 6f44b158-28e1-4277-b50a-b8f2e4110b12 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.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | total | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | -> duration | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.041825 Full duration: 8.472879 HINTS: * To plot HTML graphics with this data, run: rally task report 6f44b158-28e1-4277-b50a-b8f2e4110b12 --out output.html * To generate a JUnit report, run: rally task export 6f44b158-28e1-4277-b50a-b8f2e4110b12 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6f44b158-28e1-4277-b50a-b8f2e4110b12 --json --out output.json 2018-05-13 22:11:11,524 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '6f44b158-28e1-4277-b50a-b8f2e4110b12'] 2018-05-13 22:11:12,789 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-13 22:11:12,789 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '6f44b158-28e1-4277-b50a-b8f2e4110b12', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-13 22:11:12,793 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-13 22:11:12,795 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:43 | 6 | 100.00% | | glance | 01:03 | 4 | 100.00% | | cinder | 02:35 | 10 | 100.00% | | heat | 01:07 | 4 | 100.00% | | keystone | 02:39 | 11 | 100.00% | | neutron | 04:41 | 11 | 100.00% | | nova | 02:34 | 5 | 100.00% | | quotas | 00:32 | 4 | 100.00% | | | | | | | TOTAL: | 00:15:58 | 55 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-13 22:11:12,795 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-13 22:11:18,842 - xtesting.energy.energy - DEBUG - Stopping recording 2018-05-13 22:11:20,529 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-13 22:11:20,530 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 19:33 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-13 22:11:20,532 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-13 22:11:20,614 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-13 22:11:23,563 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-13 22:11:23.426 10433 INFO rally.deployment.engine [-] Deployment 98acbb21-75ab-4d2d-840f-cbff71a4ad99 | Starting: Destroy cloud and free allocated resources. 2018-05-13 22:11:23.438 10433 INFO rally.deployment.engine [-] Deployment 98acbb21-75ab-4d2d-840f-cbff71a4ad99 | Completed: Destroy cloud and free allocated resources. 2018-05-13 22:11:23.451 10433 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0fda878e-14d4-4c03-b46f-c4ded282e216). 2018-05-13 22:11:23.454 10433 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-13 22:11:26,483 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-13 22:11:26.361 10436 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=eb42387b-eda3-4cd5-9e57-987748dd3a86) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | eb42387b-eda3-4cd5-9e57-987748dd3a86 | 2018-05-13T22:11:26 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: eb42387b-eda3-4cd5-9e57-987748dd3a86 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-13 22:11:30,584 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-13 22:11:30,584 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-13 22:11:33,636 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-13 22:11:33.446 10442 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0fda878e-14d4-4c03-b46f-c4ded282e216). 2018-05-13 22:11:33.534 10442 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-13 22:11:37,688 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-13 22:11:36.433 10445 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-13 22:11:36.489 10445 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-13 22:11:37.546 10445 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=710998cb-5893-446d-a41b-2aa6e6682640) has been successfully created! Using verifier 'opnfv-tempest' (UUID=710998cb-5893-446d-a41b-2aa6e6682640) as the default verifier for the future CLI operations. 2018-05-13 22:11:41,713 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-13 22:11:43,552 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-13 22:11:47,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-13 22:11:53,136 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-13 22:11:52.184 10464 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=710998cb-5893-446d-a41b-2aa6e6682640) for deployment 'opnfv-rally' (UUID=eb42387b-eda3-4cd5-9e57-987748dd3a86). 2018-05-13 22:11:52.975 10464 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=710998cb-5893-446d-a41b-2aa6e6682640) has been successfully configured for deployment 'opnfv-rally' (UUID=eb42387b-eda3-4cd5-9e57-987748dd3a86)! 2018-05-13 22:11:53,136 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-13 22:11:53,136 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-13 22:11:53,138 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-13 22:11:56,371 - 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-05-13 22:11:59,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:11:59.218 10476 INFO rally.api [-] Starting verification (UUID=5c387a16-9b9f-4415-bb29-dffa30ddebb8) for deployment 'opnfv-rally' (UUID=eb42387b-eda3-4cd5-9e57-987748dd3a86) by verifier 'opnfv-tempest' (UUID=710998cb-5893-446d-a41b-2aa6e6682640). 2018-05-13 22:11:59,219 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 5c387a16-9b9f-4415-bb29-dffa30ddebb8 2018-05-13 22:12:13,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:13.553 10476 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.109s] 2018-05-13 22:12:14,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:14.647 10476 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [1.607s] 2018-05-13 22:12:14,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:14.933 10476 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.308s] 2018-05-13 22:12:15,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:15.855 10476 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.921s] 2018-05-13 22:12:16,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:16.087 10476 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [1.440s] 2018-05-13 22:12:17,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:17.027 10476 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.939s] 2018-05-13 22:12:18,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:18.240 10476 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.882s] 2018-05-13 22:12:18,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:18.773 10476 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.915s] 2018-05-13 22:12:19,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:19.722 10476 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.950s] 2018-05-13 22:12:21,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:21.623 10476 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.898s] 2018-05-13 22:12:22,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:22.558 10476 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.381s] 2018-05-13 22:12:22,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:22.902 10476 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.342s] 2018-05-13 22:12:23,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:23.025 10476 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.404s] 2018-05-13 22:12:23,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:23.353 10476 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.451s] 2018-05-13 22:12:24,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:24.158 10476 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.805s] 2018-05-13 22:12:24,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:24.798 10476 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.229s] 2018-05-13 22:12:24,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:24.957 10476 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.360s] 2018-05-13 22:12:25,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:25.021 10476 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.221s] 2018-05-13 22:12:25,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:25.026 10476 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.193s] 2018-05-13 22:12:25,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:25.153 10476 INFO opnfv-tempest [-] {28} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.017s] 2018-05-13 22:12:25,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:25.181 10476 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.224s] 2018-05-13 22:12:25,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:25.295 10476 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.055s] 2018-05-13 22:12:26,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:26.216 10476 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [2.056s] 2018-05-13 22:12:27,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:27.177 10476 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.961s] 2018-05-13 22:12:27,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:27.473 10476 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.617s] 2018-05-13 22:12:27,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:27.968 10476 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [4.941s] 2018-05-13 22:12:28,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:28.138 10476 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.080s] 2018-05-13 22:12:28,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:28.163 10476 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.025s] 2018-05-13 22:12:28,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:28.380 10476 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.217s] 2018-05-13 22:12:28,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:28.394 10476 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.014s] 2018-05-13 22:12:28,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:28.427 10476 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.032s] 2018-05-13 22:12:28,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:28.455 10476 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.981s] 2018-05-13 22:12:28,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:28.474 10476 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.422s] 2018-05-13 22:12:28,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:28.972 10476 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [1.005s] 2018-05-13 22:12:29,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:29.020 10476 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.971s] 2018-05-13 22:12:29,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:29.404 10476 INFO opnfv-tempest [-] {25} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.194s] 2018-05-13 22:12:29,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:29.471 10476 INFO opnfv-tempest [-] {25} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.067s] 2018-05-13 22:12:29,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:29.736 10476 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.261s] 2018-05-13 22:12:29,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:29.952 10476 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.931s] 2018-05-13 22:12:30,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:30.260 10476 INFO opnfv-tempest [-] {24} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.293s] 2018-05-13 22:12:30,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:30.324 10476 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.656s] 2018-05-13 22:12:30,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:30.596 10476 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.932s] 2018-05-13 22:12:30,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:30.660 10476 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.708s] 2018-05-13 22:12:30,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:30.829 10476 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [7.159s] 2018-05-13 22:12:31,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:31.252 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [1.301s] 2018-05-13 22:12:33,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:33.244 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.169s] 2018-05-13 22:12:33,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:33.363 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.119s] 2018-05-13 22:12:33,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:33.540 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.177s] 2018-05-13 22:12:34,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:34.042 10476 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.262s] 2018-05-13 22:12:34,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:34.242 10476 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.200s] 2018-05-13 22:12:34,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:34.360 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.819s] 2018-05-13 22:12:34,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:34.446 10476 INFO opnfv-tempest [-] {30} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [5.541s] 2018-05-13 22:12:34,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:34.861 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.500s] 2018-05-13 22:12:35,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:35.462 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.601s] 2018-05-13 22:12:35,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:35.540 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.078s] 2018-05-13 22:12:35,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:35.695 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.154s] 2018-05-13 22:12:35,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:35.994 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.298s] 2018-05-13 22:12:36,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:36.197 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.202s] 2018-05-13 22:12:36,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:36.296 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.099s] 2018-05-13 22:12:36,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:36.509 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.212s] 2018-05-13 22:12:36,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:36.759 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.250s] 2018-05-13 22:12:36,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:36.985 10476 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.916s] 2018-05-13 22:12:37,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:37.012 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.253s] 2018-05-13 22:12:37,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:37.061 10476 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.075s] 2018-05-13 22:12:37,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:37.179 10476 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.167s] 2018-05-13 22:12:37,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:37.270 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.079s] 2018-05-13 22:12:37,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:37.337 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.066s] 2018-05-13 22:12:37,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:37.533 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.194s] 2018-05-13 22:12:37,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:37.672 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.140s] 2018-05-13 22:12:37,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:37.706 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.033s] 2018-05-13 22:12:37,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:37.730 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.024s] 2018-05-13 22:12:37,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:37.839 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.108s] 2018-05-13 22:12:37,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:37.923 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.084s] 2018-05-13 22:12:37,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:37.936 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.013s] 2018-05-13 22:12:37,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:37.995 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.059s] 2018-05-13 22:12:38,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:38.009 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.014s] 2018-05-13 22:12:38,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:38.188 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.179s] 2018-05-13 22:12:38,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:38.355 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.166s] 2018-05-13 22:12:38,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:38.458 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.103s] 2018-05-13 22:12:38,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:38.557 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.098s] 2018-05-13 22:12:39,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:39.885 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.328s] 2018-05-13 22:12:40,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:40.001 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.115s] 2018-05-13 22:12:40,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:40.229 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.228s] 2018-05-13 22:12:40,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:40.260 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.030s] 2018-05-13 22:12:40,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:40.348 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.088s] 2018-05-13 22:12:40,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:40.483 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.135s] 2018-05-13 22:12:40,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:40.553 10476 INFO opnfv-tempest [-] {19} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [9.505s] 2018-05-13 22:12:40,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:40.638 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.154s] 2018-05-13 22:12:40,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:40.808 10476 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.170s] 2018-05-13 22:12:42,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:42.266 10476 INFO opnfv-tempest [-] {38} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.501s] 2018-05-13 22:12:42,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:42.832 10476 INFO opnfv-tempest [-] {38} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.566s] 2018-05-13 22:12:44,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:44.660 10476 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [18.820s] 2018-05-13 22:12:45,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:45.332 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [14.078s] 2018-05-13 22:12:45,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:45.859 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [17.957s] 2018-05-13 22:12:49,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:49.632 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [2.570s] 2018-05-13 22:12:51,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:51.254 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [5.921s] 2018-05-13 22:12:53,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:53.646 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [4.014s] 2018-05-13 22:12:54,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:54.219 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.964s] 2018-05-13 22:12:56,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:56.295 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [2.648s] 2018-05-13 22:12:58,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:58.600 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [4.380s] 2018-05-13 22:12:58,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:12:58.655 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [2.359s] 2018-05-13 22:13:01,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:01.647 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.024s] 2018-05-13 22:13:01,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:01.669 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.021s] 2018-05-13 22:13:01,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:01.720 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [3.063s] 2018-05-13 22:13:01,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:01.782 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.112s] 2018-05-13 22:13:01,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:01.839 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.058s] 2018-05-13 22:13:01,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:01.921 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.082s] 2018-05-13 22:13:01,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:01.971 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [16.112s] 2018-05-13 22:13:02,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:02.023 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.101s] 2018-05-13 22:13:02,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:02.182 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.159s] 2018-05-13 22:13:02,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:02.278 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.094s] 2018-05-13 22:13:02,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:02.417 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.139s] 2018-05-13 22:13:02,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:02.556 10476 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.139s] 2018-05-13 22:13:03,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:03.763 10476 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [33.436s] 2018-05-13 22:13:03,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:03.988 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [2.268s] 2018-05-13 22:13:04,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:04.402 10476 INFO opnfv-tempest [-] {27} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [33.132s] 2018-05-13 22:13:05,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:05.028 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [1.040s] 2018-05-13 22:13:05,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:05.688 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.658s] 2018-05-13 22:13:06,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:06.462 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.774s] 2018-05-13 22:13:07,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:07.474 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [8.874s] 2018-05-13 22:13:09,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:09.125 10476 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [24.464s] 2018-05-13 22:13:09,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:09.567 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [3.104s] 2018-05-13 22:13:10,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:10.528 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.960s] 2018-05-13 22:13:11,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:11.027 10476 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.163s] 2018-05-13 22:13:11,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:11.254 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.726s] 2018-05-13 22:13:13,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:13.064 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.809s] 2018-05-13 22:13:13,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:13.228 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [5.753s] 2018-05-13 22:13:13,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:13.416 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.188s] 2018-05-13 22:13:13,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:13.583 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.166s] 2018-05-13 22:13:13,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:13.660 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.076s] 2018-05-13 22:13:13,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:13.745 10476 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.085s] 2018-05-13 22:13:14,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:14.908 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.843s] 2018-05-13 22:13:14,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:14.983 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.146s] 2018-05-13 22:13:15,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:15.008 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.024s] 2018-05-13 22:13:15,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:15.235 10476 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [44.403s] 2018-05-13 22:13:15,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:15.395 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.386s] 2018-05-13 22:13:15,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:15.422 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.027s] 2018-05-13 22:13:15,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:15.441 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.018s] 2018-05-13 22:13:15,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:15.516 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.074s] 2018-05-13 22:13:15,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:15.717 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.200s] 2018-05-13 22:13:15,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:15.859 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.142s] 2018-05-13 22:13:16,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:16.038 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [14.065s] 2018-05-13 22:13:16,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:16.124 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [1.216s] 2018-05-13 22:13:16,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:16.561 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.700s] 2018-05-13 22:13:16,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:16.589 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.028s] 2018-05-13 22:13:16,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:16.725 10476 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.136s] 2018-05-13 22:13:17,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:17.094 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.969s] 2018-05-13 22:13:17,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:17.144 10476 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [8.018s] 2018-05-13 22:13:17,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:17.424 10476 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.280s] 2018-05-13 22:13:17,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:17.710 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.616s] 2018-05-13 22:13:18,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:18.004 10476 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.580s] 2018-05-13 22:13:18,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:18.158 10476 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.153s] 2018-05-13 22:13:18,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:18.562 10476 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.851s] 2018-05-13 22:13:18,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:18.765 10476 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.607s] 2018-05-13 22:13:23,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:23.475 10476 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [12.443s] 2018-05-13 22:13:27,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:27.085 10476 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [23.321s] 2018-05-13 22:13:29,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:29.981 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [13.941s] 2018-05-13 22:13:43,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:43.698 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [13.716s] 2018-05-13 22:13:48,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:48.165 10476 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON ... fail 2018-05-13 22:13:51,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:51.269 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [7.573s] 2018-05-13 22:13:56,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:13:56.779 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.506s] 2018-05-13 22:14:02,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:02.689 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.905s] 2018-05-13 22:14:08,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:08.560 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.871s] 2018-05-13 22:14:08,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:08.787 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.225s] 2018-05-13 22:14:09,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:09.036 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.249s] 2018-05-13 22:14:09,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:09.172 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.137s] 2018-05-13 22:14:09,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:09.275 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.101s] 2018-05-13 22:14:09,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:09.441 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.165s] 2018-05-13 22:14:09,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:09.627 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.186s] 2018-05-13 22:14:09,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:09.978 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.351s] 2018-05-13 22:14:10,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:10.078 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.098s] 2018-05-13 22:14:14,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:14.838 10476 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.759s] 2018-05-13 22:14:15,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:15.903 10476 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [60.662s] 2018-05-13 22:14:33,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:33.869 10476 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [45.709s] 2018-05-13 22:14:33,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:33.997 10476 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.128s] 2018-05-13 22:14:34,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:34.441 10476 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.443s] 2018-05-13 22:14:34,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:34.624 10476 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.184s] 2018-05-13 22:14:34,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:34.625 10476 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-13 22:14:38,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:38.894 10476 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [22.988s] 2018-05-13 22:14:52,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:52.279 10476 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [54.184s] 2018-05-13 22:14:52,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:52.388 10476 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.108s] 2018-05-13 22:14:52,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:52.780 10476 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.392s] 2018-05-13 22:14:52,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:52.948 10476 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.166s] 2018-05-13 22:14:52,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:14:52.948 10476 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-13 22:15:15,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:15:15.228 10476 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [82.230s] 2018-05-13 22:15:20,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:15:20.178 10476 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [169.500s] 2018-05-13 22:15:51,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:15:51.461 10476 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [160.215s] 2018-05-13 22:15:51,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:15:51.949 10476 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.490s] 2018-05-13 22:16:01,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:16:01.635 10476 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [82.732s] 2018-05-13 22:16:17,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:16:17.586 10476 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [62.360s] 2018-05-13 22:16:38,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:16:38.207 10476 INFO opnfv-tempest [-] {26} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [205.707s] 2018-05-13 22:16:53,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:16:53.585 10476 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [35.996s] 2018-05-13 22:17:12,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:17:12.806 10476 INFO opnfv-tempest [-] {26} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [34.594s] 2018-05-13 22:17:33,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:17:33.908 10476 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [40.320s] 2018-05-13 22:17:46,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5c387a16-9b9f-4415-bb29-dffa30ddebb8']'. 2018-05-13 22:17:47,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-13 22:17:47,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-13 22:17:47,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-13 22:17:47,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5c387a16-9b9f-4415-bb29-dffa30ddebb8 | 2018-05-13 22:17:47,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-13 22:17:47,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-13 22:11:59 | 2018-05-13 22:17:47,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-13 22:17:46 | 2018-05-13 22:17:47,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:47 | 2018-05-13 22:17:47,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-13 22:17:47,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-13 22:17:47,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 710998cb-5893-446d-a41b-2aa6e6682640) | 2018-05-13 22:17:47,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-13 22:17:47,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: eb42387b-eda3-4cd5-9e57-987748dd3a86) | 2018-05-13 22:17:47,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 204 | 2018-05-13 22:17:47,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 323.864 | 2018-05-13 22:17:47,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 193 | 2018-05-13 22:17:47,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-13 22:17:47,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-13 22:17:47,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-13 22:17:47,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 11 | 2018-05-13 22:17:47,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-13 22:17:47,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-13 22:17:47,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 94.6078431373% 2018-05-13 22:17:52,984 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-13 22:17:52,984 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 06:10 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-05-13 22:17:52,987 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-05-13 22:17:52,987 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-13 22:17:53,046 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-13 22:17:56,022 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-13 22:17:55.845 10703 INFO rally.deployment.engine [-] Deployment eb42387b-eda3-4cd5-9e57-987748dd3a86 | Starting: Destroy cloud and free allocated resources. 2018-05-13 22:17:55.857 10703 INFO rally.deployment.engine [-] Deployment eb42387b-eda3-4cd5-9e57-987748dd3a86 | Completed: Destroy cloud and free allocated resources. 2018-05-13 22:17:55.887 10703 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=710998cb-5893-446d-a41b-2aa6e6682640) for deployment 'opnfv-rally'. 2018-05-13 22:17:55.905 10703 INFO rally.api [-] Deleting verification (UUID=5c387a16-9b9f-4415-bb29-dffa30ddebb8). 2018-05-13 22:17:55.907 10703 INFO rally.api [-] Verification has been successfully deleted! 2018-05-13 22:17:55.908 10703 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=710998cb-5893-446d-a41b-2aa6e6682640). 2018-05-13 22:17:55.914 10703 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-13 22:17:58,997 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-13 22:17:58.875 10706 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d9bde0f2-de5f-4738-97f1-72963f476a78) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d9bde0f2-de5f-4738-97f1-72963f476a78 | 2018-05-13T22:17:58 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d9bde0f2-de5f-4738-97f1-72963f476a78 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-13 22:18:03,111 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-13 22:18:03,112 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-13 22:18:06,192 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-13 22:18:05.980 10712 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=710998cb-5893-446d-a41b-2aa6e6682640). 2018-05-13 22:18:06.071 10712 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-13 22:18:10,200 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-13 22:18:08.937 10715 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-13 22:18:08.987 10715 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-13 22:18:10.065 10715 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3f443ce9-803f-410d-bea8-5ed99b426138) has been successfully created! Using verifier 'opnfv-tempest' (UUID=3f443ce9-803f-410d-bea8-5ed99b426138) as the default verifier for the future CLI operations. 2018-05-13 22:18:14,196 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-13 22:18:15,879 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-13 22:18:19,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-13 22:18:25,321 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-13 22:18:24.356 10734 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3f443ce9-803f-410d-bea8-5ed99b426138) for deployment 'opnfv-rally' (UUID=d9bde0f2-de5f-4738-97f1-72963f476a78). 2018-05-13 22:18:25.146 10734 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3f443ce9-803f-410d-bea8-5ed99b426138) has been successfully configured for deployment 'opnfv-rally' (UUID=d9bde0f2-de5f-4738-97f1-72963f476a78)! 2018-05-13 22:18:25,321 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-13 22:18:25,321 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-13 22:18:25,323 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-13 22:18:25,327 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-13 22:18:29,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-3f443ce9-803f-410d-bea8-5ed99b426138/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-05-13 22:18:29,745 - 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-05-13 22:18:32,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 22:18:32.578 10743 INFO rally.api [-] Starting verification (UUID=bc8cc8b8-9ddd-468a-b4e3-625c460cbf20) for deployment 'opnfv-rally' (UUID=d9bde0f2-de5f-4738-97f1-72963f476a78) by verifier 'opnfv-tempest' (UUID=3f443ce9-803f-410d-bea8-5ed99b426138). 2018-05-13 22:18:32,580 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: bc8cc8b8-9ddd-468a-b4e3-625c460cbf20 2018-05-13 22:22:05,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'bc8cc8b8-9ddd-468a-b4e3-625c460cbf20']'. 2018-05-13 22:22:06,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-13 22:22:06,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-13 22:22:06,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-13 22:22:06,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | bc8cc8b8-9ddd-468a-b4e3-625c460cbf20 | 2018-05-13 22:22:06,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-13 22:22:06,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-13 22:18:32 | 2018-05-13 22:22:06,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-13 22:22:05 | 2018-05-13 22:22:06,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:33 | 2018-05-13 22:22:06,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-13 22:22:06,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-13 22:22:06,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 3f443ce9-803f-410d-bea8-5ed99b426138) | 2018-05-13 22:22:06,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-13 22:22:06,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d9bde0f2-de5f-4738-97f1-72963f476a78) | 2018-05-13 22:22:06,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-13 22:22:06,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 183.188 | 2018-05-13 22:22:06,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 132 | 2018-05-13 22:22:06,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 155 | 2018-05-13 22:22:06,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-13 22:22:06,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-13 22:22:06,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-13 22:22:06,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-13 22:22:06,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-13 22:22:06,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-13 22:22:11,916 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-13 22:22:11,916 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:57 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-13 22:22:11,919 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-13 22:22:12,781 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-13 23:06:16,020 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ---------------------------------------------------------------------- Ran 119 tests in 2643.193s OK 2018-05-13 23:06:16,584 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-13 23:06:16,585 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 44:03 | PASS | +---------------------+------------------+------------------+----------------+ 2018-05-13 23:06:16,587 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-13 23:06:16,649 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-13 23:06:19,690 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-13 23:06:19.481 11130 INFO rally.deployment.engine [-] Deployment d9bde0f2-de5f-4738-97f1-72963f476a78 | Starting: Destroy cloud and free allocated resources. 2018-05-13 23:06:19.493 11130 INFO rally.deployment.engine [-] Deployment d9bde0f2-de5f-4738-97f1-72963f476a78 | Completed: Destroy cloud and free allocated resources. 2018-05-13 23:06:19.529 11130 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=3f443ce9-803f-410d-bea8-5ed99b426138) for deployment 'opnfv-rally'. 2018-05-13 23:06:19.555 11130 INFO rally.api [-] Deleting verification (UUID=bc8cc8b8-9ddd-468a-b4e3-625c460cbf20). 2018-05-13 23:06:19.558 11130 INFO rally.api [-] Verification has been successfully deleted! 2018-05-13 23:06:19.558 11130 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=3f443ce9-803f-410d-bea8-5ed99b426138). 2018-05-13 23:06:19.565 11130 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-13 23:06:22,690 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-13 23:06:22.561 11133 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=caa461ea-8848-4bde-9a66-857766c6535d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | caa461ea-8848-4bde-9a66-857766c6535d | 2018-05-13T23:06:22 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: caa461ea-8848-4bde-9a66-857766c6535d ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-13 23:06:26,918 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-13 23:06:26,918 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-13 23:06:30,006 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-13 23:06:29.776 11139 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=3f443ce9-803f-410d-bea8-5ed99b426138). 2018-05-13 23:06:29.864 11139 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-13 23:06:34,010 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-13 23:06:32.773 11142 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-13 23:06:32.823 11142 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-13 23:06:33.877 11142 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=eaaf5629-b172-40a3-bd46-eae7fccce1b6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=eaaf5629-b172-40a3-bd46-eae7fccce1b6) as the default verifier for the future CLI operations. 2018-05-13 23:06:37,998 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-13 23:06:40,049 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-13 23:06:44,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-13 23:06:50,401 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-13 23:06:49.502 11161 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=eaaf5629-b172-40a3-bd46-eae7fccce1b6) for deployment 'opnfv-rally' (UUID=caa461ea-8848-4bde-9a66-857766c6535d). 2018-05-13 23:06:50.253 11161 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=eaaf5629-b172-40a3-bd46-eae7fccce1b6) has been successfully configured for deployment 'opnfv-rally' (UUID=caa461ea-8848-4bde-9a66-857766c6535d)! 2018-05-13 23:06:50,401 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-13 23:06:50,401 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-13 23:06:50,403 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-13 23:06:50,407 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-13 23:06:54,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-eaaf5629-b172-40a3-bd46-eae7fccce1b6/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-13 23:06:54,280 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-13 23:06:54,281 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-13 23:06:54,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-05-13 23:06:57,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-13 23:06:57.078 11170 INFO rally.api [-] Starting verification (UUID=78fbe7ea-cbc5-4cf8-b31f-ac932700b868) for deployment 'opnfv-rally' (UUID=caa461ea-8848-4bde-9a66-857766c6535d) by verifier 'opnfv-tempest' (UUID=eaaf5629-b172-40a3-bd46-eae7fccce1b6). 2018-05-13 23:06:57,081 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 78fbe7ea-cbc5-4cf8-b31f-ac932700b868 2018-05-13 23:09:25,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '78fbe7ea-cbc5-4cf8-b31f-ac932700b868']'. 2018-05-13 23:09:27,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-13 23:09:27,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-13 23:09:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-13 23:09:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 78fbe7ea-cbc5-4cf8-b31f-ac932700b868 | 2018-05-13 23:09:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-13 23:09:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-13 23:06:57 | 2018-05-13 23:09:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-13 23:09:25 | 2018-05-13 23:09:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:28 | 2018-05-13 23:09:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-13 23:09:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-13 23:09:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: eaaf5629-b172-40a3-bd46-eae7fccce1b6) | 2018-05-13 23:09:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-13 23:09:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: caa461ea-8848-4bde-9a66-857766c6535d) | 2018-05-13 23:09:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-13 23:09:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 135.993 | 2018-05-13 23:09:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-05-13 23:09:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-13 23:09:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-13 23:09:27,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-13 23:09:27,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-13 23:09:27,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-13 23:09:27,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-13 23:09:27,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-05-13 23:09:32,061 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-13 23:09:32,061 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:54 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-05-13 23:09:32,065 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:40 | PASS | | vping_userdata | functest | smoke | 00:36 | PASS | | tempest_smoke_serial | functest | smoke | 11:03 | FAIL | | rally_sanity | functest | smoke | 19:33 | PASS | | refstack_defcore | functest | smoke | 06:10 | FAIL | | patrole | functest | smoke | 03:57 | PASS | | snaps_smoke | functest | smoke | 44:03 | PASS | | neutron_trunk | functest | smoke | 02:54 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-13 23:09:32,068 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-13 23:09:39,046 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-205 | | 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 | compass | | DEPLOY_SCENARIO | os-nosdn-kvm-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual3 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-13 23:09:39,048 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Ansible managed export LC_ALL=C # COMMON CINDER ENVS export CINDER_ENDPOINT_TYPE=publicURL # COMMON NOVA ENVS export NOVA_ENDPOINT_TYPE=publicURL # COMMON OPENSTACK ENVS export OS_ENDPOINT_TYPE=publicURL export OS_INTERFACE=publicURL export OS_USERNAME=admin export OS_PASSWORD='5711a00d20d1e2c05ab5a797f0' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-13 23:09:39,049 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-13 23:09:39,049 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-13 23:09:39,049 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-13 23:09:39,051 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-13 23:09:44,548 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-205 | | 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 | compass | | DEPLOY_SCENARIO | os-nosdn-kvm-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual3 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-13 23:09:44,551 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Ansible managed export LC_ALL=C # COMMON CINDER ENVS export CINDER_ENDPOINT_TYPE=publicURL # COMMON NOVA ENVS export NOVA_ENDPOINT_TYPE=publicURL # COMMON OPENSTACK ENVS export OS_ENDPOINT_TYPE=publicURL export OS_INTERFACE=publicURL export OS_USERNAME=admin export OS_PASSWORD='5711a00d20d1e2c05ab5a797f0' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-13 23:09:44,551 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-13 23:09:44,552 - 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-05-13 23:09:44,553 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-13 23:09:44,553 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-05-13 23:12:59,696 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-05-13 23:13:00,281 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-13 23:13:00,281 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:15 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-05-13 23:13:00,283 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:15 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-13 23:13:00,283 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK