2018-04-10 17:32:50,418 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-baremetal-daily-fraser-2 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-pod2 | +--------------------------------------+-----------------------------------------------------------+ 2018-04-10 17:32:50,421 - 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='a6d22214509259db7fdb90aef072f0' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.168.11.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.168.11.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-04-10 17:32:50,421 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-10 17:32:50,422 - 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-04-10 17:32:50,423 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-10 17:32:50,423 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-10 17:32:52,246 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-10 17:33:02,087 - 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 9.834s OK 2018-04-10 17:33:02,676 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 17:33:02,676 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-10 17:33:02,678 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-10 17:33:03,821 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-10 17:42:13,951 - 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 550.096s OK 2018-04-10 17:42:14,519 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 17:42:14,520 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:10 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-10 17:42:14,522 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-10 17:42:15,575 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-10 17:42:46,386 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 30.811s OK 2018-04-10 17:42:47,000 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 17:42:47,000 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:31 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-10 17:42:47,003 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 09:10 | PASS | | snaps_health_check | functest | healthcheck | 00:31 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-10 17:42:47,004 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-10 17:43:28,295 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-baremetal-daily-fraser-2 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-pod2 | +--------------------------------------+-----------------------------------------------------------+ 2018-04-10 17:43:28,297 - 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='a6d22214509259db7fdb90aef072f0' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.168.11.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.168.11.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-04-10 17:43:28,298 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-10 17:43:28,299 - 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-04-10 17:43:28,300 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-10 17:43:28,300 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-10 17:43:33,852 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Read timed out. (read timeout=4) 2018-04-10 17:43:33,853 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-10 17:43:33,853 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-10 17:43:33' 2018-04-10 17:43:33,853 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--228236ba-aca5-486b-9407-2c69bee5b38d' 2018-04-10 17:43:35,439 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-228236ba-aca5-486b-9407-2c69bee5b38d' 2018-04-10 17:43:38,235 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-228236ba-aca5-486b-9407-2c69bee5b38d' 2018-04-10 17:43:48,279 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-228236ba-aca5-486b-9407-2c69bee5b38d' 2018-04-10 17:43:49,286 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-228236ba-aca5-486b-9407-2c69bee5b38d' 2018-04-10 17:43:50,162 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-228236ba-aca5-486b-9407-2c69bee5b38d' 2018-04-10 17:43:55,687 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-228236ba-aca5-486b-9407-2c69bee5b38d' 2018-04-10 17:43:57,956 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-228236ba-aca5-486b-9407-2c69bee5b38d' 2018-04-10 17:44:15,062 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-10 17:44:21,296 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-10 17:44:21,370 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-10 17:44:32,376 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-04-10 17:44:43,383 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-04-10 17:44:54,391 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-04-10 17:45:05,398 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-04-10 17:45:06,406 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-10 17:45:26,610 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 17:45:26,610 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:33 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-10 17:45:26,612 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-10 17:45:26,679 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-10 17:45:26,679 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-10 17:45:26' 2018-04-10 17:45:26,679 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--e674b2eb-47ff-4c20-9ca2-7c6df26375e4' 2018-04-10 17:45:29,045 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-e674b2eb-47ff-4c20-9ca2-7c6df26375e4' 2018-04-10 17:45:30,800 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-e674b2eb-47ff-4c20-9ca2-7c6df26375e4' 2018-04-10 17:45:41,057 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-e674b2eb-47ff-4c20-9ca2-7c6df26375e4' 2018-04-10 17:45:41,914 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-e674b2eb-47ff-4c20-9ca2-7c6df26375e4' 2018-04-10 17:45:47,121 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-e674b2eb-47ff-4c20-9ca2-7c6df26375e4' 2018-04-10 17:45:52,187 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-10 17:45:57,740 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-10 17:45:59,799 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-04-10 17:46:18,760 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-04-10 17:46:36,791 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-04-10 17:46:54,829 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-04-10 17:47:00,538 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-10 17:47:18,569 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 17:47:18,569 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:34 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-10 17:47:18,571 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-10 17:47:18,640 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-10 17:47:24,402 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-10 17:47:24.290 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=fb8b785a-2a0e-4593-b105-d71a1466d7ef) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | fb8b785a-2a0e-4593-b105-d71a1466d7ef | 2018-04-10T17:47:24 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: fb8b785a-2a0e-4593-b105-d71a1466d7ef ~/.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-04-10 17:47:28,601 - 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-04-10 17:47:28,601 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-10 17:47:35,360 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-10 17:47:34.137 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-10 17:47:34.186 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-10 17:47:35.236 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=670029f6-aa95-411f-826c-cf91c61f336e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=670029f6-aa95-411f-826c-cf91c61f336e) as the default verifier for the future CLI operations. 2018-04-10 17:47:39,229 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-10 17:47:40,971 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-10 17:47:45,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-10 17:47:51,503 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-10 17:47:50.525 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=670029f6-aa95-411f-826c-cf91c61f336e) for deployment 'opnfv-rally' (UUID=fb8b785a-2a0e-4593-b105-d71a1466d7ef). 2018-04-10 17:47:51.391 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=670029f6-aa95-411f-826c-cf91c61f336e) has been successfully configured for deployment 'opnfv-rally' (UUID=fb8b785a-2a0e-4593-b105-d71a1466d7ef)! 2018-04-10 17:47:51,504 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-10 17:47:51,504 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-10 17:47:51,505 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-10 17:47:51,506 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-10 17:47:55,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-670029f6-aa95-411f-826c-cf91c61f336e/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-10 17:47:55,314 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-10 17:47:55,314 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-10 17:47:55,315 - 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-04-10 17:47:58,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:47:58.107 55 INFO rally.api [-] Starting verification (UUID=43c2affc-29a2-4d75-8e74-5aaf10c6b3b1) for deployment 'opnfv-rally' (UUID=fb8b785a-2a0e-4593-b105-d71a1466d7ef) by verifier 'opnfv-tempest' (UUID=670029f6-aa95-411f-826c-cf91c61f336e). 2018-04-10 17:47:58,109 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 43c2affc-29a2-4d75-8e74-5aaf10c6b3b1 2018-04-10 17:48:06,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:48:06.356 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.143s] 2018-04-10 17:48:06,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:48:06.434 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.078s] 2018-04-10 17:48:12,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:48:12.478 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.743s] 2018-04-10 17:48:13,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:48:13.788 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.309s] 2018-04-10 17:48:22,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:48:22.222 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.394s] 2018-04-10 17:48:39,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:48:39.411 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [11.645s] 2018-04-10 17:49:09,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:49:09.417 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.084s] 2018-04-10 17:49:09,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:49:09.418 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-10 17:49:43,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:49:43.754 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.095s] 2018-04-10 17:49:43,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:49:43.758 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-10 17:50:17,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:50:17.375 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.100s] 2018-04-10 17:50:17,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:50:17.377 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-10 17:52:01,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:52:01.042 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [70.784s] 2018-04-10 17:52:24,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:52:24.949 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.062s] 2018-04-10 17:52:25,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:52:25.077 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.126s] 2018-04-10 17:52:32,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:52:32.576 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.841s] 2018-04-10 17:52:32,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:52:32.589 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-04-10 17:52:33,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:52:33.964 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-10 17:52:33,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:52:33.965 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-10 17:52:39,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:52:39.001 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.437s] 2018-04-10 17:52:45,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:52:45.296 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.100s] 2018-04-10 17:52:52,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:52:52.411 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.744s] 2018-04-10 17:53:00,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:53:00.069 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.488s] 2018-04-10 17:53:10,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:53:10.611 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.788s] 2018-04-10 17:53:16,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:53:16.946 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.422s] 2018-04-10 17:53:23,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:53:23.421 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.338s] 2018-04-10 17:53:31,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:53:31.321 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.537s] 2018-04-10 17:53:38,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:53:38.921 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.528s] 2018-04-10 17:53:48,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:53:48.011 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.307s] 2018-04-10 17:53:50,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:53:50.050 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-10 17:53:52,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:53:52.710 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.089s] 2018-04-10 17:53:52,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:53:52.812 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.102s] 2018-04-10 17:53:52,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:53:52.897 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.084s] 2018-04-10 17:53:52,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:53:52.907 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2018-04-10 17:53:57,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:53:57.207 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.359s] 2018-04-10 17:53:57,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:53:57.899 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.691s] 2018-04-10 17:53:58,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:53:58.900 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.001s] 2018-04-10 17:54:04,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:54:04.848 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2018-04-10 17:54:09,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:54:09.569 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.872s] 2018-04-10 17:54:25,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:54:25.840 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.921s] 2018-04-10 17:54:30,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:54:30.197 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.356s] 2018-04-10 17:54:43,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:54:43.849 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.200s] 2018-04-10 17:54:46,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:54:46.721 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.872s] 2018-04-10 17:54:53,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:54:53.623 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.901s] 2018-04-10 17:55:03,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:55:03.377 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.100s] 2018-04-10 17:55:06,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:55:06.233 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.855s] 2018-04-10 17:55:10,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:55:10.529 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.297s] 2018-04-10 17:55:28,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:55:28.293 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.298s] 2018-04-10 17:55:28,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:55:28.476 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.182s] 2018-04-10 17:55:28,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:55:28.606 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.130s] 2018-04-10 17:55:28,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:55:28.671 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.064s] 2018-04-10 17:55:28,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:55:28.792 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.120s] 2018-04-10 17:55:28,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:55:28.858 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.066s] 2018-04-10 17:55:42,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:55:42.920 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.814s] 2018-04-10 17:55:43,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:55:43.086 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.165s] 2018-04-10 17:55:43,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:55:43.217 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.131s] 2018-04-10 17:55:43,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:55:43.288 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.070s] 2018-04-10 17:55:43,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:55:43.409 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.121s] 2018-04-10 17:55:43,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:55:43.474 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.065s] 2018-04-10 17:55:57,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:55:57.473 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.126s] 2018-04-10 17:56:03,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:56:03.110 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.636s] 2018-04-10 17:56:04,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:56:04.681 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.570s] 2018-04-10 17:56:04,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:56:04.758 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.077s] 2018-04-10 17:56:04,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:56:04.838 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.080s] 2018-04-10 17:56:15,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:56:15.933 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.173s] 2018-04-10 17:56:21,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:56:21.642 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.708s] 2018-04-10 17:56:23,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:56:23.240 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.597s] 2018-04-10 17:56:23,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:56:23.311 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.071s] 2018-04-10 17:56:23,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:56:23.374 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.063s] 2018-04-10 17:56:44,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:56:44.997 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.837s] 2018-04-10 17:56:56,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:56:56.385 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.388s] 2018-04-10 17:57:07,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:57:07.153 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.768s] 2018-04-10 17:57:16,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:57:16.511 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [9.357s] 2018-04-10 17:57:47,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:57:47.841 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.242s] 2018-04-10 17:57:59,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:57:59.244 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.404s] 2018-04-10 17:58:10,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:58:10.144 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.899s] 2018-04-10 17:58:19,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:58:19.181 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [9.036s] 2018-04-10 17:58:36,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:58:36.448 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.927s] 2018-04-10 17:58:37,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:58:37.985 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.534s] 2018-04-10 17:58:38,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:58:38.040 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.057s] 2018-04-10 17:58:42,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:58:42.898 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.956s] 2018-04-10 17:58:44,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:58:44.026 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.126s] 2018-04-10 17:58:44,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:58:44.092 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.067s] 2018-04-10 17:58:48,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:58:48.326 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.559s] 2018-04-10 17:58:52,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:58:52.334 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.011s] 2018-04-10 17:58:53,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:58:53.734 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-10 17:58:53,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:58:53.734 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-10 17:58:53,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:58:53.735 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-10 17:58:53,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:58:53.735 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-10 17:58:53,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:58:53.737 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-10 17:58:56,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:58:56.269 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2018-04-10 17:59:09,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:59:09.037 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [7.205s] 2018-04-10 17:59:20,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:59:20.703 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.596s] 2018-04-10 17:59:28,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:59:28.801 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.095s] 2018-04-10 17:59:38,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 17:59:38.134 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.170s] 2018-04-10 18:00:49,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:00:49.663 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [65.084s] 2018-04-10 18:01:36,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:01:36.041 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [32.962s] 2018-04-10 18:02:25,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:02:25.173 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [19.741s] 2018-04-10 18:02:46,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '43c2affc-29a2-4d75-8e74-5aaf10c6b3b1']'. 2018-04-10 18:02:48,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-10 18:02:48,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-10 18:02:48,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-10 18:02:48,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 43c2affc-29a2-4d75-8e74-5aaf10c6b3b1 | 2018-04-10 18:02:48,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-10 18:02:48,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-10 17:47:58 | 2018-04-10 18:02:48,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-10 18:02:46 | 2018-04-10 18:02:48,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:48 | 2018-04-10 18:02:48,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-10 18:02:48,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-10 18:02:48,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-10 18:02:48,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 670029f6-aa95-411f-826c-cf91c61f336e) | 2018-04-10 18:02:48,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-10 18:02:48,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: fb8b785a-2a0e-4593-b105-d71a1466d7ef) | 2018-04-10 18:02:48,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-10 18:02:48,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 861.414 | 2018-04-10 18:02:48,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-04-10 18:02:48,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-10 18:02:48,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-10 18:02:48,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-10 18:02:48,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-10 18:02:48,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-10 18:02:48,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-10 18:02:48,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-04-10 18:02:54,908 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 18:02:54,908 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:15 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-04-10 18:02:54,910 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-04-10 18:02:54,911 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-10 18:02:54,981 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-10 18:02:57,958 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-10 18:02:57.736 122 INFO rally.deployment.engine [-] Deployment fb8b785a-2a0e-4593-b105-d71a1466d7ef | Starting: Destroy cloud and free allocated resources. 2018-04-10 18:02:57.749 122 INFO rally.deployment.engine [-] Deployment fb8b785a-2a0e-4593-b105-d71a1466d7ef | Completed: Destroy cloud and free allocated resources. 2018-04-10 18:02:57.773 122 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=670029f6-aa95-411f-826c-cf91c61f336e) for deployment 'opnfv-rally'. 2018-04-10 18:02:57.785 122 INFO rally.api [-] Deleting verification (UUID=43c2affc-29a2-4d75-8e74-5aaf10c6b3b1). 2018-04-10 18:02:57.788 122 INFO rally.api [-] Verification has been successfully deleted! 2018-04-10 18:02:57.788 122 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=670029f6-aa95-411f-826c-cf91c61f336e). 2018-04-10 18:02:57.793 122 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-10 18:03:00,908 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-10 18:03:00.732 125 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=02517dce-fc9c-43cf-8899-af4c155fa9e9) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 02517dce-fc9c-43cf-8899-af4c155fa9e9 | 2018-04-10T18:03:00 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 02517dce-fc9c-43cf-8899-af4c155fa9e9 ~/.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-04-10 18:03:05,122 - 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-04-10 18:03:05,122 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-10 18:03:06,916 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-6f4f3b57-0398-4a2f-9532-392e1fd7f59e'... 2018-04-10 18:03:09,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-6f4f3b57-0398-4a2f-9532-392e1fd7f59e'... 2018-04-10 18:03:11,326 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-6f4f3b57-0398-4a2f-9532-392e1fd7f59e'... 2018-04-10 18:03:20,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-6f4f3b57-0398-4a2f-9532-392e1fd7f59e'... 2018-04-10 18:03:21,452 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-6f4f3b57-0398-4a2f-9532-392e1fd7f59e'... 2018-04-10 18:03:22,353 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-10 18:03:22,353 - 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-04-10 18:03:22,353 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-10 18:03:22,363 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-10 18:03:22,364 - 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': '03b21dd8-7462-487e-ab46-232d09fc92ad', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', 'flavor_name': 'rally-tiny-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', '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-04-10 18:04:35,138 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 630b80dc-e7e6-49dc-b454-998e9548b127 2018-04-10 18:04:35,139 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-10 18:04:35,139 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '630b80dc-e7e6-49dc-b454-998e9548b127'] 2018-04-10 18:04:36,620 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 630b80dc-e7e6-49dc-b454-998e9548b127: 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 630b80dc-e7e6-49dc-b454-998e9548b127 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.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | total | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> duration | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.624313 Full duration: 8.798536 -------------------------------------------------------------------------------- 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 630b80dc-e7e6-49dc-b454-998e9548b127 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.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | total | 1.401 | 1.401 | 1.401 | 1.401 | 1.401 | 1.401 | 100.0% | 1 | | -> duration | 1.401 | 1.401 | 1.401 | 1.401 | 1.401 | 1.401 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.40072 Full duration: 9.644055 -------------------------------------------------------------------------------- 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 630b80dc-e7e6-49dc-b454-998e9548b127 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.286 | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 100.0% | 1 | | total | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> duration | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.819768 Full duration: 8.994926 -------------------------------------------------------------------------------- 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 630b80dc-e7e6-49dc-b454-998e9548b127 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.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | total | 1.441 | 1.441 | 1.441 | 1.441 | 1.441 | 1.441 | 100.0% | 1 | | -> duration | 1.441 | 1.441 | 1.441 | 1.441 | 1.441 | 1.441 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.441448 Full duration: 9.800346 -------------------------------------------------------------------------------- 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 630b80dc-e7e6-49dc-b454-998e9548b127 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.467 | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 100.0% | 1 | | total | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | -> duration | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.006023 Full duration: 9.128545 -------------------------------------------------------------------------------- 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 630b80dc-e7e6-49dc-b454-998e9548b127 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.268 | 0.268 | 0.268 | 0.268 | 0.268 | 0.268 | 100.0% | 1 | | total | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | -> duration | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.864926 Full duration: 9.057883 HINTS: * To plot HTML graphics with this data, run: rally task report 630b80dc-e7e6-49dc-b454-998e9548b127 --out output.html * To generate a JUnit report, run: rally task export 630b80dc-e7e6-49dc-b454-998e9548b127 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 630b80dc-e7e6-49dc-b454-998e9548b127 --json --out output.json 2018-04-10 18:04:36,620 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '630b80dc-e7e6-49dc-b454-998e9548b127'] 2018-04-10 18:04:38,095 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-10 18:04:38,096 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '630b80dc-e7e6-49dc-b454-998e9548b127', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-10 18:04:38,100 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-10 18:04:38,100 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-10 18:04:38,100 - 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-04-10 18:04:38,101 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-10 18:04:38,110 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-10 18:04:38,110 - 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': '03b21dd8-7462-487e-ab46-232d09fc92ad', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', 'flavor_name': 'rally-tiny-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', '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-04-10 18:06:08,230 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 699a9ff1-5409-4830-a79d-2459dc0cc10d 2018-04-10 18:06:08,230 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '699a9ff1-5409-4830-a79d-2459dc0cc10d'] 2018-04-10 18:06:09,701 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 699a9ff1-5409-4830-a79d-2459dc0cc10d: 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 699a9ff1-5409-4830-a79d-2459dc0cc10d 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.018 | 3.018 | 3.018 | 3.018 | 3.018 | 3.018 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 100.0% | 1 | | -> glance_v2.upload_data | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | glance_v2.delete_image | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | total | 4.047 | 4.047 | 4.047 | 4.047 | 4.047 | 4.047 | 100.0% | 1 | | -> duration | 4.047 | 4.047 | 4.047 | 4.047 | 4.047 | 4.047 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.04656 Full duration: 14.053472 -------------------------------------------------------------------------------- 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 699a9ff1-5409-4830-a79d-2459dc0cc10d 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.027 | 3.027 | 3.027 | 3.027 | 3.027 | 3.027 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 100.0% | 1 | | -> glance_v2.upload_data | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | glance_v2.list_images | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | total | 3.072 | 3.072 | 3.072 | 3.072 | 3.072 | 3.072 | 100.0% | 1 | | -> duration | 3.072 | 3.072 | 3.072 | 3.072 | 3.072 | 3.072 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.071638 Full duration: 15.277631 -------------------------------------------------------------------------------- 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 699a9ff1-5409-4830-a79d-2459dc0cc10d 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.248 | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 100.0% | 1 | | total | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 100.0% | 1 | | -> duration | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.24775 Full duration: 9.41947 -------------------------------------------------------------------------------- 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-6f4f3b57-0398-4a2f-9532-392e1fd7f59e" }, "number_instances": 2, "nics": [ { "net-id": "03b21dd8-7462-487e-ab46-232d09fc92ad" } ] }, "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 699a9ff1-5409-4830-a79d-2459dc0cc10d 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 | 2.95 | 2.95 | 2.95 | 2.95 | 2.95 | 2.95 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 100.0% | 1 | | -> glance_v2.upload_data | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | nova.boot_servers | 7.735 | 7.735 | 7.735 | 7.735 | 7.735 | 7.735 | 100.0% | 1 | | total | 10.685 | 10.685 | 10.685 | 10.685 | 10.685 | 10.685 | 100.0% | 1 | | -> duration | 9.685 | 9.685 | 9.685 | 9.685 | 9.685 | 9.685 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.684718 Full duration: 32.362181 HINTS: * To plot HTML graphics with this data, run: rally task report 699a9ff1-5409-4830-a79d-2459dc0cc10d --out output.html * To generate a JUnit report, run: rally task export 699a9ff1-5409-4830-a79d-2459dc0cc10d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 699a9ff1-5409-4830-a79d-2459dc0cc10d --json --out output.json 2018-04-10 18:06:09,702 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '699a9ff1-5409-4830-a79d-2459dc0cc10d'] 2018-04-10 18:06:11,171 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-10 18:06:11,171 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '699a9ff1-5409-4830-a79d-2459dc0cc10d', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-10 18:06:11,175 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-10 18:06:11,176 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-10 18:06:11,176 - 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-04-10 18:06:11,176 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-10 18:06:11,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-10 18:06:11,187 - 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': '03b21dd8-7462-487e-ab46-232d09fc92ad', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', 'flavor_name': 'rally-tiny-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', '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-04-10 18:09:52,332 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763 2018-04-10 18:09:52,333 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763'] 2018-04-10 18:09:53,856 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763: 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 08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.004 | 3.004 | 3.004 | 3.004 | 3.004 | 3.004 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.194 | 2.194 | 2.194 | 2.194 | 2.194 | 2.194 | 100.0% | 1 | | total | 5.198 | 5.198 | 5.198 | 5.198 | 5.198 | 5.198 | 100.0% | 1 | | -> duration | 5.198 | 5.198 | 5.198 | 5.198 | 5.198 | 5.198 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.197865 Full duration: 26.173211 -------------------------------------------------------------------------------- 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 08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763 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.577 | 3.577 | 3.577 | 3.577 | 3.577 | 3.577 | 100.0% | 1 | | cinder_v2.delete_volume | 2.184 | 2.184 | 2.184 | 2.184 | 2.184 | 2.184 | 100.0% | 1 | | total | 5.762 | 5.762 | 5.762 | 5.762 | 5.762 | 5.762 | 100.0% | 1 | | -> duration | 5.762 | 5.762 | 5.762 | 5.762 | 5.762 | 5.762 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.76152 Full duration: 17.584902 -------------------------------------------------------------------------------- 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-6f4f3b57-0398-4a2f-9532-392e1fd7f59e" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763 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.378 | 5.378 | 5.378 | 5.378 | 5.378 | 5.378 | 100.0% | 1 | | cinder_v2.delete_volume | 2.174 | 2.174 | 2.174 | 2.174 | 2.174 | 2.174 | 100.0% | 1 | | total | 7.552 | 7.552 | 7.552 | 7.552 | 7.552 | 7.552 | 100.0% | 1 | | -> duration | 7.552 | 7.552 | 7.552 | 7.552 | 7.552 | 7.552 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.551675 Full duration: 21.403291 -------------------------------------------------------------------------------- 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 08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763 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.746 | 3.746 | 3.746 | 3.746 | 3.746 | 3.746 | 100.0% | 1 | | cinder_v2.delete_volume | 2.191 | 2.191 | 2.191 | 2.191 | 2.191 | 2.191 | 100.0% | 1 | | total | 5.937 | 5.937 | 5.937 | 5.937 | 5.937 | 5.937 | 100.0% | 1 | | -> duration | 5.937 | 5.937 | 5.937 | 5.937 | 5.937 | 5.937 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.937253 Full duration: 19.00784 -------------------------------------------------------------------------------- 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 08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763 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.248 | 3.248 | 3.248 | 3.248 | 3.248 | 3.248 | 100.0% | 1 | | cinder_v2.extend_volume | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | cinder_v2.delete_volume | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 100.0% | 1 | | total | 5.697 | 5.697 | 5.697 | 5.697 | 5.697 | 5.697 | 100.0% | 1 | | -> duration | 5.697 | 5.697 | 5.697 | 5.697 | 5.697 | 5.697 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.696629 Full duration: 19.075167 -------------------------------------------------------------------------------- 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 08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763 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.781 | 3.781 | 3.781 | 3.781 | 3.781 | 3.781 | 100.0% | 1 | | cinder_v2.delete_volume | 2.293 | 2.293 | 2.293 | 2.293 | 2.293 | 2.293 | 100.0% | 1 | | total | 6.074 | 6.074 | 6.074 | 6.074 | 6.074 | 6.074 | 100.0% | 1 | | -> duration | 6.074 | 6.074 | 6.074 | 6.074 | 6.074 | 6.074 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.073984 Full duration: 27.326094 -------------------------------------------------------------------------------- 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 08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763 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.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | cinder_v2.list_qos | 0.025 | 0.025 | 0.025 | 0.025 | 0.025 | 0.025 | 100.0% | 1 | | total | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> duration | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.786981 Full duration: 15.47506 -------------------------------------------------------------------------------- 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 08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763 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.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | cinder_v2.set_qos | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | total | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> duration | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.780768 Full duration: 14.192439 -------------------------------------------------------------------------------- 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 08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763 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.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | cinder_v2.list_types | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 100.0% | 1 | | total | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> duration | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.821795 Full duration: 14.242137 -------------------------------------------------------------------------------- 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 08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763 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.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 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.834768 Full duration: 14.127347 HINTS: * To plot HTML graphics with this data, run: rally task report 08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763 --out output.html * To generate a JUnit report, run: rally task export 08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763 --json --out output.json 2018-04-10 18:09:53,857 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763'] 2018-04-10 18:09:55,366 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-10 18:09:55,366 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '08a088aa-4cc9-4e80-8ec2-b8d3d0d7c763', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-10 18:09:55,371 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-10 18:09:55,372 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-10 18:09:55,372 - 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-04-10 18:09:55,372 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-10 18:09:55,381 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-10 18:09:55,382 - 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': '03b21dd8-7462-487e-ab46-232d09fc92ad', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', 'flavor_name': 'rally-tiny-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', '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-04-10 18:11:38,355 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c21e1f95-76b8-4699-88fd-1a5352d2f8e8 2018-04-10 18:11:38,356 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c21e1f95-76b8-4699-88fd-1a5352d2f8e8'] 2018-04-10 18:11:39,827 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c21e1f95-76b8-4699-88fd-1a5352d2f8e8: 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 c21e1f95-76b8-4699-88fd-1a5352d2f8e8 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 6.097 | 6.097 | 6.097 | 6.097 | 6.097 | 6.097 | 100.0% | 1 | | heat.update_stack | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 100.0% | 1 | | heat.delete_stack | 2.311 | 2.311 | 2.311 | 2.311 | 2.311 | 2.311 | 100.0% | 1 | | total | 10.723 | 10.723 | 10.723 | 10.723 | 10.723 | 10.723 | 100.0% | 1 | | -> duration | 6.723 | 6.723 | 6.723 | 6.723 | 6.723 | 6.723 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.722568 Full duration: 24.384354 -------------------------------------------------------------------------------- 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 c21e1f95-76b8-4699-88fd-1a5352d2f8e8 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.9 | 4.9 | 4.9 | 4.9 | 4.9 | 4.9 | 100.0% | 1 | | heat.check_stack | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 100.0% | 1 | | heat.delete_stack | 2.318 | 2.318 | 2.318 | 2.318 | 2.318 | 2.318 | 100.0% | 1 | | total | 7.445 | 7.445 | 7.445 | 7.445 | 7.445 | 7.445 | 100.0% | 1 | | -> duration | 5.445 | 5.445 | 5.445 | 5.445 | 5.445 | 5.445 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.445322 Full duration: 20.649018 -------------------------------------------------------------------------------- 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 c21e1f95-76b8-4699-88fd-1a5352d2f8e8 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.039 | 5.039 | 5.039 | 5.039 | 5.039 | 5.039 | 100.0% | 1 | | heat.suspend_stack | 0.256 | 0.256 | 0.256 | 0.256 | 0.256 | 0.256 | 100.0% | 1 | | heat.resume_stack | 1.312 | 1.312 | 1.312 | 1.312 | 1.312 | 1.312 | 100.0% | 1 | | heat.delete_stack | 2.26 | 2.26 | 2.26 | 2.26 | 2.26 | 2.26 | 100.0% | 1 | | total | 8.867 | 8.867 | 8.867 | 8.867 | 8.867 | 8.867 | 100.0% | 1 | | -> duration | 6.867 | 6.867 | 6.867 | 6.867 | 6.867 | 6.867 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.867311 Full duration: 21.366157 -------------------------------------------------------------------------------- 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 c21e1f95-76b8-4699-88fd-1a5352d2f8e8 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.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | total | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> duration | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.709264 Full duration: 12.486969 HINTS: * To plot HTML graphics with this data, run: rally task report c21e1f95-76b8-4699-88fd-1a5352d2f8e8 --out output.html * To generate a JUnit report, run: rally task export c21e1f95-76b8-4699-88fd-1a5352d2f8e8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c21e1f95-76b8-4699-88fd-1a5352d2f8e8 --json --out output.json 2018-04-10 18:11:39,828 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c21e1f95-76b8-4699-88fd-1a5352d2f8e8'] 2018-04-10 18:11:41,294 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-10 18:11:41,294 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c21e1f95-76b8-4699-88fd-1a5352d2f8e8', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-10 18:11:41,299 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-10 18:11:41,299 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-10 18:11:41,300 - 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-04-10 18:11:41,300 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-10 18:11:41,309 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-10 18:11:41,309 - 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': '03b21dd8-7462-487e-ab46-232d09fc92ad', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', 'flavor_name': 'rally-tiny-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', '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-04-10 18:15:23,593 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e87adca9-8dc2-4093-b0ae-20bedc2bac6c 2018-04-10 18:15:23,593 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e87adca9-8dc2-4093-b0ae-20bedc2bac6c'] 2018-04-10 18:15:25,140 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e87adca9-8dc2-4093-b0ae-20bedc2bac6c: 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 e87adca9-8dc2-4093-b0ae-20bedc2bac6c 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.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | keystone_v3.add_role | 0.148 | 0.148 | 0.148 | 0.148 | 0.148 | 0.148 | 100.0% | 1 | | keystone_v3.revoke_role | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 100.0% | 1 | | total | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | -> duration | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.927458 Full duration: 17.30791 -------------------------------------------------------------------------------- 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 e87adca9-8dc2-4093-b0ae-20bedc2bac6c 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.652 | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 100.0% | 1 | | keystone_v3.add_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | keystone_v3.list_roles | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | -> duration | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.90902 Full duration: 17.137877 -------------------------------------------------------------------------------- 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 e87adca9-8dc2-4093-b0ae-20bedc2bac6c 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.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | keystone_v3.list_projects | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | -> duration | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.902066 Full duration: 17.467708 -------------------------------------------------------------------------------- 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 e87adca9-8dc2-4093-b0ae-20bedc2bac6c 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.651 | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 100.0% | 1 | | keystone_v3.delete_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.779368 Full duration: 15.23346 -------------------------------------------------------------------------------- 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 e87adca9-8dc2-4093-b0ae-20bedc2bac6c 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.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | keystone_v3.delete_service | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | total | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> duration | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.79421 Full duration: 15.05374 -------------------------------------------------------------------------------- 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 e87adca9-8dc2-4093-b0ae-20bedc2bac6c 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.853 | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 100.0% | 1 | | keystone_v3.create_user | 0.409 | 0.409 | 0.409 | 0.409 | 0.409 | 0.409 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | -> keystone_v3.add_role | 0.067 | 0.067 | 0.067 | 0.067 | 0.067 | 0.067 | 100.0% | 1 | | keystone_v3.create_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.get_project | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.get_user | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.get_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.list_services | 0.022 | 0.022 | 0.022 | 0.022 | 0.022 | 0.022 | 100.0% | 1 | | keystone_v3.get_services | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 1.964 | 1.964 | 1.964 | 1.964 | 1.964 | 1.964 | 100.0% | 1 | | -> duration | 1.964 | 1.964 | 1.964 | 1.964 | 1.964 | 1.964 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.964264 Full duration: 23.180572 -------------------------------------------------------------------------------- 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 e87adca9-8dc2-4093-b0ae-20bedc2bac6c 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.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | keystone_v3.update_project | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | keystone_v3.delete_project | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 1.149 | 1.149 | 1.149 | 1.149 | 1.149 | 1.149 | 100.0% | 1 | | -> duration | 1.149 | 1.149 | 1.149 | 1.149 | 1.149 | 1.149 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.1486 Full duration: 15.568631 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e87adca9-8dc2-4093-b0ae-20bedc2bac6c 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.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | total | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | -> duration | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.914465 Full duration: 17.400986 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e87adca9-8dc2-4093-b0ae-20bedc2bac6c 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.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | total | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> duration | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.777819 Full duration: 17.320637 -------------------------------------------------------------------------------- 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 e87adca9-8dc2-4093-b0ae-20bedc2bac6c 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.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | keystone_v3.list_users | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | total | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 100.0% | 1 | | -> duration | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.02585 Full duration: 17.438382 -------------------------------------------------------------------------------- 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 e87adca9-8dc2-4093-b0ae-20bedc2bac6c 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.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | keystone_v3.create_users | 5.347 | 5.347 | 5.347 | 5.347 | 5.347 | 5.347 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.347 | 5.347 | 5.347 | 5.347 | 5.347 | 5.347 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.982 | 0.982 | 0.982 | 0.982 | 0.982 | 0.982 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.235 | 1.235 | 1.235 | 1.235 | 1.235 | 1.235 | 100.0% | 1 | | total | 7.504 | 7.504 | 7.504 | 7.504 | 7.504 | 7.504 | 100.0% | 1 | | -> duration | 7.504 | 7.504 | 7.504 | 7.504 | 7.504 | 7.504 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.503897 Full duration: 26.69256 HINTS: * To plot HTML graphics with this data, run: rally task report e87adca9-8dc2-4093-b0ae-20bedc2bac6c --out output.html * To generate a JUnit report, run: rally task export e87adca9-8dc2-4093-b0ae-20bedc2bac6c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e87adca9-8dc2-4093-b0ae-20bedc2bac6c --json --out output.json 2018-04-10 18:15:25,140 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e87adca9-8dc2-4093-b0ae-20bedc2bac6c'] 2018-04-10 18:15:26,661 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-10 18:15:26,662 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e87adca9-8dc2-4093-b0ae-20bedc2bac6c', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-10 18:15:26,667 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-10 18:15:26,667 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-10 18:15:26,668 - 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-04-10 18:15:26,668 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-10 18:15:26,677 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-10 18:15:26,678 - 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': '03b21dd8-7462-487e-ab46-232d09fc92ad', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', 'flavor_name': 'rally-tiny-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', '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-04-10 18:22:22,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a84a2da8-f52b-440a-b908-a0fab308369b 2018-04-10 18:22:22,225 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a84a2da8-f52b-440a-b908-a0fab308369b'] 2018-04-10 18:22:23,770 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a84a2da8-f52b-440a-b908-a0fab308369b: 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 a84a2da8-f52b-440a-b908-a0fab308369b 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.14 | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 100.0% | 1 | | neutron.delete_network | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | total | 1.869 | 1.869 | 1.869 | 1.869 | 1.869 | 1.869 | 100.0% | 1 | | -> duration | 1.869 | 1.869 | 1.869 | 1.869 | 1.869 | 1.869 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.869208 Full duration: 18.377318 -------------------------------------------------------------------------------- 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 a84a2da8-f52b-440a-b908-a0fab308369b 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.629 | 1.629 | 1.629 | 1.629 | 1.629 | 1.629 | 100.0% | 1 | | neutron.delete_port | 0.536 | 0.536 | 0.536 | 0.536 | 0.536 | 0.536 | 100.0% | 1 | | total | 2.165 | 2.165 | 2.165 | 2.165 | 2.165 | 2.165 | 100.0% | 1 | | -> duration | 2.165 | 2.165 | 2.165 | 2.165 | 2.165 | 2.165 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.165378 Full duration: 41.321734 -------------------------------------------------------------------------------- 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 a84a2da8-f52b-440a-b908-a0fab308369b 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.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | neutron.create_subnet | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | neutron.create_router | 3.016 | 3.016 | 3.016 | 3.016 | 3.016 | 3.016 | 100.0% | 1 | | neutron.add_interface_router | 2.048 | 2.048 | 2.048 | 2.048 | 2.048 | 2.048 | 100.0% | 1 | | neutron.remove_interface_router | 1.671 | 1.671 | 1.671 | 1.671 | 1.671 | 1.671 | 100.0% | 1 | | neutron.delete_router | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 100.0% | 1 | | total | 10.955 | 10.955 | 10.955 | 10.955 | 10.955 | 10.955 | 100.0% | 1 | | -> duration | 10.955 | 10.955 | 10.955 | 10.955 | 10.955 | 10.955 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.954704 Full duration: 52.995885 -------------------------------------------------------------------------------- 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 a84a2da8-f52b-440a-b908-a0fab308369b 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.417 | 1.417 | 1.417 | 1.417 | 1.417 | 1.417 | 100.0% | 1 | | neutron.delete_subnet | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 100.0% | 1 | | total | 1.968 | 1.968 | 1.968 | 1.968 | 1.968 | 1.968 | 100.0% | 1 | | -> duration | 1.968 | 1.968 | 1.968 | 1.968 | 1.968 | 1.968 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.96801 Full duration: 38.950228 -------------------------------------------------------------------------------- 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 a84a2da8-f52b-440a-b908-a0fab308369b 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.103 | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 100.0% | 1 | | neutron.list_networks | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | total | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 100.0% | 1 | | -> duration | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.243318 Full duration: 20.00923 -------------------------------------------------------------------------------- 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 a84a2da8-f52b-440a-b908-a0fab308369b 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.663 | 1.663 | 1.663 | 1.663 | 1.663 | 1.663 | 100.0% | 1 | | neutron.list_ports | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | total | 1.78 | 1.78 | 1.78 | 1.78 | 1.78 | 1.78 | 100.0% | 1 | | -> duration | 1.78 | 1.78 | 1.78 | 1.78 | 1.78 | 1.78 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.779526 Full duration: 40.680825 -------------------------------------------------------------------------------- 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 a84a2da8-f52b-440a-b908-a0fab308369b 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.033 | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 100.0% | 1 | | neutron.create_subnet | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 100.0% | 1 | | neutron.create_router | 2.904 | 2.904 | 2.904 | 2.904 | 2.904 | 2.904 | 100.0% | 1 | | neutron.add_interface_router | 2.025 | 2.025 | 2.025 | 2.025 | 2.025 | 2.025 | 100.0% | 1 | | neutron.list_routers | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 100.0% | 1 | | total | 6.713 | 6.713 | 6.713 | 6.713 | 6.713 | 6.713 | 100.0% | 1 | | -> duration | 6.713 | 6.713 | 6.713 | 6.713 | 6.713 | 6.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.712687 Full duration: 54.641761 -------------------------------------------------------------------------------- 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 a84a2da8-f52b-440a-b908-a0fab308369b 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.97 | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | 100.0% | 1 | | neutron.create_subnet | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | neutron.list_subnets | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 1.671 | 1.671 | 1.671 | 1.671 | 1.671 | 1.671 | 100.0% | 1 | | -> duration | 1.671 | 1.671 | 1.671 | 1.671 | 1.671 | 1.671 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.670503 Full duration: 46.728655 -------------------------------------------------------------------------------- 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 a84a2da8-f52b-440a-b908-a0fab308369b has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.201 | 1.201 | 1.201 | 1.201 | 1.201 | 1.201 | 100.0% | 1 | | neutron.delete_security_group | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 100.0% | 1 | | total | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 100.0% | 1 | | -> duration | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.336899 Full duration: 17.908638 -------------------------------------------------------------------------------- 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 a84a2da8-f52b-440a-b908-a0fab308369b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 100.0% | 1 | | neutron.create_security_group_rule | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | neutron.delete_security_group | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | total | 1.422 | 1.422 | 1.422 | 1.422 | 1.422 | 1.422 | 100.0% | 1 | | -> duration | 1.422 | 1.422 | 1.422 | 1.422 | 1.422 | 1.422 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.421863 Full duration: 17.987257 -------------------------------------------------------------------------------- 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 a84a2da8-f52b-440a-b908-a0fab308369b 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.103 | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 100.0% | 1 | | neutron.create_router | 3.391 | 3.391 | 3.391 | 3.391 | 3.391 | 3.391 | 100.0% | 1 | | neutron.add_gateway_router | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 100.0% | 1 | | neutron.remove_gateway_router | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 100.0% | 1 | | total | 7.044 | 7.044 | 7.044 | 7.044 | 7.044 | 7.044 | 100.0% | 1 | | -> duration | 7.044 | 7.044 | 7.044 | 7.044 | 7.044 | 7.044 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.044327 Full duration: 34.735243 HINTS: * To plot HTML graphics with this data, run: rally task report a84a2da8-f52b-440a-b908-a0fab308369b --out output.html * To generate a JUnit report, run: rally task export a84a2da8-f52b-440a-b908-a0fab308369b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a84a2da8-f52b-440a-b908-a0fab308369b --json --out output.json 2018-04-10 18:22:23,771 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a84a2da8-f52b-440a-b908-a0fab308369b'] 2018-04-10 18:22:25,292 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-10 18:22:25,292 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a84a2da8-f52b-440a-b908-a0fab308369b', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-10 18:22:25,297 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-10 18:22:25,297 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-10 18:22:25,297 - 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-04-10 18:22:25,297 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-10 18:22:25,306 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-10 18:22:25,307 - 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': '03b21dd8-7462-487e-ab46-232d09fc92ad', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', 'flavor_name': 'rally-tiny-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', '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-04-10 18:32:26,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e1bac193-1d3d-4699-9c84-1953e76c16b5 2018-04-10 18:32:26,741 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e1bac193-1d3d-4699-9c84-1953e76c16b5'] 2018-04-10 18:32:28,248 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e1bac193-1d3d-4699-9c84-1953e76c16b5: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6f4f3b57-0398-4a2f-9532-392e1fd7f59e" }, "image": { "name": "Cirros-0.4.0-6f4f3b57-0398-4a2f-9532-392e1fd7f59e" }, "block_migration": false, "nics": [ { "net-id": "03b21dd8-7462-487e-ab46-232d09fc92ad" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e1bac193-1d3d-4699-9c84-1953e76c16b5 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.831 | 7.831 | 7.831 | 7.831 | 7.831 | 7.831 | 100.0% | 1 | | nova.find_host_to_migrate | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 100.0% | 1 | | nova.live_migrate | 9.708 | 9.708 | 9.708 | 9.708 | 9.708 | 9.708 | 100.0% | 1 | | nova.delete_server | 2.592 | 2.592 | 2.592 | 2.592 | 2.592 | 2.592 | 100.0% | 1 | | total | 21.41 | 21.41 | 21.41 | 21.41 | 21.41 | 21.41 | 100.0% | 1 | | -> duration | 20.41 | 20.41 | 20.41 | 20.41 | 20.41 | 20.41 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.409848 Full duration: 32.675656 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6f4f3b57-0398-4a2f-9532-392e1fd7f59e" }, "image": { "name": "Cirros-0.4.0-6f4f3b57-0398-4a2f-9532-392e1fd7f59e" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "03b21dd8-7462-487e-ab46-232d09fc92ad" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e1bac193-1d3d-4699-9c84-1953e76c16b5 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.209 | 7.209 | 7.209 | 7.209 | 7.209 | 7.209 | 100.0% | 1 | | cinder_v2.create_volume | 2.384 | 2.384 | 2.384 | 2.384 | 2.384 | 2.384 | 100.0% | 1 | | nova.attach_volume | 4.146 | 4.146 | 4.146 | 4.146 | 4.146 | 4.146 | 100.0% | 1 | | nova.find_host_to_migrate | 1.241 | 1.241 | 1.241 | 1.241 | 1.241 | 1.241 | 100.0% | 1 | | nova.live_migrate | 11.756 | 11.756 | 11.756 | 11.756 | 11.756 | 11.756 | 100.0% | 1 | | nova.detach_volume | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 100.0% | 1 | | cinder_v2.delete_volume | 2.191 | 2.191 | 2.191 | 2.191 | 2.191 | 2.191 | 100.0% | 1 | | nova.delete_server | 2.602 | 2.602 | 2.602 | 2.602 | 2.602 | 2.602 | 100.0% | 1 | | total | 32.899 | 32.899 | 32.899 | 32.899 | 32.899 | 32.899 | 100.0% | 1 | | -> duration | 31.899 | 31.899 | 31.899 | 31.899 | 31.899 | 31.899 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 31.898697 Full duration: 46.994847 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6f4f3b57-0398-4a2f-9532-392e1fd7f59e" }, "image": { "name": "Cirros-0.4.0-6f4f3b57-0398-4a2f-9532-392e1fd7f59e" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "03b21dd8-7462-487e-ab46-232d09fc92ad" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task e1bac193-1d3d-4699-9c84-1953e76c16b5 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.244 | 5.244 | 5.244 | 5.244 | 5.244 | 5.244 | 100.0% | 1 | | nova.boot_server | 6.843 | 6.843 | 6.843 | 6.843 | 6.843 | 6.843 | 100.0% | 1 | | nova.find_host_to_migrate | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | nova.live_migrate | 11.191 | 11.191 | 11.191 | 11.191 | 11.191 | 11.191 | 100.0% | 1 | | nova.delete_server | 2.587 | 2.587 | 2.587 | 2.587 | 2.587 | 2.587 | 100.0% | 1 | | total | 27.134 | 27.134 | 27.134 | 27.134 | 27.134 | 27.134 | 100.0% | 1 | | -> duration | 26.134 | 26.134 | 26.134 | 26.134 | 26.134 | 26.134 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.134399 Full duration: 41.997568 -------------------------------------------------------------------------------- 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-6f4f3b57-0398-4a2f-9532-392e1fd7f59e" }, "image": { "name": "Cirros-0.4.0-6f4f3b57-0398-4a2f-9532-392e1fd7f59e" }, "server_kwargs": { "nics": [ { "net-id": "03b21dd8-7462-487e-ab46-232d09fc92ad" } ] } }, "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 e1bac193-1d3d-4699-9c84-1953e76c16b5 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 | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 1.027 | 100.0% | 1 | | nova.boot_server | 6.551 | 6.551 | 6.551 | 6.551 | 6.551 | 6.551 | 100.0% | 1 | | nova.delete_server | 2.445 | 2.445 | 2.445 | 2.445 | 2.445 | 2.445 | 100.0% | 1 | | nova.delete_keypair | 0.021 | 0.021 | 0.021 | 0.021 | 0.021 | 0.021 | 100.0% | 1 | | total | 10.046 | 10.046 | 10.046 | 10.046 | 10.046 | 10.046 | 100.0% | 1 | | -> duration | 9.046 | 9.046 | 9.046 | 9.046 | 9.046 | 9.046 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.045627 Full duration: 42.14511 -------------------------------------------------------------------------------- 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-6f4f3b57-0398-4a2f-9532-392e1fd7f59e" }, "image": { "name": "Cirros-0.4.0-6f4f3b57-0398-4a2f-9532-392e1fd7f59e" }, "volume_size": 5, "nics": [ { "net-id": "03b21dd8-7462-487e-ab46-232d09fc92ad" } ] }, "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 e1bac193-1d3d-4699-9c84-1953e76c16b5 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.314 | 5.314 | 5.314 | 5.314 | 5.314 | 5.314 | 100.0% | 1 | | nova.boot_server | 6.233 | 6.233 | 6.233 | 6.233 | 6.233 | 6.233 | 100.0% | 1 | | nova.delete_server | 2.428 | 2.428 | 2.428 | 2.428 | 2.428 | 2.428 | 100.0% | 1 | | total | 13.974 | 13.974 | 13.974 | 13.974 | 13.974 | 13.974 | 100.0% | 1 | | -> duration | 12.974 | 12.974 | 12.974 | 12.974 | 12.974 | 12.974 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.974376 Full duration: 48.343308 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6f4f3b57-0398-4a2f-9532-392e1fd7f59e" }, "image": { "name": "Cirros-0.4.0-6f4f3b57-0398-4a2f-9532-392e1fd7f59e" }, "force_delete": false, "nics": [ { "net-id": "03b21dd8-7462-487e-ab46-232d09fc92ad" } ] }, "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 e1bac193-1d3d-4699-9c84-1953e76c16b5 has 1 error(s) -------------------------------------------------------------------------------- TimeoutException: Rally tired waiting for Server s_rally_ab78f2c6_nIPdksB1:8d6cce41-b2e9-4453-bc57-0a3c6dfaa9fb to become ('ACTIVE') current status SHUTOFF Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 655, in run self._unpause_server(server) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 326, in _unpause_server check_interval=CONF.openstack.nova_server_unpause_poll_interval File "/usr/lib/python2.7/site-packages/rally/task/utils.py", line 251, in wait_for_status resource_status=get_status(resource, status_attr)) TimeoutException: Rally tired waiting for Server s_rally_ab78f2c6_nIPdksB1:8d6cce41-b2e9-4453-bc57-0a3c6dfaa9fb to become ('ACTIVE') current status SHUTOFF -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.715 | 7.715 | 7.715 | 7.715 | 7.715 | 7.715 | 100.0% | 1 | | nova.pause_server | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 100.0% | 1 | | nova.unpause_server | 303.96 | 303.96 | 303.96 | 303.96 | 303.96 | 303.96 | 0.0% | 1 | | total | 314.296 | 314.296 | 314.296 | 314.296 | 314.296 | 314.296 | 0.0% | 1 | | -> duration | 309.296 | 309.296 | 309.296 | 309.296 | 309.296 | 309.296 | 0.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 0.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 309.296067 Full duration: 358.827311 HINTS: * To plot HTML graphics with this data, run: rally task report e1bac193-1d3d-4699-9c84-1953e76c16b5 --out output.html * To generate a JUnit report, run: rally task export e1bac193-1d3d-4699-9c84-1953e76c16b5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e1bac193-1d3d-4699-9c84-1953e76c16b5 --json --out output.json 2018-04-10 18:32:28,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e1bac193-1d3d-4699-9c84-1953e76c16b5'] 2018-04-10 18:32:29,737 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-10 18:32:29,737 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e1bac193-1d3d-4699-9c84-1953e76c16b5', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-10 18:32:29,742 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-10 18:32:29,742 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-10 18:32:29,743 - 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-04-10 18:32:29,743 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-10 18:32:29,761 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-10 18:32:29,762 - 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': '03b21dd8-7462-487e-ab46-232d09fc92ad', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', 'flavor_name': 'rally-tiny-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6f4f3b57-0398-4a2f-9532-392e1fd7f59e', '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-04-10 18:33:30,972 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 52fa82ca-5a3f-431d-803d-66b6a5c549eb 2018-04-10 18:33:30,973 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '52fa82ca-5a3f-431d-803d-66b6a5c549eb'] 2018-04-10 18:33:32,448 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 52fa82ca-5a3f-431d-803d-66b6a5c549eb: 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 52fa82ca-5a3f-431d-803d-66b6a5c549eb 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.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | quotas.delete_quotas | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 100.0% | 1 | | total | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | -> duration | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.902206 Full duration: 10.093999 -------------------------------------------------------------------------------- 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 52fa82ca-5a3f-431d-803d-66b6a5c549eb 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.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | total | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> duration | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.857885 Full duration: 10.035141 -------------------------------------------------------------------------------- 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 52fa82ca-5a3f-431d-803d-66b6a5c549eb 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.361 | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 100.0% | 1 | | total | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | -> duration | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.890968 Full duration: 10.334678 -------------------------------------------------------------------------------- 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 52fa82ca-5a3f-431d-803d-66b6a5c549eb 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.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | total | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | -> duration | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.027791 Full duration: 10.344241 HINTS: * To plot HTML graphics with this data, run: rally task report 52fa82ca-5a3f-431d-803d-66b6a5c549eb --out output.html * To generate a JUnit report, run: rally task export 52fa82ca-5a3f-431d-803d-66b6a5c549eb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 52fa82ca-5a3f-431d-803d-66b6a5c549eb --json --out output.json 2018-04-10 18:33:32,448 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '52fa82ca-5a3f-431d-803d-66b6a5c549eb'] 2018-04-10 18:33:33,920 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-10 18:33:33,920 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '52fa82ca-5a3f-431d-803d-66b6a5c549eb', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-10 18:33:33,924 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-10 18:33:33,926 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:55 | 6 | 100.00% | | glance | 01:11 | 4 | 100.00% | | cinder | 03:08 | 10 | 100.00% | | heat | 01:18 | 4 | 100.00% | | keystone | 03:19 | 11 | 100.00% | | neutron | 06:24 | 11 | 100.00% | | nova | 09:30 | 6 | 83.33% | | quotas | 00:40 | 4 | 100.00% | | | | | | | TOTAL: | 00:26:29 | 56 | 98.21% | +----------------+------------+----------------+-----------+ 2018-04-10 18:33:33,927 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.21% 2018-04-10 18:33:46,135 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 18:33:46,136 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 30:51 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-10 18:33:46,139 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-10 18:33:46,139 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-10 18:33:46,209 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-10 18:33:49,566 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-10 18:33:49.380 10763 INFO rally.deployment.engine [-] Deployment 02517dce-fc9c-43cf-8899-af4c155fa9e9 | Starting: Destroy cloud and free allocated resources. 2018-04-10 18:33:49.393 10763 INFO rally.deployment.engine [-] Deployment 02517dce-fc9c-43cf-8899-af4c155fa9e9 | Completed: Destroy cloud and free allocated resources. 2018-04-10 18:33:49.408 10763 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=670029f6-aa95-411f-826c-cf91c61f336e). 2018-04-10 18:33:49.410 10763 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-10 18:33:52,900 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-10 18:33:52.730 10766 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5943c7bd-3a99-46b2-81a8-caf81fdb1ffa) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5943c7bd-3a99-46b2-81a8-caf81fdb1ffa | 2018-04-10T18:33:52 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5943c7bd-3a99-46b2-81a8-caf81fdb1ffa ~/.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-04-10 18:33:57,577 - 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-04-10 18:33:57,577 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-10 18:34:01,004 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-10 18:34:00.741 10772 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=670029f6-aa95-411f-826c-cf91c61f336e). 2018-04-10 18:34:00.906 10772 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-10 18:34:05,568 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-10 18:34:04.105 10775 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-10 18:34:04.163 10775 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-10 18:34:05.438 10775 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e64c9475-e133-4698-9878-fce8763de274) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e64c9475-e133-4698-9878-fce8763de274) as the default verifier for the future CLI operations. 2018-04-10 18:34:09,976 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-10 18:34:11,641 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-10 18:34:15,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-10 18:34:22,306 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-10 18:34:21.261 10794 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e64c9475-e133-4698-9878-fce8763de274) for deployment 'opnfv-rally' (UUID=5943c7bd-3a99-46b2-81a8-caf81fdb1ffa). 2018-04-10 18:34:22.183 10794 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e64c9475-e133-4698-9878-fce8763de274) has been successfully configured for deployment 'opnfv-rally' (UUID=5943c7bd-3a99-46b2-81a8-caf81fdb1ffa)! 2018-04-10 18:34:22,306 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-10 18:34:22,306 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-10 18:34:22,308 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-10 18:34:25,558 - 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-04-10 18:34:28,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:34:28.681 10806 INFO rally.api [-] Starting verification (UUID=9453e1ab-aa05-4bd2-ac0d-e666713fdd28) for deployment 'opnfv-rally' (UUID=5943c7bd-3a99-46b2-81a8-caf81fdb1ffa) by verifier 'opnfv-tempest' (UUID=e64c9475-e133-4698-9878-fce8763de274). 2018-04-10 18:34:28,683 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9453e1ab-aa05-4bd2-ac0d-e666713fdd28 2018-04-10 18:35:07,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:07.583 10806 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.125s] 2018-04-10 18:35:07,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:07.689 10806 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.106s] 2018-04-10 18:35:07,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:07.794 10806 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.105s] 2018-04-10 18:35:09,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:09.112 10806 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.231s] 2018-04-10 18:35:09,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:09.553 10806 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.215s] 2018-04-10 18:35:09,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:09.597 10806 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.434s] 2018-04-10 18:35:09,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:09.891 10806 INFO opnfv-tempest [-] {28} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.015s] 2018-04-10 18:35:09,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:09.955 10806 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.345s] 2018-04-10 18:35:10,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.005 10806 INFO opnfv-tempest [-] {25} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.315s] 2018-04-10 18:35:10,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.059 10806 INFO opnfv-tempest [-] {25} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.054s] 2018-04-10 18:35:10,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.107 10806 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.151s] 2018-04-10 18:35:10,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.196 10806 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.301s] 2018-04-10 18:35:10,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.228 10806 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.032s] 2018-04-10 18:35:10,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.266 10806 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.261s] 2018-04-10 18:35:10,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.407 10806 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.294s] 2018-04-10 18:35:10,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.412 10806 INFO opnfv-tempest [-] {24} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.468s] 2018-04-10 18:35:10,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.436 10806 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.409s] 2018-04-10 18:35:10,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.440 10806 INFO opnfv-tempest [-] {30} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.446s] 2018-04-10 18:35:10,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.448 10806 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.770s] 2018-04-10 18:35:10,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.476 10806 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.247s] 2018-04-10 18:35:10,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.489 10806 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.013s] 2018-04-10 18:35:10,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.513 10806 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.024s] 2018-04-10 18:35:10,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.545 10806 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.108s] 2018-04-10 18:35:10,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.569 10806 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.497s] 2018-04-10 18:35:10,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.601 10806 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.030s] 2018-04-10 18:35:10,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.761 10806 INFO opnfv-tempest [-] {19} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.674s] 2018-04-10 18:35:10,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:10.924 10806 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.327s] 2018-04-10 18:35:11,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:11.036 10806 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.628s] 2018-04-10 18:35:11,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:11.289 10806 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.223s] 2018-04-10 18:35:11,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:11.320 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.021s] 2018-04-10 18:35:11,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:11.368 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.049s] 2018-04-10 18:35:11,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:11.425 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.056s] 2018-04-10 18:35:11,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:11.455 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.030s] 2018-04-10 18:35:11,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:11.475 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.020s] 2018-04-10 18:35:11,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:11.495 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.020s] 2018-04-10 18:35:11,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:11.545 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.050s] 2018-04-10 18:35:11,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:11.637 10806 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.600s] 2018-04-10 18:35:11,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:11.740 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.193s] 2018-04-10 18:35:11,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:11.757 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.017s] 2018-04-10 18:35:11,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:11.804 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.047s] 2018-04-10 18:35:11,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:11.821 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.017s] 2018-04-10 18:35:11,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:11.903 10806 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.642s] 2018-04-10 18:35:11,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:11.923 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.102s] 2018-04-10 18:35:11,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:11.988 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.065s] 2018-04-10 18:35:12,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.055 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.066s] 2018-04-10 18:35:12,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.120 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.066s] 2018-04-10 18:35:12,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.250 10806 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.610s] 2018-04-10 18:35:12,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.351 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.229s] 2018-04-10 18:35:12,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.361 10806 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.351s] 2018-04-10 18:35:12,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.399 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.048s] 2018-04-10 18:35:12,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.443 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.043s] 2018-04-10 18:35:12,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.461 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.018s] 2018-04-10 18:35:12,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.475 10806 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.185s] 2018-04-10 18:35:12,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.494 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [2.963s] 2018-04-10 18:35:12,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.502 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.041s] 2018-04-10 18:35:12,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.554 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.051s] 2018-04-10 18:35:12,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.605 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.051s] 2018-04-10 18:35:12,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.649 10806 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.286s] 2018-04-10 18:35:12,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.699 10806 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.704s] 2018-04-10 18:35:12,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.766 10806 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.715s] 2018-04-10 18:35:12,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.785 10806 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.180s] 2018-04-10 18:35:12,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:12.939 10806 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.289s] 2018-04-10 18:35:13,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:13.192 10806 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.492s] 2018-04-10 18:35:13,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:13.251 10806 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.000s] 2018-04-10 18:35:13,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:13.579 10806 INFO opnfv-tempest [-] {38} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.489s] 2018-04-10 18:35:14,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:14.066 10806 INFO opnfv-tempest [-] {38} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.488s] 2018-04-10 18:35:14,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:14.201 10806 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.950s] 2018-04-10 18:35:14,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:14.303 10806 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.101s] 2018-04-10 18:35:14,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:14.337 10806 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.033s] 2018-04-10 18:35:14,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:14.369 10806 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.033s] 2018-04-10 18:35:14,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:14.399 10806 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.030s] 2018-04-10 18:35:14,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:14.850 10806 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.015s] 2018-04-10 18:35:14,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:14.868 10806 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.017s] 2018-04-10 18:35:14,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:14.942 10806 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.074s] 2018-04-10 18:35:14,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:14.989 10806 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.045s] 2018-04-10 18:35:15,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:15.045 10806 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.057s] 2018-04-10 18:35:15,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:15.133 10806 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.087s] 2018-04-10 18:35:15,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:15.190 10806 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.712s] 2018-04-10 18:35:15,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:15.217 10806 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.083s] 2018-04-10 18:35:15,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:15.284 10806 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.066s] 2018-04-10 18:35:15,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:15.350 10806 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.066s] 2018-04-10 18:35:15,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:15.443 10806 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.093s] 2018-04-10 18:35:15,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:15.539 10806 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.054s] 2018-04-10 18:35:15,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:15.581 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.086s] 2018-04-10 18:35:15,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:15.591 10806 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.051s] 2018-04-10 18:35:15,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:15.661 10806 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.069s] 2018-04-10 18:35:15,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:15.914 10806 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.725s] 2018-04-10 18:35:16,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:16.080 10806 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.417s] 2018-04-10 18:35:16,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:16.220 10806 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.141s] 2018-04-10 18:35:16,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:16.328 10806 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.561s] 2018-04-10 18:35:16,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:16.544 10806 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.323s] 2018-04-10 18:35:16,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:16.587 10806 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.050s] 2018-04-10 18:35:16,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:16.604 10806 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.060s] 2018-04-10 18:35:16,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:16.647 10806 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.713s] 2018-04-10 18:35:16,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:16.675 10806 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.071s] 2018-04-10 18:35:16,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:16.744 10806 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.068s] 2018-04-10 18:35:16,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:16.836 10806 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.092s] 2018-04-10 18:35:16,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:16.896 10806 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.060s] 2018-04-10 18:35:17,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:17.125 10806 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.229s] 2018-04-10 18:35:17,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:17.238 10806 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.113s] 2018-04-10 18:35:17,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:17.306 10806 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.068s] 2018-04-10 18:35:17,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:17.381 10806 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.073s] 2018-04-10 18:35:17,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:17.439 10806 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.523s] 2018-04-10 18:35:18,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:18.075 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [2.494s] 2018-04-10 18:35:18,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:18.221 10806 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.892s] 2018-04-10 18:35:18,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:18.223 10806 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.784s] 2018-04-10 18:35:18,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:18.294 10806 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.074s] 2018-04-10 18:35:18,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:18.372 10806 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.077s] 2018-04-10 18:35:18,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:18.449 10806 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.077s] 2018-04-10 18:35:18,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:18.547 10806 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.097s] 2018-04-10 18:35:19,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:19.332 10806 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.111s] 2018-04-10 18:35:19,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:19.445 10806 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.114s] 2018-04-10 18:35:19,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:19.677 10806 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.449s] 2018-04-10 18:35:19,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:19.740 10806 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.067s] 2018-04-10 18:35:20,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:20.702 10806 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.572s] 2018-04-10 18:35:20,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:20.789 10806 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.076s] 2018-04-10 18:35:20,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:20.978 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.900s] 2018-04-10 18:35:21,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:21.033 10806 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.330s] 2018-04-10 18:35:21,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:21.330 10806 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.297s] 2018-04-10 18:35:21,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:21.816 10806 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.485s] 2018-04-10 18:35:22,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:22.365 10806 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.546s] 2018-04-10 18:35:22,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:22.824 10806 INFO opnfv-tempest [-] {27} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [12.951s] 2018-04-10 18:35:22,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:22.877 10806 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.513s] 2018-04-10 18:35:23,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:23.165 10806 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [11.257s] 2018-04-10 18:35:23,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:23.511 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.535s] 2018-04-10 18:35:24,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:24.095 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.246s] 2018-04-10 18:35:25,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:25.230 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.135s] 2018-04-10 18:35:25,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:25.657 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.145s] 2018-04-10 18:35:26,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:26.297 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.066s] 2018-04-10 18:35:26,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:26.960 10806 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.170s] 2018-04-10 18:35:27,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:27.438 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.140s] 2018-04-10 18:35:27,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:27.573 10806 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.113s] 2018-04-10 18:35:27,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:27.592 10806 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.019s] 2018-04-10 18:35:27,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:27.736 10806 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [11.147s] 2018-04-10 18:35:27,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:27.798 10806 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.206s] 2018-04-10 18:35:27,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:27.815 10806 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.017s] 2018-04-10 18:35:27,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:27.840 10806 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.024s] 2018-04-10 18:35:27,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:27.891 10806 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.050s] 2018-04-10 18:35:27,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:27.971 10806 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.080s] 2018-04-10 18:35:28,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:28.011 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [2.354s] 2018-04-10 18:35:28,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:28.063 10806 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.092s] 2018-04-10 18:35:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:28.148 10806 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.436s] 2018-04-10 18:35:28,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:28.270 10806 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.206s] 2018-04-10 18:35:28,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:28.288 10806 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.018s] 2018-04-10 18:35:28,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:28.385 10806 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.097s] 2018-04-10 18:35:28,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:28.638 10806 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.490s] 2018-04-10 18:35:28,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:28.879 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.441s] 2018-04-10 18:35:28,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:28.919 10806 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.282s] 2018-04-10 18:35:29,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:29.250 10806 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.330s] 2018-04-10 18:35:29,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:29.580 10806 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.329s] 2018-04-10 18:35:29,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:29.673 10806 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.093s] 2018-04-10 18:35:29,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:29.787 10806 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.114s] 2018-04-10 18:35:29,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:29.885 10806 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.097s] 2018-04-10 18:35:29,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:29.988 10806 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.103s] 2018-04-10 18:35:30,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:30.077 10806 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.087s] 2018-04-10 18:35:30,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:30.264 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.384s] 2018-04-10 18:35:30,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:30.271 10806 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.194s] 2018-04-10 18:35:30,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:30.576 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.312s] 2018-04-10 18:35:30,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:30.889 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.312s] 2018-04-10 18:35:31,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:31.273 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.383s] 2018-04-10 18:35:31,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:31.657 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.644s] 2018-04-10 18:35:31,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:31.905 10806 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [15.254s] 2018-04-10 18:35:32,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:32.479 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.205s] 2018-04-10 18:35:32,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:32.809 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.330s] 2018-04-10 18:35:33,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:33.147 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.337s] 2018-04-10 18:35:33,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:33.453 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.306s] 2018-04-10 18:35:34,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:34.575 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.120s] 2018-04-10 18:35:34,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:34.775 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.118s] 2018-04-10 18:35:34,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:34.883 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.309s] 2018-04-10 18:35:34,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:34.986 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.210s] 2018-04-10 18:35:35,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:35.179 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.296s] 2018-04-10 18:35:35,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:35.287 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.301s] 2018-04-10 18:35:35,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:35.360 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.073s] 2018-04-10 18:35:35,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:35.471 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.111s] 2018-04-10 18:35:35,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:35.633 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.161s] 2018-04-10 18:35:35,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:35.711 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.531s] 2018-04-10 18:35:35,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:35.771 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.138s] 2018-04-10 18:35:35,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:35.840 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.068s] 2018-04-10 18:35:35,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:35.940 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.100s] 2018-04-10 18:35:36,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:36.010 10806 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.299s] 2018-04-10 18:35:41,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:41.125 10806 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.182s] 2018-04-10 18:35:47,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:47.525 10806 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [15.618s] 2018-04-10 18:35:49,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:49.278 10806 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [26.110s] 2018-04-10 18:35:59,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:59.008 10806 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [22.153s] 2018-04-10 18:35:59,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:59.095 10806 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.086s] 2018-04-10 18:35:59,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:59.508 10806 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.413s] 2018-04-10 18:35:59,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:59.673 10806 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.164s] 2018-04-10 18:35:59,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:35:59.674 10806 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-10 18:36:03,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:36:03.081 10806 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [13.802s] 2018-04-10 18:36:06,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:36:06.128 10806 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [29.117s] 2018-04-10 18:36:06,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:36:06.224 10806 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.095s] 2018-04-10 18:36:06,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:36:06.509 10806 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.283s] 2018-04-10 18:36:06,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:36:06.674 10806 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.166s] 2018-04-10 18:36:06,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:36:06.675 10806 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-10 18:36:15,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:36:15.177 10806 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [37.262s] 2018-04-10 18:36:28,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:36:28.436 10806 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.259s] 2018-04-10 18:37:04,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:37:04.139 10806 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [35.699s] 2018-04-10 18:37:07,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:37:07.705 10806 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [64.614s] 2018-04-10 18:37:21,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:37:21.581 10806 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [128.629s] 2018-04-10 18:37:24,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:37:24.619 10806 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [20.479s] 2018-04-10 18:37:29,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:37:29.031 10806 INFO opnfv-tempest [-] {26} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [120.774s] 2018-04-10 18:37:37,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:37:37.207 10806 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [135.691s] 2018-04-10 18:37:37,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:37:37.659 10806 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.454s] 2018-04-10 18:37:49,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:37:49.486 10806 INFO opnfv-tempest [-] {26} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [20.452s] 2018-04-10 18:38:03,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9453e1ab-aa05-4bd2-ac0d-e666713fdd28']'. 2018-04-10 18:38:04,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-10 18:38:04,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-10 18:38:04,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-10 18:38:04,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9453e1ab-aa05-4bd2-ac0d-e666713fdd28 | 2018-04-10 18:38:04,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-10 18:38:04,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-10 18:34:28 | 2018-04-10 18:38:04,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-10 18:38:03 | 2018-04-10 18:38:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:35 | 2018-04-10 18:38:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-10 18:38:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-10 18:38:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e64c9475-e133-4698-9878-fce8763de274) | 2018-04-10 18:38:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-10 18:38:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5943c7bd-3a99-46b2-81a8-caf81fdb1ffa) | 2018-04-10 18:38:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 204 | 2018-04-10 18:38:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 164.584 | 2018-04-10 18:38:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 204 | 2018-04-10 18:38:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-10 18:38:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-10 18:38:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-10 18:38:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-10 18:38:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-10 18:38:04,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-10 18:38:04,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-10 18:38:11,001 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 18:38:11,002 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 04:00 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-10 18:38:11,005 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-10 18:38:11,075 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-10 18:38:14,338 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-10 18:38:14.164 11033 INFO rally.deployment.engine [-] Deployment 5943c7bd-3a99-46b2-81a8-caf81fdb1ffa | Starting: Destroy cloud and free allocated resources. 2018-04-10 18:38:14.175 11033 INFO rally.deployment.engine [-] Deployment 5943c7bd-3a99-46b2-81a8-caf81fdb1ffa | Completed: Destroy cloud and free allocated resources. 2018-04-10 18:38:14.205 11033 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=e64c9475-e133-4698-9878-fce8763de274) for deployment 'opnfv-rally'. 2018-04-10 18:38:14.224 11033 INFO rally.api [-] Deleting verification (UUID=9453e1ab-aa05-4bd2-ac0d-e666713fdd28). 2018-04-10 18:38:14.227 11033 INFO rally.api [-] Verification has been successfully deleted! 2018-04-10 18:38:14.227 11033 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e64c9475-e133-4698-9878-fce8763de274). 2018-04-10 18:38:14.234 11033 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-10 18:38:17,591 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-10 18:38:17.456 11036 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b1cb89d3-9a67-47c2-81b7-7fc96555d943) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b1cb89d3-9a67-47c2-81b7-7fc96555d943 | 2018-04-10T18:38:17 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b1cb89d3-9a67-47c2-81b7-7fc96555d943 ~/.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-04-10 18:38:22,142 - 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-04-10 18:38:22,143 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-10 18:38:25,564 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-10 18:38:25.249 11042 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=e64c9475-e133-4698-9878-fce8763de274). 2018-04-10 18:38:25.414 11042 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-10 18:38:30,048 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-10 18:38:28.622 11045 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-10 18:38:28.673 11045 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-10 18:38:29.924 11045 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=217c2f75-6b7a-4f7d-86c9-1a26c91c3c27) has been successfully created! Using verifier 'opnfv-tempest' (UUID=217c2f75-6b7a-4f7d-86c9-1a26c91c3c27) as the default verifier for the future CLI operations. 2018-04-10 18:38:34,476 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-10 18:38:36,405 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-10 18:38:40,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-10 18:38:46,923 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-10 18:38:45.796 11064 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=217c2f75-6b7a-4f7d-86c9-1a26c91c3c27) for deployment 'opnfv-rally' (UUID=b1cb89d3-9a67-47c2-81b7-7fc96555d943). 2018-04-10 18:38:46.806 11064 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=217c2f75-6b7a-4f7d-86c9-1a26c91c3c27) has been successfully configured for deployment 'opnfv-rally' (UUID=b1cb89d3-9a67-47c2-81b7-7fc96555d943)! 2018-04-10 18:38:46,923 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-10 18:38:46,924 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-10 18:38:46,925 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-10 18:38:46,928 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-10 18:38:51,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-217c2f75-6b7a-4f7d-86c9-1a26c91c3c27/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-04-10 18:38:51,308 - 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-04-10 18:38:54,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 18:38:54.415 11073 INFO rally.api [-] Starting verification (UUID=93298de4-856b-440e-8994-73b2fb852881) for deployment 'opnfv-rally' (UUID=b1cb89d3-9a67-47c2-81b7-7fc96555d943) by verifier 'opnfv-tempest' (UUID=217c2f75-6b7a-4f7d-86c9-1a26c91c3c27). 2018-04-10 18:38:54,416 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 93298de4-856b-440e-8994-73b2fb852881 2018-04-10 18:41:46,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '93298de4-856b-440e-8994-73b2fb852881']'. 2018-04-10 18:41:47,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-10 18:41:47,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-10 18:41:47,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-10 18:41:47,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 93298de4-856b-440e-8994-73b2fb852881 | 2018-04-10 18:41:47,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-10 18:41:47,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-10 18:38:54 | 2018-04-10 18:41:47,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-10 18:41:46 | 2018-04-10 18:41:47,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:52 | 2018-04-10 18:41:47,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-10 18:41:47,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-10 18:41:47,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 217c2f75-6b7a-4f7d-86c9-1a26c91c3c27) | 2018-04-10 18:41:47,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-10 18:41:47,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b1cb89d3-9a67-47c2-81b7-7fc96555d943) | 2018-04-10 18:41:47,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-10 18:41:47,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 118.674 | 2018-04-10 18:41:47,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 132 | 2018-04-10 18:41:47,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 155 | 2018-04-10 18:41:47,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-10 18:41:47,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-10 18:41:47,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-10 18:41:47,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-10 18:41:47,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-10 18:41:48,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-10 18:41:53,888 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 18:41:53,888 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-10 18:41:53,891 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-10 18:41:55,013 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-10 19:35:43,838 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... FAIL test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== FAIL: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 419, in test_create_router_with_ext_port self.assertEqual(ext_net.id, port.network_id) AssertionError: u'66134f49-a8b4-4691-97da-4abee058536e' != u'1b655c95-0ac2-4641-b09a-e78e5e2c4d3c' - 66134f49-a8b4-4691-97da-4abee058536e + 1b655c95-0ac2-4641-b09a-e78e5e2c4d3c ---------------------------------------------------------------------- Ran 119 tests in 3228.777s FAILED (failures=1) 2018-04-10 19:35:44,653 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 19:35:44,653 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 53:49 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-10 19:35:44,657 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-10 19:35:44,658 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-10 19:35:44,729 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-10 19:35:48,045 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-10 19:35:47.841 11460 INFO rally.deployment.engine [-] Deployment b1cb89d3-9a67-47c2-81b7-7fc96555d943 | Starting: Destroy cloud and free allocated resources. 2018-04-10 19:35:47.855 11460 INFO rally.deployment.engine [-] Deployment b1cb89d3-9a67-47c2-81b7-7fc96555d943 | Completed: Destroy cloud and free allocated resources. 2018-04-10 19:35:47.893 11460 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=217c2f75-6b7a-4f7d-86c9-1a26c91c3c27) for deployment 'opnfv-rally'. 2018-04-10 19:35:47.917 11460 INFO rally.api [-] Deleting verification (UUID=93298de4-856b-440e-8994-73b2fb852881). 2018-04-10 19:35:47.920 11460 INFO rally.api [-] Verification has been successfully deleted! 2018-04-10 19:35:47.920 11460 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=217c2f75-6b7a-4f7d-86c9-1a26c91c3c27). 2018-04-10 19:35:47.927 11460 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-10 19:35:51,224 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-10 19:35:51.110 11463 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=8edb7b19-f479-4465-9329-31b32ed208d0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 8edb7b19-f479-4465-9329-31b32ed208d0 | 2018-04-10T19:35:51 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 8edb7b19-f479-4465-9329-31b32ed208d0 ~/.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-04-10 19:35:55,891 - 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-04-10 19:35:55,893 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-10 19:35:59,286 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-10 19:35:58.992 11469 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=217c2f75-6b7a-4f7d-86c9-1a26c91c3c27). 2018-04-10 19:35:59.147 11469 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-10 19:36:03,730 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-10 19:36:02.342 11472 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-10 19:36:02.392 11472 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-10 19:36:03.607 11472 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=16eb2a22-d24e-48e5-97cf-8f6cad601866) has been successfully created! Using verifier 'opnfv-tempest' (UUID=16eb2a22-d24e-48e5-97cf-8f6cad601866) as the default verifier for the future CLI operations. 2018-04-10 19:36:08,105 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-10 19:36:09,881 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-10 19:36:13,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-10 19:36:20,463 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-10 19:36:19.292 11491 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=16eb2a22-d24e-48e5-97cf-8f6cad601866) for deployment 'opnfv-rally' (UUID=8edb7b19-f479-4465-9329-31b32ed208d0). 2018-04-10 19:36:20.330 11491 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=16eb2a22-d24e-48e5-97cf-8f6cad601866) has been successfully configured for deployment 'opnfv-rally' (UUID=8edb7b19-f479-4465-9329-31b32ed208d0)! 2018-04-10 19:36:20,465 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-10 19:36:20,465 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-10 19:36:20,467 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-10 19:36:20,470 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-10 19:36:24,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-16eb2a22-d24e-48e5-97cf-8f6cad601866/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-10 19:36:24,605 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-10 19:36:24,606 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-10 19:36:24,606 - 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-04-10 19:36:27,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:36:27.691 11500 INFO rally.api [-] Starting verification (UUID=37187bea-2c0c-41f7-b9b8-604c8c94b2d8) for deployment 'opnfv-rally' (UUID=8edb7b19-f479-4465-9329-31b32ed208d0) by verifier 'opnfv-tempest' (UUID=16eb2a22-d24e-48e5-97cf-8f6cad601866). 2018-04-10 19:36:27,693 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 37187bea-2c0c-41f7-b9b8-604c8c94b2d8 2018-04-10 19:39:14,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '37187bea-2c0c-41f7-b9b8-604c8c94b2d8']'. 2018-04-10 19:39:15,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-10 19:39:15,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-10 19:39:15,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-10 19:39:15,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 37187bea-2c0c-41f7-b9b8-604c8c94b2d8 | 2018-04-10 19:39:15,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-10 19:39:15,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-10 19:36:27 | 2018-04-10 19:39:15,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-10 19:39:14 | 2018-04-10 19:39:15,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:47 | 2018-04-10 19:39:15,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-10 19:39:15,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-10 19:39:15,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 16eb2a22-d24e-48e5-97cf-8f6cad601866) | 2018-04-10 19:39:15,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-10 19:39:15,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8edb7b19-f479-4465-9329-31b32ed208d0) | 2018-04-10 19:39:15,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-10 19:39:15,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 131.949 | 2018-04-10 19:39:15,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 41 | 2018-04-10 19:39:15,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-10 19:39:15,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-10 19:39:15,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-10 19:39:15,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-10 19:39:15,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-10 19:39:15,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-10 19:39:15,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.3488372093% 2018-04-10 19:39:22,083 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 19:39:22,083 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:13 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-10 19:39:22,086 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-10 19:39:22,086 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:33 | PASS | | vping_userdata | functest | smoke | 01:34 | PASS | | tempest_smoke_serial | functest | smoke | 15:15 | FAIL | | rally_sanity | functest | smoke | 30:51 | FAIL | | refstack_defcore | functest | smoke | 04:00 | PASS | | patrole | functest | smoke | 03:19 | PASS | | snaps_smoke | functest | smoke | 53:49 | FAIL | | neutron_trunk | functest | smoke | 03:13 | FAIL | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-10 19:39:22,091 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-10 19:39:52,371 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-baremetal-daily-fraser-2 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-pod2 | +--------------------------------------+-----------------------------------------------------------+ 2018-04-10 19:39:52,374 - 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='a6d22214509259db7fdb90aef072f0' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.168.11.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.168.11.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-04-10 19:39:52,374 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-10 19:39:52,374 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-10 19:39:52,375 - 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-04-10 19:39:52,377 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-10 19:42:10,055 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-baremetal-daily-fraser-2 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-pod2 | +--------------------------------------+-----------------------------------------------------------+ 2018-04-10 19:42:10,057 - 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='a6d22214509259db7fdb90aef072f0' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.168.11.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.168.11.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-04-10 19:42:10,057 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-10 19:42:10,058 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-10 19:42:10,058 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-10 19:42:10,059 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-10 19:42:19,604 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-baremetal-daily-fraser-2 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-pod2 | +--------------------------------------+-----------------------------------------------------------+ 2018-04-10 19:42:19,607 - 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='a6d22214509259db7fdb90aef072f0' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.168.11.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.168.11.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-04-10 19:42:19,607 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-10 19:42:19,608 - 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-04-10 19:42:19,609 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-10 19:42:19,609 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-10 19:45:13,408 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-10 19:45:13,960 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 19:45:13,960 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 02:54 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-10 19:45:13,962 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 02:54 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-10 19:45:13,963 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK