2018-12-23 10:55:21,556 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-320 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-12-23 10:55:21,559 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=pWggHZXynVNpzuU6RhvKz2y9u export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-12-23 10:55:21,559 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-23 10:55:21,560 - 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-12-23 10:55:21,569 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-12-23 10:55:23,084 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_2bda5d38-2e16-402c-83ee-7b5860e114c0', 'id': u'b38d616bcb5943689eb881206c394f20', 'description': u'Created by OPNFV Functest: connection_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-23 10:55:23,739 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1a2355bee9824ac3a8354b897991620a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_2bda5d38-2e16-402c-83ee-7b5860e114c0'}) 2018-12-23 10:55:23,903 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-23 10:55:24,197 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/f21d8174e417471a8dfb9a8896db70cc'}, 'domain_id': None, 'human_id': None, 'id': u'f21d8174e417471a8dfb9a8896db70cc', 'HUMAN_ID': False}) 2018-12-23 10:55:25,040 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_2bda5d38-2e16-402c-83ee-7b5860e114c0', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '2be45190-cf2f-46db-a083-dc2f5abf48dd', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'connection_check-user_2bda5d38-2e16-402c-83ee-7b5860e114c0', 'project_id': u'b38d616bcb5943689eb881206c394f20', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-23 10:55:25,045 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_2bda5d38-2e16-402c-83ee-7b5860e114c0', 'password': '2be45190-cf2f-46db-a083-dc2f5abf48dd', 'project_name': 'connection_check-project_2bda5d38-2e16-402c-83ee-7b5860e114c0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'b38d616bcb5943689eb881206c394f20', 'project_domain_name': 'Default'} 2018-12-23 10:55:29,380 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-12-23 10:55:29,380 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-12-23 10:55:39,081 - 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.690s OK 2018-12-23 10:55:39,221 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-23 10:55:39,222 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-12-23 10:55:40,908 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-12-23 10:55:41,778 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_f8f18628-4033-40e7-8c2d-f558ad92bb1c', 'id': u'03b9eb3281744d03a972d5d751cccdf1', 'description': u'Created by OPNFV Functest: api_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-23 10:55:42,348 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'76c68e82c31749e5b1b4674c13085226', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_f8f18628-4033-40e7-8c2d-f558ad92bb1c'}) 2018-12-23 10:55:42,506 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-23 10:55:42,822 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/b4fc11f86d5649a9acda5640594e190b'}, 'domain_id': None, 'human_id': None, 'id': u'b4fc11f86d5649a9acda5640594e190b', 'HUMAN_ID': False}) 2018-12-23 10:55:43,454 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_f8f18628-4033-40e7-8c2d-f558ad92bb1c', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': 'eb30c5e0-01ae-4c4c-8202-c22ea40f33be', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'api_check-user_f8f18628-4033-40e7-8c2d-f558ad92bb1c', 'project_id': u'03b9eb3281744d03a972d5d751cccdf1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-23 10:55:43,459 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_f8f18628-4033-40e7-8c2d-f558ad92bb1c', 'password': 'eb30c5e0-01ae-4c4c-8202-c22ea40f33be', 'project_name': 'api_check-project_f8f18628-4033-40e7-8c2d-f558ad92bb1c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '03b9eb3281744d03a972d5d751cccdf1', 'project_domain_name': 'Default'} 2018-12-23 10:55:47,275 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-12-23 10:55:47,275 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-12-23 11:08:40,187 - 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 772.766s OK 2018-12-23 11:08:40,312 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-23 11:08:40,312 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:53 | PASS | +-------------------+------------------+------------------+----------------+ 2018-12-23 11:08:42,151 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-12-23 11:08:42,790 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_0289d5e3-b575-44f6-a8c8-ac1b3898a4b9', 'id': u'02c90d01c2c4450c81f5e083f329374c', 'description': u'Created by OPNFV Functest: snaps_health_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-23 11:08:43,264 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'45c9ff2fe9f84f209dca81b479106c2f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_0289d5e3-b575-44f6-a8c8-ac1b3898a4b9'}) 2018-12-23 11:08:43,437 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-23 11:08:43,610 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/5b969f56430248b19eefb6506a9443a4'}, 'domain_id': None, 'human_id': None, 'id': u'5b969f56430248b19eefb6506a9443a4', 'HUMAN_ID': False}) 2018-12-23 11:08:44,093 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_0289d5e3-b575-44f6-a8c8-ac1b3898a4b9', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '60c27504-b557-46b2-bc6d-b67efa1bcdbf', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'snaps_health_check-user_0289d5e3-b575-44f6-a8c8-ac1b3898a4b9', 'project_id': u'02c90d01c2c4450c81f5e083f329374c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-23 11:08:44,098 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_0289d5e3-b575-44f6-a8c8-ac1b3898a4b9', 'password': '60c27504-b557-46b2-bc6d-b67efa1bcdbf', 'project_name': 'snaps_health_check-project_0289d5e3-b575-44f6-a8c8-ac1b3898a4b9', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '02c90d01c2c4450c81f5e083f329374c', 'project_domain_name': 'Default'} 2018-12-23 11:08:46,489 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-12-23 11:08:46,489 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-12-23 11:09:30,278 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 43.787s OK 2018-12-23 11:09:30,399 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-23 11:09:30,399 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:44 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-12-23 11:09:32,304 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:53 | PASS | | snaps_health_check | functest | healthcheck | 00:44 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-12-23 11:09:32,308 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-12-23 11:09:35,891 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-320 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-12-23 11:09:35,894 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=pWggHZXynVNpzuU6RhvKz2y9u export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-12-23 11:09:35,894 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-23 11:09:35,895 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-12-23 11:09:35,918 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-12-23 11:09:37,990 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', 'id': u'12ca29114ac94fd1a1ef8c3e856fad63', 'description': u'Created by OPNFV Functest: vping_ssh', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-23 11:09:38,458 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'01ad4462bfb8473d995eb6938260170d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_d03ded2f-8891-49b2-a91c-ad872e4c1ac3'}) 2018-12-23 11:09:38,610 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-23 11:09:38,782 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/2f55d523d56e402aa922468c3003b611'}, 'domain_id': None, 'human_id': None, 'id': u'2f55d523d56e402aa922468c3003b611', 'HUMAN_ID': False}) 2018-12-23 11:09:39,326 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '8e115d89-a0e7-4d40-96d4-28a9679ff4cd', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_ssh-user_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', 'project_id': u'12ca29114ac94fd1a1ef8c3e856fad63', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-23 11:09:39,329 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', 'password': '8e115d89-a0e7-4d40-96d4-28a9679ff4cd', 'project_name': 'vping_ssh-project_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '12ca29114ac94fd1a1ef8c3e856fad63', 'project_domain_name': 'Default'} 2018-12-23 11:09:39,329 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-12-23 11:09:40,071 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-12-23T11:09:39Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'59863ef4-57c8-4b8f-8a42-d33cc8288d4f', u'provider:segmentation_id': 71, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', u'admin_state_up': True, u'tenant_id': u'12ca29114ac94fd1a1ef8c3e856fad63', u'created_at': u'2018-12-23T11:09:39Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'12ca29114ac94fd1a1ef8c3e856fad63'}) 2018-12-23 11:09:41,340 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-23T11:09:41Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'f2023783-d66c-434e-a2d0-17a89a159490', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', u'enable_dhcp': True, u'network_id': u'59863ef4-57c8-4b8f-8a42-d33cc8288d4f', u'tenant_id': u'12ca29114ac94fd1a1ef8c3e856fad63', u'created_at': u'2018-12-23T11:09:41Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'12ca29114ac94fd1a1ef8c3e856fad63'}) 2018-12-23 11:09:44,828 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4fb8e9bb-5592-4ec5-9853-3ed42bfd09cf', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b84e3af2-8908-4141-8652-ef9dbd8f3367', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'12ca29114ac94fd1a1ef8c3e856fad63', u'created_at': u'2018-12-23T11:09:43Z', u'admin_state_up': True, u'updated_at': u'2018-12-23T11:09:44Z', u'revision_number': 2, u'routes': [], u'project_id': u'12ca29114ac94fd1a1ef8c3e856fad63', u'id': u'16c4992d-8c65-4c71-badf-814c6ba4baad', u'name': u'vping_ssh-router_d03ded2f-8891-49b2-a91c-ad872e4c1ac3'}) 2018-12-23 11:09:48,326 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/d803c066-0527-4cab-b315-9bf270113676/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d803c066-0527-4cab-b315-9bf270113676/file', 'owner': u'12ca29114ac94fd1a1ef8c3e856fad63', 'id': u'd803c066-0527-4cab-b315-9bf270113676', 'size': 12716032, u'self': u'/v2/images/d803c066-0527-4cab-b315-9bf270113676', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'12ca29114ac94fd1a1ef8c3e856fad63', 'name': 'vping_ssh-project_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/d803c066-0527-4cab-b315-9bf270113676/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-23T11:09:48Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-23T11:09:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d803c066-0527-4cab-b315-9bf270113676', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', 'created': u'2018-12-23T11:09:47Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-23T11:09:47Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d803c066-0527-4cab-b315-9bf270113676', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-23 11:09:48,522 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'd05c223d-f2bf-467c-b1b9-7d579e063ae6', 'swap': 0}) 2018-12-23 11:09:48,906 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDqFiQ1cM6Jp1iQQx4tyCbqoPq5DBCoPWsn08HYxD+rr0q4sYZPlLd6enwLcs0FxsHeL/kEkO0Rooh68vT3LiO6H5/9RKn2Wf3jtyHex3RhaOPrmTS1JpdEd88OopG9tFqlFhM5iRznKMDhlo6fUYB2wCGDoQYmPpeQLto77owE0v4hWMRbsdx2Che1JuzkA4kY50npqbWsJafQdbD4LMEFfFaGjttdSBGb98UuAl+19wE6fLfgm4axqvTkhQIfZwlZYrXX+vBYwpNrJ2Cc3DoNWqPVnQy0lAQbzjcyvraaKpiaDQArlrTqf7p29MFpElYbHkYcD6H/QHVhyfGqVFr1 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6hYkNXDOiadYkEMeLcgm6qD6uQwQqD1rJ9PB2MQ/q69KuLGG\nT5S3enp8C3LNBcbB3i/5BJDtEaKIevL09y4juh+f/USp9ln947ch3sd0YWjj65k0\ntSaXRHfPDqKRvbRapRYTOYkc5yjA4ZaOn1GAdsAhg6EGJj6XkC7aO+6MBNL+IVjE\nW7HcdgoXtSbs5AOJGOdJ6am1rCWn0HWw+CzBBXxWho7bXUgRm/fFLgJftfcBOny3\n4JuGsar05IUCH2cJWWK11/rwWMKTaydgnNw6DVqj1Z0MtJQEG843Mr62miqYmg0A\nK5a06n+6dvTBaRJWGx5GHA+h/0B1YcnxqlRa9QIDAQABAoIBAHH1f4EovtPSzVHF\n6w48r31wCz9E+WL+K4mDFI7T029gcg8CFbHuY3hT4smsBNW4Ei95yVAIwfDg4HKC\njvE63BfDR58D635MB0bxo6KSFT1K1BKhTkCWXfPuI7YrPKpPAAX4fjl3X8PFWkk4\ng4xaICEvneE35gd+V0jRFlsw4aeCpbWeUxZ9meH1hjtKFYoDWyWbRY2BmfUIZbG3\nBMIEIEcM8Ux+gHmt2g0E63V70+z3UzYb5I8RP00ONnHUYlzC79eavDF9RVA8UIHh\n/meNVb2tsrpiKxnSOjkHkZgRJ9EcOHip9Ys+HmKh1vSGtXQ1pLcR5neV2Msh3Aei\nClQp4yECgYEA/3/AOD2ZHDOFnMlpxxeY4/oPjk5/ONH1aX/tOB+xWTkQC1qp/F0c\ninAD4omXy47zdrzh6654aVjvLMstXYNnvQLDkjXqPmY8UT09q8YXP7O42lFfOCQ6\nBYELM2NUjWEo3iAbRQ2b6GE7+lTqmKnLVL6z/4IKODWCWgpZpZe533kCgYEA6ouk\ndw54Ab7qYZM5vi+l5ECQP1GkeFqXP1UsVKp7f9gxNBNNeElJ2inBH299KJpOXJdF\npLwqG8N0SQ64Xl4fiHbrwJPDVsruDHdf/9Ex6jz5s28yJM1aoMm4BngRw3ZjgIVu\nUKvmUz35r5nYlpHixbjki+ZE3NFV/xXymrRYjF0CgYEAmGnmCea9CnS1tOT1491w\nyDaoxvSOsh+VrXyxzzQgwJ/osU1BcBk/aFoQBzibQ8Qf+moMv2JR1E5IR0lg45L6\n9GbMsdDVzqmAO9ozit/diJO2pw25pqz9q8DiJKKRktEt5uvyOIw4wDQY6mlzlORd\nNk2Y5Mf3Pra07u+TsNPE/skCgYB2ZQseNiWJ7A9wNds+D9tTvuuRquq0/jW++IWq\nL2yr+jvMJ7pBb+1hvRYJgkPRjSLlRk8Xewxee2llv5J9wFF2l2EmEvDWDRXhIRlK\njxT9Qs5hL05GmYqYA3treIyu+EH+DFzFSCC6AFzbsXNNflLUsCJeJFy6gslAPJn8\nUfEo2QKBgQCuOOFduQHXT2J0VVD/vuqV/kXvC+rZaXuEJcIdEQuNUdQy87hCXjcq\n5lKwEs/t4Tnrqfk97mffam1FwUYAqZHotf3mJhrtseGUQqAbxg6AIEgMRiBXde7X\ncAefL0UTs2NwwsnlQXfY6TY3KTBoCpP8iqSZA2tI8sUlXpj96EpKeA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'01ad4462bfb8473d995eb6938260170d', 'name': u'vping_ssh-kp_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', 'created_at': '2018-12-23T11:09:48.906051', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'12ca29114ac94fd1a1ef8c3e856fad63', 'name': 'vping_ssh-project_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'ee:cb:82:f8:7b:d6:af:18:84:4c:36:01:4a:02:74:ad', 'type': 'ssh', 'id': u'vping_ssh-kp_d03ded2f-8891-49b2-a91c-ad872e4c1ac3'}) 2018-12-23 11:09:48,906 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA6hYkNXDOiadYkEMeLcgm6qD6uQwQqD1rJ9PB2MQ/q69KuLGG T5S3enp8C3LNBcbB3i/5BJDtEaKIevL09y4juh+f/USp9ln947ch3sd0YWjj65k0 tSaXRHfPDqKRvbRapRYTOYkc5yjA4ZaOn1GAdsAhg6EGJj6XkC7aO+6MBNL+IVjE W7HcdgoXtSbs5AOJGOdJ6am1rCWn0HWw+CzBBXxWho7bXUgRm/fFLgJftfcBOny3 4JuGsar05IUCH2cJWWK11/rwWMKTaydgnNw6DVqj1Z0MtJQEG843Mr62miqYmg0A K5a06n+6dvTBaRJWGx5GHA+h/0B1YcnxqlRa9QIDAQABAoIBAHH1f4EovtPSzVHF 6w48r31wCz9E+WL+K4mDFI7T029gcg8CFbHuY3hT4smsBNW4Ei95yVAIwfDg4HKC jvE63BfDR58D635MB0bxo6KSFT1K1BKhTkCWXfPuI7YrPKpPAAX4fjl3X8PFWkk4 g4xaICEvneE35gd+V0jRFlsw4aeCpbWeUxZ9meH1hjtKFYoDWyWbRY2BmfUIZbG3 BMIEIEcM8Ux+gHmt2g0E63V70+z3UzYb5I8RP00ONnHUYlzC79eavDF9RVA8UIHh /meNVb2tsrpiKxnSOjkHkZgRJ9EcOHip9Ys+HmKh1vSGtXQ1pLcR5neV2Msh3Aei ClQp4yECgYEA/3/AOD2ZHDOFnMlpxxeY4/oPjk5/ONH1aX/tOB+xWTkQC1qp/F0c inAD4omXy47zdrzh6654aVjvLMstXYNnvQLDkjXqPmY8UT09q8YXP7O42lFfOCQ6 BYELM2NUjWEo3iAbRQ2b6GE7+lTqmKnLVL6z/4IKODWCWgpZpZe533kCgYEA6ouk dw54Ab7qYZM5vi+l5ECQP1GkeFqXP1UsVKp7f9gxNBNNeElJ2inBH299KJpOXJdF pLwqG8N0SQ64Xl4fiHbrwJPDVsruDHdf/9Ex6jz5s28yJM1aoMm4BngRw3ZjgIVu UKvmUz35r5nYlpHixbjki+ZE3NFV/xXymrRYjF0CgYEAmGnmCea9CnS1tOT1491w yDaoxvSOsh+VrXyxzzQgwJ/osU1BcBk/aFoQBzibQ8Qf+moMv2JR1E5IR0lg45L6 9GbMsdDVzqmAO9ozit/diJO2pw25pqz9q8DiJKKRktEt5uvyOIw4wDQY6mlzlORd Nk2Y5Mf3Pra07u+TsNPE/skCgYB2ZQseNiWJ7A9wNds+D9tTvuuRquq0/jW++IWq L2yr+jvMJ7pBb+1hvRYJgkPRjSLlRk8Xewxee2llv5J9wFF2l2EmEvDWDRXhIRlK jxT9Qs5hL05GmYqYA3treIyu+EH+DFzFSCC6AFzbsXNNflLUsCJeJFy6gslAPJn8 UfEo2QKBgQCuOOFduQHXT2J0VVD/vuqV/kXvC+rZaXuEJcIdEQuNUdQy87hCXjcq 5lKwEs/t4Tnrqfk97mffam1FwUYAqZHotf3mJhrtseGUQqAbxg6AIEgMRiBXde7X cAefL0UTs2NwwsnlQXfY6TY3KTBoCpP8iqSZA2tI8sUlXpj96EpKeA== -----END RSA PRIVATE KEY----- 2018-12-23 11:09:59,185 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_d03ded2f-8891-49b2-a91c-ad872e4c1ac3': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b1:0a:eb', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd803c066-0527-4cab-b315-9bf270113676'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-23T11:09:57.000000', 'flavor': Munch({u'id': u'd05c223d-f2bf-467c-b1b9-7d579e063ae6'}), 'az': u'nova', 'id': u'7c930d7a-1c14-4420-9980-773614dc555c', 'security_groups': [Munch({u'name': u'vping_ssh-sg_d03ded2f-8891-49b2-a91c-ad872e4c1ac3'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'01ad4462bfb8473d995eb6938260170d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'12ca29114ac94fd1a1ef8c3e856fad63', 'name': 'vping_ssh-project_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-12-23T11:09:57.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-23T11:09:58Z', 'hostId': u'aea09459a6edafe55487a300927f3fd386903c28c49909c6300c9570', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'aea09459a6edafe55487a300927f3fd386903c28c49909c6300c9570', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-23T11:09:57.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'12ca29114ac94fd1a1ef8c3e856fad63', 'name': u'vping_ssh-vm2_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', 'adminPass': u'adhupP66eks4', 'tenant_id': u'12ca29114ac94fd1a1ef8c3e856fad63', 'region': 'regionOne', 'created': u'2018-12-23T11:09:53Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-23 11:10:12,397 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_d03ded2f-8891-49b2-a91c-ad872e4c1ac3': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b4:3c:d2', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd803c066-0527-4cab-b315-9bf270113676'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-23T11:10:07.000000', 'flavor': Munch({u'id': u'd05c223d-f2bf-467c-b1b9-7d579e063ae6'}), 'az': u'nova', 'id': u'eba29045-cf7a-415f-a6f0-91c34c413677', 'security_groups': [Munch({u'name': u'vping_ssh-sg_d03ded2f-8891-49b2-a91c-ad872e4c1ac3'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'01ad4462bfb8473d995eb6938260170d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'12ca29114ac94fd1a1ef8c3e856fad63', 'name': 'vping_ssh-project_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-12-23T11:10:07.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-23T11:10:09Z', 'hostId': u'44bf388a5a280be2b6ec58d6cb2e6e2530ec44a36fb813897ee5b698', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'44bf388a5a280be2b6ec58d6cb2e6e2530ec44a36fb813897ee5b698', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-23T11:10:07.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'12ca29114ac94fd1a1ef8c3e856fad63', 'name': u'vping_ssh-vm_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', 'adminPass': u'44HTY8tK7aCE', 'tenant_id': u'12ca29114ac94fd1a1ef8c3e856fad63', 'region': 'regionOne', 'created': u'2018-12-23T11:10:01Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-23 11:10:14,993 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'16c4992d-8c65-4c71-badf-814c6ba4baad', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'12ca29114ac94fd1a1ef8c3e856fad63', 'created_at': u'2018-12-23T11:10:13Z', 'attached': True, 'updated_at': u'2018-12-23T11:10:13Z', 'id': u'b590bd40-a9fc-4bb0-84d0-c939a7f5c122', 'floating_network_id': u'4fb8e9bb-5592-4ec5-9853-3ed42bfd09cf', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.207', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'12ca29114ac94fd1a1ef8c3e856fad63', 'name': 'vping_ssh-project_d03ded2f-8891-49b2-a91c-ad872e4c1ac3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'16c4992d-8c65-4c71-badf-814c6ba4baad', 'project_id': u'12ca29114ac94fd1a1ef8c3e856fad63', 'port_id': u'd5dd9b91-b348-46cc-b392-3f5919a4c732', 'port': u'd5dd9b91-b348-46cc-b392-3f5919a4c732', 'network': u'4fb8e9bb-5592-4ec5-9853-3ed42bfd09cf'}) 2018-12-23 11:10:16,144 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 558130534 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.128389] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130019] pid_max: default: 32768 minimum: 301 [ 0.130901] ACPI: Core revision 20150930 [ 0.132274] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133567] Security Framework initialized [ 0.134374] Yama: becoming mindful. [ 0.135096] AppArmor: AppArmor initialized [ 0.135950] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137270] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138531] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139723] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141085] Initializing cgroup subsys io [ 0.141888] Initializing cgroup subsys memory [ 0.142734] Initializing cgroup subsys devices [ 0.143598] Initializing cgroup subsys freezer [ 0.144456] Initializing cgroup subsys net_cls [ 0.145320] Initializing cgroup subsys perf_event [ 0.146220] Initializing cgroup subsys net_prio [ 0.147092] Initializing cgroup subsys hugetlb [ 0.147962] Initializing cgroup subsys pids [ 0.148825] CPU: Physical Processor ID: 0 [ 0.150298] mce: CPU supports 10 MCE banks [ 0.151133] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152125] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163150] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169499] ftrace: allocating 31920 entries in 125 pages [ 0.195457] smpboot: Max logical packages: 1 [ 0.196296] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.197625] x2apic enabled [ 0.198422] Switched APIC routing to physical x2apic. [ 0.200168] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201274] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203235] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204993] KVM setup paravirtual spinlock [ 0.206270] x86: Booted up 1 node, 1 CPUs [ 0.207069] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.208440] devtmpfs: initialized [ 0.210151] evm: security.selinux [ 0.210845] evm: security.SMACK64 [ 0.211548] evm: security.SMACK64EXEC [ 0.212294] evm: security.SMACK64TRANSMUTE [ 0.213099] evm: security.SMACK64MMAP [ 0.213842] evm: security.ima [ 0.214476] evm: security.capability [ 0.215276] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217112] pinctrl core: initialized pinctrl subsystem [ 0.218210] RTC time: 11:10:07, date: 12/23/18 [ 0.219156] NET: Registered protocol family 16 [ 0.220112] cpuidle: using governor ladder [ 0.220922] cpuidle: using governor menu [ 0.221697] PCCT header not found. [ 0.222442] ACPI: bus type PCI registered [ 0.223237] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224457] PCI: Using configuration type 1 for base access [ 0.226195] ACPI: Added _OSI(Module Device) [ 0.227037] ACPI: Added _OSI(Processor Device) [ 0.227891] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.228778] ACPI: Added _OSI(Processor Aggregator Device) [ 0.230899] ACPI: Interpreter enabled [ 0.231692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233517] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235337] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.238995] ACPI: (supports S0 S5) [ 0.239693] ACPI: Using IOAPIC for interrupt routing [ 0.240740] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243800] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246141] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247311] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249494] acpiphp: Slot [3] registered [ 0.250292] acpiphp: Slot [4] registered [ 0.251079] acpiphp: Slot [5] registered [ 0.251863] acpiphp: Slot [6] registered [ 0.252648] acpiphp: Slot [7] registered [ 0.253434] acpiphp: Slot [8] registered [ 0.254222] acpiphp: Slot [9] registered [ 0.255008] acpiphp: Slot [10] registered [ 0.255804] acpiphp: Slot [11] registered [ 0.256611] acpiphp: Slot [12] registered [ 0.257407] acpiphp: Slot [13] registered [ 0.258209] acpiphp: Slot [14] registered [ 0.259009] acpiphp: Slot [15] registered [ 0.269899] acpiphp: Slot [16] registered [ 0.270701] acpiphp: Slot [17] registered [ 0.271495] acpiphp: Slot [18] registered [ 0.272300] acpiphp: Slot [19] registered [ 0.273098] acpiphp: Slot [20] registered [ 0.273903] acpiphp: Slot [21] registered [ 0.274704] acpiphp: Slot [22] registered [ 0.275498] acpiphp: Slot [23] registered [ 0.276297] acpiphp: Slot [24] registered [ 0.277093] acpiphp: Slot [25] registered [ 0.277894] acpiphp: Slot [26] registered [ 0.278689] acpiphp: Slot [27] registered [ 0.279484] acpiphp: Slot [28] registered [ 0.280283] acpiphp: Slot [29] registered [ 0.281080] acpiphp: Slot [30] registered [ 0.281877] acpiphp: Slot [31] registered [ 0.282677] PCI host bridge to bus 0000:00 [ 0.283471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285858] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.287283] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.288712] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294891] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.296195] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.297351] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.298591] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.306414] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.352036] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.353524] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.354935] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.356343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.357717] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.358956] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.360293] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.361333] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.362854] vgaarb: loaded [ 0.363445] vgaarb: bridge control possible 0000:00:02.0 [ 0.364576] SCSI subsystem initialized [ 0.365388] ACPI: bus type USB registered [ 0.366196] usbcore: registered new interface driver usbfs [ 0.367211] usbcore: registered new interface driver hub [ 0.368203] usbcore: registered new device driver usb [ 0.369257] PCI: Using ACPI for IRQ routing [ 0.370286] NetLabel: Initializing [ 0.371001] NetLabel: domain hash size = 128 [ 0.371837] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.372769] NetLabel: unlabeled traffic allowed by default [ 0.373856] clocksource: Switched to clocksource kvm-clock [ 0.379367] AppArmor: AppArmor Filesystem Enabled [ 0.380313] pnp: PnP ACPI init [ 0.381214] pnp: PnP ACPI: found 5 devices [ 0.387582] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389288] NET: Registered protocol family 2 [ 0.390237] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.391490] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.392641] TCP: Hash tables configured (established 4096 bind 4096) [ 0.393779] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.394845] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396004] NET: Registered protocol family 1 [ 0.396862] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.397946] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399004] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.412975] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.427278] Trying to unpack rootfs image as initramfs... [ 0.476882] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.490884] Scanning for low memory corruption every 60 seconds [ 0.492241] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493374] audit: initializing netlink subsys (disabled) [ 0.494392] audit: type=2000 audit(1545563408.119:1): initialized [ 0.495687] Initialise system trusted keyring [ 0.496600] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.497753] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.499706] zbud: loaded [ 0.500400] VFS: Disk quotas dquot_6.6.0 [ 0.501220] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.502727] fuse init (API version 7.23) [ 0.503616] Key type big_key registered [ 0.504402] Allocating IMA MOK and blacklist keyrings. [ 0.505874] Key type asymmetric registered [ 0.506689] Asymmetric key parser 'x509' registered [ 0.507630] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509065] io scheduler noop registered [ 0.509851] io scheduler deadline registered (default) [ 0.510832] io scheduler cfq registered [ 0.511658] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512684] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.513938] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515372] ACPI: Power Button [PWRF] [ 0.516191] GHES: HEST is not enabled! [ 0.529910] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581502] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.605624] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.608624] Linux agpgart interface v0.103 [ 0.611445] brd: module loaded [ 0.613120] loop: module loaded [ 0.619244] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.621218] GPT:90111 != 2097151 [ 0.622149] GPT:Alternate GPT header not at the end of the disk. [ 0.623667] GPT:90111 != 2097151 [ 0.624580] GPT: Use GNU Parted to correct GPT errors. [ 0.625912] vda: vda1 vda15 [ 0.627898] scsi host0: ata_piix [ 0.628894] scsi host1: ata_piix [ 0.629853] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631518] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633474] libphy: Fixed MDIO Bus: probed [ 0.634808] tun: Universal TUN/TAP device driver, 1.6 [ 0.636110] tun: (C) 1999-2004 Max Krasnyansky [ 0.638949] PPP generic driver version 2.4.2 [ 0.640148] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.641782] ehci-pci: EHCI PCI platform driver [ 0.642985] ehci-platform: EHCI generic platform driver [ 0.644348] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645899] ohci-pci: OHCI PCI platform driver [ 0.647092] ohci-platform: OHCI generic platform driver [ 0.648440] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671630] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672984] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.674969] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.676351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.677883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.679107] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.680744] usb usb1: Product: UHCI Host Controller [ 0.682051] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.683602] usb usb1: SerialNumber: 0000:00:01.2 [ 0.684896] hub 1-0:1.0: USB hub found [ 0.685952] hub 1-0:1.0: 2 ports detected [ 0.687175] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.689977] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.691264] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.692669] mousedev: PS/2 mouse device common for all mice [ 0.694385] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.696853] rtc_cmos 00:00: RTC can wake from S4 [ 0.698321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.699939] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.701555] i2c /dev entries driver [ 0.702582] device-mapper: uevent: version 1.0.3 [ 0.703848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.706062] ledtrig-cpu: registered to indicate activity on CPUs [ 0.707804] NET: Registered protocol family 10 [ 0.709127] NET: Registered protocol family 17 [ 0.710333] Key type dns_resolver registered [ 0.711579] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.713052] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.715419] registered taskstats version 1 [ 0.716540] Loading compiled-in X.509 certificates [ 0.718476] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.720984] zswap: loaded using pool lzo/zbud [ 0.722813] Key type trusted registered [ 0.724837] Key type encrypted registered [ 0.725968] AppArmor: AppArmor sha1 policy hashing enabled [ 0.727369] ima: No TPM chip found, activating TPM-bypass! [ 0.728767] evm: HMAC attrs: 0x1 [ 0.730006] Magic number: 14:547:176 [ 0.731073] acpi device:0c: hash matches [ 0.732229] rtc_cmos 00:00: setting system clock to 2018-12-23 11:10:08 UTC (1545563408) [ 0.734401] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.735912] EDD information not available. [ 0.791493] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.807127] Write protecting the kernel read-only data: 14336k [ 0.809220] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.65 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.76 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.964354] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.88. iid=i-00000024 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCCbBEAn8bNeGntQx+oXvdwKfD2C0WGPGWzhky8t48fBxfNNaSeGwZoCDBZHLarE26YJ2Kf6iMVAm0nakiGJtOtiRbaTftG1u5rmQfHu7puc0SjSTiuRvp3jb/HqIA8ay18oK/hNu6ai7oFoz2BdeJxRBhD8y5AuK1mNO1HsaFNZtVC7bwESzjTOb1Hh2K1LdAaqrcGa8PDRDl3lTxdb62jM+RsT59LeMP2zJe0r/La4FdlFMESc7jRMSMVCyi0fiLW1tVSYjZ/pNmaauDfqpjs4QdWwPtkyfgfGor2PlTKKmviJnN4I+X50LZJ5EmRH20am7mHZERAv88Mkep/EsUB root@vping-ssh-vm-d03ded2f-8891-49b2-a91c-ad872e4c1ac3 ssh-dss AAAAB3NzaC1kc3MAAACBANRD06SinIw6ZVXlEbd94/naaeEHvDFNp5WvnH+LGju3IS4tJQjD+vnm42XgEMAkFwiadQW7xiDAhAMvy89ZonQQqC+4wL+fkQkBzB2k0lBqNzbn0eWijZlLYSrZQKwun55XRqiyP0cxkMjz0q7fhX0YYSsQB4goLVWhKG26R5HtAAAAFQDXJskd9U78Ky5RomXRng94eprdDQAAAIA0IvSkFoTI9wzb+eBQtXVJzW/bSOVdHD2qBqu7HW9Rq2w8aAiM7FWO0k10MpTtgjrWsKk4jgC9gld8zAqEqpwefX9h/Ptrnf7CwXDgpxo/rgus8YArZ22nW/FYLedz3UL3HkfBbhcr3zY2OU1eBrdFCOVy373LQtEsSMVrSCTUwgAAAIEAuf8FSO/iLSoqkv/4fSTUORfvJV8EsNYnD4gRrzZnM3Ht71C49hDPb4XZ2OGIScpiTDOAPEw3hHg14jiYfMMcuXXlwWnoY+omdCKsLKLFGhJgBQPrMlOQeTHgS79qSKhPC/WEUFTs+DmvGIZ4Gc641gC/wgh8PH9NXoHd5UYNRjQ= root@vping-ssh-vm-d03ded2f-8891-49b2-a91c-ad872e4c1ac3 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:feb4:3cd2/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000024 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-d03ded2f-8891-49b2-a91c-ad872e4c1ac3 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=5.34 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-d03ded2f-8891-49b2-a91c-ad872e4c1ac3 login: 2018-12-23 11:10:19,357 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.12 (192.168.120.12): 56 data bytes 64 bytes from 192.168.120.12: seq=0 ttl=64 time=1.713 ms --- 192.168.120.12 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.713/1.713/1.713 ms 2018-12-23 11:10:19,357 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-12-23 11:10:19,467 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-23 11:10:19,468 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:40 | PASS | +-------------------+------------------+------------------+----------------+ 2018-12-23 11:10:36,204 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-12-23 11:10:37,139 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_559ac4ca-664b-42eb-9f2b-05b5eb43954c', 'id': u'249d4b6bd2544e0fa571cac66e40a0f2', 'description': u'Created by OPNFV Functest: vping_userdata', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-23 11:10:37,622 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'38e1e3e425704ec6a80bce60539f7bca', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_559ac4ca-664b-42eb-9f2b-05b5eb43954c'}) 2018-12-23 11:10:37,788 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-23 11:10:37,904 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/bf86e71d0e464fcd95a40d22702c2827'}, 'domain_id': None, 'human_id': None, 'id': u'bf86e71d0e464fcd95a40d22702c2827', 'HUMAN_ID': False}) 2018-12-23 11:10:38,453 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_559ac4ca-664b-42eb-9f2b-05b5eb43954c', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': 'd3a8c07e-8345-4b45-a5d3-61b24c73baca', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_userdata-user_559ac4ca-664b-42eb-9f2b-05b5eb43954c', 'project_id': u'249d4b6bd2544e0fa571cac66e40a0f2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-23 11:10:38,458 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_559ac4ca-664b-42eb-9f2b-05b5eb43954c', 'password': 'd3a8c07e-8345-4b45-a5d3-61b24c73baca', 'project_name': 'vping_userdata-project_559ac4ca-664b-42eb-9f2b-05b5eb43954c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '249d4b6bd2544e0fa571cac66e40a0f2', 'project_domain_name': 'Default'} 2018-12-23 11:10:38,459 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-12-23 11:10:39,311 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-12-23T11:10:39Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'56f4d719-b466-44d6-a2cf-33530b015370', u'provider:segmentation_id': 97, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_559ac4ca-664b-42eb-9f2b-05b5eb43954c', u'admin_state_up': True, u'tenant_id': u'249d4b6bd2544e0fa571cac66e40a0f2', u'created_at': u'2018-12-23T11:10:38Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'249d4b6bd2544e0fa571cac66e40a0f2'}) 2018-12-23 11:10:40,628 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-23T11:10:40Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'a89892f6-df35-43c1-b4af-84aa51a07783', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_559ac4ca-664b-42eb-9f2b-05b5eb43954c', u'enable_dhcp': True, u'network_id': u'56f4d719-b466-44d6-a2cf-33530b015370', u'tenant_id': u'249d4b6bd2544e0fa571cac66e40a0f2', u'created_at': u'2018-12-23T11:10:40Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'249d4b6bd2544e0fa571cac66e40a0f2'}) 2018-12-23 11:10:41,913 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4fb8e9bb-5592-4ec5-9853-3ed42bfd09cf', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b84e3af2-8908-4141-8652-ef9dbd8f3367', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'249d4b6bd2544e0fa571cac66e40a0f2', u'created_at': u'2018-12-23T11:10:40Z', u'admin_state_up': True, u'updated_at': u'2018-12-23T11:10:41Z', u'revision_number': 2, u'routes': [], u'project_id': u'249d4b6bd2544e0fa571cac66e40a0f2', u'id': u'711db414-a778-4c8b-8a1e-bb9f53bc0a4e', u'name': u'vping_userdata-router_559ac4ca-664b-42eb-9f2b-05b5eb43954c'}) 2018-12-23 11:10:47,399 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/c3b2411d-ef1e-4520-ac94-5d611a10cd6d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c3b2411d-ef1e-4520-ac94-5d611a10cd6d/file', 'owner': u'249d4b6bd2544e0fa571cac66e40a0f2', 'id': u'c3b2411d-ef1e-4520-ac94-5d611a10cd6d', 'size': 12716032, u'self': u'/v2/images/c3b2411d-ef1e-4520-ac94-5d611a10cd6d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'249d4b6bd2544e0fa571cac66e40a0f2', 'name': 'vping_userdata-project_559ac4ca-664b-42eb-9f2b-05b5eb43954c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/c3b2411d-ef1e-4520-ac94-5d611a10cd6d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-23T11:10:46Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-23T11:10:46Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_559ac4ca-664b-42eb-9f2b-05b5eb43954c', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c3b2411d-ef1e-4520-ac94-5d611a10cd6d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_559ac4ca-664b-42eb-9f2b-05b5eb43954c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_559ac4ca-664b-42eb-9f2b-05b5eb43954c', 'created': u'2018-12-23T11:10:44Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-23T11:10:44Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c3b2411d-ef1e-4520-ac94-5d611a10cd6d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_559ac4ca-664b-42eb-9f2b-05b5eb43954c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-23 11:10:47,667 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_559ac4ca-664b-42eb-9f2b-05b5eb43954c', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'b2901512-8249-4c29-8d97-2a1f5776144a', 'swap': 0}) 2018-12-23 11:10:55,828 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_559ac4ca-664b-42eb-9f2b-05b5eb43954c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e4:81:f1', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c3b2411d-ef1e-4520-ac94-5d611a10cd6d'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-23T11:10:53.000000', 'flavor': Munch({u'id': u'b2901512-8249-4c29-8d97-2a1f5776144a'}), 'az': u'nova', 'id': u'2509cacb-2d57-437f-834a-a01d34068141', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'38e1e3e425704ec6a80bce60539f7bca', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'249d4b6bd2544e0fa571cac66e40a0f2', 'name': 'vping_userdata-project_559ac4ca-664b-42eb-9f2b-05b5eb43954c', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-12-23T11:10:53.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-23T11:10:55Z', 'hostId': u'5a87b38df9fa9795e4e64de40d57904fd2a69349396a4ceb300a6d46', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'5a87b38df9fa9795e4e64de40d57904fd2a69349396a4ceb300a6d46', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-23T11:10:53.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'249d4b6bd2544e0fa571cac66e40a0f2', 'name': u'vping_userdata-vm_559ac4ca-664b-42eb-9f2b-05b5eb43954c', 'adminPass': u'FTAaUhS2GWH5', 'tenant_id': u'249d4b6bd2544e0fa571cac66e40a0f2', 'region': 'regionOne', 'created': u'2018-12-23T11:10:49Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-23 11:11:06,282 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_559ac4ca-664b-42eb-9f2b-05b5eb43954c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:18:ac:60', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c3b2411d-ef1e-4520-ac94-5d611a10cd6d'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-23T11:11:03.000000', 'flavor': Munch({u'id': u'b2901512-8249-4c29-8d97-2a1f5776144a'}), 'az': u'nova', 'id': u'96dc7b38-7053-48b8-ac2b-e2c948b5b046', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'38e1e3e425704ec6a80bce60539f7bca', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'249d4b6bd2544e0fa571cac66e40a0f2', 'name': 'vping_userdata-project_559ac4ca-664b-42eb-9f2b-05b5eb43954c', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-12-23T11:11:03.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-23T11:11:04Z', 'hostId': u'bf616f0d0e91b83db15be4dbefb5fca81bc721cd46812a9ef41fb121', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'bf616f0d0e91b83db15be4dbefb5fca81bc721cd46812a9ef41fb121', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-23T11:11:03.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'249d4b6bd2544e0fa571cac66e40a0f2', 'name': u'vping_userdata-vm2_559ac4ca-664b-42eb-9f2b-05b5eb43954c', 'adminPass': u'5dmQq42kmVGM', 'tenant_id': u'249d4b6bd2544e0fa571cac66e40a0f2', 'region': 'regionOne', 'created': u'2018-12-23T11:10:57Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-23 11:11:06,283 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-12-23 11:11:09,075 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 480917676 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.128730] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130368] pid_max: default: 32768 minimum: 301 [ 0.131251] ACPI: Core revision 20150930 [ 0.132623] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133919] Security Framework initialized [ 0.134724] Yama: becoming mindful. [ 0.135440] AppArmor: AppArmor initialized [ 0.136296] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137605] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138866] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140075] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141445] Initializing cgroup subsys io [ 0.142249] Initializing cgroup subsys memory [ 0.143101] Initializing cgroup subsys devices [ 0.143969] Initializing cgroup subsys freezer [ 0.144822] Initializing cgroup subsys net_cls [ 0.145672] Initializing cgroup subsys perf_event [ 0.146568] Initializing cgroup subsys net_prio [ 0.147437] Initializing cgroup subsys hugetlb [ 0.148300] Initializing cgroup subsys pids [ 0.149160] CPU: Physical Processor ID: 0 [ 0.150655] mce: CPU supports 10 MCE banks [ 0.151495] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152507] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164761] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171085] ftrace: allocating 31920 entries in 125 pages [ 0.197167] smpboot: Max logical packages: 1 [ 0.198043] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199372] x2apic enabled [ 0.200188] Switched APIC routing to physical x2apic. [ 0.201928] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203025] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204992] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206804] KVM setup paravirtual spinlock [ 0.208088] x86: Booted up 1 node, 1 CPUs [ 0.208884] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.210257] devtmpfs: initialized [ 0.211962] evm: security.selinux [ 0.212648] evm: security.SMACK64 [ 0.213327] evm: security.SMACK64EXEC [ 0.214055] evm: security.SMACK64TRANSMUTE [ 0.214849] evm: security.SMACK64MMAP [ 0.215574] evm: security.ima [ 0.216226] evm: security.capability [ 0.217027] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218994] pinctrl core: initialized pinctrl subsystem [ 0.220064] RTC time: 11:11:03, date: 12/23/18 [ 0.221018] NET: Registered protocol family 16 [ 0.221973] cpuidle: using governor ladder [ 0.222777] cpuidle: using governor menu [ 0.223556] PCCT header not found. [ 0.224293] ACPI: bus type PCI registered [ 0.225091] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226310] PCI: Using configuration type 1 for base access [ 0.228051] ACPI: Added _OSI(Module Device) [ 0.228891] ACPI: Added _OSI(Processor Device) [ 0.229752] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230640] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232763] ACPI: Interpreter enabled [ 0.233513] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235331] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240760] ACPI: (supports S0 S5) [ 0.241450] ACPI: Using IOAPIC for interrupt routing [ 0.242407] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245463] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246582] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247785] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.248957] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251147] acpiphp: Slot [3] registered [ 0.251933] acpiphp: Slot [4] registered [ 0.252734] acpiphp: Slot [5] registered [ 0.253524] acpiphp: Slot [6] registered [ 0.254311] acpiphp: Slot [7] registered [ 0.255098] acpiphp: Slot [8] registered [ 0.255884] acpiphp: Slot [9] registered [ 0.256665] acpiphp: Slot [10] registered [ 0.257468] acpiphp: Slot [11] registered [ 0.258282] acpiphp: Slot [12] registered [ 0.259085] acpiphp: Slot [13] registered [ 0.259885] acpiphp: Slot [14] registered [ 0.260681] acpiphp: Slot [15] registered [ 0.271439] acpiphp: Slot [16] registered [ 0.272246] acpiphp: Slot [17] registered [ 0.273045] acpiphp: Slot [18] registered [ 0.273840] acpiphp: Slot [19] registered [ 0.274644] acpiphp: Slot [20] registered [ 0.275459] acpiphp: Slot [21] registered [ 0.276270] acpiphp: Slot [22] registered [ 0.277078] acpiphp: Slot [23] registered [ 0.277884] acpiphp: Slot [24] registered [ 0.278689] acpiphp: Slot [25] registered [ 0.279499] acpiphp: Slot [26] registered [ 0.280310] acpiphp: Slot [27] registered [ 0.281120] acpiphp: Slot [28] registered [ 0.281932] acpiphp: Slot [29] registered [ 0.282743] acpiphp: Slot [30] registered [ 0.283553] acpiphp: Slot [31] registered [ 0.284361] PCI host bridge to bus 0000:00 [ 0.285173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286379] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287595] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289049] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290499] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296706] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299135] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300396] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306718] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308134] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353992] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.355485] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356894] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358314] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.359691] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360932] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362121] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363173] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.364718] vgaarb: loaded [ 0.365318] vgaarb: bridge control possible 0000:00:02.0 [ 0.366457] SCSI subsystem initialized [ 0.367280] ACPI: bus type USB registered [ 0.368100] usbcore: registered new interface driver usbfs [ 0.369128] usbcore: registered new interface driver hub [ 0.370135] usbcore: registered new device driver usb [ 0.371194] PCI: Using ACPI for IRQ routing [ 0.372212] NetLabel: Initializing [ 0.372922] NetLabel: domain hash size = 128 [ 0.373767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.374708] NetLabel: unlabeled traffic allowed by default [ 0.375801] clocksource: Switched to clocksource kvm-clock [ 0.381209] AppArmor: AppArmor Filesystem Enabled [ 0.382166] pnp: PnP ACPI init [ 0.383073] pnp: PnP ACPI: found 5 devices [ 0.389442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391145] NET: Registered protocol family 2 [ 0.392101] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.393374] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394534] TCP: Hash tables configured (established 4096 bind 4096) [ 0.395687] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396767] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397937] NET: Registered protocol family 1 [ 0.398799] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399893] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400965] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429240] Trying to unpack rootfs image as initramfs... [ 0.479078] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.493221] Scanning for low memory corruption every 60 seconds [ 0.494535] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495672] audit: initializing netlink subsys (disabled) [ 0.496704] audit: type=2000 audit(1545563464.369:1): initialized [ 0.498005] Initialise system trusted keyring [ 0.498930] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.500096] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.502062] zbud: loaded [ 0.502766] VFS: Disk quotas dquot_6.6.0 [ 0.503582] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.505105] fuse init (API version 7.23) [ 0.505988] Key type big_key registered [ 0.506782] Allocating IMA MOK and blacklist keyrings. [ 0.507894] Key type asymmetric registered [ 0.508713] Asymmetric key parser 'x509' registered [ 0.509655] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511475] io scheduler noop registered [ 0.512279] io scheduler deadline registered (default) [ 0.513267] io scheduler cfq registered [ 0.514096] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516397] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517857] ACPI: Power Button [PWRF] [ 0.518683] GHES: HEST is not enabled! [ 0.532410] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.560575] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.562784] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.586490] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588599] Linux agpgart interface v0.103 [ 0.590604] brd: module loaded [ 0.591880] loop: module loaded [ 0.595402] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596843] GPT:90111 != 2097151 [ 0.597511] GPT:Alternate GPT header not at the end of the disk. [ 0.598590] GPT:90111 != 2097151 [ 0.599257] GPT: Use GNU Parted to correct GPT errors. [ 0.602495] vda: vda1 vda15 [ 0.604237] scsi host0: ata_piix [ 0.604969] scsi host1: ata_piix [ 0.605673] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.606878] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.608323] libphy: Fixed MDIO Bus: probed [ 0.609135] tun: Universal TUN/TAP device driver, 1.6 [ 0.610070] tun: (C) 1999-2004 Max Krasnyansky [ 0.612263] PPP generic driver version 2.4.2 [ 0.613148] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.614449] ehci-pci: EHCI PCI platform driver [ 0.615310] ehci-platform: EHCI generic platform driver [ 0.616293] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.617410] ohci-pci: OHCI PCI platform driver [ 0.618266] ohci-platform: OHCI generic platform driver [ 0.619237] uhci_hcd: USB Universal Host Controller Interface driver [ 0.633632] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.634622] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.636062] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.637075] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.638176] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.639383] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.640791] usb usb1: Product: UHCI Host Controller [ 0.641721] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.642854] usb usb1: SerialNumber: 0000:00:01.2 [ 0.643864] hub 1-0:1.0: USB hub found [ 0.644626] hub 1-0:1.0: 2 ports detected [ 0.645516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.647616] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.648569] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.649597] mousedev: PS/2 mouse device common for all mice [ 0.650846] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.652663] rtc_cmos 00:00: RTC can wake from S4 [ 0.653752] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.654927] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.656111] i2c /dev entries driver [ 0.656872] device-mapper: uevent: version 1.0.3 [ 0.657804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.659403] ledtrig-cpu: registered to indicate activity on CPUs [ 0.660678] NET: Registered protocol family 10 [ 0.661664] NET: Registered protocol family 17 [ 0.662544] Key type dns_resolver registered [ 0.663456] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.664539] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.666258] registered taskstats version 1 [ 0.667083] Loading compiled-in X.509 certificates [ 0.668512] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.670328] zswap: loaded using pool lzo/zbud [ 0.671694] Key type trusted registered [ 0.673251] Key type encrypted registered [ 0.674071] AppArmor: AppArmor sha1 policy hashing enabled [ 0.675081] ima: No TPM chip found, activating TPM-bypass! [ 0.676123] evm: HMAC attrs: 0x1 [ 0.677062] Magic number: 14:547:176 [ 0.677864] acpi device:0c: hash matches [ 0.678706] rtc_cmos 00:00: setting system clock to 2018-12-23 11:11:04 UTC (1545563464) [ 0.680298] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.681410] EDD information not available. [ 0.764903] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.776705] Write protecting the kernel read-only data: 14336k [ 0.778267] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.780050] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.23 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.433900] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCVIFuuthGSQdP9i6GUfb1DOrpssOp/osShSlcz6puuuDPmeGf0xA8KrURzM82Gf59ggXsigzPFLiQmUAUo7EDBuV3aH5kSwRj5syBBiWaVFs44OKFh3dyBzAPIBS/gOe7/RQoNnsvzl6RkA5wHAxVWs4sSfx8KzXy9ZZZ8anyzKmbj6Pj5klDYxax17SdW9N2Aok/c1Wkj7/JAYcNTuzX7Gbp3Hg6MfnlgnevUxgYbD1u/znShLP9Z7HHqpSEVNKnFC4IgcJ28H++009J9Z3VWcNVJ/EOHsDuHwDe6zE9uoXic3qRByazcyfWUmBdquj7sVh9uPik5kPLl9aRoeub root@vping-userdata-vm2-559ac4ca-664b-42eb-9f2b-05b5eb43954c ssh-dss AAAAB3NzaC1kc3MAAACBAOgzHQ9uIYPqHK34Z/yplppN3vafdkwl1YYgM2MkZIzwlch611uveeC7AjNHnlFaLQipiLTIHzvmDKaKib6kUC8ImVLRxT50GvBJxr6nv3KdVJa27RqXE0D6JUwJ/uafOkKcp5qJAHEJuQuxS61F4JDdBbPdK6yjHbRhb3uPiuuPAAAAFQD8WXtyXJ2tMghcdoZOULsxEyvinwAAAIEAkFGRjpRXB4LoBAxnD8/62gLmOEzfOma1G/Cwuj73GUBvZmDPs/UPn1eSu7aIUvUDAdaXPCNltP8vRKEdp4ZEmTazHY7bmXrfQ50luLI02BFK0Xoo9eygsEMiTrpUeqC6uNMrAn2MN5n32ZLM4hx3ROSrV4iC3dadyXn+khnNMvcAAACAGyzEX1yNyFS664AaTtVeo1H+721l+YXulHGGvffHIOZSHzEgY2a5R48Rq2nxno2jz5eLOND3FS//pIxEN8Io/mo8bOQGbF78Hl8Uy4ehqbMDF3BzY55LKofUV4LiR8XtOJcyHVdwh3fDNIE5dNk32VD+j6NaxXsBTRuTHbUmnQQ= root@vping-userdata-vm2-559ac4ca-664b-42eb-9f2b-05b5eb43954c -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe18:ac60/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000002a name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-559ac4ca-664b-42eb-9f2b-05b5eb43954c launch-index: 0 === cirros: current=0.4.0 uptime=4.19 === 2018-12-23 11:11:09,076 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-12-23 11:11:09,182 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-23 11:11:09,183 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:31 | PASS | +------------------------+------------------+------------------+----------------+ 2018-12-23 11:11:26,866 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-12-23 11:11:27,918 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_2266be7a-c170-4e9c-97c7-a7c095db653c', 'id': u'182885d24d954b689005c06c748ee431', 'description': u'Created by OPNFV Functest: tempest_smoke_serial', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-23 11:11:28,403 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5f3ded7b448747fda9fd9f02d7c53546', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_2266be7a-c170-4e9c-97c7-a7c095db653c'}) 2018-12-23 11:11:28,495 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-23 11:11:28,696 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/cb56279cc440478c928a860bcdf65c7d'}, 'domain_id': None, 'human_id': None, 'id': u'cb56279cc440478c928a860bcdf65c7d', 'HUMAN_ID': False}) 2018-12-23 11:11:29,345 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_2266be7a-c170-4e9c-97c7-a7c095db653c', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': 'f9c535cb-94ad-4d6b-94c3-68493fa65075', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_smoke_serial-user_2266be7a-c170-4e9c-97c7-a7c095db653c', 'project_id': u'182885d24d954b689005c06c748ee431', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-23 11:11:29,350 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_2266be7a-c170-4e9c-97c7-a7c095db653c', 'password': 'f9c535cb-94ad-4d6b-94c3-68493fa65075', 'project_name': 'tempest_smoke_seri-project_2266be7a-c170-4e9c-97c7-a7c095db653c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '182885d24d954b689005c06c748ee431', 'project_domain_name': 'Default'} 2018-12-23 11:11:30,434 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-23 11:11:35,266 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-23 11:11:34.980 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=bffa212e-f67d-45a3-9ff2-84a5fcceae23) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | bffa212e-f67d-45a3-9ff2-84a5fcceae23 | 2018-12-23T11:11:34 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: bffa212e-f67d-45a3-9ff2-84a5fcceae23 ~/.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-12-23 11:11:38,591 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-12-23 11:11:38,592 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-23 11:11:44,482 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-23 11:11:42.840 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-23 11:11:42.983 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-23 11:11:44.294 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2ef01b73-9929-4e56-b0c4-283ee2b35690) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2ef01b73-9929-4e56-b0c4-283ee2b35690) as the default verifier for the future CLI operations. 2018-12-23 11:11:47,380 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-12-23 11:11:49,989 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/46e5ba3c-524c-4a3b-9eec-799c385852ca/snap', u'metadata': Munch({})})], 'file': u'/v2/images/46e5ba3c-524c-4a3b-9eec-799c385852ca/file', 'owner': u'182885d24d954b689005c06c748ee431', 'id': u'46e5ba3c-524c-4a3b-9eec-799c385852ca', 'size': 12716032, u'self': u'/v2/images/46e5ba3c-524c-4a3b-9eec-799c385852ca', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'182885d24d954b689005c06c748ee431', 'name': 'tempest_smoke_seri-project_2266be7a-c170-4e9c-97c7-a7c095db653c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/46e5ba3c-524c-4a3b-9eec-799c385852ca/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-23T11:11:49Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-23T11:11:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_2266be7a-c170-4e9c-97c7-a7c095db653c', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/46e5ba3c-524c-4a3b-9eec-799c385852ca', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_2266be7a-c170-4e9c-97c7-a7c095db653c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_2266be7a-c170-4e9c-97c7-a7c095db653c', 'created': u'2018-12-23T11:11:48Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-23T11:11:48Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/46e5ba3c-524c-4a3b-9eec-799c385852ca', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_2266be7a-c170-4e9c-97c7-a7c095db653c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-23 11:11:50,198 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_2266be7a-c170-4e9c-97c7-a7c095db653c', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'3c292a0a-40b0-4bc2-aa38-ac843f7c6122', 'swap': 0}) 2018-12-23 11:11:52,267 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/407521d6-f8f3-44af-bea2-46f4d33e4e9d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/407521d6-f8f3-44af-bea2-46f4d33e4e9d/file', 'owner': u'182885d24d954b689005c06c748ee431', 'id': u'407521d6-f8f3-44af-bea2-46f4d33e4e9d', 'size': 12716032, u'self': u'/v2/images/407521d6-f8f3-44af-bea2-46f4d33e4e9d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'182885d24d954b689005c06c748ee431', 'name': 'tempest_smoke_seri-project_2266be7a-c170-4e9c-97c7-a7c095db653c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/407521d6-f8f3-44af-bea2-46f4d33e4e9d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-23T11:11:52Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-23T11:11:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_2266be7a-c170-4e9c-97c7-a7c095db653c', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/407521d6-f8f3-44af-bea2-46f4d33e4e9d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_2266be7a-c170-4e9c-97c7-a7c095db653c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_2266be7a-c170-4e9c-97c7-a7c095db653c', 'created': u'2018-12-23T11:11:50Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-23T11:11:50Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/407521d6-f8f3-44af-bea2-46f4d33e4e9d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_2266be7a-c170-4e9c-97c7-a7c095db653c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-23 11:11:52,318 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_2266be7a-c170-4e9c-97c7-a7c095db653c', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'3fb32be1-5f6b-422c-b554-ec1f84310630', 'swap': 0}) 2018-12-23 11:11:52,338 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_2266be7a-c170-4e9c-97c7-a7c095db653c', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'3fb32be1-5f6b-422c-b554-ec1f84310630', 'swap': 0}) 2018-12-23 11:11:55,474 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-23 11:11:54.473 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2ef01b73-9929-4e56-b0c4-283ee2b35690) for deployment 'opnfv-rally' (UUID=bffa212e-f67d-45a3-9ff2-84a5fcceae23). 2018-12-23 11:11:55.310 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-23 11:11:55.312 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2ef01b73-9929-4e56-b0c4-283ee2b35690) has been successfully configured for deployment 'opnfv-rally' (UUID=bffa212e-f67d-45a3-9ff2-84a5fcceae23)! 2018-12-23 11:11:55,475 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-23 11:11:55,475 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-23 11:11:55,477 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-23 11:11:55,495 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-12-23 11:11:58,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2ef01b73-9929-4e56-b0c4-283ee2b35690/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-12-23 11:11:58,776 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-23 11:11:58,801 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-23 11:11:58,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt', u'--concurrency=1']'. 2018-12-23 11:12:01,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:12:01.033 51 INFO rally.api [-] Starting verification (UUID=c9e15a57-4be1-4cdf-86a1-5ceada5db3e7) for deployment 'opnfv-rally' (UUID=bffa212e-f67d-45a3-9ff2-84a5fcceae23) by verifier 'opnfv-tempest' (UUID=2ef01b73-9929-4e56-b0c4-283ee2b35690). 2018-12-23 11:12:01,036 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c9e15a57-4be1-4cdf-86a1-5ceada5db3e7 2018-12-23 11:12:07,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:12:07.060 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.175s] 2018-12-23 11:12:07,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:12:07.114 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.054s] 2018-12-23 11:12:13,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:12:13.491 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.392s] 2018-12-23 11:12:17,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:12:17.096 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.604s] 2018-12-23 11:12:31,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:12:31.210 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.612s] 2018-12-23 11:12:49,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:12:49.660 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [12.176s] 2018-12-23 11:13:24,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:13:24.692 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.065s] 2018-12-23 11:13:24,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:13:24.695 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-12-23 11:13:58,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:13:58.214 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.082s] 2018-12-23 11:13:58,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:13:58.216 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-12-23 11:14:30,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:14:30.716 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2018-12-23 11:14:30,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:14:30.718 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-12-23 11:17:12,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:17:12.442 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [133.138s] 2018-12-23 11:17:34,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:17:34.770 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.048s] 2018-12-23 11:17:34,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:17:34.871 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.100s] 2018-12-23 11:17:41,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:17:41.672 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.640s] 2018-12-23 11:17:41,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:17:41.681 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-12-23 11:17:43,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:17:43.252 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-12-23 11:17:43,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:17:43.252 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-12-23 11:17:47,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:17:47.626 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.350s] 2018-12-23 11:17:54,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:17:54.003 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.430s] 2018-12-23 11:18:00,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:18:00.757 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.585s] 2018-12-23 11:18:08,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:18:08.230 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.357s] 2018-12-23 11:18:17,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:18:17.758 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.076s] 2018-12-23 11:18:24,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:18:24.222 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.676s] 2018-12-23 11:18:31,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:18:31.132 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.266s] 2018-12-23 11:18:38,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:18:38.903 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.372s] 2018-12-23 11:18:46,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:18:46.211 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.750s] 2018-12-23 11:18:55,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:18:55.466 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.585s] 2018-12-23 11:18:57,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:18:57.983 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-12-23 11:19:00,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:19:00.034 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.089s] 2018-12-23 11:19:00,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:19:00.110 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.075s] 2018-12-23 11:19:00,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:19:00.183 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.073s] 2018-12-23 11:19:00,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:19:00.190 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-12-23 11:19:04,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:19:04.389 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.858s] 2018-12-23 11:19:06,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:19:06.274 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.885s] 2018-12-23 11:19:08,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:19:08.638 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.363s] 2018-12-23 11:19:14,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:19:14.278 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-12-23 11:19:21,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:19:21.251 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.570s] 2018-12-23 11:19:35,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:19:35.491 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.619s] 2018-12-23 11:19:38,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:19:38.687 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.196s] 2018-12-23 11:19:50,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:19:50.397 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.139s] 2018-12-23 11:19:53,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:19:53.881 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.482s] 2018-12-23 11:20:01,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:20:01.458 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.576s] 2018-12-23 11:20:11,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:20:11.745 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.939s] 2018-12-23 11:20:15,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:20:15.008 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.261s] 2018-12-23 11:20:21,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:20:21.889 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.881s] 2018-12-23 11:20:39,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:20:39.327 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.429s] 2018-12-23 11:20:39,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:20:39.778 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.451s] 2018-12-23 11:20:40,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:20:40.026 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.248s] 2018-12-23 11:20:40,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:20:40.221 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.194s] 2018-12-23 11:20:40,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:20:40.320 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.098s] 2018-12-23 11:20:40,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:20:40.377 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.057s] 2018-12-23 11:20:54,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:20:54.353 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.523s] 2018-12-23 11:20:54,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:20:54.795 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.442s] 2018-12-23 11:20:54,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:20:54.937 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.141s] 2018-12-23 11:20:55,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:20:55.131 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.194s] 2018-12-23 11:20:55,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:20:55.366 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.234s] 2018-12-23 11:20:55,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:20:55.572 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.206s] 2018-12-23 11:21:08,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:21:08.811 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.886s] 2018-12-23 11:21:15,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:21:15.029 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.217s] 2018-12-23 11:21:16,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:21:16.924 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.894s] 2018-12-23 11:21:17,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:21:17.014 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.091s] 2018-12-23 11:21:17,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:21:17.217 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.201s] 2018-12-23 11:21:28,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:21:28.612 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.806s] 2018-12-23 11:21:35,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:21:35.304 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.692s] 2018-12-23 11:21:37,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:21:37.202 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.897s] 2018-12-23 11:21:37,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:21:37.397 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.195s] 2018-12-23 11:21:37,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:21:37.597 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.200s] 2018-12-23 11:21:52,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:21:52.675 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.224s] 2018-12-23 11:21:58,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:21:58.051 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.377s] 2018-12-23 11:22:02,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:22:02.608 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.556s] 2018-12-23 11:22:05,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:22:05.780 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.171s] 2018-12-23 11:22:31,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:22:31.062 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.620s] 2018-12-23 11:22:36,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:22:36.146 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.085s] 2018-12-23 11:22:40,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:22:40.949 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.802s] 2018-12-23 11:22:43,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:22:43.828 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.878s] 2018-12-23 11:23:00,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:23:00.250 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.518s] 2018-12-23 11:23:02,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:23:02.769 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.517s] 2018-12-23 11:23:02,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:23:02.841 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.075s] 2018-12-23 11:23:07,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:23:07.593 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.626s] 2018-12-23 11:23:10,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:23:10.103 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.508s] 2018-12-23 11:23:10,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:23:10.311 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.210s] 2018-12-23 11:23:14,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:23:14.835 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.434s] 2018-12-23 11:23:18,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:23:18.066 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-12-23 11:23:19,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:23:19.570 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-12-23 11:23:19,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:23:19.572 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-12-23 11:23:19,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:23:19.574 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-12-23 11:23:19,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:23:19.574 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-12-23 11:23:19,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:23:19.575 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-12-23 11:23:21,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:23:21.555 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-12-23 11:23:37,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:23:37.573 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.984s] 2018-12-23 11:23:49,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:23:49.797 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.397s] 2018-12-23 11:24:00,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:24:00.590 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.790s] 2018-12-23 11:24:09,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:24:09.978 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-12-23 11:26:48,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:26:48.526 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [151.777s] 2018-12-23 11:30:31,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:30:31.554 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [214.246s] 2018-12-23 11:31:20,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:31:20.450 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [28.714s] 2018-12-23 11:31:39,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: c9e15a57-4be1-4cdf-86a1-5ceada5db3e7 2018-12-23 11:31:39,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c9e15a57-4be1-4cdf-86a1-5ceada5db3e7']'. 2018-12-23 11:31:40,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-23 11:31:40,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-23 11:31:40,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-23 11:31:40,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c9e15a57-4be1-4cdf-86a1-5ceada5db3e7 | 2018-12-23 11:31:40,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-12-23 11:31:40,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-23 11:12:00 | 2018-12-23 11:31:40,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-23 11:31:39 | 2018-12-23 11:31:40,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:19:39 | 2018-12-23 11:31:40,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-12-23 11:31:40,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-23 11:31:40,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-23 11:31:40,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2ef01b73-9929-4e56-b0c4-283ee2b35690) | 2018-12-23 11:31:40,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-23 11:31:40,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: bffa212e-f67d-45a3-9ff2-84a5fcceae23) | 2018-12-23 11:31:40,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-12-23 11:31:40,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1155.472 | 2018-12-23 11:31:40,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-12-23 11:31:40,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-12-23 11:31:40,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-23 11:31:40,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-23 11:31:40,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-12-23 11:31:40,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-23 11:31:40,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-23 11:31:40,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-23 11:31:40,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 97.7777777778% 2018-12-23 11:31:40,535 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-23 11:31:40,536 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:53 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-12-23 11:31:46,485 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-12-23 11:31:46,538 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-12-23 11:31:47,397 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'id': u'08a90df0bb0b44e3b952ce45dc8f40cc', 'description': u'Created by OPNFV Functest: rally_sanity', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-23 11:31:47,847 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1a792be3333e465c8900a1e7a3996f1f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_bfe17e18-effe-41bd-8805-42a09ea97ce9'}) 2018-12-23 11:31:48,006 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-23 11:31:48,239 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/91999a50945e4fd1adc72b51b1dd7a69'}, 'domain_id': None, 'human_id': None, 'id': u'91999a50945e4fd1adc72b51b1dd7a69', 'HUMAN_ID': False}) 2018-12-23 11:31:48,795 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_bfe17e18-effe-41bd-8805-42a09ea97ce9', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '3638c8fe-f970-493f-8afa-82957b681640', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'rally_sanity-user_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'project_id': u'08a90df0bb0b44e3b952ce45dc8f40cc', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-23 11:31:48,801 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'password': '3638c8fe-f970-493f-8afa-82957b681640', 'project_name': 'rally_sanity-project_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '08a90df0bb0b44e3b952ce45dc8f40cc', 'project_domain_name': 'Default'} 2018-12-23 11:31:49,459 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-12-23 11:31:49,787 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2018-12-23 11:31:50,551 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-12-23T11:31:50Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'18466b93-b429-413e-85b3-38e002ed0a12', u'provider:segmentation_id': 36, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_bfe17e18-effe-41bd-8805-42a09ea97ce9', u'admin_state_up': True, u'tenant_id': u'08a90df0bb0b44e3b952ce45dc8f40cc', u'created_at': u'2018-12-23T11:31:50Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'08a90df0bb0b44e3b952ce45dc8f40cc'}) 2018-12-23 11:31:51,730 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-23T11:31:51Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'17fb58da-a636-40a9-81ae-d31cff000dcd', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_bfe17e18-effe-41bd-8805-42a09ea97ce9', u'enable_dhcp': True, u'network_id': u'18466b93-b429-413e-85b3-38e002ed0a12', u'tenant_id': u'08a90df0bb0b44e3b952ce45dc8f40cc', u'created_at': u'2018-12-23T11:31:51Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'08a90df0bb0b44e3b952ce45dc8f40cc'}) 2018-12-23 11:31:54,111 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4fb8e9bb-5592-4ec5-9853-3ed42bfd09cf', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b84e3af2-8908-4141-8652-ef9dbd8f3367', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'08a90df0bb0b44e3b952ce45dc8f40cc', u'created_at': u'2018-12-23T11:31:53Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-12-23T11:31:53Z', u'revision_number': 2, u'routes': [], u'project_id': u'08a90df0bb0b44e3b952ce45dc8f40cc', u'id': u'098e2a4c-545b-4327-8db7-7f5ffbed69fc', u'name': u'rally_sanity-router_bfe17e18-effe-41bd-8805-42a09ea97ce9'}) 2018-12-23 11:31:58,084 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/3c917643-0718-4799-8e9d-6169ba15eff1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3c917643-0718-4799-8e9d-6169ba15eff1/file', 'owner': u'08a90df0bb0b44e3b952ce45dc8f40cc', 'id': u'3c917643-0718-4799-8e9d-6169ba15eff1', 'size': 12716032, u'self': u'/v2/images/3c917643-0718-4799-8e9d-6169ba15eff1', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'08a90df0bb0b44e3b952ce45dc8f40cc', 'name': 'rally_sanity-project_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/3c917643-0718-4799-8e9d-6169ba15eff1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-23T11:31:57Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-23T11:31:57Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/3c917643-0718-4799-8e9d-6169ba15eff1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'created': u'2018-12-23T11:31:56Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-23T11:31:56Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/3c917643-0718-4799-8e9d-6169ba15eff1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-23 11:31:58,303 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'4afb2cf4-a165-440b-80be-bdbcdb758f30', 'swap': 0}) 2018-12-23 11:31:58,326 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-23 11:32:00,694 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-12-23 11:32:00.354 203 INFO rally.deployment.engine [-] Deployment bffa212e-f67d-45a3-9ff2-84a5fcceae23 | Starting: Destroy cloud and free allocated resources. 2018-12-23 11:32:00.436 203 INFO rally.deployment.engine [-] Deployment bffa212e-f67d-45a3-9ff2-84a5fcceae23 | Completed: Destroy cloud and free allocated resources. 2018-12-23 11:32:00.469 203 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=2ef01b73-9929-4e56-b0c4-283ee2b35690) for deployment 'opnfv-rally'. 2018-12-23 11:32:00.483 203 INFO rally.api [-] Deleting verification (UUID=c9e15a57-4be1-4cdf-86a1-5ceada5db3e7). 2018-12-23 11:32:00.521 203 INFO rally.api [-] Verification has been successfully deleted! 2018-12-23 11:32:00.521 203 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2ef01b73-9929-4e56-b0c4-283ee2b35690). 2018-12-23 11:32:00.527 203 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-12-23 11:32:03,080 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-23 11:32:02.809 206 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=cd0e0eee-97cf-4f84-867b-2931c70b22de) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | cd0e0eee-97cf-4f84-867b-2931c70b22de | 2018-12-23T11:32:02 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: cd0e0eee-97cf-4f84-867b-2931c70b22de ~/.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-12-23 11:32:06,385 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-12-23 11:32:06,385 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-12-23 11:32:06,628 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'ca8e1710-d7fe-4f5c-adf7-c32e9b8af646', 'swap': 0}) 2018-12-23 11:32:06,650 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'ca8e1710-d7fe-4f5c-adf7-c32e9b8af646', 'swap': 0}) 2018-12-23 11:32:06,650 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-12-23 11:32:06,651 - 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-12-23 11:32:06,652 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-23 11:32:06,668 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-23 11:32:06,668 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '18466b93-b429-413e-85b3-38e002ed0a12', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'flavor_name': 'rally_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_bfe17e18-effe-41bd-8805-42a09ea97ce9', '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-12-23 11:33:09,024 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1feb7799-9327-42ed-8336-72bcf589e4b4 2018-12-23 11:33:09,024 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-12-23 11:33:09,025 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '1feb7799-9327-42ed-8336-72bcf589e4b4'] 2018-12-23 11:33:10,060 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 1feb7799-9327-42ed-8336-72bcf589e4b4 -------------------------------------------------------------------------------- Task 1feb7799-9327-42ed-8336-72bcf589e4b4: 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 1feb7799-9327-42ed-8336-72bcf589e4b4 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.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | total | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | -> duration | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.469991 Full duration: 7.092439 -------------------------------------------------------------------------------- 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 1feb7799-9327-42ed-8336-72bcf589e4b4 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.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | total | 1.287 | 1.287 | 1.287 | 1.287 | 1.287 | 1.287 | 100.0% | 1 | | -> duration | 1.287 | 1.287 | 1.287 | 1.287 | 1.287 | 1.287 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.28722 Full duration: 8.489316 -------------------------------------------------------------------------------- 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 1feb7799-9327-42ed-8336-72bcf589e4b4 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.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | total | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | -> duration | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.90708 Full duration: 7.679235 -------------------------------------------------------------------------------- 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 1feb7799-9327-42ed-8336-72bcf589e4b4 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.43 | 0.43 | 0.43 | 0.43 | 0.43 | 0.43 | 100.0% | 1 | | total | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | -> duration | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.852017 Full duration: 7.760468 -------------------------------------------------------------------------------- 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 1feb7799-9327-42ed-8336-72bcf589e4b4 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.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 100.0% | 1 | | total | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | -> duration | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.912764 Full duration: 7.624386 -------------------------------------------------------------------------------- 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 1feb7799-9327-42ed-8336-72bcf589e4b4 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.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | -> duration | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.656764 Full duration: 7.567782 HINTS: * To plot HTML graphics with this data, run: rally task report 1feb7799-9327-42ed-8336-72bcf589e4b4 --out output.html * To generate a JUnit report, run: rally task export 1feb7799-9327-42ed-8336-72bcf589e4b4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1feb7799-9327-42ed-8336-72bcf589e4b4 --json --out output.json 2018-12-23 11:33:10,061 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '1feb7799-9327-42ed-8336-72bcf589e4b4', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-12-23 11:33:12,272 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 1feb7799-9327-42ed-8336-72bcf589e4b4 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-12-23 11:33:12.164 814 INFO rally.api [-] Building 'json' report for the following task(s): '1feb7799-9327-42ed-8336-72bcf589e4b4'. 2018-12-23 11:33:12.169 814 INFO rally.api [-] The report has been successfully built. 2018-12-23 11:33:12,272 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '1feb7799-9327-42ed-8336-72bcf589e4b4', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-12-23 11:33:14,460 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 1feb7799-9327-42ed-8336-72bcf589e4b4 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-12-23 11:33:14.333 817 INFO rally.api [-] Building 'html' report for the following task(s): '1feb7799-9327-42ed-8336-72bcf589e4b4'. 2018-12-23 11:33:14.356 817 INFO rally.api [-] The report has been successfully built. 2018-12-23 11:33:14,467 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-12-23 11:33:14,467 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-12-23 11:33:14,467 - 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-12-23 11:33:14,467 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-23 11:33:14,484 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-23 11:33:14,485 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': '18466b93-b429-413e-85b3-38e002ed0a12', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'flavor_name': 'rally_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_bfe17e18-effe-41bd-8805-42a09ea97ce9', '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-12-23 11:34:46,562 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e09a41fa-e539-4b77-bc56-352b9066002f 2018-12-23 11:34:46,563 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'e09a41fa-e539-4b77-bc56-352b9066002f'] 2018-12-23 11:34:47,587 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid e09a41fa-e539-4b77-bc56-352b9066002f -------------------------------------------------------------------------------- Task e09a41fa-e539-4b77-bc56-352b9066002f: 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 e09a41fa-e539-4b77-bc56-352b9066002f has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.295 | 4.295 | 4.295 | 4.295 | 4.295 | 4.295 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> glance_v2.upload_data | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 100.0% | 1 | | glance_v2.delete_image | 1.256 | 1.256 | 1.256 | 1.256 | 1.256 | 1.256 | 100.0% | 1 | | total | 5.551 | 5.551 | 5.551 | 5.551 | 5.551 | 5.551 | 100.0% | 1 | | -> duration | 5.551 | 5.551 | 5.551 | 5.551 | 5.551 | 5.551 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.550865 Full duration: 13.852556 -------------------------------------------------------------------------------- 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 e09a41fa-e539-4b77-bc56-352b9066002f 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.972 | 3.972 | 3.972 | 3.972 | 3.972 | 3.972 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.356 | 0.356 | 0.356 | 0.356 | 0.356 | 0.356 | 100.0% | 1 | | -> glance_v2.upload_data | 1.206 | 1.206 | 1.206 | 1.206 | 1.206 | 1.206 | 100.0% | 1 | | glance_v2.list_images | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 100.0% | 1 | | total | 4.004 | 4.004 | 4.004 | 4.004 | 4.004 | 4.004 | 100.0% | 1 | | -> duration | 4.004 | 4.004 | 4.004 | 4.004 | 4.004 | 4.004 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.003725 Full duration: 15.485824 -------------------------------------------------------------------------------- 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 e09a41fa-e539-4b77-bc56-352b9066002f 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.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | total | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | -> duration | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.337057 Full duration: 8.043159 -------------------------------------------------------------------------------- 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_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "number_instances": 2, "nics": [ { "net-id": "18466b93-b429-413e-85b3-38e002ed0a12" } ] }, "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 e09a41fa-e539-4b77-bc56-352b9066002f has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.268 | 4.268 | 4.268 | 4.268 | 4.268 | 4.268 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | -> glance_v2.upload_data | 1.339 | 1.339 | 1.339 | 1.339 | 1.339 | 1.339 | 100.0% | 1 | | nova.boot_servers | 11.02 | 11.02 | 11.02 | 11.02 | 11.02 | 11.02 | 100.0% | 1 | | total | 15.289 | 15.289 | 15.289 | 15.289 | 15.289 | 15.289 | 100.0% | 1 | | -> duration | 14.289 | 14.289 | 14.289 | 14.289 | 14.289 | 14.289 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.289261 Full duration: 39.074221 HINTS: * To plot HTML graphics with this data, run: rally task report e09a41fa-e539-4b77-bc56-352b9066002f --out output.html * To generate a JUnit report, run: rally task export e09a41fa-e539-4b77-bc56-352b9066002f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e09a41fa-e539-4b77-bc56-352b9066002f --json --out output.json 2018-12-23 11:34:47,587 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'e09a41fa-e539-4b77-bc56-352b9066002f', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-12-23 11:34:49,763 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid e09a41fa-e539-4b77-bc56-352b9066002f --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-12-23 11:34:49.655 1370 INFO rally.api [-] Building 'json' report for the following task(s): 'e09a41fa-e539-4b77-bc56-352b9066002f'. 2018-12-23 11:34:49.660 1370 INFO rally.api [-] The report has been successfully built. 2018-12-23 11:34:49,763 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'e09a41fa-e539-4b77-bc56-352b9066002f', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-12-23 11:34:51,970 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid e09a41fa-e539-4b77-bc56-352b9066002f --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-12-23 11:34:51.848 1373 INFO rally.api [-] Building 'html' report for the following task(s): 'e09a41fa-e539-4b77-bc56-352b9066002f'. 2018-12-23 11:34:51.869 1373 INFO rally.api [-] The report has been successfully built. 2018-12-23 11:34:51,976 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-12-23 11:34:51,976 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-12-23 11:34:51,977 - 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-12-23 11:34:51,977 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-23 11:34:51,995 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-23 11:34:51,996 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '18466b93-b429-413e-85b3-38e002ed0a12', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'flavor_name': 'rally_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_bfe17e18-effe-41bd-8805-42a09ea97ce9', '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-12-23 11:38:11,243 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7bd1f41f-08d9-40f9-b855-f75de9b2eef4 2018-12-23 11:38:11,244 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '7bd1f41f-08d9-40f9-b855-f75de9b2eef4'] 2018-12-23 11:38:12,420 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 7bd1f41f-08d9-40f9-b855-f75de9b2eef4 -------------------------------------------------------------------------------- Task 7bd1f41f-08d9-40f9-b855-f75de9b2eef4: 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 7bd1f41f-08d9-40f9-b855-f75de9b2eef4 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.326 | 3.326 | 3.326 | 3.326 | 3.326 | 3.326 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.597 | 2.597 | 2.597 | 2.597 | 2.597 | 2.597 | 100.0% | 1 | | total | 5.923 | 5.923 | 5.923 | 5.923 | 5.923 | 5.923 | 100.0% | 1 | | -> duration | 5.923 | 5.923 | 5.923 | 5.923 | 5.923 | 5.923 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.923313 Full duration: 22.983144 -------------------------------------------------------------------------------- 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 7bd1f41f-08d9-40f9-b855-f75de9b2eef4 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.306 | 3.306 | 3.306 | 3.306 | 3.306 | 3.306 | 100.0% | 1 | | cinder_v2.delete_volume | 2.936 | 2.936 | 2.936 | 2.936 | 2.936 | 2.936 | 100.0% | 1 | | total | 6.242 | 6.242 | 6.242 | 6.242 | 6.242 | 6.242 | 100.0% | 1 | | -> duration | 6.242 | 6.242 | 6.242 | 6.242 | 6.242 | 6.242 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.242359 Full duration: 16.64535 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 7bd1f41f-08d9-40f9-b855-f75de9b2eef4 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.24 | 8.24 | 8.24 | 8.24 | 8.24 | 8.24 | 100.0% | 1 | | cinder_v2.delete_volume | 2.453 | 2.453 | 2.453 | 2.453 | 2.453 | 2.453 | 100.0% | 1 | | total | 10.694 | 10.694 | 10.694 | 10.694 | 10.694 | 10.694 | 100.0% | 1 | | -> duration | 10.694 | 10.694 | 10.694 | 10.694 | 10.694 | 10.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.693805 Full duration: 21.630131 -------------------------------------------------------------------------------- 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 7bd1f41f-08d9-40f9-b855-f75de9b2eef4 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.181 | 3.181 | 3.181 | 3.181 | 3.181 | 3.181 | 100.0% | 1 | | cinder_v2.delete_volume | 2.586 | 2.586 | 2.586 | 2.586 | 2.586 | 2.586 | 100.0% | 1 | | total | 5.768 | 5.768 | 5.768 | 5.768 | 5.768 | 5.768 | 100.0% | 1 | | -> duration | 5.768 | 5.768 | 5.768 | 5.768 | 5.768 | 5.768 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.767643 Full duration: 15.677046 -------------------------------------------------------------------------------- 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 7bd1f41f-08d9-40f9-b855-f75de9b2eef4 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.122 | 3.122 | 3.122 | 3.122 | 3.122 | 3.122 | 100.0% | 1 | | cinder_v2.extend_volume | 3.29 | 3.29 | 3.29 | 3.29 | 3.29 | 3.29 | 100.0% | 1 | | cinder_v2.delete_volume | 2.494 | 2.494 | 2.494 | 2.494 | 2.494 | 2.494 | 100.0% | 1 | | total | 8.906 | 8.906 | 8.906 | 8.906 | 8.906 | 8.906 | 100.0% | 1 | | -> duration | 8.906 | 8.906 | 8.906 | 8.906 | 8.906 | 8.906 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.905901 Full duration: 19.051158 -------------------------------------------------------------------------------- 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 7bd1f41f-08d9-40f9-b855-f75de9b2eef4 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.304 | 3.304 | 3.304 | 3.304 | 3.304 | 3.304 | 100.0% | 1 | | cinder_v2.delete_volume | 2.468 | 2.468 | 2.468 | 2.468 | 2.468 | 2.468 | 100.0% | 1 | | total | 5.773 | 5.773 | 5.773 | 5.773 | 5.773 | 5.773 | 100.0% | 1 | | -> duration | 5.773 | 5.773 | 5.773 | 5.773 | 5.773 | 5.773 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.772512 Full duration: 22.299102 -------------------------------------------------------------------------------- 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 7bd1f41f-08d9-40f9-b855-f75de9b2eef4 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.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | cinder_v2.list_qos | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> duration | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.78003 Full duration: 12.323632 -------------------------------------------------------------------------------- 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 7bd1f41f-08d9-40f9-b855-f75de9b2eef4 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.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | cinder_v2.set_qos | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | total | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> duration | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.805656 Full duration: 12.809786 -------------------------------------------------------------------------------- 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 7bd1f41f-08d9-40f9-b855-f75de9b2eef4 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.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | cinder_v2.list_types | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> duration | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.78323 Full duration: 12.539071 -------------------------------------------------------------------------------- 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 7bd1f41f-08d9-40f9-b855-f75de9b2eef4 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.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 0.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.821919 Full duration: 12.694665 HINTS: * To plot HTML graphics with this data, run: rally task report 7bd1f41f-08d9-40f9-b855-f75de9b2eef4 --out output.html * To generate a JUnit report, run: rally task export 7bd1f41f-08d9-40f9-b855-f75de9b2eef4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7bd1f41f-08d9-40f9-b855-f75de9b2eef4 --json --out output.json 2018-12-23 11:38:12,421 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '7bd1f41f-08d9-40f9-b855-f75de9b2eef4', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-12-23 11:38:14,628 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 7bd1f41f-08d9-40f9-b855-f75de9b2eef4 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-12-23 11:38:14.518 3162 INFO rally.api [-] Building 'json' report for the following task(s): '7bd1f41f-08d9-40f9-b855-f75de9b2eef4'. 2018-12-23 11:38:14.526 3162 INFO rally.api [-] The report has been successfully built. 2018-12-23 11:38:14,629 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '7bd1f41f-08d9-40f9-b855-f75de9b2eef4', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-12-23 11:38:16,906 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 7bd1f41f-08d9-40f9-b855-f75de9b2eef4 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-12-23 11:38:16.776 3165 INFO rally.api [-] Building 'html' report for the following task(s): '7bd1f41f-08d9-40f9-b855-f75de9b2eef4'. 2018-12-23 11:38:16.805 3165 INFO rally.api [-] The report has been successfully built. 2018-12-23 11:38:16,918 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-12-23 11:38:16,918 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-12-23 11:38:16,919 - 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-12-23 11:38:16,919 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-23 11:38:16,935 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-23 11:38:16,936 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': '18466b93-b429-413e-85b3-38e002ed0a12', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'flavor_name': 'rally_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_bfe17e18-effe-41bd-8805-42a09ea97ce9', '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-12-23 11:39:38,028 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3c4e5c30-60b8-42ab-89fd-2bd22a7ebce4 2018-12-23 11:39:38,029 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '3c4e5c30-60b8-42ab-89fd-2bd22a7ebce4'] 2018-12-23 11:39:39,093 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 3c4e5c30-60b8-42ab-89fd-2bd22a7ebce4 -------------------------------------------------------------------------------- Task 3c4e5c30-60b8-42ab-89fd-2bd22a7ebce4: 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 3c4e5c30-60b8-42ab-89fd-2bd22a7ebce4 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.179 | 5.179 | 5.179 | 5.179 | 5.179 | 5.179 | 100.0% | 1 | | heat.update_stack | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 100.0% | 1 | | heat.delete_stack | 2.845 | 2.845 | 2.845 | 2.845 | 2.845 | 2.845 | 100.0% | 1 | | total | 10.575 | 10.575 | 10.575 | 10.575 | 10.575 | 10.575 | 100.0% | 1 | | -> duration | 6.575 | 6.575 | 6.575 | 6.575 | 6.575 | 6.575 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.574917 Full duration: 19.191051 -------------------------------------------------------------------------------- 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 3c4e5c30-60b8-42ab-89fd-2bd22a7ebce4 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.61 | 4.61 | 4.61 | 4.61 | 4.61 | 4.61 | 100.0% | 1 | | heat.check_stack | 1.464 | 1.464 | 1.464 | 1.464 | 1.464 | 1.464 | 100.0% | 1 | | heat.delete_stack | 1.743 | 1.743 | 1.743 | 1.743 | 1.743 | 1.743 | 100.0% | 1 | | total | 7.817 | 7.817 | 7.817 | 7.817 | 7.817 | 7.817 | 100.0% | 1 | | -> duration | 5.817 | 5.817 | 5.817 | 5.817 | 5.817 | 5.817 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.81736 Full duration: 17.645259 -------------------------------------------------------------------------------- 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 3c4e5c30-60b8-42ab-89fd-2bd22a7ebce4 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.31 | 4.31 | 4.31 | 4.31 | 4.31 | 4.31 | 100.0% | 1 | | heat.suspend_stack | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | heat.resume_stack | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | heat.delete_stack | 1.453 | 1.453 | 1.453 | 1.453 | 1.453 | 1.453 | 100.0% | 1 | | total | 7.166 | 7.166 | 7.166 | 7.166 | 7.166 | 7.166 | 100.0% | 1 | | -> duration | 5.166 | 5.166 | 5.166 | 5.166 | 5.166 | 5.166 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.165608 Full duration: 17.23751 -------------------------------------------------------------------------------- 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 3c4e5c30-60b8-42ab-89fd-2bd22a7ebce4 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.6 | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 100.0% | 1 | | total | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 100.0% | 1 | | -> duration | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.600293 Full duration: 8.36303 HINTS: * To plot HTML graphics with this data, run: rally task report 3c4e5c30-60b8-42ab-89fd-2bd22a7ebce4 --out output.html * To generate a JUnit report, run: rally task export 3c4e5c30-60b8-42ab-89fd-2bd22a7ebce4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3c4e5c30-60b8-42ab-89fd-2bd22a7ebce4 --json --out output.json 2018-12-23 11:39:39,094 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '3c4e5c30-60b8-42ab-89fd-2bd22a7ebce4', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-12-23 11:39:41,235 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 3c4e5c30-60b8-42ab-89fd-2bd22a7ebce4 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-12-23 11:39:41.126 3898 INFO rally.api [-] Building 'json' report for the following task(s): '3c4e5c30-60b8-42ab-89fd-2bd22a7ebce4'. 2018-12-23 11:39:41.131 3898 INFO rally.api [-] The report has been successfully built. 2018-12-23 11:39:41,235 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '3c4e5c30-60b8-42ab-89fd-2bd22a7ebce4', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-12-23 11:39:43,434 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 3c4e5c30-60b8-42ab-89fd-2bd22a7ebce4 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-12-23 11:39:43.306 3901 INFO rally.api [-] Building 'html' report for the following task(s): '3c4e5c30-60b8-42ab-89fd-2bd22a7ebce4'. 2018-12-23 11:39:43.328 3901 INFO rally.api [-] The report has been successfully built. 2018-12-23 11:39:43,440 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-12-23 11:39:43,440 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-12-23 11:39:43,441 - 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-12-23 11:39:43,441 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-23 11:39:43,457 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-23 11:39:43,458 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '18466b93-b429-413e-85b3-38e002ed0a12', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'flavor_name': 'rally_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_bfe17e18-effe-41bd-8805-42a09ea97ce9', '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-12-23 11:43:00,446 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5fa2062b-eeb9-4aa0-a349-062e7170b262 2018-12-23 11:43:00,447 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '5fa2062b-eeb9-4aa0-a349-062e7170b262'] 2018-12-23 11:43:01,599 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 5fa2062b-eeb9-4aa0-a349-062e7170b262 -------------------------------------------------------------------------------- Task 5fa2062b-eeb9-4aa0-a349-062e7170b262: 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 5fa2062b-eeb9-4aa0-a349-062e7170b262 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.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.revoke_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> duration | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.837615 Full duration: 14.661845 -------------------------------------------------------------------------------- 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 5fa2062b-eeb9-4aa0-a349-062e7170b262 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.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.list_roles | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> duration | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.833143 Full duration: 14.464791 -------------------------------------------------------------------------------- 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 5fa2062b-eeb9-4aa0-a349-062e7170b262 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | keystone_v3.list_projects | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> duration | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.775782 Full duration: 14.902118 -------------------------------------------------------------------------------- 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 5fa2062b-eeb9-4aa0-a349-062e7170b262 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.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | keystone_v3.delete_role | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | -> duration | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.62176 Full duration: 12.339858 -------------------------------------------------------------------------------- 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 5fa2062b-eeb9-4aa0-a349-062e7170b262 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.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | keystone_v3.delete_service | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> duration | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.62099 Full duration: 12.458431 -------------------------------------------------------------------------------- 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 5fa2062b-eeb9-4aa0-a349-062e7170b262 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | keystone_v3.create_user | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | -> keystone_v3.add_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.create_role | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 | | keystone_v3.get_project | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.get_user | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | keystone_v3.get_role | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.list_services | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.get_services | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 1.791 | 1.791 | 1.791 | 1.791 | 1.791 | 1.791 | 100.0% | 1 | | -> duration | 1.791 | 1.791 | 1.791 | 1.791 | 1.791 | 1.791 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.791181 Full duration: 19.726797 -------------------------------------------------------------------------------- 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 5fa2062b-eeb9-4aa0-a349-062e7170b262 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | keystone_v3.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | -> duration | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.958635 Full duration: 12.902314 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 5fa2062b-eeb9-4aa0-a349-062e7170b262 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.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | total | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> duration | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.795239 Full duration: 14.867203 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 5fa2062b-eeb9-4aa0-a349-062e7170b262 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | total | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | -> duration | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.692591 Full duration: 14.573248 -------------------------------------------------------------------------------- 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 5fa2062b-eeb9-4aa0-a349-062e7170b262 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.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | keystone_v3.list_users | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | total | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | -> duration | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.041061 Full duration: 15.20156 -------------------------------------------------------------------------------- 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 5fa2062b-eeb9-4aa0-a349-062e7170b262 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.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | keystone_v3.create_users | 4.926 | 4.926 | 4.926 | 4.926 | 4.926 | 4.926 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.926 | 4.926 | 4.926 | 4.926 | 4.926 | 4.926 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.25 | 1.25 | 1.25 | 1.25 | 1.25 | 1.25 | 100.0% | 1 | | total | 6.702 | 6.702 | 6.702 | 6.702 | 6.702 | 6.702 | 100.0% | 1 | | -> duration | 6.702 | 6.702 | 6.702 | 6.702 | 6.702 | 6.702 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.702384 Full duration: 22.980047 HINTS: * To plot HTML graphics with this data, run: rally task report 5fa2062b-eeb9-4aa0-a349-062e7170b262 --out output.html * To generate a JUnit report, run: rally task export 5fa2062b-eeb9-4aa0-a349-062e7170b262 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5fa2062b-eeb9-4aa0-a349-062e7170b262 --json --out output.json 2018-12-23 11:43:01,599 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '5fa2062b-eeb9-4aa0-a349-062e7170b262', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-12-23 11:43:03,820 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 5fa2062b-eeb9-4aa0-a349-062e7170b262 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-12-23 11:43:03.707 5816 INFO rally.api [-] Building 'json' report for the following task(s): '5fa2062b-eeb9-4aa0-a349-062e7170b262'. 2018-12-23 11:43:03.717 5816 INFO rally.api [-] The report has been successfully built. 2018-12-23 11:43:03,820 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '5fa2062b-eeb9-4aa0-a349-062e7170b262', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-12-23 11:43:05,995 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 5fa2062b-eeb9-4aa0-a349-062e7170b262 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-12-23 11:43:05.862 5819 INFO rally.api [-] Building 'html' report for the following task(s): '5fa2062b-eeb9-4aa0-a349-062e7170b262'. 2018-12-23 11:43:05.893 5819 INFO rally.api [-] The report has been successfully built. 2018-12-23 11:43:06,009 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-12-23 11:43:06,010 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-12-23 11:43:06,010 - 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-12-23 11:43:06,011 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-23 11:43:06,028 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-23 11:43:06,029 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '18466b93-b429-413e-85b3-38e002ed0a12', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'flavor_name': 'rally_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_bfe17e18-effe-41bd-8805-42a09ea97ce9', '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-12-23 11:48:24,212 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e 2018-12-23 11:48:24,213 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '52119b2d-30f3-4e99-9ec1-3c0d6d34e90e'] 2018-12-23 11:48:25,246 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e -------------------------------------------------------------------------------- Task 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e: 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 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e 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.02 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 100.0% | 1 | | neutron.delete_network | 1.236 | 1.236 | 1.236 | 1.236 | 1.236 | 1.236 | 100.0% | 1 | | total | 2.256 | 2.256 | 2.256 | 2.256 | 2.256 | 2.256 | 100.0% | 1 | | -> duration | 2.256 | 2.256 | 2.256 | 2.256 | 2.256 | 2.256 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.256245 Full duration: 15.594417 -------------------------------------------------------------------------------- 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 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e 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.416 | 1.416 | 1.416 | 1.416 | 1.416 | 1.416 | 100.0% | 1 | | neutron.delete_port | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | total | 2.156 | 2.156 | 2.156 | 2.156 | 2.156 | 2.156 | 100.0% | 1 | | -> duration | 2.156 | 2.156 | 2.156 | 2.156 | 2.156 | 2.156 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.155796 Full duration: 32.085533 -------------------------------------------------------------------------------- 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 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e 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.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | neutron.create_subnet | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | neutron.create_router | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 100.0% | 1 | | neutron.add_interface_router | 1.554 | 1.554 | 1.554 | 1.554 | 1.554 | 1.554 | 100.0% | 1 | | neutron.remove_interface_router | 1.163 | 1.163 | 1.163 | 1.163 | 1.163 | 1.163 | 100.0% | 1 | | neutron.delete_router | 0.444 | 0.444 | 0.444 | 0.444 | 0.444 | 0.444 | 100.0% | 1 | | total | 5.11 | 5.11 | 5.11 | 5.11 | 5.11 | 5.11 | 100.0% | 1 | | -> duration | 5.11 | 5.11 | 5.11 | 5.11 | 5.11 | 5.11 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.110167 Full duration: 39.11135 -------------------------------------------------------------------------------- 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 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e 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.25 | 1.25 | 1.25 | 1.25 | 1.25 | 1.25 | 100.0% | 1 | | neutron.delete_subnet | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | total | 1.986 | 1.986 | 1.986 | 1.986 | 1.986 | 1.986 | 100.0% | 1 | | -> duration | 1.986 | 1.986 | 1.986 | 1.986 | 1.986 | 1.986 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.985912 Full duration: 27.721117 -------------------------------------------------------------------------------- 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 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e 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.019 | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 100.0% | 1 | | neutron.list_networks | 0.411 | 0.411 | 0.411 | 0.411 | 0.411 | 0.411 | 100.0% | 1 | | total | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 100.0% | 1 | | -> duration | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.430474 Full duration: 17.077857 -------------------------------------------------------------------------------- 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 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e 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.364 | 1.364 | 1.364 | 1.364 | 1.364 | 1.364 | 100.0% | 1 | | neutron.list_ports | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 100.0% | 1 | | total | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 100.0% | 1 | | -> duration | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.603954 Full duration: 28.055795 -------------------------------------------------------------------------------- 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 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e 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.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | neutron.create_subnet | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | neutron.create_router | 0.388 | 0.388 | 0.388 | 0.388 | 0.388 | 0.388 | 100.0% | 1 | | neutron.add_interface_router | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 100.0% | 1 | | neutron.list_routers | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 3.861 | 3.861 | 3.861 | 3.861 | 3.861 | 3.861 | 100.0% | 1 | | -> duration | 3.861 | 3.861 | 3.861 | 3.861 | 3.861 | 3.861 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.860973 Full duration: 38.715394 -------------------------------------------------------------------------------- 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 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e 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.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | neutron.create_subnet | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | neutron.list_subnets | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 100.0% | 1 | | total | 1.961 | 1.961 | 1.961 | 1.961 | 1.961 | 1.961 | 100.0% | 1 | | -> duration | 1.961 | 1.961 | 1.961 | 1.961 | 1.961 | 1.961 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.961079 Full duration: 37.232285 -------------------------------------------------------------------------------- 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 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 100.0% | 1 | | neutron.delete_security_group | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 100.0% | 1 | | total | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 100.0% | 1 | | -> duration | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.273951 Full duration: 14.596177 -------------------------------------------------------------------------------- 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 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | neutron.create_security_group_rule | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 100.0% | 1 | | neutron.delete_security_group | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 100.0% | 1 | | total | 1.949 | 1.949 | 1.949 | 1.949 | 1.949 | 1.949 | 100.0% | 1 | | -> duration | 1.949 | 1.949 | 1.949 | 1.949 | 1.949 | 1.949 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.948777 Full duration: 15.18771 -------------------------------------------------------------------------------- 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 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e 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.095 | 1.095 | 1.095 | 1.095 | 1.095 | 1.095 | 100.0% | 1 | | neutron.create_router | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | neutron.add_gateway_router | 1.944 | 1.944 | 1.944 | 1.944 | 1.944 | 1.944 | 100.0% | 1 | | neutron.remove_gateway_router | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | total | 4.297 | 4.297 | 4.297 | 4.297 | 4.297 | 4.297 | 100.0% | 1 | | -> duration | 4.297 | 4.297 | 4.297 | 4.297 | 4.297 | 4.297 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.296862 Full duration: 24.813623 HINTS: * To plot HTML graphics with this data, run: rally task report 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e --out output.html * To generate a JUnit report, run: rally task export 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e --json --out output.json 2018-12-23 11:48:25,247 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '52119b2d-30f3-4e99-9ec1-3c0d6d34e90e', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-12-23 11:48:27,429 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-12-23 11:48:27.315 9114 INFO rally.api [-] Building 'json' report for the following task(s): '52119b2d-30f3-4e99-9ec1-3c0d6d34e90e'. 2018-12-23 11:48:27.325 9114 INFO rally.api [-] The report has been successfully built. 2018-12-23 11:48:27,430 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '52119b2d-30f3-4e99-9ec1-3c0d6d34e90e', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-12-23 11:48:29,685 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 52119b2d-30f3-4e99-9ec1-3c0d6d34e90e --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-12-23 11:48:29.550 9117 INFO rally.api [-] Building 'html' report for the following task(s): '52119b2d-30f3-4e99-9ec1-3c0d6d34e90e'. 2018-12-23 11:48:29.582 9117 INFO rally.api [-] The report has been successfully built. 2018-12-23 11:48:29,699 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-12-23 11:48:29,700 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-12-23 11:48:29,701 - 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-12-23 11:48:29,701 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-23 11:48:29,717 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-23 11:48:29,718 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '18466b93-b429-413e-85b3-38e002ed0a12', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'flavor_name': 'rally_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_bfe17e18-effe-41bd-8805-42a09ea97ce9', '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-12-23 11:56:33,944 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 611b9d39-95f0-4e29-a082-2957c64a174f 2018-12-23 11:56:33,944 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '611b9d39-95f0-4e29-a082-2957c64a174f'] 2018-12-23 11:56:34,990 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 611b9d39-95f0-4e29-a082-2957c64a174f -------------------------------------------------------------------------------- Task 611b9d39-95f0-4e29-a082-2957c64a174f: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "image": { "name": "rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "block_migration": false, "nics": [ { "net-id": "18466b93-b429-413e-85b3-38e002ed0a12" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 611b9d39-95f0-4e29-a082-2957c64a174f 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 | 9.333 | 9.333 | 9.333 | 9.333 | 9.333 | 9.333 | 100.0% | 1 | | nova.find_host_to_migrate | 1.086 | 1.086 | 1.086 | 1.086 | 1.086 | 1.086 | 100.0% | 1 | | nova.live_migrate | 14.339 | 14.339 | 14.339 | 14.339 | 14.339 | 14.339 | 100.0% | 1 | | nova.delete_server | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 2.549 | 100.0% | 1 | | total | 27.307 | 27.307 | 27.307 | 27.307 | 27.307 | 27.307 | 100.0% | 1 | | -> duration | 26.307 | 26.307 | 26.307 | 26.307 | 26.307 | 26.307 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.307458 Full duration: 36.988417 -------------------------------------------------------------------------------- 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_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "image": { "name": "rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "18466b93-b429-413e-85b3-38e002ed0a12" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 611b9d39-95f0-4e29-a082-2957c64a174f 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 | 9.591 | 9.591 | 9.591 | 9.591 | 9.591 | 9.591 | 100.0% | 1 | | cinder_v2.create_volume | 3.089 | 3.089 | 3.089 | 3.089 | 3.089 | 3.089 | 100.0% | 1 | | nova.attach_volume | 4.614 | 4.614 | 4.614 | 4.614 | 4.614 | 4.614 | 100.0% | 1 | | nova.find_host_to_migrate | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 100.0% | 1 | | nova.live_migrate | 11.366 | 11.366 | 11.366 | 11.366 | 11.366 | 11.366 | 100.0% | 1 | | nova.detach_volume | 3.994 | 3.994 | 3.994 | 3.994 | 3.994 | 3.994 | 100.0% | 1 | | cinder_v2.delete_volume | 2.192 | 2.192 | 2.192 | 2.192 | 2.192 | 2.192 | 100.0% | 1 | | nova.delete_server | 2.978 | 2.978 | 2.978 | 2.978 | 2.978 | 2.978 | 100.0% | 1 | | total | 39.259 | 39.259 | 39.259 | 39.259 | 39.259 | 39.259 | 100.0% | 1 | | -> duration | 38.259 | 38.259 | 38.259 | 38.259 | 38.259 | 38.259 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 38.258743 Full duration: 50.832291 -------------------------------------------------------------------------------- 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_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "image": { "name": "rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "18466b93-b429-413e-85b3-38e002ed0a12" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 611b9d39-95f0-4e29-a082-2957c64a174f has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.898 | 8.898 | 8.898 | 8.898 | 8.898 | 8.898 | 100.0% | 1 | | nova.boot_server | 9.722 | 9.722 | 9.722 | 9.722 | 9.722 | 9.722 | 100.0% | 1 | | nova.find_host_to_migrate | 1.326 | 1.326 | 1.326 | 1.326 | 1.326 | 1.326 | 100.0% | 1 | | nova.live_migrate | 16.367 | 16.367 | 16.367 | 16.367 | 16.367 | 16.367 | 100.0% | 1 | | nova.delete_server | 5.467 | 5.467 | 5.467 | 5.467 | 5.467 | 5.467 | 100.0% | 1 | | total | 41.781 | 41.781 | 41.781 | 41.781 | 41.781 | 41.781 | 100.0% | 1 | | -> duration | 40.781 | 40.781 | 40.781 | 40.781 | 40.781 | 40.781 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.780901 Full duration: 53.512552 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "image": { "name": "rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "server_kwargs": { "nics": [ { "net-id": "18466b93-b429-413e-85b3-38e002ed0a12" } ] } }, "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 611b9d39-95f0-4e29-a082-2957c64a174f has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | nova.boot_server | 8.653 | 8.653 | 8.653 | 8.653 | 8.653 | 8.653 | 100.0% | 1 | | nova.delete_server | 2.825 | 2.825 | 2.825 | 2.825 | 2.825 | 2.825 | 100.0% | 1 | | nova.delete_keypair | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | total | 12.217 | 12.217 | 12.217 | 12.217 | 12.217 | 12.217 | 100.0% | 1 | | -> duration | 11.217 | 11.217 | 11.217 | 11.217 | 11.217 | 11.217 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.217088 Full duration: 38.071217 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "image": { "name": "rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "volume_size": 5, "nics": [ { "net-id": "18466b93-b429-413e-85b3-38e002ed0a12" } ] }, "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 611b9d39-95f0-4e29-a082-2957c64a174f has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.886 | 8.886 | 8.886 | 8.886 | 8.886 | 8.886 | 100.0% | 1 | | nova.boot_server | 7.471 | 7.471 | 7.471 | 7.471 | 7.471 | 7.471 | 100.0% | 1 | | nova.delete_server | 5.055 | 5.055 | 5.055 | 5.055 | 5.055 | 5.055 | 100.0% | 1 | | total | 21.413 | 21.413 | 21.413 | 21.413 | 21.413 | 21.413 | 100.0% | 1 | | -> duration | 20.413 | 20.413 | 20.413 | 20.413 | 20.413 | 20.413 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.413217 Full duration: 47.942465 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "image": { "name": "rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "force_delete": false, "nics": [ { "net-id": "18466b93-b429-413e-85b3-38e002ed0a12" } ] }, "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 611b9d39-95f0-4e29-a082-2957c64a174f 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 | 6.917 | 6.917 | 6.917 | 6.917 | 6.917 | 6.917 | 100.0% | 1 | | nova.pause_server | 3.042 | 3.042 | 3.042 | 3.042 | 3.042 | 3.042 | 100.0% | 1 | | nova.unpause_server | 2.896 | 2.896 | 2.896 | 2.896 | 2.896 | 2.896 | 100.0% | 1 | | nova.delete_server | 5.272 | 5.272 | 5.272 | 5.272 | 5.272 | 5.272 | 100.0% | 1 | | total | 18.127 | 18.127 | 18.127 | 18.127 | 18.127 | 18.127 | 100.0% | 1 | | -> duration | 13.127 | 13.127 | 13.127 | 13.127 | 13.127 | 13.127 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.127373 Full duration: 43.063103 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "image": { "name": "rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "nics": [ { "net-id": "18466b93-b429-413e-85b3-38e002ed0a12" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 611b9d39-95f0-4e29-a082-2957c64a174f 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 | 10.656 | 10.656 | 10.656 | 10.656 | 10.656 | 10.656 | 100.0% | 1 | | nova.migrate | 102.595 | 102.595 | 102.595 | 102.595 | 102.595 | 102.595 | 100.0% | 1 | | nova.resize_confirm | 3.398 | 3.398 | 3.398 | 3.398 | 3.398 | 3.398 | 100.0% | 1 | | nova.delete_server | 2.991 | 2.991 | 2.991 | 2.991 | 2.991 | 2.991 | 100.0% | 1 | | total | 119.64 | 119.64 | 119.64 | 119.64 | 119.64 | 119.64 | 100.0% | 1 | | -> duration | 118.64 | 118.64 | 118.64 | 118.64 | 118.64 | 118.64 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 118.640054 Full duration: 129.325498 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "image": { "name": "rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 611b9d39-95f0-4e29-a082-2957c64a174f 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 | 10.685 | 10.685 | 10.685 | 10.685 | 10.685 | 10.685 | 100.0% | 1 | | nova.list_interfaces | 0.399 | 0.399 | 0.399 | 0.399 | 0.399 | 0.399 | 100.0% | 1 | | total | 11.084 | 11.084 | 11.084 | 11.084 | 11.084 | 11.084 | 100.0% | 1 | | -> duration | 10.084 | 10.084 | 10.084 | 10.084 | 10.084 | 10.084 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.08395 Full duration: 40.858438 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 611b9d39-95f0-4e29-a082-2957c64a174f has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | nova.delete_server_group | 0.062 | 0.062 | 0.062 | 0.062 | 0.062 | 0.062 | 100.0% | 1 | | total | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | -> duration | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.697165 Full duration: 9.540032 HINTS: * To plot HTML graphics with this data, run: rally task report 611b9d39-95f0-4e29-a082-2957c64a174f --out output.html * To generate a JUnit report, run: rally task export 611b9d39-95f0-4e29-a082-2957c64a174f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 611b9d39-95f0-4e29-a082-2957c64a174f --json --out output.json 2018-12-23 11:56:34,991 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '611b9d39-95f0-4e29-a082-2957c64a174f', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-12-23 11:56:37,288 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 611b9d39-95f0-4e29-a082-2957c64a174f --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-12-23 11:56:37.177 10760 INFO rally.api [-] Building 'json' report for the following task(s): '611b9d39-95f0-4e29-a082-2957c64a174f'. 2018-12-23 11:56:37.186 10760 INFO rally.api [-] The report has been successfully built. 2018-12-23 11:56:37,289 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '611b9d39-95f0-4e29-a082-2957c64a174f', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-12-23 11:56:39,443 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 611b9d39-95f0-4e29-a082-2957c64a174f --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-12-23 11:56:39.311 10763 INFO rally.api [-] Building 'html' report for the following task(s): '611b9d39-95f0-4e29-a082-2957c64a174f'. 2018-12-23 11:56:39.341 10763 INFO rally.api [-] The report has been successfully built. 2018-12-23 11:56:39,457 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-12-23 11:56:39,458 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-12-23 11:56:39,458 - 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-12-23 11:56:39,459 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-23 11:56:39,474 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-23 11:56:39,474 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '18466b93-b429-413e-85b3-38e002ed0a12', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'flavor_name': 'rally_sanity-flavor_bfe17e18-effe-41bd-8805-42a09ea97ce9', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_bfe17e18-effe-41bd-8805-42a09ea97ce9', '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-12-23 11:57:33,062 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dff66970-55bc-41b3-b69e-832088ce61a7 2018-12-23 11:57:33,063 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'dff66970-55bc-41b3-b69e-832088ce61a7'] 2018-12-23 11:57:34,074 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid dff66970-55bc-41b3-b69e-832088ce61a7 -------------------------------------------------------------------------------- Task dff66970-55bc-41b3-b69e-832088ce61a7: 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 dff66970-55bc-41b3-b69e-832088ce61a7 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.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | quotas.delete_quotas | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 100.0% | 1 | | total | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | -> duration | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.004734 Full duration: 9.379521 -------------------------------------------------------------------------------- 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 dff66970-55bc-41b3-b69e-832088ce61a7 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.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | total | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> duration | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.716329 Full duration: 8.78337 -------------------------------------------------------------------------------- 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 dff66970-55bc-41b3-b69e-832088ce61a7 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.346 | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 100.0% | 1 | | total | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> duration | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.740699 Full duration: 8.572567 -------------------------------------------------------------------------------- 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 dff66970-55bc-41b3-b69e-832088ce61a7 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.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | total | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | -> duration | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.142813 Full duration: 9.234562 HINTS: * To plot HTML graphics with this data, run: rally task report dff66970-55bc-41b3-b69e-832088ce61a7 --out output.html * To generate a JUnit report, run: rally task export dff66970-55bc-41b3-b69e-832088ce61a7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dff66970-55bc-41b3-b69e-832088ce61a7 --json --out output.json 2018-12-23 11:57:34,074 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'dff66970-55bc-41b3-b69e-832088ce61a7', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-12-23 11:57:36,572 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid dff66970-55bc-41b3-b69e-832088ce61a7 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-12-23 11:57:36.422 11276 INFO rally.api [-] Building 'json' report for the following task(s): 'dff66970-55bc-41b3-b69e-832088ce61a7'. 2018-12-23 11:57:36.428 11276 INFO rally.api [-] The report has been successfully built. 2018-12-23 11:57:36,573 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'dff66970-55bc-41b3-b69e-832088ce61a7', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-12-23 11:57:38,812 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid dff66970-55bc-41b3-b69e-832088ce61a7 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-12-23 11:57:38.691 11279 INFO rally.api [-] Building 'html' report for the following task(s): 'dff66970-55bc-41b3-b69e-832088ce61a7'. 2018-12-23 11:57:38.711 11279 INFO rally.api [-] The report has been successfully built. 2018-12-23 11:57:38,817 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-12-23 11:57:38,821 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:16 | 4 | 100.00% | | cinder | 02:48 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 04:50 | 11 | 100.00% | | nova | 07:30 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:39 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-12-23 11:57:38,821 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-12-23 11:57:38,948 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-23 11:57:38,949 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:49 | PASS | +----------------------+------------------+------------------+----------------+ 2018-12-23 11:57:50,121 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-12-23 11:57:51,009 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', 'id': u'bcc2f5bd2b2947b1a1667a816674eb2d', 'description': u'Created by OPNFV Functest: refstack_defcore', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-23 11:57:51,459 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'561bf6768c5a4b2c9053c806c1c99def', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_0ff65f6a-cdcb-431a-8304-a01e5a74ee59'}) 2018-12-23 11:57:51,627 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-23 11:57:51,793 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/a4e738d863c740688f765f52233b8f7c'}, 'domain_id': None, 'human_id': None, 'id': u'a4e738d863c740688f765f52233b8f7c', 'HUMAN_ID': False}) 2018-12-23 11:57:52,356 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '47287dd8-5d72-4e1f-879e-a88768c7b92a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'refstack_defcore-user_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', 'project_id': u'bcc2f5bd2b2947b1a1667a816674eb2d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-23 11:57:52,362 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', 'password': '47287dd8-5d72-4e1f-879e-a88768c7b92a', 'project_name': 'refstack_defcore-project_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'bcc2f5bd2b2947b1a1667a816674eb2d', 'project_domain_name': 'Default'} 2018-12-23 11:57:53,459 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-23 11:57:55,979 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-12-23 11:57:55.607 11282 INFO rally.deployment.engine [-] Deployment cd0e0eee-97cf-4f84-867b-2931c70b22de | Starting: Destroy cloud and free allocated resources. 2018-12-23 11:57:55.680 11282 INFO rally.deployment.engine [-] Deployment cd0e0eee-97cf-4f84-867b-2931c70b22de | Completed: Destroy cloud and free allocated resources. 2018-12-23 11:57:55.705 11282 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2ef01b73-9929-4e56-b0c4-283ee2b35690). 2018-12-23 11:57:55.710 11282 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-12-23 11:57:58,419 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-23 11:57:58.142 11285 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=90fa3ad5-4694-470a-aede-471dbbf1fb8b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 90fa3ad5-4694-470a-aede-471dbbf1fb8b | 2018-12-23T11:57:58 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 90fa3ad5-4694-470a-aede-471dbbf1fb8b ~/.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-12-23 11:58:01,757 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-12-23 11:58:01,758 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-23 11:58:04,129 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-12-23 11:58:03.877 11291 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=2ef01b73-9929-4e56-b0c4-283ee2b35690). 2018-12-23 11:58:03.997 11291 INFO rally.api [-] Verifier has been successfully deleted! 2018-12-23 11:58:07,452 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-23 11:58:06.045 11294 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-23 11:58:06.178 11294 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-23 11:58:07.273 11294 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ab146817-e429-4c43-9e1e-4a7a1199b816) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ab146817-e429-4c43-9e1e-4a7a1199b816) as the default verifier for the future CLI operations. 2018-12-23 11:58:10,347 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-12-23 11:58:13,207 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/1a26f051-faca-40f2-ab6f-d6ed57aa5dcd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1a26f051-faca-40f2-ab6f-d6ed57aa5dcd/file', 'owner': u'bcc2f5bd2b2947b1a1667a816674eb2d', 'id': u'1a26f051-faca-40f2-ab6f-d6ed57aa5dcd', 'size': 12716032, u'self': u'/v2/images/1a26f051-faca-40f2-ab6f-d6ed57aa5dcd', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bcc2f5bd2b2947b1a1667a816674eb2d', 'name': 'refstack_defcore-project_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/1a26f051-faca-40f2-ab6f-d6ed57aa5dcd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-23T11:58:12Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-23T11:58:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1a26f051-faca-40f2-ab6f-d6ed57aa5dcd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', 'created': u'2018-12-23T11:58:11Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-23T11:58:11Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1a26f051-faca-40f2-ab6f-d6ed57aa5dcd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-23 11:58:13,502 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'c5cf42d5-fdbf-4830-a956-8cad92505d19', 'swap': 0}) 2018-12-23 11:58:16,305 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/e3b756fa-17bf-44d9-a2cc-4d88c9494084/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e3b756fa-17bf-44d9-a2cc-4d88c9494084/file', 'owner': u'bcc2f5bd2b2947b1a1667a816674eb2d', 'id': u'e3b756fa-17bf-44d9-a2cc-4d88c9494084', 'size': 12716032, u'self': u'/v2/images/e3b756fa-17bf-44d9-a2cc-4d88c9494084', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bcc2f5bd2b2947b1a1667a816674eb2d', 'name': 'refstack_defcore-project_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/e3b756fa-17bf-44d9-a2cc-4d88c9494084/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-23T11:58:16Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-23T11:58:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e3b756fa-17bf-44d9-a2cc-4d88c9494084', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', 'created': u'2018-12-23T11:58:14Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-23T11:58:14Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e3b756fa-17bf-44d9-a2cc-4d88c9494084', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-23 11:58:16,378 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'd9d5ffc1-a5b8-4979-880f-984aaa48e886', 'swap': 0}) 2018-12-23 11:58:16,399 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_0ff65f6a-cdcb-431a-8304-a01e5a74ee59', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'd9d5ffc1-a5b8-4979-880f-984aaa48e886', 'swap': 0}) 2018-12-23 11:58:19,544 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-23 11:58:18.515 11313 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ab146817-e429-4c43-9e1e-4a7a1199b816) for deployment 'opnfv-rally' (UUID=90fa3ad5-4694-470a-aede-471dbbf1fb8b). 2018-12-23 11:58:19.374 11313 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-23 11:58:19.376 11313 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ab146817-e429-4c43-9e1e-4a7a1199b816) has been successfully configured for deployment 'opnfv-rally' (UUID=90fa3ad5-4694-470a-aede-471dbbf1fb8b)! 2018-12-23 11:58:19,544 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-23 11:58:19,545 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-23 11:58:19,547 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-23 11:58:22,118 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-23 11:58:22,138 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-23 11:58:22,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt', u'--concurrency=4']'. 2018-12-23 11:58:24,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:24.165 11325 INFO rally.api [-] Starting verification (UUID=921e4728-348b-444c-bf2d-2b13ab4f85f5) for deployment 'opnfv-rally' (UUID=90fa3ad5-4694-470a-aede-471dbbf1fb8b) by verifier 'opnfv-tempest' (UUID=ab146817-e429-4c43-9e1e-4a7a1199b816). 2018-12-23 11:58:24,167 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 921e4728-348b-444c-bf2d-2b13ab4f85f5 2018-12-23 11:58:30,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:30.564 11325 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.201s] 2018-12-23 11:58:30,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:30.633 11325 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.070s] 2018-12-23 11:58:33,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:33.197 11325 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.886s] 2018-12-23 11:58:34,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:34.414 11325 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.158s] 2018-12-23 11:58:41,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:41.781 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [11.368s] 2018-12-23 11:58:45,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:45.824 11325 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [12.622s] 2018-12-23 11:58:52,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:52.380 11325 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.066s] 2018-12-23 11:58:52,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:52.392 11325 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-12-23 11:58:52,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:52.521 11325 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.128s] 2018-12-23 11:58:52,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:52.533 11325 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-12-23 11:58:52,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:52.543 11325 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-12-23 11:58:52,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:52.573 11325 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.029s] 2018-12-23 11:58:52,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:52.637 11325 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.063s] 2018-12-23 11:58:52,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:52.698 11325 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.061s] 2018-12-23 11:58:52,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:52.990 11325 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.291s] 2018-12-23 11:58:53,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:53.005 11325 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-12-23 11:58:53,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:53.071 11325 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.066s] 2018-12-23 11:58:53,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:53.959 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.061s] 2018-12-23 11:58:56,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:58:56.743 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [2.783s] 2018-12-23 11:59:00,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:00.227 11325 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-12-23 11:59:03,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:03.089 11325 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [17.262s] 2018-12-23 11:59:04,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:04.366 11325 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.079s] 2018-12-23 11:59:04,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:04.437 11325 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.070s] 2018-12-23 11:59:04,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:04.512 11325 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.074s] 2018-12-23 11:59:08,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:08.233 11325 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.147s] 2018-12-23 11:59:08,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:08.381 11325 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.147s] 2018-12-23 11:59:09,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:09.141 11325 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.758s] 2018-12-23 11:59:09,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:09.688 11325 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.547s] 2018-12-23 11:59:09,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:09.835 11325 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.147s] 2018-12-23 11:59:13,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:13.787 11325 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [10.699s] 2018-12-23 11:59:21,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:21.330 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.467s] 2018-12-23 11:59:21,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:21.366 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.734s] 2018-12-23 11:59:22,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:22.147 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.816s] 2018-12-23 11:59:22,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:22.811 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.663s] 2018-12-23 11:59:23,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:23.671 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.858s] 2018-12-23 11:59:24,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:24.210 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.539s] 2018-12-23 11:59:24,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:24.293 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.083s] 2018-12-23 11:59:24,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:24.368 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.074s] 2018-12-23 11:59:24,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:24.439 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.071s] 2018-12-23 11:59:24,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:24.506 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.067s] 2018-12-23 11:59:24,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:24.577 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.070s] 2018-12-23 11:59:24,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:24.717 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.140s] 2018-12-23 11:59:26,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:26.619 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.253s] 2018-12-23 11:59:30,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:30.794 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.174s] 2018-12-23 11:59:35,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:35.092 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.298s] 2018-12-23 11:59:40,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:40.895 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.802s] 2018-12-23 11:59:44,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:44.424 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.529s] 2018-12-23 11:59:48,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:48.397 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.972s] 2018-12-23 11:59:56,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:56.037 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.638s] 2018-12-23 11:59:59,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:59.872 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.835s] 2018-12-23 11:59:59,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 11:59:59.984 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.112s] 2018-12-23 12:00:00,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:00.211 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.227s] 2018-12-23 12:00:00,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:00.270 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.059s] 2018-12-23 12:00:00,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:00.464 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.192s] 2018-12-23 12:00:00,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:00.613 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.149s] 2018-12-23 12:00:00,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:00.709 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.096s] 2018-12-23 12:00:00,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:00.779 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.069s] 2018-12-23 12:00:00,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:00.983 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.204s] 2018-12-23 12:00:07,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:07.923 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.939s] 2018-12-23 12:00:13,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:13.162 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [12.617s] 2018-12-23 12:00:16,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:16.216 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.175s] 2018-12-23 12:00:17,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:17.855 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.637s] 2018-12-23 12:00:18,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:18.979 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.125s] 2018-12-23 12:00:20,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:20.028 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.047s] 2018-12-23 12:00:21,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:21.529 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.500s] 2018-12-23 12:00:22,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:22.480 11325 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [68.675s] 2018-12-23 12:00:24,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:24.237 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.707s] 2018-12-23 12:00:25,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:25.224 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.987s] 2018-12-23 12:00:25,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:25.326 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.102s] 2018-12-23 12:00:25,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:25.348 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.021s] 2018-12-23 12:00:25,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:25.369 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.021s] 2018-12-23 12:00:25,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:25.391 11325 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.022s] 2018-12-23 12:00:27,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:27.014 11325 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.310s] 2018-12-23 12:00:27,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:27.349 11325 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.335s] 2018-12-23 12:00:32,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:32.653 11325 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.656s] 2018-12-23 12:00:33,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:33.617 11325 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.963s] 2018-12-23 12:00:46,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:46.217 11325 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.688s] 2018-12-23 12:00:54,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:00:54.191 11325 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.972s] 2018-12-23 12:01:27,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:01:27.634 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [74.472s] 2018-12-23 12:02:54,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:02:54.452 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [86.812s] 2018-12-23 12:04:00,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:00.957 11325 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [204.849s] 2018-12-23 12:04:01,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:01.358 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [66.893s] 2018-12-23 12:04:30,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:30.412 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.890s] 2018-12-23 12:04:31,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:31.572 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.159s] 2018-12-23 12:04:32,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:32.768 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.196s] 2018-12-23 12:04:33,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:33.658 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.889s] 2018-12-23 12:04:34,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:34.459 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.800s] 2018-12-23 12:04:35,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:35.575 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.115s] 2018-12-23 12:04:35,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:35.760 11325 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [34.796s] 2018-12-23 12:04:36,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:36.254 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.678s] 2018-12-23 12:04:36,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:36.627 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.372s] 2018-12-23 12:04:37,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:37.158 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.530s] 2018-12-23 12:04:38,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:38.176 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.017s] 2018-12-23 12:04:38,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:38.548 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.372s] 2018-12-23 12:04:39,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:39.203 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.655s] 2018-12-23 12:04:39,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:39.868 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.663s] 2018-12-23 12:04:40,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:40.798 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.929s] 2018-12-23 12:04:41,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:41.178 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.381s] 2018-12-23 12:04:42,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:42.057 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.878s] 2018-12-23 12:04:42,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:42.287 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.230s] 2018-12-23 12:04:42,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:42.852 11325 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.564s] 2018-12-23 12:04:46,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:46.563 11325 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.317s] 2018-12-23 12:04:50,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:50.401 11325 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.027s] 2018-12-23 12:04:59,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:04:59.479 11325 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.440s] 2018-12-23 12:05:01,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:01.364 11325 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.207s] 2018-12-23 12:05:01,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:01.530 11325 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.165s] 2018-12-23 12:05:01,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:01.661 11325 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.129s] 2018-12-23 12:05:01,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:01.693 11325 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.032s] 2018-12-23 12:05:02,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:02.358 11325 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.665s] 2018-12-23 12:05:03,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:03.122 11325 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.763s] 2018-12-23 12:05:03,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:03.880 11325 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.757s] 2018-12-23 12:05:03,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:03.927 11325 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.046s] 2018-12-23 12:05:03,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:03.967 11325 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.039s] 2018-12-23 12:05:04,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:04.210 11325 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.242s] 2018-12-23 12:05:04,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:04.278 11325 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.798s] 2018-12-23 12:05:06,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:06.203 11325 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.923s] 2018-12-23 12:05:06,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:06.395 11325 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.191s] 2018-12-23 12:05:06,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:06.598 11325 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.202s] 2018-12-23 12:05:06,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:06.649 11325 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.051s] 2018-12-23 12:05:06,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:06.699 11325 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.050s] 2018-12-23 12:05:12,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:12.940 11325 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.155s] 2018-12-23 12:05:16,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:16.567 11325 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.019s] 2018-12-23 12:05:16,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:16.738 11325 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.170s] 2018-12-23 12:05:22,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:22.320 11325 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.442s] 2018-12-23 12:05:24,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:24.747 11325 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.446s] 2018-12-23 12:05:30,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:30.502 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.390s] 2018-12-23 12:05:31,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:31.489 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.986s] 2018-12-23 12:05:33,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:33.464 11325 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.715s] 2018-12-23 12:05:43,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:43.150 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-12-23 12:05:43,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:43.194 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.044s] 2018-12-23 12:05:43,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:43.244 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.049s] 2018-12-23 12:05:43,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:43.835 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.589s] 2018-12-23 12:05:43,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:43.930 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.095s] 2018-12-23 12:05:44,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:44.152 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.221s] 2018-12-23 12:05:44,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:44.331 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.179s] 2018-12-23 12:05:44,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:44.521 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.189s] 2018-12-23 12:05:44,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:44.719 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.198s] 2018-12-23 12:05:44,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:44.771 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.051s] 2018-12-23 12:05:45,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:45.041 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.270s] 2018-12-23 12:05:45,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:45.121 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.079s] 2018-12-23 12:05:45,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:45.198 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.077s] 2018-12-23 12:05:45,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:45.245 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.047s] 2018-12-23 12:05:45,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:45.436 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.190s] 2018-12-23 12:05:46,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:46.068 11325 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.604s] 2018-12-23 12:05:52,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:52.380 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.163s] 2018-12-23 12:05:52,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:52.544 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.164s] 2018-12-23 12:05:52,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:52.728 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.183s] 2018-12-23 12:05:52,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:52.894 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.165s] 2018-12-23 12:05:53,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:53.056 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.161s] 2018-12-23 12:05:53,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:53.216 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.159s] 2018-12-23 12:05:53,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:53.419 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.202s] 2018-12-23 12:05:53,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:53.599 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.179s] 2018-12-23 12:05:53,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:53.763 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.164s] 2018-12-23 12:05:53,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:53.939 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.176s] 2018-12-23 12:05:53,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:53.949 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-12-23 12:05:54,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:54.133 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.184s] 2018-12-23 12:05:54,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:54.325 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.191s] 2018-12-23 12:05:54,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:54.363 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.038s] 2018-12-23 12:05:54,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:54.550 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.186s] 2018-12-23 12:05:54,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:54.560 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-12-23 12:05:54,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:54.593 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.032s] 2018-12-23 12:05:54,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:54.625 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.031s] 2018-12-23 12:05:54,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:54.658 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-12-23 12:05:54,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:05:54.690 11325 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.032s] 2018-12-23 12:05:58,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 921e4728-348b-444c-bf2d-2b13ab4f85f5 2018-12-23 12:05:58,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '921e4728-348b-444c-bf2d-2b13ab4f85f5']'. 2018-12-23 12:05:59,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-23 12:05:59,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-23 12:05:59,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-23 12:05:59,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 921e4728-348b-444c-bf2d-2b13ab4f85f5 | 2018-12-23 12:05:59,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-12-23 12:05:59,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-23 11:58:24 | 2018-12-23 12:05:59,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-23 12:05:58 | 2018-12-23 12:05:59,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:34 | 2018-12-23 12:05:59,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-12-23 12:05:59,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-23 12:05:59,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-23 12:05:59,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ab146817-e429-4c43-9e1e-4a7a1199b816) | 2018-12-23 12:05:59,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-23 12:05:59,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 90fa3ad5-4694-470a-aede-471dbbf1fb8b) | 2018-12-23 12:05:59,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 164 | 2018-12-23 12:05:59,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 446.154 | 2018-12-23 12:05:59,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 163 | 2018-12-23 12:05:59,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-12-23 12:05:59,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-23 12:05:59,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-23 12:05:59,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-12-23 12:05:59,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-23 12:05:59,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-23 12:05:59,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-23 12:05:59,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 99.3902439024% 2018-12-23 12:05:59,965 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-23 12:05:59,966 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 07:49 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-12-23 12:06:04,411 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-12-23 12:06:04,464 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-12-23 12:06:05,324 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_e3ded577-3ad2-4376-a149-eca3f6385774', 'id': u'5405cd25294d4c0c9ccb2b4e4ef6c4e0', 'description': u'Created by OPNFV Functest: patrole', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-23 12:06:05,775 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7d76f5fa8bca47ecaf9ff135f44b100c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_e3ded577-3ad2-4376-a149-eca3f6385774'}) 2018-12-23 12:06:05,932 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-23 12:06:06,116 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/a625869275b64868892ea62f146218a6'}, 'domain_id': None, 'human_id': None, 'id': u'a625869275b64868892ea62f146218a6', 'HUMAN_ID': False}) 2018-12-23 12:06:06,667 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_e3ded577-3ad2-4376-a149-eca3f6385774', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '4376ad04-2dc5-4d3b-8a28-09079a3891a4', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_e3ded577-3ad2-4376-a149-eca3f6385774', 'project_id': u'5405cd25294d4c0c9ccb2b4e4ef6c4e0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-23 12:06:06,672 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_e3ded577-3ad2-4376-a149-eca3f6385774', 'password': '4376ad04-2dc5-4d3b-8a28-09079a3891a4', 'project_name': 'patrole-project_e3ded577-3ad2-4376-a149-eca3f6385774', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '5405cd25294d4c0c9ccb2b4e4ef6c4e0', 'project_domain_name': 'Default'} 2018-12-23 12:06:07,775 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-23 12:06:10,301 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-12-23 12:06:09.890 11363 INFO rally.deployment.engine [-] Deployment 90fa3ad5-4694-470a-aede-471dbbf1fb8b | Starting: Destroy cloud and free allocated resources. 2018-12-23 12:06:09.982 11363 INFO rally.deployment.engine [-] Deployment 90fa3ad5-4694-470a-aede-471dbbf1fb8b | Completed: Destroy cloud and free allocated resources. 2018-12-23 12:06:10.027 11363 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=ab146817-e429-4c43-9e1e-4a7a1199b816) for deployment 'opnfv-rally'. 2018-12-23 12:06:10.048 11363 INFO rally.api [-] Deleting verification (UUID=921e4728-348b-444c-bf2d-2b13ab4f85f5). 2018-12-23 12:06:10.091 11363 INFO rally.api [-] Verification has been successfully deleted! 2018-12-23 12:06:10.092 11363 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ab146817-e429-4c43-9e1e-4a7a1199b816). 2018-12-23 12:06:10.100 11363 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-12-23 12:06:12,729 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-23 12:06:12.431 11366 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b71324ab-da30-45bb-b389-fa106e97fff6) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b71324ab-da30-45bb-b389-fa106e97fff6 | 2018-12-23T12:06:12 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b71324ab-da30-45bb-b389-fa106e97fff6 ~/.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-12-23 12:06:16,125 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-12-23 12:06:16,126 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-23 12:06:18,474 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-12-23 12:06:18.184 11372 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=ab146817-e429-4c43-9e1e-4a7a1199b816). 2018-12-23 12:06:18.323 11372 INFO rally.api [-] Verifier has been successfully deleted! 2018-12-23 12:06:21,883 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-23 12:06:20.453 11375 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-23 12:06:20.587 11375 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-23 12:06:21.688 11375 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9a8fd674-106d-4547-95fc-93bd368412c4) has been successfully created! Using verifier 'opnfv-tempest' (UUID=9a8fd674-106d-4547-95fc-93bd368412c4) as the default verifier for the future CLI operations. 2018-12-23 12:06:24,735 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-12-23 12:06:27,144 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/d52e751b-71fd-477e-89fd-aac34f544f6a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d52e751b-71fd-477e-89fd-aac34f544f6a/file', 'owner': u'5405cd25294d4c0c9ccb2b4e4ef6c4e0', 'id': u'd52e751b-71fd-477e-89fd-aac34f544f6a', 'size': 12716032, u'self': u'/v2/images/d52e751b-71fd-477e-89fd-aac34f544f6a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5405cd25294d4c0c9ccb2b4e4ef6c4e0', 'name': 'patrole-project_e3ded577-3ad2-4376-a149-eca3f6385774', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/d52e751b-71fd-477e-89fd-aac34f544f6a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-23T12:06:26Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-23T12:06:26Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_e3ded577-3ad2-4376-a149-eca3f6385774', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d52e751b-71fd-477e-89fd-aac34f544f6a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_e3ded577-3ad2-4376-a149-eca3f6385774', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_e3ded577-3ad2-4376-a149-eca3f6385774', 'created': u'2018-12-23T12:06:25Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-23T12:06:25Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d52e751b-71fd-477e-89fd-aac34f544f6a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_e3ded577-3ad2-4376-a149-eca3f6385774', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-23 12:06:27,356 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_e3ded577-3ad2-4376-a149-eca3f6385774', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'd361c88b-9371-43c2-b431-2f6208ce8d3f', 'swap': 0}) 2018-12-23 12:06:30,181 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/4abc4237-7832-4e0c-9727-c473f563bba1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4abc4237-7832-4e0c-9727-c473f563bba1/file', 'owner': u'5405cd25294d4c0c9ccb2b4e4ef6c4e0', 'id': u'4abc4237-7832-4e0c-9727-c473f563bba1', 'size': 12716032, u'self': u'/v2/images/4abc4237-7832-4e0c-9727-c473f563bba1', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5405cd25294d4c0c9ccb2b4e4ef6c4e0', 'name': 'patrole-project_e3ded577-3ad2-4376-a149-eca3f6385774', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/4abc4237-7832-4e0c-9727-c473f563bba1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-23T12:06:30Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-23T12:06:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_e3ded577-3ad2-4376-a149-eca3f6385774', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/4abc4237-7832-4e0c-9727-c473f563bba1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_e3ded577-3ad2-4376-a149-eca3f6385774', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_e3ded577-3ad2-4376-a149-eca3f6385774', 'created': u'2018-12-23T12:06:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-23T12:06:28Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4abc4237-7832-4e0c-9727-c473f563bba1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_e3ded577-3ad2-4376-a149-eca3f6385774', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-23 12:06:30,239 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_e3ded577-3ad2-4376-a149-eca3f6385774', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'f1d02d1e-07de-4d2b-b017-fadc96439c03', 'swap': 0}) 2018-12-23 12:06:30,269 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_e3ded577-3ad2-4376-a149-eca3f6385774', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'f1d02d1e-07de-4d2b-b017-fadc96439c03', 'swap': 0}) 2018-12-23 12:06:33,320 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-23 12:06:32.294 11394 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9a8fd674-106d-4547-95fc-93bd368412c4) for deployment 'opnfv-rally' (UUID=b71324ab-da30-45bb-b389-fa106e97fff6). 2018-12-23 12:06:33.157 11394 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-23 12:06:33.160 11394 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9a8fd674-106d-4547-95fc-93bd368412c4) has been successfully configured for deployment 'opnfv-rally' (UUID=b71324ab-da30-45bb-b389-fa106e97fff6)! 2018-12-23 12:06:33,320 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-23 12:06:33,321 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-23 12:06:33,323 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-23 12:06:33,345 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-12-23 12:06:36,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-9a8fd674-106d-4547-95fc-93bd368412c4/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-12-23 12:06:36,686 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-23 12:06:36,712 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-23 12:06:36,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-12-23 12:06:38,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 12:06:38.895 11403 INFO rally.api [-] Starting verification (UUID=38013af1-efaf-4bb2-9d53-8e72083d3a9e) for deployment 'opnfv-rally' (UUID=b71324ab-da30-45bb-b389-fa106e97fff6) by verifier 'opnfv-tempest' (UUID=9a8fd674-106d-4547-95fc-93bd368412c4). 2018-12-23 12:06:38,896 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 38013af1-efaf-4bb2-9d53-8e72083d3a9e 2018-12-23 12:09:12,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 38013af1-efaf-4bb2-9d53-8e72083d3a9e 2018-12-23 12:09:12,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '38013af1-efaf-4bb2-9d53-8e72083d3a9e']'. 2018-12-23 12:09:13,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-23 12:09:13,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-23 12:09:13,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-23 12:09:13,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 38013af1-efaf-4bb2-9d53-8e72083d3a9e | 2018-12-23 12:09:13,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-12-23 12:09:13,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-23 12:06:38 | 2018-12-23 12:09:13,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-23 12:09:12 | 2018-12-23 12:09:13,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:34 | 2018-12-23 12:09:13,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-23 12:09:13,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-23 12:09:13,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9a8fd674-106d-4547-95fc-93bd368412c4) | 2018-12-23 12:09:13,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-23 12:09:13,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b71324ab-da30-45bb-b389-fa106e97fff6) | 2018-12-23 12:09:13,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-12-23 12:09:13,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 145.287 | 2018-12-23 12:09:13,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-12-23 12:09:13,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-12-23 12:09:13,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-23 12:09:13,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-23 12:09:13,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-12-23 12:09:13,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-23 12:09:13,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-23 12:09:13,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-23 12:09:13,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-12-23 12:09:13,672 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-23 12:09:13,672 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:49 | PASS | +-------------------+------------------+------------------+----------------+ 2018-12-23 12:09:18,895 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-12-23 12:09:19,554 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-12-23 12:09:39,616 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-12-23 12:09:39,665 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-12-23 12:09:39,916 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-12-23 12:09:40,038 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-23 12:09:40,039 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-12-23 12:09:40,097 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-12-23 12:09:41,511 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-23 12:09:44,398 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-12-23 12:09:44,398 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-12-23 13:00:54,545 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-23 13:00:54,546 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 51:10 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-12-23 13:00:56,457 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-12-23 13:00:56,511 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-12-23 13:00:58,120 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-23 13:00:59,853 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-23 13:01:02,374 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-12-23 13:01:01.941 11509 INFO rally.deployment.engine [-] Deployment b71324ab-da30-45bb-b389-fa106e97fff6 | Starting: Destroy cloud and free allocated resources. 2018-12-23 13:01:02.028 11509 INFO rally.deployment.engine [-] Deployment b71324ab-da30-45bb-b389-fa106e97fff6 | Completed: Destroy cloud and free allocated resources. 2018-12-23 13:01:02.089 11509 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=9a8fd674-106d-4547-95fc-93bd368412c4) for deployment 'opnfv-rally'. 2018-12-23 13:01:02.121 11509 INFO rally.api [-] Deleting verification (UUID=38013af1-efaf-4bb2-9d53-8e72083d3a9e). 2018-12-23 13:01:02.168 11509 INFO rally.api [-] Verification has been successfully deleted! 2018-12-23 13:01:02.169 11509 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=9a8fd674-106d-4547-95fc-93bd368412c4). 2018-12-23 13:01:02.177 11509 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-12-23 13:01:04,576 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-23 13:01:04.301 11512 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=af20b939-5c3f-4708-9c59-ddbc7b377240) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | af20b939-5c3f-4708-9c59-ddbc7b377240 | 2018-12-23T13:01:04 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: af20b939-5c3f-4708-9c59-ddbc7b377240 ~/.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-12-23 13:01:08,034 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-12-23 13:01:08,034 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-23 13:01:10,382 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-12-23 13:01:10.087 11518 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=9a8fd674-106d-4547-95fc-93bd368412c4). 2018-12-23 13:01:10.225 11518 INFO rally.api [-] Verifier has been successfully deleted! 2018-12-23 13:01:13,605 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-23 13:01:12.281 11521 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-23 13:01:12.405 11521 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-23 13:01:13.482 11521 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2601096b-ba2d-4f82-afdc-64c62bb5f395) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2601096b-ba2d-4f82-afdc-64c62bb5f395) as the default verifier for the future CLI operations. 2018-12-23 13:01:16,521 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-12-23 13:01:25,818 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-23 13:01:24.632 11540 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2601096b-ba2d-4f82-afdc-64c62bb5f395) for deployment 'opnfv-rally' (UUID=af20b939-5c3f-4708-9c59-ddbc7b377240). 2018-12-23 13:01:25.644 11540 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-23 13:01:25.647 11540 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2601096b-ba2d-4f82-afdc-64c62bb5f395) has been successfully configured for deployment 'opnfv-rally' (UUID=af20b939-5c3f-4708-9c59-ddbc7b377240)! 2018-12-23 13:01:29,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2601096b-ba2d-4f82-afdc-64c62bb5f395/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-12-23 13:01:29,050 - 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-12-23 13:01:31,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:01:31.058 11549 INFO rally.api [-] Starting verification (UUID=fc34a145-dd28-49d9-a1b2-26fd612a248f) for deployment 'opnfv-rally' (UUID=af20b939-5c3f-4708-9c59-ddbc7b377240) by verifier 'opnfv-tempest' (UUID=2601096b-ba2d-4f82-afdc-64c62bb5f395). 2018-12-23 13:03:21,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: fc34a145-dd28-49d9-a1b2-26fd612a248f 2018-12-23 13:03:21,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'fc34a145-dd28-49d9-a1b2-26fd612a248f']'. 2018-12-23 13:03:22,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-23 13:03:22,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-23 13:03:22,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-23 13:03:22,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | fc34a145-dd28-49d9-a1b2-26fd612a248f | 2018-12-23 13:03:22,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-12-23 13:03:22,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-23 13:01:31 | 2018-12-23 13:03:22,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-23 13:03:21 | 2018-12-23 13:03:22,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:50 | 2018-12-23 13:03:22,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-23 13:03:22,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-23 13:03:22,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2601096b-ba2d-4f82-afdc-64c62bb5f395) | 2018-12-23 13:03:22,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-23 13:03:22,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: af20b939-5c3f-4708-9c59-ddbc7b377240) | 2018-12-23 13:03:22,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-12-23 13:03:22,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 99.265 | 2018-12-23 13:03:22,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-12-23 13:03:22,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-12-23 13:03:22,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-23 13:03:22,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-23 13:03:22,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-12-23 13:03:22,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-23 13:03:22,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-23 13:03:22,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-23 13:03:22,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-12-23 13:03:22,460 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-23 13:03:22,461 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:06 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-12-23 13:03:26,274 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-12-23 13:03:26,275 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:40 | PASS | | vping_userdata | functest | smoke | 00:31 | PASS | | tempest_smoke_serial | functest | smoke | 19:53 | FAIL | | rally_sanity | functest | smoke | 25:49 | PASS | | refstack_defcore | functest | smoke | 07:49 | FAIL | | patrole | functest | smoke | 02:49 | PASS | | odl | functest | smoke | 00:19 | PASS | | snaps_smoke | functest | smoke | 51:10 | FAIL | | neutron_trunk | functest | smoke | 02:06 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-12-23 13:03:26,286 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-12-23 13:03:29,952 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-320 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-12-23 13:03:29,957 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=pWggHZXynVNpzuU6RhvKz2y9u export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-12-23 13:03:29,957 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-23 13:03:29,959 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-12-23 13:03:29,988 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-12-23 13:03:30,023 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-12-23 13:08:07,863 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-12-23 13:08:07,993 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-23 13:08:07,993 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:38 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-12-23 13:08:08,027 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-12-23 13:08:09,315 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-12-23 13:08:10,869 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-12-23 13:08:12,543 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-12-23 13:08:13,354 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-12-23 13:08:13,354 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-12-23 13:08:13,405 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-12-23 13:08:13,580 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-12-23 13:08:42,122 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.' 2018-12-23 13:08:42,122 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-12-23 13:08:42,122 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-12-23 13:08:42,217 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-12-23 13:09:12,100 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-12-23 13:09:12,101 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'Node overcloud-novacompute-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-novacompute-0 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-2 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-0 br-int is fail_mode secure': 'PASS'}]} 2018-12-23 13:09:12,101 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-12-23 13:09:12,102 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-12-23 13:09:12,102 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-12-23 13:09:12,185 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-12-23 13:09:12,194 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-23 13:09:13,233 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-12-23 13:09:16,660 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-12-23 13:09:17,106 - sdnvpn.lib.openstack_utils - DEBUG - Network 'd28074c9-b2f4-4def-ab9e-03aaf5628b42' created successfully 2018-12-23 13:09:17,106 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-12-23 13:09:17,867 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'd77d2e7a-2baf-40af-a35b-4912590786d0' created successfully 2018-12-23 13:09:17,867 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-12-23 13:09:18,170 - sdnvpn.lib.openstack_utils - DEBUG - Router '8b420084-1d25-4216-9fa4-33c1a3165b9a' created successfully 2018-12-23 13:09:18,171 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-12-23 13:09:19,917 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-12-23 13:09:19,917 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-12-23 13:09:21,988 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-12-23 13:09:22,641 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-12-23 13:09:22,876 - sdnvpn.lib.openstack_utils - DEBUG - Network '965b3b24-ea5a-4fcb-b835-e91172644fc3' created successfully 2018-12-23 13:09:22,877 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-12-23 13:09:23,634 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'b63d9905-007e-438c-b298-a14b3000cf79' created successfully 2018-12-23 13:09:23,634 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-12-23 13:09:23,634 - sdnvpn.lib.openstack_utils - DEBUG - Router '8b420084-1d25-4216-9fa4-33c1a3165b9a' created successfully 2018-12-23 13:09:23,634 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-12-23 13:09:25,383 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-12-23 13:09:25,383 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-12-23 13:09:25,917 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-12-23 13:09:26,296 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-12-23 13:09:26,715 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=d54ad1fc-dc70-43eb-b6d5-f1e800496767 created successfully. 2018-12-23 13:09:26,715 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-12-23 13:09:26,715 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-12-23 13:09:26,929 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-12-23 13:09:26,929 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-12-23 13:09:27,289 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-12-23 13:09:27,526 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-12-23 13:10:03,073 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-12-23 13:10:39,000 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.202 -c 10' 2018-12-23 13:11:11,886 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-12-23 13:11:11,886 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence': {'status': 'PASS', 'details': [{u"'sdnvpn-8-1' can ping 'sdnvpn-8-2'": 'PASS'}, {u'Assign a Floating IP to sdnvpn-8-1': 'PASS'}, {u'Ping IP 172.30.9.202': 'PASS'}]} 2018-12-23 13:11:11,887 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-12-23 13:11:11,887 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-12-23 13:11:11,887 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-12-23 13:11:11,986 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-12-23 13:11:25,593 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-12-23 13:11:25,594 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-12-23 13:11:25,648 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-12-23 13:11:25,702 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-12-23 13:11:25,758 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-12-23 13:11:26,432 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-1 2018-12-23 13:11:26,475 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.27 2018-12-23 13:11:33,653 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-12-23 13:11:33,704 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-12-23 13:11:33,704 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-12-23 13:11:44,144 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-23 13:11:44,727 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-12-23 13:11:44,778 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=7519ec3f-b9f9-48aa-8d3f-982cc865a78f created successfully. 2018-12-23 13:11:45,376 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-12-23 13:11:45,912 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-12-23 13:11:46,895 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-12-23 13:11:47,279 - sdnvpn.lib.openstack_utils - DEBUG - Network 'f35e838e-74d8-4637-a960-219d9921ae80' created successfully 2018-12-23 13:11:47,279 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-12-23 13:11:47,795 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '12b2b928-946f-437e-a4e6-2110791beda4' created successfully 2018-12-23 13:11:47,795 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-12-23 13:11:48,073 - sdnvpn.lib.openstack_utils - DEBUG - Router '91d6a79a-4ba0-4a8b-bf15-9508479d5b80' created successfully 2018-12-23 13:11:48,073 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-12-23 13:11:49,514 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-12-23 13:11:49,514 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-12-23 13:11:50,960 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-12-23 13:11:51,366 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-12-23 13:11:51,783 - sdnvpn.lib.openstack_utils - DEBUG - Network 'ac69d868-55d1-4a6c-b859-78fdf2714dce' created successfully 2018-12-23 13:11:51,783 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-12-23 13:11:52,585 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '434fd9a9-5322-4402-be16-66180f5b4667' created successfully 2018-12-23 13:11:52,585 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-12-23 13:11:52,727 - sdnvpn.lib.openstack_utils - DEBUG - Router '434b120b-95b9-4627-ad83-f0b427caa1ae' created successfully 2018-12-23 13:11:52,727 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-12-23 13:11:54,023 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-12-23 13:11:54,023 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-12-23 13:11:56,455 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-12-23 13:11:56,998 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-12-23 13:17:24,880 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-12-23 13:17:24,880 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_3 - Data center gateway integration': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'zrpcd is running in overcloud-controller-2': 'PASS'}, {'zrpcd is running in overcloud-controller-0': 'PASS'}, {'zrpcd is running in overcloud-controller-1': 'PASS'}, {'Found BGP entity owner': 'PASS'}, {'bgpd is running': 'PASS'}, {'Assign a Floating IP to sdnvpn-3-2-quagga ': 'PASS'}, {'Bootstrap quagga inside an OpenStack instance': 'PASS'}, {'Peering with quagga': 'PASS'}]} 2018-12-23 13:17:24,881 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-12-23 13:17:24,881 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-12-23 13:17:24,881 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-12-23 13:17:24,978 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-12-23 13:17:24,990 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-23 13:17:24,990 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-12-23 13:17:25,571 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-12-23 13:17:30,133 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-12-23 13:18:11,613 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-163952', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'1b564ea31c8e45b6a10fe5a84fe49166', u'route_targets': [u'55:55'], u'project_id': u'1b564ea31c8e45b6a10fe5a84fe49166', u'type': u'l3', u'id': u'f7bdd6fc-cb29-4113-b193-ba1e81b7381b'}} 2018-12-23 13:18:40,168 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-12-23 13:19:12,552 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-892970', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1b564ea31c8e45b6a10fe5a84fe49166', u'route_targets': [u'88:88'], u'project_id': u'1b564ea31c8e45b6a10fe5a84fe49166', u'type': u'l3', u'id': u'cd1b657b-6e13-4f0f-acdf-bd380afea864'}} 2018-12-23 13:19:15,761 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-12-23 13:20:13,023 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-12-23 13:20:13,023 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_2 - Tenant separation': {'status': 'PASS', 'details': [{u"[10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11]": 'PASS'}, {u"[10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12]": 'PASS'}]} 2018-12-23 13:20:13,023 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-12-23 13:20:13,024 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-12-23 13:20:13,024 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-12-23 13:20:13,105 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-12-23 13:20:13,115 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-23 13:20:13,682 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-12-23 13:20:19,215 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-12-23 13:21:22,726 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-545159', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1b564ea31c8e45b6a10fe5a84fe49166', u'route_targets': [], u'project_id': u'1b564ea31c8e45b6a10fe5a84fe49166', u'type': u'l3', u'id': u'a9f42e20-8a74-4086-b10f-678aabd1d8cd'}} 2018-12-23 13:22:50,275 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-12-23 13:23:53,266 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-545159', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1b564ea31c8e45b6a10fe5a84fe49166', u'route_targets': [], u'project_id': u'1b564ea31c8e45b6a10fe5a84fe49166', u'type': u'l3', u'id': u'99689c7f-d87c-4cda-84c2-d1ceea0b4c95'}} 2018-12-23 13:23:56,821 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-12-23 13:25:06,367 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-12-23 13:25:06,367 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'PASS', 'details': [{u"'sdnvpn-1-1' can ping 'sdnvpn-1-2'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'PASS'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'PASS'}]} 2018-12-23 13:25:06,368 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-12-23 13:25:06,368 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-12-23 13:25:06,368 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-12-23 13:25:06,460 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-12-23 13:25:06,470 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-23 13:25:22,299 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-12-23 13:25:25,272 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-12-23 13:26:41,239 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-12-23 13:28:12,148 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-12-23 13:29:42,858 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-12-23 13:30:28,262 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-12-23 13:30:28,262 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect': {'status': 'PASS', 'details': [{'New OVS flows added': 'PASS'}, {'New OVS groups added': 'PASS'}, {'OVS flows are programmed after resync expected flow count 297, actual flow count 297': 'PASS'}, {'OVS groups are programmed after resync expected group count 35, actual group count 35': 'PASS'}, {'OVS flows are programmed after resync expected flow count 297, actual flow count 315': 'PASS'}, {'OVS groups are programmed after resync expected group count 35, actual group count 35': 'PASS'}]} 2018-12-23 13:30:28,262 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology' 2018-12-23 13:30:28,263 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-12-23 13:30:28,263 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-12-23 13:30:28,343 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-12-23 13:30:28,352 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-23 13:30:43,524 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-12-23 13:30:47,024 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-12-23 13:32:02,724 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-12-23 13:32:49,189 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-12-23 13:33:19,471 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-12-23 13:33:19,472 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology': {'status': 'FAIL', 'details': [{'New OVS group added': 'PASS'}, {' Additional group was not deleted from OVS': 'FAIL'}]} 2018-12-23 13:33:19,473 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-12-23 13:33:19,473 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-12-23 13:33:19,473 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-12-23 13:33:19,552 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-12-23 13:33:19,561 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-23 13:33:20,146 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-12-23 13:33:23,402 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-12-23 13:33:23,807 - sdnvpn.lib.openstack_utils - DEBUG - Network '8688e2ac-9068-46a4-ba61-53b697535704' created successfully 2018-12-23 13:33:23,807 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-12-23 13:33:24,369 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '7e5fa0c9-be18-400b-b5e6-5db5801d1b2d' created successfully 2018-12-23 13:33:24,370 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-12-23 13:33:24,522 - sdnvpn.lib.openstack_utils - DEBUG - Router '8159be87-e66d-46ea-85a8-e0f509a31ee9' created successfully 2018-12-23 13:33:24,522 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-12-23 13:33:26,305 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-12-23 13:33:26,305 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-12-23 13:33:28,490 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-12-23 13:33:29,642 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-12-23 13:34:32,055 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-661532', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1b564ea31c8e45b6a10fe5a84fe49166', u'route_targets': [], u'project_id': u'1b564ea31c8e45b6a10fe5a84fe49166', u'type': u'l3', u'id': u'0a8aff4d-90fa-46f1-8209-b934904859d9'}} 2018-12-23 13:35:20,785 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-12-23 13:36:24,055 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-661532', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1b564ea31c8e45b6a10fe5a84fe49166', u'route_targets': [], u'project_id': u'1b564ea31c8e45b6a10fe5a84fe49166', u'type': u'l3', u'id': u'258cf9e3-37f7-40bd-8b9f-e343463a0d99'}} 2018-12-23 13:36:27,980 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-12-23 13:36:58,010 - sdnvpn.test.functest.testcase_4 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate router 'sdnvpn-4-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-2' | | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-3' | | PASS | 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-4-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-4' can ping 'sdnvpn-4-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------+ | Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. | +----------------------------------------------------------------------------------------+ +========================================================================================+ 2018-12-23 13:37:34,329 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-12-23 13:37:34,329 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association': {'status': 'PASS', 'details': [{u"'sdnvpn-4-1' can ping 'sdnvpn-4-2'": 'PASS'}, {u"'sdnvpn-4-1' can ping 'sdnvpn-4-3'": 'PASS'}, {u"'sdnvpn-4-1' cannot ping 'sdnvpn-4-4'": 'PASS'}, {u"'sdnvpn-4-4' can ping 'sdnvpn-4-5'": 'PASS'}]} 2018-12-23 13:37:34,329 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-12-23 13:37:34,330 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-12-23 13:37:34,330 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-12-23 13:37:34,452 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-12-23 13:37:35,282 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'bgpvpn-tempest-tes-project_117c1a23-85a8-4ed1-ba41-5d685494f7f4', 'id': u'c22389b8b7e74742a00cdde58046d6ee', 'description': u'Created by OPNFV Functest: bgpvpn-tempest-tests', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-23 13:37:35,816 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3eed42502dd942058ad465d8b02f2025', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'bgpvpn-tempest-tests-user_117c1a23-85a8-4ed1-ba41-5d685494f7f4'}) 2018-12-23 13:37:35,985 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-23 13:37:36,100 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/19fd40fbebf24e338c716a29b639096f'}, 'domain_id': None, 'human_id': None, 'id': u'19fd40fbebf24e338c716a29b639096f', 'HUMAN_ID': False}) 2018-12-23 13:37:36,650 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'bgpvpn-tempest-tes-project_117c1a23-85a8-4ed1-ba41-5d685494f7f4', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '94c33bfd-3e97-45e2-8e6b-00d09a9d83d3', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'bgpvpn-tempest-tests-user_117c1a23-85a8-4ed1-ba41-5d685494f7f4', 'project_id': u'c22389b8b7e74742a00cdde58046d6ee', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-23 13:37:36,656 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'bgpvpn-tempest-tests-user_117c1a23-85a8-4ed1-ba41-5d685494f7f4', 'password': '94c33bfd-3e97-45e2-8e6b-00d09a9d83d3', 'project_name': 'bgpvpn-tempest-tes-project_117c1a23-85a8-4ed1-ba41-5d685494f7f4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'c22389b8b7e74742a00cdde58046d6ee', 'project_domain_name': 'Default'} 2018-12-23 13:37:37,763 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-23 13:37:45,460 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-23 13:37:45.159 156 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=46dc181e-a5ae-41b0-86b9-38bf8d0fbde5) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 46dc181e-a5ae-41b0-86b9-38bf8d0fbde5 | 2018-12-23T13:37:45 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 46dc181e-a5ae-41b0-86b9-38bf8d0fbde5 ~/.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-12-23 13:37:48,748 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-12-23 13:37:48,748 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-23 13:37:54,537 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-23 13:37:52.839 165 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-23 13:37:53.002 165 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-23 13:37:54.414 165 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d4baf328-7967-44bb-8eca-6a03446a6ca5) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d4baf328-7967-44bb-8eca-6a03446a6ca5) as the default verifier for the future CLI operations. 2018-12-23 13:37:59,940 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/19c33cfa-0e02-422e-9ed2-1b19a24900fc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/19c33cfa-0e02-422e-9ed2-1b19a24900fc/file', 'owner': u'c22389b8b7e74742a00cdde58046d6ee', 'id': u'19c33cfa-0e02-422e-9ed2-1b19a24900fc', 'size': 12716032, u'self': u'/v2/images/19c33cfa-0e02-422e-9ed2-1b19a24900fc', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c22389b8b7e74742a00cdde58046d6ee', 'name': 'bgpvpn-tempest-tes-project_117c1a23-85a8-4ed1-ba41-5d685494f7f4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/19c33cfa-0e02-422e-9ed2-1b19a24900fc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-23T13:37:59Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-23T13:37:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_117c1a23-85a8-4ed1-ba41-5d685494f7f4', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/19c33cfa-0e02-422e-9ed2-1b19a24900fc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_117c1a23-85a8-4ed1-ba41-5d685494f7f4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_117c1a23-85a8-4ed1-ba41-5d685494f7f4', 'created': u'2018-12-23T13:37:58Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-23T13:37:58Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/19c33cfa-0e02-422e-9ed2-1b19a24900fc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_117c1a23-85a8-4ed1-ba41-5d685494f7f4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-23 13:38:00,169 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_117c1a23-85a8-4ed1-ba41-5d685494f7f4', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'0c8c994d-9164-4c5d-b5a0-8d312b19c26c', 'swap': 0}) 2018-12-23 13:38:03,253 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/4cccaf62-259c-40c5-9f12-e808c7e34188/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4cccaf62-259c-40c5-9f12-e808c7e34188/file', 'owner': u'c22389b8b7e74742a00cdde58046d6ee', 'id': u'4cccaf62-259c-40c5-9f12-e808c7e34188', 'size': 12716032, u'self': u'/v2/images/4cccaf62-259c-40c5-9f12-e808c7e34188', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c22389b8b7e74742a00cdde58046d6ee', 'name': 'bgpvpn-tempest-tes-project_117c1a23-85a8-4ed1-ba41-5d685494f7f4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/4cccaf62-259c-40c5-9f12-e808c7e34188/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-23T13:38:03Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-23T13:38:03Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_117c1a23-85a8-4ed1-ba41-5d685494f7f4', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/4cccaf62-259c-40c5-9f12-e808c7e34188', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_117c1a23-85a8-4ed1-ba41-5d685494f7f4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_alt_117c1a23-85a8-4ed1-ba41-5d685494f7f4', 'created': u'2018-12-23T13:38:01Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-23T13:38:01Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4cccaf62-259c-40c5-9f12-e808c7e34188', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_117c1a23-85a8-4ed1-ba41-5d685494f7f4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-23 13:38:03,313 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_117c1a23-85a8-4ed1-ba41-5d685494f7f4', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'0bb4fb7d-b9d0-4a58-8d6c-b95b20c8caa0', 'swap': 0}) 2018-12-23 13:38:03,338 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_117c1a23-85a8-4ed1-ba41-5d685494f7f4', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'0bb4fb7d-b9d0-4a58-8d6c-b95b20c8caa0', 'swap': 0}) 2018-12-23 13:38:06,498 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-23 13:38:05.329 184 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d4baf328-7967-44bb-8eca-6a03446a6ca5) for deployment 'opnfv-rally' (UUID=46dc181e-a5ae-41b0-86b9-38bf8d0fbde5). 2018-12-23 13:38:06.333 184 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-23 13:38:06.335 184 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d4baf328-7967-44bb-8eca-6a03446a6ca5) has been successfully configured for deployment 'opnfv-rally' (UUID=46dc181e-a5ae-41b0-86b9-38bf8d0fbde5)! 2018-12-23 13:38:06,499 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-23 13:38:06,499 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-23 13:38:06,502 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-23 13:38:06,522 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-12-23 13:38:09,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d4baf328-7967-44bb-8eca-6a03446a6ca5/repo; testr list-tests '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt 2>/dev/null) 2018-12-23 13:38:09,511 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-23 13:38:09,537 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-23 13:38:09,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt', u'--concurrency=4']'. 2018-12-23 13:38:11,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:38:11.534 193 INFO rally.api [-] Starting verification (UUID=c54f79d1-cdee-4c15-9a33-8c493420753d) for deployment 'opnfv-rally' (UUID=46dc181e-a5ae-41b0-86b9-38bf8d0fbde5) by verifier 'opnfv-tempest' (UUID=d4baf328-7967-44bb-8eca-6a03446a6ca5). 2018-12-23 13:38:11,535 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c54f79d1-cdee-4c15-9a33-8c493420753d 2018-12-23 13:41:18,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: c54f79d1-cdee-4c15-9a33-8c493420753d 2018-12-23 13:41:18,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c54f79d1-cdee-4c15-9a33-8c493420753d']'. 2018-12-23 13:41:19,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-23 13:41:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-23 13:41:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-23 13:41:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c54f79d1-cdee-4c15-9a33-8c493420753d | 2018-12-23 13:41:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-12-23 13:41:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-23 13:38:11 | 2018-12-23 13:41:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-23 13:41:18 | 2018-12-23 13:41:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:07 | 2018-12-23 13:41:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-12-23 13:41:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-23 13:41:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-23 13:41:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d4baf328-7967-44bb-8eca-6a03446a6ca5) | 2018-12-23 13:41:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-23 13:41:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 46dc181e-a5ae-41b0-86b9-38bf8d0fbde5) | 2018-12-23 13:41:19,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 17 | 2018-12-23 13:41:19,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 176.207 | 2018-12-23 13:41:19,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 15 | 2018-12-23 13:41:19,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-12-23 13:41:19,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-23 13:41:19,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-23 13:41:19,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-12-23 13:41:19,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-23 13:41:19,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-23 13:41:19,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-23 13:41:19,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest bgpvpn-tempest-tests success_rate is 88.2352941176% 2018-12-23 13:41:23,105 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-12-23 13:41:23,105 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest': {'status': 'FAIL', 'details': 'Tempest testcases have been completed'} 2018-12-23 13:41:23,106 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances' 2018-12-23 13:41:23,106 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-12-23 13:41:23,106 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-12-23 13:41:23,203 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-12-23 13:41:23,216 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-23 13:41:23,759 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-12-23 13:41:27,661 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-12-23 13:44:16,865 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-12-23 13:44:16,865 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'PASS', 'details': [{'Ping succeeds': 'PASS'}, {'Ping succeeds': 'PASS'}]} 2018-12-23 13:44:16,865 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-12-23 13:44:16,865 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-12-23 13:44:16,865 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-12-23 13:44:16,942 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-12-23 13:44:16,942 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-12-23 13:44:16,951 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-23 13:44:17,501 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-12-23 13:44:28,665 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-12-23 13:44:28,713 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=0a7debf7-ffa9-4553-b911-584c8b70a81b created successfully. 2018-12-23 13:44:29,708 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-12-23 13:44:30,118 - sdnvpn.lib.openstack_utils - DEBUG - Network '71f6291e-67ac-4b6f-a30f-4c67ef69b4f8' created successfully 2018-12-23 13:44:30,118 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-12-23 13:44:30,841 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '66748e68-56f5-47f3-b4b8-ba6b5651bd44' created successfully 2018-12-23 13:44:30,842 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-12-23 13:44:31,141 - sdnvpn.lib.openstack_utils - DEBUG - Router '91039a15-f4f8-4223-b3b6-5a78058d20f4' created successfully 2018-12-23 13:44:31,141 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-12-23 13:44:32,673 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-12-23 13:44:32,673 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-12-23 13:44:34,324 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-12-23 13:44:34,543 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-12-23 13:47:32,269 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-12-23 13:47:48,995 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-295827', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1b564ea31c8e45b6a10fe5a84fe49166', u'route_targets': [], u'project_id': u'1b564ea31c8e45b6a10fe5a84fe49166', u'type': u'l3', u'id': u'5b6cca72-373f-4ab5-a787-41edbe8ae655'}} 2018-12-23 13:47:50,007 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-12-23 13:48:22,179 - sdnvpn.test.functest.testcase_13 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ 2018-12-23 13:48:54,801 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-12-23 13:48:54,801 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario': {'status': 'FAIL', 'details': [{u"'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13'": 'FAIL'}]} 2018-12-23 13:48:54,801 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-12-23 13:48:55,061 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-12-23 13:49:13,196 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-12-23 13:49:18,276 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-12-23 13:49:18,293 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-12-23 13:49:25,331 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-12-23 13:49:25,347 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-12-23 13:49:29,180 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-12-23 13:49:29,196 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-12-23 13:49:29,680 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-12-23 13:49:29,696 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-12-23 13:49:29,979 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-12-23 13:49:29,994 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-12-23 13:49:30,023 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-12-23 13:49:31,722 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-23 13:49:31,722 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 41:22 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-12-23 13:49:31,729 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-12-23 13:49:31,730 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:38 | PASS | | bgpvpn | sdnvpn | features | 41:22 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-12-23 13:49:31,736 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-12-23 13:49:37,952 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-320 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-12-23 13:49:37,955 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=pWggHZXynVNpzuU6RhvKz2y9u export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-12-23 13:49:37,955 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-23 13:49:37,956 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-12-23 13:49:37,956 - 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-12-23 13:49:37,957 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-12-23 13:49:41,061 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-320 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-12-23 13:49:41,064 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=pWggHZXynVNpzuU6RhvKz2y9u export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-12-23 13:49:41,064 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-23 13:49:41,064 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-12-23 13:49:41,065 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-12-23 13:49:41,065 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-12-23 13:49:43,740 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-320 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-12-23 13:49:43,743 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=pWggHZXynVNpzuU6RhvKz2y9u export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-12-23 13:49:43,743 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-12-23 13:49:43,748 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-12-23 13:49:45,899 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_58291083-972c-4fd8-aef4-0697f9cc1607', 'id': u'014552a5c9af4937abf403bb4d88089c', 'description': u'Created by OPNFV Functest: tempest_full_parallel', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-23 13:49:46,367 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'13b4e3318c9a4c7a8ff15a98610d36c2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_58291083-972c-4fd8-aef4-0697f9cc1607'}) 2018-12-23 13:49:46,540 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-23 13:49:46,722 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/6765351261d349a6a95ac5c6b889f0bf'}, 'domain_id': None, 'human_id': None, 'id': u'6765351261d349a6a95ac5c6b889f0bf', 'HUMAN_ID': False}) 2018-12-23 13:49:47,291 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_58291083-972c-4fd8-aef4-0697f9cc1607', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '6508f329-6a23-4298-a0ec-fc78af2e249a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_full_parallel-user_58291083-972c-4fd8-aef4-0697f9cc1607', 'project_id': u'014552a5c9af4937abf403bb4d88089c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-23 13:49:47,297 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_58291083-972c-4fd8-aef4-0697f9cc1607', 'password': '6508f329-6a23-4298-a0ec-fc78af2e249a', 'project_name': 'tempest_full_paral-project_58291083-972c-4fd8-aef4-0697f9cc1607', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '014552a5c9af4937abf403bb4d88089c', 'project_domain_name': 'Default'} 2018-12-23 13:49:48,511 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-23 13:49:52,980 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-23 13:49:52.687 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4dba4294-6d93-4b56-8160-f8ce1610c020) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4dba4294-6d93-4b56-8160-f8ce1610c020 | 2018-12-23T13:49:52 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4dba4294-6d93-4b56-8160-f8ce1610c020 ~/.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-12-23 13:49:56,282 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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-12-23 13:49:56,283 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-23 13:50:01,755 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-23 13:50:00.107 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-23 13:50:00.281 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-23 13:50:01.574 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2c8d4456-548d-44e3-be00-a4760a9de9fe) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2c8d4456-548d-44e3-be00-a4760a9de9fe) as the default verifier for the future CLI operations. 2018-12-23 13:50:04,579 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-12-23 13:50:07,126 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/b6fb340d-9910-406e-9659-26fa5436cca8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b6fb340d-9910-406e-9659-26fa5436cca8/file', 'owner': u'014552a5c9af4937abf403bb4d88089c', 'id': u'b6fb340d-9910-406e-9659-26fa5436cca8', 'size': 12716032, u'self': u'/v2/images/b6fb340d-9910-406e-9659-26fa5436cca8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014552a5c9af4937abf403bb4d88089c', 'name': 'tempest_full_paral-project_58291083-972c-4fd8-aef4-0697f9cc1607', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/b6fb340d-9910-406e-9659-26fa5436cca8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-23T13:50:06Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-23T13:50:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_58291083-972c-4fd8-aef4-0697f9cc1607', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b6fb340d-9910-406e-9659-26fa5436cca8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_58291083-972c-4fd8-aef4-0697f9cc1607', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_58291083-972c-4fd8-aef4-0697f9cc1607', 'created': u'2018-12-23T13:50:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-23T13:50:05Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b6fb340d-9910-406e-9659-26fa5436cca8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_58291083-972c-4fd8-aef4-0697f9cc1607', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-23 13:50:07,328 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_58291083-972c-4fd8-aef4-0697f9cc1607', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'd4e21ee6-2bf6-494a-b93c-05fe059253a7', 'swap': 0}) 2018-12-23 13:50:10,251 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/8b034658-63bb-413c-8e31-ffe6f34fe8ff/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8b034658-63bb-413c-8e31-ffe6f34fe8ff/file', 'owner': u'014552a5c9af4937abf403bb4d88089c', 'id': u'8b034658-63bb-413c-8e31-ffe6f34fe8ff', 'size': 12716032, u'self': u'/v2/images/8b034658-63bb-413c-8e31-ffe6f34fe8ff', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014552a5c9af4937abf403bb4d88089c', 'name': 'tempest_full_paral-project_58291083-972c-4fd8-aef4-0697f9cc1607', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d5e7b7ee-371f-414d-bbec-11d20dda10f9/images/8b034658-63bb-413c-8e31-ffe6f34fe8ff/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-23T13:50:10Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-23T13:50:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_58291083-972c-4fd8-aef4-0697f9cc1607', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/8b034658-63bb-413c-8e31-ffe6f34fe8ff', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_58291083-972c-4fd8-aef4-0697f9cc1607', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_58291083-972c-4fd8-aef4-0697f9cc1607', 'created': u'2018-12-23T13:50:08Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-23T13:50:08Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8b034658-63bb-413c-8e31-ffe6f34fe8ff', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_58291083-972c-4fd8-aef4-0697f9cc1607', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-23 13:50:10,318 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_58291083-972c-4fd8-aef4-0697f9cc1607', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'18161dd5-17a1-4e54-a1ee-d07131a56ebe', 'swap': 0}) 2018-12-23 13:50:10,341 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_58291083-972c-4fd8-aef4-0697f9cc1607', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b564ea31c8e45b6a10fe5a84fe49166', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'18161dd5-17a1-4e54-a1ee-d07131a56ebe', 'swap': 0}) 2018-12-23 13:50:13,319 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-23 13:50:12.322 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2c8d4456-548d-44e3-be00-a4760a9de9fe) for deployment 'opnfv-rally' (UUID=4dba4294-6d93-4b56-8160-f8ce1610c020). 2018-12-23 13:50:13.180 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-23 13:50:13.182 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2c8d4456-548d-44e3-be00-a4760a9de9fe) has been successfully configured for deployment 'opnfv-rally' (UUID=4dba4294-6d93-4b56-8160-f8ce1610c020)! 2018-12-23 13:50:13,319 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-23 13:50:13,319 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-23 13:50:13,323 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-23 13:50:13,343 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-12-23 13:50:15,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2c8d4456-548d-44e3-be00-a4760a9de9fe/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-12-23 13:50:15,698 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-23 13:50:15,715 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-23 13:50:15,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_full_parallel/test_list.txt']'. 2018-12-23 13:50:17,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:17.799 49 INFO rally.api [-] Starting verification (UUID=811ed033-2571-4893-b585-0ff17ac76430) for deployment 'opnfv-rally' (UUID=4dba4294-6d93-4b56-8160-f8ce1610c020) by verifier 'opnfv-tempest' (UUID=2c8d4456-548d-44e3-be00-a4760a9de9fe). 2018-12-23 13:50:17,801 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 811ed033-2571-4893-b585-0ff17ac76430 2018-12-23 13:50:22,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:22.782 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-12-23 13:50:22,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:22.799 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 13:50:22,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:22.809 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: The microversion range[2.37 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 13:50:22,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:22.824 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test ... skip: The microversion range[2.6 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 13:50:22,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:22.828 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-12-23 13:50:25,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:25.867 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.160s] 2018-12-23 13:50:25,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:25.879 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.012s] 2018-12-23 13:50:26,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.048 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.193s] 2018-12-23 13:50:26,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.061 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.182s] 2018-12-23 13:50:26,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.104 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.057s] 2018-12-23 13:50:26,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.114 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.315s] 2018-12-23 13:50:26,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.115 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.261s] 2018-12-23 13:50:26,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.170 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.296s] 2018-12-23 13:50:26,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.206 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.265s] 2018-12-23 13:50:26,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.208 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.102s] 2018-12-23 13:50:26,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.246 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.134s] 2018-12-23 13:50:26,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.269 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.063s] 2018-12-23 13:50:26,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.300 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.093s] 2018-12-23 13:50:26,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.322 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.021s] 2018-12-23 13:50:26,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.333 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.163s] 2018-12-23 13:50:26,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.358 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.202s] 2018-12-23 13:50:26,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.370 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.011s] 2018-12-23 13:50:26,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.400 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.380s] 2018-12-23 13:50:26,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.493 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.123s] 2018-12-23 13:50:26,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.498 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.164s] 2018-12-23 13:50:26,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.525 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.202s] 2018-12-23 13:50:26,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.529 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.502s] 2018-12-23 13:50:26,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.545 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.051s] 2018-12-23 13:50:26,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.561 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.017s] 2018-12-23 13:50:26,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.579 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.017s] 2018-12-23 13:50:26,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.588 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.066s] 2018-12-23 13:50:26,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.589 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.010s] 2018-12-23 13:50:26,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.599 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.074s] 2018-12-23 13:50:26,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.646 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.244s] 2018-12-23 13:50:26,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.690 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.191s] 2018-12-23 13:50:26,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.731 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.462s] 2018-12-23 13:50:26,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.812 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.226s] 2018-12-23 13:50:26,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.923 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.276s] 2018-12-23 13:50:26,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.932 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.402s] 2018-12-23 13:50:26,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.947 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.257s] 2018-12-23 13:50:26,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:26.985 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.005s] 2018-12-23 13:50:27,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:27.218 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.286s] 2018-12-23 13:50:27,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:27.230 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.011s] 2018-12-23 13:50:27,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:27.233 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.311s] 2018-12-23 13:50:27,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:27.241 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.010s] 2018-12-23 13:50:27,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:27.253 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.012s] 2018-12-23 13:50:27,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:27.400 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.415s] 2018-12-23 13:50:27,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:27.432 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.198s] 2018-12-23 13:50:27,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:27.559 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.304s] 2018-12-23 13:50:27,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:27.794 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [1.962s] 2018-12-23 13:50:27,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:27.852 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.292s] 2018-12-23 13:50:27,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:27.895 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.043s] 2018-12-23 13:50:28,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:28.044 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.610s] 2018-12-23 13:50:28,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:28.267 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.370s] 2018-12-23 13:50:28,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:28.295 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.027s] 2018-12-23 13:50:28,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:28.309 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.014s] 2018-12-23 13:50:28,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:28.651 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.606s] 2018-12-23 13:50:30,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:30.191 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.880s] 2018-12-23 13:50:30,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:30.707 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [4.721s] 2018-12-23 13:50:30,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:30.787 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.596s] 2018-12-23 13:50:30,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:30.937 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [2.280s] 2018-12-23 13:50:31,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:31.576 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.641s] 2018-12-23 13:50:32,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:31.999 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.422s] 2018-12-23 13:50:32,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:32.648 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-12-23 13:50:33,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:33.403 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.533s] 2018-12-23 13:50:33,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:33.747 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.344s] 2018-12-23 13:50:34,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:34.096 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.348s] 2018-12-23 13:50:34,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:34.834 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.737s] 2018-12-23 13:50:35,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:35.130 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.296s] 2018-12-23 13:50:35,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:35.187 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [4.480s] 2018-12-23 13:50:35,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:35.751 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.620s] 2018-12-23 13:50:36,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:36.529 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON ... skip: The microversion range[2.10 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 13:50:36,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:36.530 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 13:50:36,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:36.552 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.203s] 2018-12-23 13:50:36,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:36.592 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.040s] 2018-12-23 13:50:36,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:36.639 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.046s] 2018-12-23 13:50:37,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.051 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.176s] 2018-12-23 13:50:37,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.057 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.189s] 2018-12-23 13:50:37,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.063 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.012s] 2018-12-23 13:50:37,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.081 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.024s] 2018-12-23 13:50:37,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.095 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.032s] 2018-12-23 13:50:37,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.110 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.015s] 2018-12-23 13:50:37,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.125 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.015s] 2018-12-23 13:50:37,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.138 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.013s] 2018-12-23 13:50:37,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.166 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.027s] 2018-12-23 13:50:37,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.178 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.012s] 2018-12-23 13:50:37,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.222 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.043s] 2018-12-23 13:50:37,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.234 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.011s] 2018-12-23 13:50:37,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.245 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.011s] 2018-12-23 13:50:37,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.260 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.014s] 2018-12-23 13:50:37,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.271 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.012s] 2018-12-23 13:50:37,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.304 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.033s] 2018-12-23 13:50:37,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.749 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.255s] 2018-12-23 13:50:37,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.851 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.101s] 2018-12-23 13:50:37,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.901 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.050s] 2018-12-23 13:50:37,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:37.958 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.057s] 2018-12-23 13:50:38,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:38.900 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [3.710s] 2018-12-23 13:50:38,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:38.904 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.002s]: Skipped until Bug: 1186354 is resolved. 2018-12-23 13:50:38,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:38.906 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-12-23 13:50:38,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:38.917 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.016s] 2018-12-23 13:50:40,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:40.348 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [14.456s] 2018-12-23 13:50:41,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:41.192 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.193s] 2018-12-23 13:50:43,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:43.099 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.933s] 2018-12-23 13:50:43,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:43.639 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.539s] 2018-12-23 13:50:44,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:44.319 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.680s] 2018-12-23 13:50:45,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:45.135 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [19.378s] 2018-12-23 13:50:46,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:46.549 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.198s] 2018-12-23 13:50:49,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:49.580 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [1.513s] 2018-12-23 13:50:51,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:51.095 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [1.514s] 2018-12-23 13:50:51,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:51.104 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [4.067s] 2018-12-23 13:50:51,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:51.243 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [13.830s] 2018-12-23 13:50:51,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:51.325 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.227s] 2018-12-23 13:50:51,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:51.325 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.217s] 2018-12-23 13:50:51,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:51.904 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.470s] 2018-12-23 13:50:52,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:52.505 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.514s] 2018-12-23 13:50:52,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:52.514 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.009s] 2018-12-23 13:50:52,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:52.586 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.681s] 2018-12-23 13:50:53,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:53.290 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [17.129s] 2018-12-23 13:50:53,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:53.388 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.801s] 2018-12-23 13:50:53,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:53.831 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.314s] 2018-12-23 13:50:53,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:53.834 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: Neutron allows duplicate names for security groups 2018-12-23 13:50:53,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:53.838 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-12-23 13:50:53,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:53.840 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-12-23 13:50:54,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:54.030 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.196s] 2018-12-23 13:50:54,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:54.380 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.347s] 2018-12-23 13:50:54,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:54.382 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: Neutron does not check the security group description 2018-12-23 13:50:54,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:54.383 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: Neutron does not check the security group ID 2018-12-23 13:50:54,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:54.384 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: Neutron does not check the security group name 2018-12-23 13:50:54,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:54.731 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [3.407s] 2018-12-23 13:50:56,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:56.454 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [3.166s] 2018-12-23 13:50:57,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:57.790 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [1.336s] 2018-12-23 13:50:57,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:57.836 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [6.512s] 2018-12-23 13:50:58,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:58.305 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [17.109s] 2018-12-23 13:50:58,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:58.314 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.013s] 2018-12-23 13:50:58,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:58.325 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.010s] 2018-12-23 13:50:58,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:58.340 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.014s] 2018-12-23 13:50:58,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:58.413 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [19.512s] 2018-12-23 13:50:58,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:58.442 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.032s] 2018-12-23 13:50:58,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:58.454 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.012s] 2018-12-23 13:50:58,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:58.465 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.011s] 2018-12-23 13:50:58,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:58.473 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.008s] 2018-12-23 13:50:58,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:58.808 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.334s] 2018-12-23 13:50:59,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:59.111 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.302s] 2018-12-23 13:50:59,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:59.226 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.435s] 2018-12-23 13:50:59,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:59.317 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [22.677s] 2018-12-23 13:50:59,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:59.431 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.319s] 2018-12-23 13:50:59,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:59.445 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.128s] 2018-12-23 13:50:59,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:59.591 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.160s] 2018-12-23 13:50:59,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:50:59.979 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.387s] 2018-12-23 13:51:00,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:00.307 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [1.080s] 2018-12-23 13:51:01,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:01.151 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.843s] 2018-12-23 13:51:02,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:02.974 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [1.822s] 2018-12-23 13:51:05,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:05.596 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [2.621s] 2018-12-23 13:51:06,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:06.398 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.802s] 2018-12-23 13:51:07,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:07.959 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [22.822s] 2018-12-23 13:51:12,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:12.535 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [14.699s] 2018-12-23 13:51:13,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:13.660 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [15.318s] 2018-12-23 13:51:14,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:14.329 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.668s] 2018-12-23 13:51:14,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:14.929 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.199s] 2018-12-23 13:51:14,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:14.941 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.011s] 2018-12-23 13:51:14,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:14.953 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.012s] 2018-12-23 13:51:15,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:15.190 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.236s] 2018-12-23 13:51:15,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:15.202 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.012s] 2018-12-23 13:51:15,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:15.253 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.051s] 2018-12-23 13:51:15,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:15.275 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.022s] 2018-12-23 13:51:15,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:15.316 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.040s] 2018-12-23 13:51:15,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:15.326 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.010s] 2018-12-23 13:51:15,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:15.369 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.043s] 2018-12-23 13:51:15,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:15.392 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.023s] 2018-12-23 13:51:16,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:16.585 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [23.983s] 2018-12-23 13:51:18,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:18.973 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test ... skip: The microversion range[2.25 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 13:51:20,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:20.329 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [1.290s] 2018-12-23 13:51:20,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:20.646 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.316s] 2018-12-23 13:51:21,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:21.656 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [5.073s] 2018-12-23 13:51:24,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:24.231 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.237s] 2018-12-23 13:51:24,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:24.317 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.085s] 2018-12-23 13:51:24,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:24.405 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.088s] 2018-12-23 13:51:24,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:24.561 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.156s] 2018-12-23 13:51:25,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:25.975 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.990s] 2018-12-23 13:51:26,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:26.828 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.853s] 2018-12-23 13:51:27,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:27.973 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [1.144s] 2018-12-23 13:51:28,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:28.219 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [25.562s] 2018-12-23 13:51:28,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:28.395 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [16.558s] 2018-12-23 13:51:28,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:28.636 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.244s] 2018-12-23 13:51:29,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:29.355 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [1.380s] 2018-12-23 13:51:29,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:29.406 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [0.769s] 2018-12-23 13:51:29,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:29.944 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.195s] 2018-12-23 13:51:29,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:29.949 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.543s] 2018-12-23 13:51:29,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:29.982 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.038s] 2018-12-23 13:51:29,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:29.996 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.047s] 2018-12-23 13:51:30,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:30.230 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.247s] 2018-12-23 13:51:30,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:30.919 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [1.563s] 2018-12-23 13:51:31,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:31.151 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [2.936s] 2018-12-23 13:51:31,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:31.491 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-12-23 13:51:32,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:32.028 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [2.029s] 2018-12-23 13:51:32,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:32.576 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.547s] 2018-12-23 13:51:34,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:34.850 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.114s] 2018-12-23 13:51:34,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:34.921 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.070s] 2018-12-23 13:51:34,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:34.977 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.057s] 2018-12-23 13:51:35,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:35.039 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.061s] 2018-12-23 13:51:35,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:35.071 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.032s] 2018-12-23 13:51:35,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:35.130 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.059s] 2018-12-23 13:51:35,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:35.185 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.054s] 2018-12-23 13:51:35,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:35.238 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.053s] 2018-12-23 13:51:35,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:35.260 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.021s] 2018-12-23 13:51:35,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:35.316 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.056s] 2018-12-23 13:51:35,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:35.369 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.052s] 2018-12-23 13:51:37,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:37.139 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-12-23 13:51:40,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:40.639 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [9.484s] 2018-12-23 13:51:46,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:46.306 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [52.905s] 2018-12-23 13:51:53,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:51:53.000 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [27.176s] 2018-12-23 13:52:00,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:00.349 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [10.724s] 2018-12-23 13:52:03,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:03.086 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [40.161s] 2018-12-23 13:52:03,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:03.955 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.053s] 2018-12-23 13:52:04,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:04.231 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.276s] 2018-12-23 13:52:06,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:06.089 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [3.008s] 2018-12-23 13:52:06,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:06.349 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [0.344s] 2018-12-23 13:52:06,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:06.558 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.208s] 2018-12-23 13:52:10,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:10.216 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [9.867s] 2018-12-23 13:52:12,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:12.519 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [89.489s] 2018-12-23 13:52:12,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:12.538 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.024s] 2018-12-23 13:52:18,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:18.789 49 INFO opnfv-tempest [-] {14} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON ... skip: The microversion range[2.2 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 13:52:21,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:21.937 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [27.527s] 2018-12-23 13:52:26,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:26.129 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [48.980s] 2018-12-23 13:52:26,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:26.543 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [45.896s] 2018-12-23 13:52:28,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:28.737 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [1.978s] 2018-12-23 13:52:29,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:29.650 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [3.112s] 2018-12-23 13:52:30,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:30.387 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.539s] 2018-12-23 13:52:36,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:36.524 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [43.517s] 2018-12-23 13:52:39,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:39.457 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [2.937s] 2018-12-23 13:52:42,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:42.508 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.396s] 2018-12-23 13:52:42,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:42.537 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [20.600s] 2018-12-23 13:52:42,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:42.582 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.074s] 2018-12-23 13:52:42,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:42.713 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [19.407s] 2018-12-23 13:52:42,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:42.722 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.010s] 2018-12-23 13:52:43,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:43.002 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.279s] 2018-12-23 13:52:43,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:43.181 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.179s] 2018-12-23 13:52:44,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:44.161 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [1.579s] 2018-12-23 13:52:44,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:44.226 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.064s] 2018-12-23 13:52:45,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:45.188 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [0.961s] 2018-12-23 13:52:49,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:49.745 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.899s] 2018-12-23 13:52:57,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:57.165 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [17.703s] 2018-12-23 13:52:57,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:57.167 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2018-12-23 13:52:57,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:57.368 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.293s] 2018-12-23 13:52:57,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:57.602 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2018-12-23 13:52:58,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:58.572 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [1.204s] 2018-12-23 13:52:59,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:52:59.708 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [27.259s] 2018-12-23 13:53:04,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:04.462 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [38.326s] 2018-12-23 13:53:04,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:04.463 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.002s]: Skipped until Bug: 1524898 is resolved. 2018-12-23 13:53:04,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:04.862 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [5.159s] 2018-12-23 13:53:06,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:06.733 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [16.981s] 2018-12-23 13:53:12,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:12.885 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.524s] 2018-12-23 13:53:14,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:14.387 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [88.061s] 2018-12-23 13:53:14,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:14.410 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.135s] 2018-12-23 13:53:19,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:19.528 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [5.115s] 2018-12-23 13:53:22,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:22.277 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [2.750s] 2018-12-23 13:53:23,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:23.671 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [111.069s] 2018-12-23 13:53:24,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:24.707 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTestV2_42 ... skip: The microversion range[2.42 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 13:53:24,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:24.963 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [18.227s] 2018-12-23 13:53:26,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:26.320 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-12-23 13:53:26,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:26.320 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: Glance API v1 not supported 2018-12-23 13:53:26,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:26.321 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: Glance API v1 not supported 2018-12-23 13:53:33,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:33.543 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [9.874s] 2018-12-23 13:53:35,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:35.402 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [4.528s] 2018-12-23 13:53:35,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:35.819 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [2.277s] 2018-12-23 13:53:36,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:36.786 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [84.224s] 2018-12-23 13:53:37,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:37.254 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [5.037s] 2018-12-23 13:53:40,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:40.018 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [2.763s] 2018-12-23 13:53:40,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:40.030 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.012s] 2018-12-23 13:53:42,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:42.453 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [2.421s] 2018-12-23 13:53:43,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:43.880 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [1.426s] 2018-12-23 13:53:44,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:44.178 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.056s] 2018-12-23 13:53:44,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:44.247 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [8.845s] 2018-12-23 13:53:45,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:45.604 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [1.724s] 2018-12-23 13:53:45,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:45.815 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.211s] 2018-12-23 13:53:46,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:46.213 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.397s] 2018-12-23 13:53:49,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:49.776 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.595s] 2018-12-23 13:53:51,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:51.779 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [18.315s] 2018-12-23 13:53:52,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:52.232 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [19.694s] 2018-12-23 13:53:55,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:53:55.437 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [11.188s] 2018-12-23 13:54:00,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:00.128 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [84.743s] 2018-12-23 13:54:05,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:05.757 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [10.319s] 2018-12-23 13:54:08,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:08.559 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [43.590s] 2018-12-23 13:54:13,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:13.811 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [8.053s] 2018-12-23 13:54:16,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:16.071 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [78.884s] 2018-12-23 13:54:20,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:20.923 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.400s] 2018-12-23 13:54:21,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:21.294 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.370s] 2018-12-23 13:54:22,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:22.241 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [8.430s] 2018-12-23 13:54:22,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:22.498 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [1.202s] 2018-12-23 13:54:22,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:22.907 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.408s] 2018-12-23 13:54:23,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:23.655 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.747s] 2018-12-23 13:54:24,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:24.185 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [13.675s] 2018-12-23 13:54:24,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:24.493 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.838s] 2018-12-23 13:54:28,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:28.013 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-12-23 13:54:30,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:30.395 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [8.152s] 2018-12-23 13:54:30,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:30.884 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [22.319s] 2018-12-23 13:54:31,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:31.650 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.640s] 2018-12-23 13:54:31,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:31.907 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.255s] 2018-12-23 13:54:32,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:32.320 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.413s] 2018-12-23 13:54:37,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:37.665 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [21.591s] 2018-12-23 13:54:38,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:38.841 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [8.445s] 2018-12-23 13:54:39,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:39.690 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-12-23 13:54:45,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:45.361 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.422s] 2018-12-23 13:54:47,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:47.876 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [55.637s] 2018-12-23 13:54:49,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:49.510 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [111.876s] 2018-12-23 13:54:50,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:50.560 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [232.384s] 2018-12-23 13:54:56,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:56.850 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.223s] 2018-12-23 13:54:56,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:56.911 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.071s] 2018-12-23 13:54:57,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:57.281 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.369s] 2018-12-23 13:54:59,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:59.010 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [23.416s] 2018-12-23 13:54:59,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:59.013 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... skip [0.000s]: DifferentHostFilter is not available. 2018-12-23 13:54:59,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:59.014 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... skip [0.000s]: DifferentHostFilter is not available. 2018-12-23 13:54:59,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:59.015 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... skip [0.000s]: SameHostFilter is not available. 2018-12-23 13:54:59,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:54:59.632 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [10.124s] 2018-12-23 13:55:02,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:02.517 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [187.220s] 2018-12-23 13:55:02,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:02.576 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.068s] 2018-12-23 13:55:02,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:02.810 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.233s] 2018-12-23 13:55:06,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:06.102 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.109s] 2018-12-23 13:55:06,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:06.616 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.512s] 2018-12-23 13:55:06,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:06.686 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.070s] 2018-12-23 13:55:06,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:06.758 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.071s] 2018-12-23 13:55:06,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:06.845 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.086s] 2018-12-23 13:55:10,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:10.452 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [3.606s] 2018-12-23 13:55:13,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:13.019 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [2.567s] 2018-12-23 13:55:18,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:18.387 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [17.276s] 2018-12-23 13:55:20,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:20.497 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-12-23 13:55:24,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:24.824 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [108.010s] 2018-12-23 13:55:26,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:26.324 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.075s] 2018-12-23 13:55:26,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:26.683 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.359s] 2018-12-23 13:55:26,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:26.917 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.230s] 2018-12-23 13:55:26,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:26.926 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [44.655s] 2018-12-23 13:55:27,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:27.481 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.567s] 2018-12-23 13:55:27,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:27.695 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.211s] 2018-12-23 13:55:28,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:28.084 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.389s] 2018-12-23 13:55:28,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:28.430 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.346s] 2018-12-23 13:55:28,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:28.645 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.214s] 2018-12-23 13:55:28,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:28.980 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.335s] 2018-12-23 13:55:29,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:29.613 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.632s] 2018-12-23 13:55:30,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:30.009 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.394s] 2018-12-23 13:55:30,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:30.467 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.458s] 2018-12-23 13:55:30,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:30.472 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [4.008s] 2018-12-23 13:55:30,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:30.867 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.401s] 2018-12-23 13:55:32,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:32.198 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [13.811s] 2018-12-23 13:55:33,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:33.131 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [2.658s] 2018-12-23 13:55:37,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:37.134 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [3.636s] 2018-12-23 13:55:37,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:37.425 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [97.272s] 2018-12-23 13:55:45,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:45.893 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [8.722s] 2018-12-23 13:55:47,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:47.168 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [14.969s] 2018-12-23 13:55:49,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:49.276 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [3.381s] 2018-12-23 13:55:50,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:50.369 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.159s] 2018-12-23 13:55:50,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:50.546 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.177s] 2018-12-23 13:55:50,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:50.706 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.158s] 2018-12-23 13:55:50,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:50.776 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [102.778s] 2018-12-23 13:55:50,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:50.851 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.145s] 2018-12-23 13:55:51,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:51.025 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.174s] 2018-12-23 13:55:51,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:51.163 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [1.887s] 2018-12-23 13:55:51,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:51.189 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.163s] 2018-12-23 13:55:51,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:51.425 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.235s] 2018-12-23 13:55:51,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:51.570 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.143s] 2018-12-23 13:55:51,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:51.577 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.006s] 2018-12-23 13:55:51,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:51.730 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.153s] 2018-12-23 13:55:54,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:54.119 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [83.217s] 2018-12-23 13:55:54,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:54.671 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [3.898s] 2018-12-23 13:55:55,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:55.245 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.139s] 2018-12-23 13:55:55,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:55.441 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.196s] 2018-12-23 13:55:56,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:56.830 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [5.666s] 2018-12-23 13:55:56,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:56.868 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [9.699s] 2018-12-23 13:55:56,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:56.954 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [69.071s] 2018-12-23 13:55:57,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:57.650 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.975s] 2018-12-23 13:55:58,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:58.985 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [1.334s] 2018-12-23 13:55:59,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:55:59.832 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [3.001s] 2018-12-23 13:56:01,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:01.076 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.157s] 2018-12-23 13:56:01,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:01.243 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.167s] 2018-12-23 13:56:02,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:02.141 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [0.896s] 2018-12-23 13:56:02,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:02.982 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [3.150s] 2018-12-23 13:56:03,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:03.172 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.030s] 2018-12-23 13:56:03,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:03.178 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.007s] 2018-12-23 13:56:03,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:03.363 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.185s] 2018-12-23 13:56:03,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:03.527 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.163s] 2018-12-23 13:56:03,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:03.708 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.181s] 2018-12-23 13:56:04,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:04.294 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [7.426s] 2018-12-23 13:56:07,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:07.413 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [12.741s] 2018-12-23 13:56:07,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:07.706 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [8.717s] 2018-12-23 13:56:10,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:10.584 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [2.879s] 2018-12-23 13:56:11,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:11.525 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [93.844s] 2018-12-23 13:56:12,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:12.883 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [8.587s] 2018-12-23 13:56:13,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:13.986 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [3.401s] 2018-12-23 13:56:18,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:18.374 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTest ... skip: The microversion range[2.32 - 2.32] of this test is out of the configuration range[None - None]. 2018-12-23 13:56:18,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:18.452 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.568s] 2018-12-23 13:56:18,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:18.640 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.446s] 2018-12-23 13:56:18,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:18.809 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.169s] 2018-12-23 13:56:19,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:19.031 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.603s] 2018-12-23 13:56:19,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:19.835 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [5.490s] 2018-12-23 13:56:20,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:20.625 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.554s] 2018-12-23 13:56:21,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:21.003 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.377s] 2018-12-23 13:56:21,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:21.377 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.373s] 2018-12-23 13:56:21,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:21.766 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.389s] 2018-12-23 13:56:22,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:22.100 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [3.067s] 2018-12-23 13:56:22,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:22.149 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.383s] 2018-12-23 13:56:24,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:24.264 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [2.163s] 2018-12-23 13:56:27,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:27.483 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_servers.ServerShowV247Test ... skip: The microversion range[2.47 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 13:56:27,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:27.483 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-12-23 13:56:27,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:27.855 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.264s] 2018-12-23 13:56:28,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:28.286 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.189s] 2018-12-23 13:56:28,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:28.697 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [4.082s] 2018-12-23 13:56:28,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:28.782 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.086s] 2018-12-23 13:56:28,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:28.891 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [4.626s] 2018-12-23 13:56:29,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:29.604 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-12-23 13:56:29,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:29.613 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [11.160s] 2018-12-23 13:56:32,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:32.205 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-12-23 13:56:32,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:32.205 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-12-23 13:56:32,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:32.206 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-12-23 13:56:32,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:32.480 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [92.820s] 2018-12-23 13:56:34,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:34.093 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [4.479s] 2018-12-23 13:56:36,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:36.790 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [7.897s] 2018-12-23 13:56:36,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:36.850 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.069s] 2018-12-23 13:56:36,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:36.929 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.078s] 2018-12-23 13:56:40,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:40.553 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [3.622s] 2018-12-23 13:56:40,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:40.590 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [4.036s] 2018-12-23 13:56:42,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:42.526 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [1.972s] 2018-12-23 13:56:42,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:42.713 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [6.356s] 2018-12-23 13:56:43,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:43.047 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [2.455s] 2018-12-23 13:56:43,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:43.591 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2018-12-23 13:56:44,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:44.741 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [1.693s] 2018-12-23 13:56:44,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:44.955 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [10.862s] 2018-12-23 13:56:46,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:46.171 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [1.215s] 2018-12-23 13:56:46,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:46.305 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.134s] 2018-12-23 13:56:46,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:46.430 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.125s] 2018-12-23 13:56:46,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:46.643 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.212s] 2018-12-23 13:56:46,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:46.717 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.074s] 2018-12-23 13:56:46,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:46.826 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.108s] 2018-12-23 13:56:46,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:46.929 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.102s] 2018-12-23 13:56:47,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:47.191 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.262s] 2018-12-23 13:56:47,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:47.273 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [2.532s] 2018-12-23 13:56:47,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:47.347 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-12-23 13:56:47,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:47.579 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.388s] 2018-12-23 13:56:51,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:51.964 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [4.689s] 2018-12-23 13:56:51,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:51.988 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [46.672s] 2018-12-23 13:56:54,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:54.050 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.230s] 2018-12-23 13:56:54,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:54.580 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.529s] 2018-12-23 13:56:55,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:55.145 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.564s] 2018-12-23 13:56:55,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:55.529 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.383s] 2018-12-23 13:56:55,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:55.921 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [3.956s] 2018-12-23 13:56:56,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:56.282 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.753s] 2018-12-23 13:56:56,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:56.375 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.093s] 2018-12-23 13:56:56,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:56.498 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [24.013s] 2018-12-23 13:56:56,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:56.550 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.174s] 2018-12-23 13:56:56,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:56.635 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.085s] 2018-12-23 13:56:56,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:56.703 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.067s] 2018-12-23 13:56:56,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:56.771 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.067s] 2018-12-23 13:56:56,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:56.891 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.119s] 2018-12-23 13:56:57,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:57.552 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [1.060s] 2018-12-23 13:56:59,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:56:59.100 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [23.242s] 2018-12-23 13:57:00,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:00.762 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.231s] 2018-12-23 13:57:00,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:00.827 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.065s] 2018-12-23 13:57:00,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:00.886 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.058s] 2018-12-23 13:57:00,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:00.951 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.065s] 2018-12-23 13:57:01,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:01.019 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.067s] 2018-12-23 13:57:01,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:01.511 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [7.575s] 2018-12-23 13:57:02,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:02.717 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [15.137s] 2018-12-23 13:57:05,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:05.029 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [4.241s] 2018-12-23 13:57:06,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:06.172 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.144s] 2018-12-23 13:57:11,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:11.118 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [106.275s] 2018-12-23 13:57:12,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:12.171 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [94.729s] 2018-12-23 13:57:12,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:12.336 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2018-12-23 13:57:12,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:12.341 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-12-23 13:57:12,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:12.342 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-12-23 13:57:12,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:12.343 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-12-23 13:57:12,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:12.344 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_groups.GroupsV319Test ... skip: The microversion range[3.19 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 13:57:12,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:12.344 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-12-23 13:57:15,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:15.854 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.797s] 2018-12-23 13:57:16,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:16.568 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.714s] 2018-12-23 13:57:16,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:16.967 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.398s] 2018-12-23 13:57:17,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:17.460 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.240s] 2018-12-23 13:57:17,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:17.657 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.196s] 2018-12-23 13:57:17,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:17.781 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.813s] 2018-12-23 13:57:17,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:17.857 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.200s] 2018-12-23 13:57:18,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:18.154 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.296s] 2018-12-23 13:57:18,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:18.339 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.185s] 2018-12-23 13:57:18,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:18.392 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.611s] 2018-12-23 13:57:18,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:18.547 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.208s] 2018-12-23 13:57:18,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:18.726 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.177s] 2018-12-23 13:57:18,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:18.892 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.499s] 2018-12-23 13:57:18,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:18.904 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.178s] 2018-12-23 13:57:19,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:19.267 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.362s] 2018-12-23 13:57:19,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:19.451 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.184s] 2018-12-23 13:57:20,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:20.075 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.182s] 2018-12-23 13:57:20,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:20.661 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [3.593s] 2018-12-23 13:57:20,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:20.753 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [2.153s] 2018-12-23 13:57:20,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:20.937 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.183s] 2018-12-23 13:57:21,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:21.097 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.160s] 2018-12-23 13:57:24,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:24.705 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [25.602s] 2018-12-23 13:57:25,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:25.262 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.599s] 2018-12-23 13:57:26,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:26.878 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [8.046s] 2018-12-23 13:57:27,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:27.546 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [6.445s] 2018-12-23 13:57:27,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:27.556 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [2.294s] 2018-12-23 13:57:27,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:27.879 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [30.315s] 2018-12-23 13:57:31,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:31.070 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [3.513s] 2018-12-23 13:57:33,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:33.010 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [6.131s] 2018-12-23 13:57:33,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:33.477 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [5.602s] 2018-12-23 13:57:36,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:36.587 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500 2018-12-23 13:57:36,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:36.833 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [9.285s] 2018-12-23 13:57:36,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:36.893 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.062s] 2018-12-23 13:57:36,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:36.973 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [10.670s] 2018-12-23 13:57:37,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:37.202 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [7.283s] 2018-12-23 13:57:37,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:37.427 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.454s] 2018-12-23 13:57:38,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:38.009 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.582s] 2018-12-23 13:57:39,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:39.149 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [2.256s] 2018-12-23 13:57:40,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:40.780 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [7.770s] 2018-12-23 13:57:43,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:43.132 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [5.122s] 2018-12-23 13:57:45,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:45.347 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.453s] 2018-12-23 13:57:45,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:45.379 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [4.597s] 2018-12-23 13:57:45,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:45.490 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.358s] 2018-12-23 13:57:45,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:45.544 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.052s] 2018-12-23 13:57:45,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:45.683 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [20.979s] 2018-12-23 13:57:45,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:45.704 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [5.259s] 2018-12-23 13:57:45,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:45.750 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.207s] 2018-12-23 13:57:45,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:45.889 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [8.686s] 2018-12-23 13:57:47,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:47.787 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.254s] 2018-12-23 13:57:47,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:47.847 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.069s] 2018-12-23 13:57:48,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:48.041 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-12-23 13:57:48,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:48.455 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.607s] 2018-12-23 13:57:49,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:49.712 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [4.363s] 2018-12-23 13:57:50,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:50.187 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [4.807s] 2018-12-23 13:57:52,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:52.406 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [6.700s] 2018-12-23 13:57:53,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:53.891 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [4.177s] 2018-12-23 13:57:54,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:54.549 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.658s] 2018-12-23 13:57:55,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:55.142 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [9.252s] 2018-12-23 13:57:55,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:55.242 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [5.052s] 2018-12-23 13:57:55,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:55.625 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.077s] 2018-12-23 13:57:56,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:56.527 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.899s] 2018-12-23 13:57:57,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:57.276 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.749s] 2018-12-23 13:57:58,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:58.521 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.244s] 2018-12-23 13:57:59,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:57:59.774 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-12-23 13:58:00,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:00.069 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [4.926s] 2018-12-23 13:58:00,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:00.950 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.428s] 2018-12-23 13:58:02,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:02.441 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.075s] 2018-12-23 13:58:02,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:02.531 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.090s] 2018-12-23 13:58:02,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:02.625 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.093s] 2018-12-23 13:58:02,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:02.633 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-12-23 13:58:03,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:03.169 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.097s] 2018-12-23 13:58:03,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:03.171 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.219s] 2018-12-23 13:58:03,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:03.432 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.261s] 2018-12-23 13:58:03,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:03.569 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.018s] 2018-12-23 13:58:04,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:04.158 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.725s] 2018-12-23 13:58:04,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:04.443 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [67.536s] 2018-12-23 13:58:04,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:04.463 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.024s] 2018-12-23 13:58:04,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:04.650 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [6.476s] 2018-12-23 13:58:04,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:04.689 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.394s] 2018-12-23 13:58:04,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:04.690 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-12-23 13:58:04,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:04.926 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.767s] 2018-12-23 13:58:05,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:05.223 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.572s] 2018-12-23 13:58:05,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:05.269 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [15.060s] 2018-12-23 13:58:05,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:05.270 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: Skip because of Bug#1677525 2018-12-23 13:58:05,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:05.274 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [12.868s] 2018-12-23 13:58:05,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:05.566 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.640s] 2018-12-23 13:58:05,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:05.781 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.315s] 2018-12-23 13:58:05,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:05.783 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.001s]: Skipped until Bug: 1540645 is resolved. 2018-12-23 13:58:05,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:05.819 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.595s] 2018-12-23 13:58:05,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:05.999 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.218s] 2018-12-23 13:58:06,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:06.152 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.154s] 2018-12-23 13:58:06,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:06.284 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.716s] 2018-12-23 13:58:06,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:06.930 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.645s] 2018-12-23 13:58:07,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:07.639 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.707s] 2018-12-23 13:58:08,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:08.457 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [4.884s] 2018-12-23 13:58:08,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:08.561 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.921s] 2018-12-23 13:58:08,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:08.964 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.403s] 2018-12-23 13:58:10,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:10.130 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [187.307s] 2018-12-23 13:58:10,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:10.131 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-12-23 13:58:11,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:11.188 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.174s] 2018-12-23 13:58:13,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:13.785 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.163s] 2018-12-23 13:58:15,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:15.905 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-12-23 13:58:15,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:15.906 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-12-23 13:58:15,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:15.908 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-12-23 13:58:17,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:17.335 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [8.366s] 2018-12-23 13:58:17,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:17.337 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2018-12-23 13:58:17,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:17.609 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.275s] 2018-12-23 13:58:17,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:17.908 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.298s] 2018-12-23 13:58:18,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:18.182 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.274s] 2018-12-23 13:58:18,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:18.589 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.801s] 2018-12-23 13:58:18,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:18.609 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.426s] 2018-12-23 13:58:18,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:18.868 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.259s] 2018-12-23 13:58:19,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:19.672 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.801s] 2018-12-23 13:58:20,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:20.068 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.395s] 2018-12-23 13:58:20,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:20.309 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [5.471s] 2018-12-23 13:58:20,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:20.311 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.001s]: Skipped until Bug: 1687044 is resolved. 2018-12-23 13:58:20,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:20.674 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.606s] 2018-12-23 13:58:20,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:20.740 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.150s] 2018-12-23 13:58:20,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:20.950 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.274s] 2018-12-23 13:58:21,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:21.484 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.533s] 2018-12-23 13:58:21,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:21.794 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.387s] 2018-12-23 13:58:21,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:21.896 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.411s] 2018-12-23 13:58:22,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:22.013 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.219s] 2018-12-23 13:58:22,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:22.594 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.543s] 2018-12-23 13:58:22,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:22.953 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.054s] 2018-12-23 13:58:22,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:22.955 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-12-23 13:58:22,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:22.957 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-12-23 13:58:23,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:23.585 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.844s] 2018-12-23 13:58:23,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:23.603 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.650s] 2018-12-23 13:58:24,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:24.097 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.493s] 2018-12-23 13:58:25,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:25.537 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.951s] 2018-12-23 13:58:25,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:25.634 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-12-23 13:58:27,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:27.813 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [24.644s] 2018-12-23 13:58:27,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:27.861 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [75.672s] 2018-12-23 13:58:28,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:28.249 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.437s] 2018-12-23 13:58:28,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:28.308 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.058s] 2018-12-23 13:58:30,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:30.198 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [98.192s] 2018-12-23 13:58:30,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:30.387 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.849s] 2018-12-23 13:58:30,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:30.547 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.174s] 2018-12-23 13:58:30,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:30.599 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.051s] 2018-12-23 13:58:30,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:30.695 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [6.596s] 2018-12-23 13:58:31,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:31.069 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.374s] 2018-12-23 13:58:31,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:31.477 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.405s] 2018-12-23 13:58:31,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:31.479 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-12-23 13:58:31,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:31.481 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2018-12-23 13:58:31,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:31.870 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.392s] 2018-12-23 13:58:32,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:32.195 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.324s] 2018-12-23 13:58:32,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:32.256 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [1.656s] 2018-12-23 13:58:32,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:32.269 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.013s] 2018-12-23 13:58:32,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:32.311 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.042s] 2018-12-23 13:58:32,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:32.322 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.010s] 2018-12-23 13:58:32,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:32.394 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.072s] 2018-12-23 13:58:32,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:32.437 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.042s] 2018-12-23 13:58:32,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:32.449 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.255s] 2018-12-23 13:58:35,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:35.100 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [4.712s] 2018-12-23 13:58:35,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:35.755 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [1.389s] 2018-12-23 13:58:35,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:35.913 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.814s] 2018-12-23 13:58:36,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:36.514 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.758s] 2018-12-23 13:58:38,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:38.345 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.829s] 2018-12-23 13:58:41,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:41.116 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [5.201s] 2018-12-23 13:58:43,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:43.258 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [2.301s] 2018-12-23 13:58:44,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:44.093 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [15.783s] 2018-12-23 13:58:44,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:44.590 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [3.474s] 2018-12-23 13:58:44,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:44.611 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.021s] 2018-12-23 13:58:44,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:44.783 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.170s] 2018-12-23 13:58:44,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:44.801 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-12-23 13:58:46,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:46.289 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [18.425s] 2018-12-23 13:58:47,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:47.712 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-12-23 13:58:47,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:47.714 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-12-23 13:58:47,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:47.715 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsTest ... skip: The microversion range[3.14 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 13:58:51,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:51.104 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.175s] 2018-12-23 13:58:51,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:51.474 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.853s] 2018-12-23 13:58:51,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:51.483 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-12-23 13:58:52,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:52.223 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [8.963s] 2018-12-23 13:58:54,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:54.738 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [22.079s] 2018-12-23 13:58:55,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:55.679 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.060s] 2018-12-23 13:58:55,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:55.697 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.018s] 2018-12-23 13:58:56,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:56.947 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-12-23 13:58:57,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:58:57.067 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON ... skip: The microversion range[2.20 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 13:59:04,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:04.047 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.913s] 2018-12-23 13:59:04,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:04.354 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [12.128s] 2018-12-23 13:59:05,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:05.682 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [21.588s] 2018-12-23 13:59:05,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:05.909 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.228s] 2018-12-23 13:59:06,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:06.312 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.402s] 2018-12-23 13:59:08,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:08.433 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [4.249s] 2018-12-23 13:59:08,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:08.929 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.047s] 2018-12-23 13:59:08,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:08.940 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.011s] 2018-12-23 13:59:09,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:09.375 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.100s] 2018-12-23 13:59:09,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:09.386 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.010s] 2018-12-23 13:59:09,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:09.410 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.024s] 2018-12-23 13:59:09,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:09.555 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.061s] 2018-12-23 13:59:09,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:09.567 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-12-23 13:59:09,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:09.702 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.134s] 2018-12-23 13:59:09,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:09.713 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-12-23 13:59:09,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:09.725 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-12-23 13:59:09,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:09.741 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.331s] 2018-12-23 13:59:09,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:09.750 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.008s] 2018-12-23 13:59:09,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:09.758 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.008s] 2018-12-23 13:59:09,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:09.968 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.244s] 2018-12-23 13:59:10,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:10.036 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.067s] 2018-12-23 13:59:10,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:10.107 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.070s] 2018-12-23 13:59:10,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:10.282 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.522s] 2018-12-23 13:59:10,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:10.459 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.351s] 2018-12-23 13:59:10,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:10.473 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-12-23 13:59:10,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:10.560 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.086s] 2018-12-23 13:59:10,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:10.653 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.371s] 2018-12-23 13:59:13,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:13.408 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [18.669s] 2018-12-23 13:59:14,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:14.321 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... skip: Glance API v1 not supported 2018-12-23 13:59:14,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:14.516 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [6.082s] 2018-12-23 13:59:15,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:15.171 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-12-23 13:59:17,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:17.351 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [2.834s] 2018-12-23 13:59:17,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:17.451 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [5.510s] 2018-12-23 13:59:17,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:17.497 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [13.142s] 2018-12-23 13:59:21,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:21.455 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.097s] 2018-12-23 13:59:22,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:22.896 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [52.687s] 2018-12-23 13:59:24,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:24.089 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [1.989s] 2018-12-23 13:59:24,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:24.090 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr ... skip [0.000s]: HA routers are not available. 2018-12-23 13:59:24,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:24.228 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [17.913s] 2018-12-23 13:59:24,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:24.344 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [20.553s] 2018-12-23 13:59:25,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:25.646 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [8.148s] 2018-12-23 13:59:26,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:26.822 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [2.732s] 2018-12-23 13:59:26,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:26.925 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [6.688s] 2018-12-23 13:59:27,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:27.160 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [1.516s] 2018-12-23 13:59:28,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:28.653 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [4.310s] 2018-12-23 13:59:29,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:29.108 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [5.080s] 2018-12-23 13:59:29,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:29.378 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [80.902s] 2018-12-23 13:59:34,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:34.396 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [1.381s] 2018-12-23 13:59:34,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:34.546 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-12-23 13:59:35,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:35.208 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.812s] 2018-12-23 13:59:36,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:36.310 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [7.657s] 2018-12-23 13:59:36,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:36.324 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.015s] 2018-12-23 13:59:36,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:36.516 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.191s] 2018-12-23 13:59:36,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:36.662 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [13.768s] 2018-12-23 13:59:36,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:36.709 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.192s] 2018-12-23 13:59:36,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:36.901 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.192s] 2018-12-23 13:59:36,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:36.935 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.033s] 2018-12-23 13:59:37,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:37.101 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.166s] 2018-12-23 13:59:37,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:37.301 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.200s] 2018-12-23 13:59:37,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:37.476 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.175s] 2018-12-23 13:59:37,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:37.597 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [2.389s] 2018-12-23 13:59:37,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:37.646 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.169s] 2018-12-23 13:59:37,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:37.682 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.036s] 2018-12-23 13:59:37,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:37.895 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.212s] 2018-12-23 13:59:37,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:37.933 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.093s] 2018-12-23 13:59:38,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:38.080 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.184s] 2018-12-23 13:59:38,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:38.178 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.580s] 2018-12-23 13:59:38,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:38.265 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.291s] 2018-12-23 13:59:38,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:38.281 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.201s] 2018-12-23 13:59:38,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:38.321 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.056s] 2018-12-23 13:59:38,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:38.487 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.205s] 2018-12-23 13:59:38,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:38.524 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.037s] 2018-12-23 13:59:38,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:38.560 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.035s] 2018-12-23 13:59:38,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:38.958 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.372s] 2018-12-23 13:59:38,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:38.979 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.021s] 2018-12-23 13:59:38,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:38.998 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.018s] 2018-12-23 13:59:39,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:39.466 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.466s] 2018-12-23 13:59:40,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:40.009 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.449s] 2018-12-23 13:59:40,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:40.182 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.173s] 2018-12-23 13:59:40,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:40.370 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.187s] 2018-12-23 13:59:40,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:40.434 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.513s] 2018-12-23 13:59:40,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:40.531 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.160s] 2018-12-23 13:59:40,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:40.568 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.037s] 2018-12-23 13:59:40,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:40.775 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.206s] 2018-12-23 13:59:40,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:40.976 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.201s] 2018-12-23 13:59:41,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:41.014 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.038s] 2018-12-23 13:59:41,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:41.115 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.644s] 2018-12-23 13:59:41,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:41.129 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.019s] 2018-12-23 13:59:41,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:41.147 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.018s] 2018-12-23 13:59:41,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:41.156 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.009s] 2018-12-23 13:59:41,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:41.166 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.010s] 2018-12-23 13:59:41,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:41.183 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.017s] 2018-12-23 13:59:41,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:41.194 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.179s] 2018-12-23 13:59:41,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:41.197 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.012s] 2018-12-23 13:59:41,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:41.211 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.015s] 2018-12-23 13:59:41,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:41.371 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.177s] 2018-12-23 13:59:41,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:41.579 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.208s] 2018-12-23 13:59:41,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:41.612 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.033s] 2018-12-23 13:59:41,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:41.794 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.181s] 2018-12-23 13:59:42,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:42.738 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [18.509s] 2018-12-23 13:59:42,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:42.911 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [2.477s] 2018-12-23 13:59:42,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:42.976 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.066s] 2018-12-23 13:59:43,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:43.251 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: Glance API v1 not supported 2018-12-23 13:59:43,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:43.378 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.401s] 2018-12-23 13:59:47,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:47.109 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-12-23 13:59:51,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:51.153 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [137.673s] 2018-12-23 13:59:52,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:52.153 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.001s]: Skipped until Bug: 1014647 is resolved. 2018-12-23 13:59:52,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:52.287 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [3.026s] 2018-12-23 13:59:52,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:52.296 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.009s] 2018-12-23 13:59:52,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:52.452 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.156s] 2018-12-23 13:59:53,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:53.744 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [18.669s] 2018-12-23 13:59:54,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:54.448 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.628s] 2018-12-23 13:59:54,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:54.826 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.378s] 2018-12-23 13:59:55,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:55.652 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [3.198s] 2018-12-23 13:59:55,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:55.790 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [0.980s] 2018-12-23 13:59:55,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:55.866 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [3.892s] 2018-12-23 13:59:55,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:55.936 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.110s] 2018-12-23 13:59:56,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:56.517 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.272s] 2018-12-23 13:59:57,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:57.701 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-12-23 13:59:58,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 13:59:58.892 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [3.239s] 2018-12-23 14:00:01,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:01.189 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.297s] 2018-12-23 14:00:04,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:04.683 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: Glance API v1 not supported 2018-12-23 14:00:04,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:04.866 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.121s] 2018-12-23 14:00:07,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:07.472 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.149s] 2018-12-23 14:00:07,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:07.750 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.278s] 2018-12-23 14:00:08,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:08.029 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.045s] 2018-12-23 14:00:08,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:08.119 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.368s] 2018-12-23 14:00:08,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:08.354 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.234s] 2018-12-23 14:00:08,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:08.543 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.189s] 2018-12-23 14:00:08,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:08.822 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.279s] 2018-12-23 14:00:08,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:08.873 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.051s] 2018-12-23 14:00:08,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:08.924 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.050s] 2018-12-23 14:00:09,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:09.294 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.368s] 2018-12-23 14:00:09,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:09.345 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.050s] 2018-12-23 14:00:09,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:09.528 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.182s] 2018-12-23 14:00:09,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:09.715 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.186s] 2018-12-23 14:00:09,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:09.746 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.031s] 2018-12-23 14:00:09,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:09.938 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.191s] 2018-12-23 14:00:10,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:10.289 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.350s] 2018-12-23 14:00:12,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:12.863 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [5.802s] 2018-12-23 14:00:13,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:13.028 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [7.598s] 2018-12-23 14:00:13,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:13.131 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [3.505s] 2018-12-23 14:00:13,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:13.161 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.029s] 2018-12-23 14:00:15,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:15.592 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [2.563s] 2018-12-23 14:00:16,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:16.664 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.796s] 2018-12-23 14:00:16,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:16.667 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-12-23 14:00:17,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:17.088 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.488s] 2018-12-23 14:00:17,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:17.324 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.994s] 2018-12-23 14:00:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:19.400 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.075s] 2018-12-23 14:00:21,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:21.036 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.181s] 2018-12-23 14:00:21,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:21.216 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.181s] 2018-12-23 14:00:21,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:21.438 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.221s] 2018-12-23 14:00:22,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:22.991 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [1.551s] 2018-12-23 14:00:23,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:23.172 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.181s] 2018-12-23 14:00:23,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:23.540 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [6.873s] 2018-12-23 14:00:28,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:28.755 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [11.664s] 2018-12-23 14:00:29,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:29.608 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [37.449s] 2018-12-23 14:00:29,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:29.718 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest ... skip: Cinder backup feature disabled 2018-12-23 14:00:29,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:29.829 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [8.102s] 2018-12-23 14:00:30,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:30.775 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [5.263s] 2018-12-23 14:00:31,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:31.799 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [3.043s] 2018-12-23 14:00:31,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:31.895 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [2.067s] 2018-12-23 14:00:32,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:32.208 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.434s] 2018-12-23 14:00:35,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:35.971 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [4.171s] 2018-12-23 14:00:38,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:38.021 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [6.125s] 2018-12-23 14:00:40,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:40.207 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [4.237s] 2018-12-23 14:00:40,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:40.289 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [16.748s] 2018-12-23 14:00:43,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:43.424 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [7.361s] 2018-12-23 14:00:44,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:44.997 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [6.975s] 2018-12-23 14:00:46,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:46.635 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [4.381s] 2018-12-23 14:00:50,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:50.973 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.256s] 2018-12-23 14:00:51,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:51.158 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.184s] 2018-12-23 14:00:51,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:51.205 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.047s] 2018-12-23 14:00:51,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:51.804 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.597s] 2018-12-23 14:00:51,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:51.959 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest ... skip: The microversion range[3.12 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 14:00:52,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:52.273 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.467s] 2018-12-23 14:00:52,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:52.789 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.516s] 2018-12-23 14:00:52,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:52.982 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [6.345s] 2018-12-23 14:00:53,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:53.164 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.375s] 2018-12-23 14:00:53,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:53.219 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.054s] 2018-12-23 14:00:53,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:53.317 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.098s] 2018-12-23 14:00:53,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:53.528 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.209s] 2018-12-23 14:00:53,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:53.588 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.060s] 2018-12-23 14:00:53,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:53.628 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.040s] 2018-12-23 14:00:53,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:53.869 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.239s] 2018-12-23 14:00:53,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:53.972 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.103s] 2018-12-23 14:00:54,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:54.055 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.082s] 2018-12-23 14:00:54,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:54.256 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.200s] 2018-12-23 14:00:54,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:54.304 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.048s] 2018-12-23 14:00:54,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:54.496 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.191s] 2018-12-23 14:00:55,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:55.672 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [2.690s] 2018-12-23 14:00:55,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:55.784 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [86.391s] 2018-12-23 14:00:55,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:55.849 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.069s] 2018-12-23 14:00:55,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:55.904 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.055s] 2018-12-23 14:00:55,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:55.974 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.508s] 2018-12-23 14:00:55,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:00:55.975 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-12-23 14:01:03,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:03.256 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [7.584s] 2018-12-23 14:01:03,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:03.348 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [9.489s] 2018-12-23 14:01:05,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:05.758 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [25.063s] 2018-12-23 14:01:07,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:07.956 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [13.277s] 2018-12-23 14:01:14,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:14.801 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.838s] 2018-12-23 14:01:16,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:16.123 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [8.166s] 2018-12-23 14:01:18,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:18.272 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [2.369s] 2018-12-23 14:01:18,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:18.438 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.680s] 2018-12-23 14:01:18,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:18.792 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [2.669s] 2018-12-23 14:01:18,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:18.988 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [63.030s] 2018-12-23 14:01:21,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:21.323 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON ... skip: The microversion range[2.21 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 14:01:21,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:21.549 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [3.097s] 2018-12-23 14:01:21,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:21.939 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.140s] 2018-12-23 14:01:23,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:23.841 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [5.565s] 2018-12-23 14:01:24,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:24.285 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-12-23 14:01:24,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:24.298 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [44.005s] 2018-12-23 14:01:24,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:24.564 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON ... skip: The microversion range[2.26 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 14:01:24,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:24.567 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-12-23 14:01:25,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:25.167 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.617s] 2018-12-23 14:01:25,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:25.452 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [6.659s] 2018-12-23 14:01:26,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:26.471 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [2.175s] 2018-12-23 14:01:27,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:27.311 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.870s] 2018-12-23 14:01:27,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:27.313 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-12-23 14:01:28,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:28.037 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [2.584s] 2018-12-23 14:01:28,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:28.070 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [2.902s] 2018-12-23 14:01:31,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:31.770 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.994s] 2018-12-23 14:01:32,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:32.493 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.724s] 2018-12-23 14:01:33,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:33.400 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [9.561s] 2018-12-23 14:01:34,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:34.055 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [5.626s] 2018-12-23 14:01:34,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:34.152 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.841s] 2018-12-23 14:01:34,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:34.664 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.594s] 2018-12-23 14:01:35,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:35.083 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [7.045s] 2018-12-23 14:01:40,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:40.493 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [7.091s] 2018-12-23 14:01:41,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:41.195 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.112s] 2018-12-23 14:01:43,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:43.858 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [9.704s] 2018-12-23 14:01:44,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:44.833 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.122s] 2018-12-23 14:01:44,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:44.919 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.085s] 2018-12-23 14:01:45,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:45.074 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.154s] 2018-12-23 14:01:45,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:45.171 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.097s] 2018-12-23 14:01:45,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:45.302 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.131s] 2018-12-23 14:01:45,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:45.708 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [4.512s] 2018-12-23 14:01:45,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:45.769 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [5.277s] 2018-12-23 14:01:45,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:45.873 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.317s] 2018-12-23 14:01:48,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:48.990 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.762s] 2018-12-23 14:01:49,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:49.470 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.760s] 2018-12-23 14:01:51,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:51.358 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [5.587s] 2018-12-23 14:01:51,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:51.848 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [32.859s] 2018-12-23 14:01:52,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:52.315 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [3.324s] 2018-12-23 14:01:52,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:52.615 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [6.741s] 2018-12-23 14:01:57,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:57.384 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [6.026s] 2018-12-23 14:01:57,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:57.799 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.916s] 2018-12-23 14:01:59,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:01:59.804 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [10.334s] 2018-12-23 14:02:00,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:00.631 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [8.311s] 2018-12-23 14:02:01,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:01.456 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [3.654s] 2018-12-23 14:02:01,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:01.457 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... skip [0.000s]: Security compliance not available. 2018-12-23 14:02:01,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:01.521 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [4.137s] 2018-12-23 14:02:02,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:02.051 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.422s] 2018-12-23 14:02:02,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:02.241 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.436s] 2018-12-23 14:02:02,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:02.818 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [10.202s] 2018-12-23 14:02:04,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:04.469 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [3.014s] 2018-12-23 14:02:04,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:04.688 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.635s] 2018-12-23 14:02:05,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:05.446 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.557s] 2018-12-23 14:02:05,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:05.804 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.358s] 2018-12-23 14:02:06,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:06.109 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.305s] 2018-12-23 14:02:06,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:06.368 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [1.899s] 2018-12-23 14:02:06,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:06.509 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.820s] 2018-12-23 14:02:07,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:07.265 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [5.024s] 2018-12-23 14:02:07,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:07.553 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.288s] 2018-12-23 14:02:07,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:07.733 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.179s] 2018-12-23 14:02:07,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:07.984 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.250s] 2018-12-23 14:02:08,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:08.063 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.078s] 2018-12-23 14:02:08,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:08.276 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.212s] 2018-12-23 14:02:08,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:08.687 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.410s] 2018-12-23 14:02:08,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:08.784 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.096s] 2018-12-23 14:02:08,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:08.863 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.078s] 2018-12-23 14:02:09,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:09.000 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-12-23 14:02:09,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:09.057 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.193s] 2018-12-23 14:02:10,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:10.036 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.524s] 2018-12-23 14:02:10,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:10.087 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.054s] 2018-12-23 14:02:11,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:11.021 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [27.159s] 2018-12-23 14:02:13,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:13.025 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_group_types.GroupTypesTest ... skip: The microversion range[3.11 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 14:02:13,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:13.404 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.000s]: Security compliance not available. 2018-12-23 14:02:13,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:13.405 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-12-23 14:02:13,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:13.622 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.604s] 2018-12-23 14:02:13,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:13.844 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.177s] 2018-12-23 14:02:14,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:14.073 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.228s] 2018-12-23 14:02:14,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:14.244 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.171s] 2018-12-23 14:02:14,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:14.557 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [3.146s] 2018-12-23 14:02:17,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:17.510 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.184s] 2018-12-23 14:02:17,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:17.696 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.639s] 2018-12-23 14:02:17,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:17.705 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.194s] 2018-12-23 14:02:18,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:18.581 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [4.024s] 2018-12-23 14:02:18,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:18.837 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [4.590s] 2018-12-23 14:02:19,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:19.000 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.164s] 2018-12-23 14:02:20,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:20.009 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [13.895s] 2018-12-23 14:02:20,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:20.057 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.051s] 2018-12-23 14:02:20,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:20.112 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.054s] 2018-12-23 14:02:20,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:20.476 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.070s] 2018-12-23 14:02:21,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:21.039 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [6.690s] 2018-12-23 14:02:22,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:22.094 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.512s] 2018-12-23 14:02:22,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:22.596 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [112.956s] 2018-12-23 14:02:22,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:22.893 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest ... skip: Cinder backup feature disabled 2018-12-23 14:02:23,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:23.447 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: Glance API v1 not supported 2018-12-23 14:02:24,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:24.014 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-12-23 14:02:24,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:24.016 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-12-23 14:02:28,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:28.018 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.923s] 2018-12-23 14:02:29,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:29.110 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.782s] 2018-12-23 14:02:29,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:29.251 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [8.211s] 2018-12-23 14:02:29,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:29.974 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.863s] 2018-12-23 14:02:31,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:31.596 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.621s] 2018-12-23 14:02:35,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:35.606 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-12-23 14:02:38,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:38.034 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.326s] 2018-12-23 14:02:38,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:38.205 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.993s] 2018-12-23 14:02:38,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:38.430 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.225s] 2018-12-23 14:02:38,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:38.718 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.684s] 2018-12-23 14:02:39,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:39.343 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [10.091s] 2018-12-23 14:02:41,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:41.079 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: Encrypted volume attach is not supported 2018-12-23 14:02:41,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:41.461 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-12-23 14:02:41,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:41.462 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-12-23 14:02:43,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:43.715 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [4.372s] 2018-12-23 14:02:44,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:44.025 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [3.620s] 2018-12-23 14:02:45,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:45.113 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [1.865s] 2018-12-23 14:02:46,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:46.252 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.536s] 2018-12-23 14:02:46,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:46.809 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.696s] 2018-12-23 14:02:48,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:48.297 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.487s] 2018-12-23 14:02:49,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:49.980 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [5.954s] 2018-12-23 14:02:51,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:51.580 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.463s] 2018-12-23 14:02:53,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:53.187 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-12-23 14:02:55,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:55.280 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [2.211s] 2018-12-23 14:02:55,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:55.757 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.179s] 2018-12-23 14:02:55,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:55.965 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.207s] 2018-12-23 14:02:56,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:56.163 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.198s] 2018-12-23 14:02:56,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:56.260 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.678s] 2018-12-23 14:02:56,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:56.374 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.210s] 2018-12-23 14:02:56,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:56.399 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.024s] 2018-12-23 14:02:56,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:56.422 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.023s] 2018-12-23 14:02:56,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:56.645 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.222s] 2018-12-23 14:02:56,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:56.667 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.022s] 2018-12-23 14:02:56,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:56.691 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.023s] 2018-12-23 14:02:56,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:56.728 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.036s] 2018-12-23 14:02:57,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:57.166 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.437s] 2018-12-23 14:02:57,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:57.216 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.179s] 2018-12-23 14:02:57,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:57.489 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.323s] 2018-12-23 14:02:57,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:57.816 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.600s] 2018-12-23 14:02:57,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:57.896 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [2.615s] 2018-12-23 14:02:59,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:59.673 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-12-23 14:02:59,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:02:59.674 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-12-23 14:03:01,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:01.633 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [15.379s] 2018-12-23 14:03:01,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:01.828 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.196s] 2018-12-23 14:03:01,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:01.874 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.046s] 2018-12-23 14:03:05,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:05.350 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [9.089s] 2018-12-23 14:03:05,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:05.654 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [13.679s] 2018-12-23 14:03:07,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:07.959 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [3.151s] 2018-12-23 14:03:08,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:08.382 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.422s] 2018-12-23 14:03:09,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:09.869 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [1.486s] 2018-12-23 14:03:10,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:10.407 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [4.122s] 2018-12-23 14:03:10,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:10.744 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.874s] 2018-12-23 14:03:10,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:10.862 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.457s] 2018-12-23 14:03:10,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:10.909 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.166s] 2018-12-23 14:03:10,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:10.928 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.019s] 2018-12-23 14:03:11,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:11.493 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [9.616s] 2018-12-23 14:03:12,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:12.527 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [1.597s] 2018-12-23 14:03:12,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:12.742 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [7.392s] 2018-12-23 14:03:13,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:13.410 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.545s] 2018-12-23 14:03:13,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:13.695 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.286s] 2018-12-23 14:03:14,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:14.199 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.503s] 2018-12-23 14:03:18,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:18.860 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [13.203s] 2018-12-23 14:03:19,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:19.868 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.010s] 2018-12-23 14:03:21,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:21.177 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.308s] 2018-12-23 14:03:22,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:22.033 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.855s] 2018-12-23 14:03:26,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:26.842 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [15.349s] 2018-12-23 14:03:27,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:27.080 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.239s] 2018-12-23 14:03:27,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:27.150 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [207.469s] 2018-12-23 14:03:27,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:27.297 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.215s] 2018-12-23 14:03:27,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:27.393 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [14.650s] 2018-12-23 14:03:28,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:28.093 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [2.483s] 2018-12-23 14:03:28,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:28.321 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.228s] 2018-12-23 14:03:32,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:32.738 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.215s] 2018-12-23 14:03:39,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:39.817 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [27.991s] 2018-12-23 14:03:43,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:43.305 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [16.005s] 2018-12-23 14:03:46,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:46.614 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... success [65.515s] 2018-12-23 14:03:57,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:57.724 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [179.290s] 2018-12-23 14:03:58,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:03:58.048 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [4.026s] 2018-12-23 14:04:02,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:02.102 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [18.796s] 2018-12-23 14:04:02,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:02.280 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [4.231s] 2018-12-23 14:04:08,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:08.555 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [24.365s] 2018-12-23 14:04:08,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:08.817 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [28.998s] 2018-12-23 14:04:13,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:13.755 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [51.714s] 2018-12-23 14:04:15,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:15.211 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [112.591s] 2018-12-23 14:04:15,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:15.291 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [13.009s] 2018-12-23 14:04:15,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:15.672 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [7.122s] 2018-12-23 14:04:17,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:17.470 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [2.181s] 2018-12-23 14:04:18,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:18.593 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [9.778s] 2018-12-23 14:04:22,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:22.064 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [6.390s] 2018-12-23 14:04:22,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:22.597 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [5.125s] 2018-12-23 14:04:25,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:25.271 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [6.678s] 2018-12-23 14:04:26,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:26.674 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [4.077s] 2018-12-23 14:04:29,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:29.704 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [14.493s] 2018-12-23 14:04:30,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:30.512 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [8.446s] 2018-12-23 14:04:30,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:30.715 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [4.037s] 2018-12-23 14:04:30,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:30.846 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.134s] 2018-12-23 14:04:35,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:35.485 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [4.973s] 2018-12-23 14:04:36,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:36.387 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [5.664s] 2018-12-23 14:04:38,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:38.003 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.187s] 2018-12-23 14:04:38,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:38.210 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.206s] 2018-12-23 14:04:38,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:38.504 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.293s] 2018-12-23 14:04:38,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:38.685 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.180s] 2018-12-23 14:04:38,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:38.853 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [3.367s] 2018-12-23 14:04:38,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:38.887 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.201s] 2018-12-23 14:04:38,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:38.932 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [16.967s] 2018-12-23 14:04:39,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:39.084 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.197s] 2018-12-23 14:04:39,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:39.275 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.191s] 2018-12-23 14:04:39,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:39.463 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.187s] 2018-12-23 14:04:39,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:39.640 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.177s] 2018-12-23 14:04:39,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:39.832 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.191s] 2018-12-23 14:04:40,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:40.041 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.209s] 2018-12-23 14:04:42,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:42.142 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [5.755s] 2018-12-23 14:04:46,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:46.173 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [20.898s] 2018-12-23 14:04:46,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:46.393 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [7.460s] 2018-12-23 14:04:50,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:50.842 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-12-23 14:04:50,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:50.843 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test ... skip: The microversion range[3.20 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 14:04:50,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:50.843 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-12-23 14:04:52,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:52.001 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [22.295s] 2018-12-23 14:04:52,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:52.054 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.904s] 2018-12-23 14:04:53,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:53.029 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.974s] 2018-12-23 14:04:53,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:53.104 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.272s] 2018-12-23 14:04:53,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:53.278 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.173s] 2018-12-23 14:04:53,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:53.439 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.160s] 2018-12-23 14:04:53,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:53.617 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.177s] 2018-12-23 14:04:53,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:53.788 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.171s] 2018-12-23 14:04:58,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:04:58.029 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [4.238s] 2018-12-23 14:05:05,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:05:04.999 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [212.249s] 2018-12-23 14:05:08,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:05:08.349 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [6.331s] 2018-12-23 14:05:14,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:05:14.989 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [6.640s] 2018-12-23 14:05:21,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:05:21.269 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test ... skip: The microversion range[3.9 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 14:05:21,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:05:21.270 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest ... skip: The microversion range[3.42 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 14:05:27,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:05:27.644 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [41.464s] 2018-12-23 14:05:29,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:05:29.847 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [2.207s] 2018-12-23 14:05:41,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:05:41.043 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [36.032s] 2018-12-23 14:05:41,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:05:41.497 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [11.648s] 2018-12-23 14:05:52,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:05:52.199 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [10.700s] 2018-12-23 14:05:57,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:05:57.165 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.235s] 2018-12-23 14:05:57,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:05:57.552 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [5.354s] 2018-12-23 14:05:57,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:05:57.963 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.798s] 2018-12-23 14:05:58,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:05:58.499 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.535s] 2018-12-23 14:05:59,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:05:59.049 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.549s] 2018-12-23 14:05:59,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:05:59.595 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.546s] 2018-12-23 14:06:00,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:00.558 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [0.962s] 2018-12-23 14:06:02,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:02.260 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.700s] 2018-12-23 14:06:02,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:02.821 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.561s] 2018-12-23 14:06:03,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:03.313 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.491s] 2018-12-23 14:06:03,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:03.810 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.497s] 2018-12-23 14:06:06,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:06.663 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-12-23 14:06:12,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:12.139 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [1.686s] 2018-12-23 14:06:22,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:22.900 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [5.314s] 2018-12-23 14:06:22,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:22.929 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [90.907s] 2018-12-23 14:06:36,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:36.434 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [38.870s] 2018-12-23 14:06:36,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:36.745 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [3.438s] 2018-12-23 14:06:36,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:36.990 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.244s] 2018-12-23 14:06:38,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:38.451 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.460s] 2018-12-23 14:06:41,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:41.187 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [173.144s] 2018-12-23 14:06:45,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:45.502 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [167.761s] 2018-12-23 14:06:51,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:51.385 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.963s] 2018-12-23 14:06:51,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:51.616 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.231s] 2018-12-23 14:06:52,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:52.229 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.613s] 2018-12-23 14:06:54,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:54.036 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.805s] 2018-12-23 14:06:56,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:56.384 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.347s] 2018-12-23 14:06:56,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:56.740 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.356s] 2018-12-23 14:06:56,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:06:56.952 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.212s] 2018-12-23 14:07:00,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:00.436 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [6.894s] 2018-12-23 14:07:07,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:07.150 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [6.713s] 2018-12-23 14:07:11,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:11.925 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [4.775s] 2018-12-23 14:07:16,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:16.108 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [4.182s] 2018-12-23 14:07:17,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:17.994 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-12-23 14:07:19,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:19.915 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-12-23 14:07:21,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:21.322 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [5.213s] 2018-12-23 14:07:22,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:22.555 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-12-23 14:07:27,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:27.470 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [27.796s] 2018-12-23 14:07:28,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:28.198 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... skip [0.000s]: Cinder backup is disabled 2018-12-23 14:07:32,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:32.017 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.166s] 2018-12-23 14:07:34,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:34.555 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.537s] 2018-12-23 14:07:35,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:35.538 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [0.982s] 2018-12-23 14:07:36,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:36.617 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.079s] 2018-12-23 14:07:37,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:37.638 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.019s] 2018-12-23 14:07:39,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:39.808 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [233.176s] 2018-12-23 14:07:41,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:41.250 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [3.609s] 2018-12-23 14:07:42,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:42.649 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.398s] 2018-12-23 14:07:43,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:43.470 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.822s] 2018-12-23 14:07:45,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:45.453 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.981s] 2018-12-23 14:07:47,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:47.684 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [2.229s] 2018-12-23 14:07:48,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:48.813 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [1.128s] 2018-12-23 14:07:48,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:48.834 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.022s] 2018-12-23 14:07:48,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:48.860 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.025s] 2018-12-23 14:07:48,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:48.878 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.018s] 2018-12-23 14:07:51,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:51.270 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-12-23 14:07:51,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:51.270 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-12-23 14:07:51,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:51.271 49 INFO opnfv-tempest [-] {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest ... skip: The microversion range[3.3 - latest] of this test is out of the configuration range[None - None]. 2018-12-23 14:07:51,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:51.273 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-12-23 14:07:57,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:57.140 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [94.186s] 2018-12-23 14:07:57,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:57.141 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-12-23 14:07:58,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:07:58.977 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [30.769s] 2018-12-23 14:08:04,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:08:04.939 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.964s] 2018-12-23 14:08:05,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:08:05.668 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [189.827s] 2018-12-23 14:08:37,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:08:37.778 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [32.830s] 2018-12-23 14:08:45,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:08:45.773 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.996s] 2018-12-23 14:09:13,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:09:13.433 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [76.273s] 2018-12-23 14:09:19,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:09:19.001 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [5.571s] 2018-12-23 14:09:43,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:09:43.284 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.168s] 2018-12-23 14:09:43,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:09:43.324 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.038s] 2018-12-23 14:09:49,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:09:49.164 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.878s] 2018-12-23 14:10:00,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:00.754 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [7.674s] 2018-12-23 14:10:02,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:02.832 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-12-23 14:10:02,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:02.833 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-12-23 14:10:07,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:07.284 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.340s] 2018-12-23 14:10:07,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:07.684 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.400s] 2018-12-23 14:10:14,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:14.883 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.233s] 2018-12-23 14:10:15,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:15.284 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.400s] 2018-12-23 14:10:15,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:15.910 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.625s] 2018-12-23 14:10:15,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:15.977 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.068s] 2018-12-23 14:10:16,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:16.048 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.070s] 2018-12-23 14:10:16,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:16.199 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.150s] 2018-12-23 14:10:25,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:25.034 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.510s] 2018-12-23 14:10:25,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:25.702 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.666s] 2018-12-23 14:10:26,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:26.073 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.371s] 2018-12-23 14:10:26,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:26.438 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.364s] 2018-12-23 14:10:27,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:27.420 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [0.980s] 2018-12-23 14:10:27,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:27.839 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.419s] 2018-12-23 14:10:28,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:28.240 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.400s] 2018-12-23 14:10:29,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:29.760 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.518s] 2018-12-23 14:10:30,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:30.017 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.254s] 2018-12-23 14:10:30,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:30.631 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.615s] 2018-12-23 14:10:30,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:30.700 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.069s] 2018-12-23 14:10:31,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:31.124 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.421s] 2018-12-23 14:10:31,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:31.811 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.687s] 2018-12-23 14:10:43,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:43.938 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.520s] 2018-12-23 14:10:44,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:44.104 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.168s] 2018-12-23 14:10:44,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:44.506 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.401s] 2018-12-23 14:10:57,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:10:57.004 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.704s] 2018-12-23 14:11:02,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:11:02.469 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.178s] 2018-12-23 14:11:04,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:11:04.245 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.774s] 2018-12-23 14:11:10,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:11:10.854 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.380s] 2018-12-23 14:11:11,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:11:11.015 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.160s] 2018-12-23 14:11:11,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:11:11.203 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.188s] 2018-12-23 14:11:11,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:11:11.366 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.163s] 2018-12-23 14:11:16,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:11:16.734 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.169s] 2018-12-23 14:11:35,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:11:35.807 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [216.197s] 2018-12-23 14:11:53,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:11:53.782 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [218.744s] 2018-12-23 14:15:31,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-23 14:15:31.462 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [217.669s] 2018-12-23 14:15:37,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 811ed033-2571-4893-b585-0ff17ac76430 2018-12-23 14:15:37,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '811ed033-2571-4893-b585-0ff17ac76430']'. 2018-12-23 14:15:38,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-23 14:15:38,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-23 14:15:38,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-23 14:15:38,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 811ed033-2571-4893-b585-0ff17ac76430 | 2018-12-23 14:15:38,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-12-23 14:15:38,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-23 13:50:17 | 2018-12-23 14:15:38,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-23 14:15:36 | 2018-12-23 14:15:38,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:25:19 | 2018-12-23 14:15:38,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-23 14:15:38,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-23 14:15:38,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2c8d4456-548d-44e3-be00-a4760a9de9fe) | 2018-12-23 14:15:38,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-23 14:15:38,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4dba4294-6d93-4b56-8160-f8ce1610c020) | 2018-12-23 14:15:38,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-12-23 14:15:38,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1508.96 | 2018-12-23 14:15:38,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1060 | 2018-12-23 14:15:38,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 390 | 2018-12-23 14:15:38,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-23 14:15:38,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-23 14:15:38,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 18 | 2018-12-23 14:15:38,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-23 14:15:38,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-23 14:15:38,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-23 14:15:38,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 98.3302411874% 2018-12-23 14:15:38,937 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 25:34 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-12-23 14:15:43,891 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK