2018-09-22 12:42:32,056 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-284 | | 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-09-22 12:42:32,062 - 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=qGsePg47gdJvJsUQg3DJeYzWh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-09-22 12:42:32,062 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-22 12:42:32,063 - 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-09-22 12:42:32,080 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-22 12:42:34,228 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d', 'id': u'9677ff3daa834c9fa5ff665e659cd073', '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-09-22 12:42:34,887 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'51afcb6a1f1944c2b9feea4f55a4f387', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d'}) 2018-09-22 12:42:35,116 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-22 12:42:35,389 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/13cb9c7477004d9a8bf6ea51a305bfb1'}, 'domain_id': None, 'human_id': None, 'id': u'13cb9c7477004d9a8bf6ea51a305bfb1', 'HUMAN_ID': False}) 2018-09-22 12:42:36,096 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d', 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': '6c78b74e-8086-409c-9fd4-140f6686ac40', 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_f2219c6b-54df-4381-8e2b-831acd6cf83d', 'project_id': u'9677ff3daa834c9fa5ff665e659cd073', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-22 12:42:36,102 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d', 'password': '6c78b74e-8086-409c-9fd4-140f6686ac40', 'project_name': 'connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '9677ff3daa834c9fa5ff665e659cd073', 'project_domain_name': 'Default'} 2018-09-22 12:42:40,060 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-22 12:42:40,061 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-22 12:42:50,343 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.270s OK 2018-09-22 12:42:50,466 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-22 12:42:50,466 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-22 12:42:51,903 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-09-22 12:42:52,548 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45', 'id': u'e0be80d39933400abe48c8503e28224e', '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-09-22 12:42:53,100 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'004b6165ea564cfbb572adf1581ebe50', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45'}) 2018-09-22 12:42:53,331 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-22 12:42:53,490 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719'}, 'domain_id': None, 'human_id': None, 'id': u'7c96c5e387b94894b2341d7c440e6719', 'HUMAN_ID': False}) 2018-09-22 12:42:54,146 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45', 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': '6e84e3a6-4699-4738-8f20-587fea1cd078', 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_741e7be7-4b64-4443-9668-f0f139fcfe45', 'project_id': u'e0be80d39933400abe48c8503e28224e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-22 12:42:54,151 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45', 'password': '6e84e3a6-4699-4738-8f20-587fea1cd078', 'project_name': 'api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'e0be80d39933400abe48c8503e28224e', 'project_domain_name': 'Default'} 2018-09-22 12:42:58,090 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-22 12:42:58,091 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-09-22 12:55:04,696 - 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) ... ERROR 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 ====================================================================== ERROR: test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/tests/heat_utils_tests.py", line 288, in setUp self.assertTrue(stack_active(self.heat_client, self.stack)) AssertionError: False is not true ---------------------------------------------------------------------- Ran 84 tests in 726.488s FAILED (errors=1) 2018-09-22 12:55:04,822 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-22 12:55:04,822 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:06 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-22 12:55:05,978 - xtesting.ci.run_tests - ERROR - The test case 'api_check' failed. 2018-09-22 12:55:05,978 - 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:06 | FAIL | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-09-22 12:55:05,983 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-09-22 12:55:08,957 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-284 | | 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-09-22 12:55:08,962 - 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=qGsePg47gdJvJsUQg3DJeYzWh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-09-22 12:55:08,963 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-09-22 12:55:08,973 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-09-22 12:55:11,020 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_98c8805e-2144-462c-8cb2-a5d61eda119f', 'id': u'c7992477f10545dfbe1b405f2ba5970c', '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-09-22 12:55:11,603 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'629d212d75af4bd8a947337b31d714d8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_98c8805e-2144-462c-8cb2-a5d61eda119f'}) 2018-09-22 12:55:11,714 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-22 12:55:11,901 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/92510cb04ba4488ebe2243903b6b3d47'}, 'domain_id': None, 'human_id': None, 'id': u'92510cb04ba4488ebe2243903b6b3d47', 'HUMAN_ID': False}) 2018-09-22 12:55:12,444 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_98c8805e-2144-462c-8cb2-a5d61eda119f', 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': '38781c13-1bd4-49e5-955a-cf48c733eb0d', 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_98c8805e-2144-462c-8cb2-a5d61eda119f', 'project_id': u'c7992477f10545dfbe1b405f2ba5970c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-22 12:55:12,450 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_98c8805e-2144-462c-8cb2-a5d61eda119f', 'password': '38781c13-1bd4-49e5-955a-cf48c733eb0d', 'project_name': 'tempest_full_paral-project_98c8805e-2144-462c-8cb2-a5d61eda119f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'c7992477f10545dfbe1b405f2ba5970c', 'project_domain_name': 'Default'} 2018-09-22 12:55:13,150 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-22 12:55:17,865 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-22 12:55:17.615 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=edc4fa92-b7cd-4953-9a45-92fe2f646980) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | edc4fa92-b7cd-4953-9a45-92fe2f646980 | 2018-09-22T12:55:17 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: edc4fa92-b7cd-4953-9a45-92fe2f646980 ~/.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-09-22 12:55:21,117 - 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-09-22 12:55:21,117 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-22 12:55:27,123 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-22 12:55:25.255 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-22 12:55:25.391 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-22 12:55:26.924 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ca39f502-7f7b-4f94-84bd-403fea5677d7) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ca39f502-7f7b-4f94-84bd-403fea5677d7) as the default verifier for the future CLI operations. 2018-09-22 12:55:30,000 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-09-22 12:55:30,733 - 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-09-22T12:55:30Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6dfbed23-b256-4cd5-89ea-c53e383c7ee0', u'provider:segmentation_id': 95, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_full_parallel-net_98c8805e-2144-462c-8cb2-a5d61eda119f', u'admin_state_up': True, u'tenant_id': u'c7992477f10545dfbe1b405f2ba5970c', u'created_at': u'2018-09-22T12:55:30Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'c7992477f10545dfbe1b405f2ba5970c'}) 2018-09-22 12:55:32,115 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-22T12:55:31Z', 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'd08c3738-0d47-4843-b649-a180001c7177', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_full_parallel-subnet_98c8805e-2144-462c-8cb2-a5d61eda119f', u'enable_dhcp': True, u'network_id': u'6dfbed23-b256-4cd5-89ea-c53e383c7ee0', u'tenant_id': u'c7992477f10545dfbe1b405f2ba5970c', u'created_at': u'2018-09-22T12:55:31Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'c7992477f10545dfbe1b405f2ba5970c'}) 2018-09-22 12:55:33,364 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a628b19b-ff4a-4b9a-8714-5629ce044128', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6', u'ip_address': u'172.30.9.218'}]}, u'description': u'', u'tags': [], u'tenant_id': u'c7992477f10545dfbe1b405f2ba5970c', u'created_at': u'2018-09-22T12:55:32Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-22T12:55:33Z', u'revision_number': 2, u'routes': [], u'project_id': u'c7992477f10545dfbe1b405f2ba5970c', u'id': u'abeca492-28d1-400e-85ff-1776634cf3df', u'name': u'tempest_full_parallel-router_98c8805e-2144-462c-8cb2-a5d61eda119f'}) 2018-09-22 12:55:37,346 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/file', 'owner': u'c7992477f10545dfbe1b405f2ba5970c', 'id': u'55f3833a-c4bf-4a63-9fbc-67ac5925984b', 'size': 12716032, u'self': u'/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c7992477f10545dfbe1b405f2ba5970c', 'name': 'tempest_full_paral-project_98c8805e-2144-462c-8cb2-a5d61eda119f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-22T12:55:37Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-22T12:55:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f', 'created': u'2018-09-22T12:55:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-22T12:55:35Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-22 12:55:37,544 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_98c8805e-2144-462c-8cb2-a5d61eda119f', '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'115f3d2949f848d88ea3ac1e6295621b', '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'4acf0059-568d-4b10-9c60-facd7b8bb216', 'swap': 0}) 2018-09-22 12:55:39,842 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712/file', 'owner': u'c7992477f10545dfbe1b405f2ba5970c', 'id': u'a5ff1a2b-db1c-4453-8b4f-d81ece5bf712', 'size': 12716032, u'self': u'/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c7992477f10545dfbe1b405f2ba5970c', 'name': 'tempest_full_paral-project_98c8805e-2144-462c-8cb2-a5d61eda119f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-22T12:55:39Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-22T12:55:39Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_98c8805e-2144-462c-8cb2-a5d61eda119f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_98c8805e-2144-462c-8cb2-a5d61eda119f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_98c8805e-2144-462c-8cb2-a5d61eda119f', 'created': u'2018-09-22T12:55:38Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-22T12:55:38Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_98c8805e-2144-462c-8cb2-a5d61eda119f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-22 12:55:39,906 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_98c8805e-2144-462c-8cb2-a5d61eda119f', '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'115f3d2949f848d88ea3ac1e6295621b', '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'5a9989de-b8a5-4950-b90f-1059ec32b371', 'swap': 0}) 2018-09-22 12:55:39,927 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_98c8805e-2144-462c-8cb2-a5d61eda119f', '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'115f3d2949f848d88ea3ac1e6295621b', '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'5a9989de-b8a5-4950-b90f-1059ec32b371', 'swap': 0}) 2018-09-22 12:55:43,072 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-22 12:55:42.041 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ca39f502-7f7b-4f94-84bd-403fea5677d7) for deployment 'opnfv-rally' (UUID=edc4fa92-b7cd-4953-9a45-92fe2f646980). 2018-09-22 12:55:42.907 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-09-22 12:55:42.909 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ca39f502-7f7b-4f94-84bd-403fea5677d7) has been successfully configured for deployment 'opnfv-rally' (UUID=edc4fa92-b7cd-4953-9a45-92fe2f646980)! 2018-09-22 12:55:43,073 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-22 12:55:43,073 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-22 12:55:43,076 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-22 12:55:43,084 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-22 12:55:45,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ca39f502-7f7b-4f94-84bd-403fea5677d7/repo; testr list-tests '^tempest\.' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-09-22 12:55:45,465 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-22 12:55:45,480 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-22 12:55:45,483 - 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-09-22 12:55:47,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:47.441 49 INFO rally.api [-] Starting verification (UUID=d0e9a2c3-fabe-4620-b1ee-4da473f10bb3) for deployment 'opnfv-rally' (UUID=edc4fa92-b7cd-4953-9a45-92fe2f646980) by verifier 'opnfv-tempest' (UUID=ca39f502-7f7b-4f94-84bd-403fea5677d7). 2018-09-22 12:55:47,443 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d0e9a2c3-fabe-4620-b1ee-4da473f10bb3 2018-09-22 12:55:52,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:52.065 49 INFO opnfv-tempest [-] {7} 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-09-22 12:55:52,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:52.143 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-09-22 12:55:52,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:52.157 49 INFO opnfv-tempest [-] {3} 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-09-22 12:55:54,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:54.638 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.559s] 2018-09-22 12:55:54,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:54.814 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.177s] 2018-09-22 12:55:55,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.261 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.445s] 2018-09-22 12:55:55,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.473 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.192s] 2018-09-22 12:55:55,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.541 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.172s] 2018-09-22 12:55:55,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.557 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.015s] 2018-09-22 12:55:55,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.568 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.011s] 2018-09-22 12:55:55,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.630 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.237s] 2018-09-22 12:55:55,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.660 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.399s] 2018-09-22 12:55:55,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.731 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.288s] 2018-09-22 12:55:55,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.771 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.139s] 2018-09-22 12:55:55,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.782 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.050s] 2018-09-22 12:55:55,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.786 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.218s] 2018-09-22 12:55:55,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.798 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.012s] 2018-09-22 12:55:55,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.857 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.075s] 2018-09-22 12:55:55,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.872 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.072s] 2018-09-22 12:55:55,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.900 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.027s] 2018-09-22 12:55:55,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.953 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.053s] 2018-09-22 12:55:55,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.965 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.012s] 2018-09-22 12:55:55,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.999 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.400s] 2018-09-22 12:55:56,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.053 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.087s] 2018-09-22 12:55:56,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.077 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.417s] 2018-09-22 12:55:56,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.081 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.028s] 2018-09-22 12:55:56,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.122 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.122s] 2018-09-22 12:55:56,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.209 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.086s] 2018-09-22 12:55:56,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.333 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.242s] 2018-09-22 12:55:56,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.382 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.304s] 2018-09-22 12:55:56,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.691 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.480s] 2018-09-22 12:55:56,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.775 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.440s] 2018-09-22 12:55:56,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.953 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.262s] 2018-09-22 12:56:00,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:00.498 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-09-22 12:56:01,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:01.418 49 INFO opnfv-tempest [-] {13} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.510s] 2018-09-22 12:56:03,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:03.066 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-09-22 12:56:03,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:03.069 49 INFO opnfv-tempest [-] {5} 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-09-22 12:56:03,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:03.070 49 INFO opnfv-tempest [-] {5} 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-09-22 12:56:05,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:05.753 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.132s] 2018-09-22 12:56:05,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:05.788 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.035s] 2018-09-22 12:56:06,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:06.069 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.396s] 2018-09-22 12:56:07,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:07.342 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.418s] 2018-09-22 12:56:07,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:07.425 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.084s] 2018-09-22 12:56:08,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:08.272 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.845s] 2018-09-22 12:56:10,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:10.494 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [15.012s] 2018-09-22 12:56:13,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:13.107 49 INFO opnfv-tempest [-] {0} 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-09-22 12:56:17,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:17.690 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [22.240s] 2018-09-22 12:56:17,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:17.943 49 INFO opnfv-tempest [-] {10} 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-09-22 12:56:18,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:18.446 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [23.228s] 2018-09-22 12:56:19,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:19.009 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [1.009s] 2018-09-22 12:56:19,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:19.112 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.425s] 2018-09-22 12:56:19,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:19.440 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-09-22 12:56:19,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:19.798 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [0.684s] 2018-09-22 12:56:20,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.353 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [1.343s] 2018-09-22 12:56:20,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.495 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [0.697s] 2018-09-22 12:56:20,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.682 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [24.818s] 2018-09-22 12:56:20,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.685 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [26.500s] 2018-09-22 12:56:20,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.703 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.029s] 2018-09-22 12:56:20,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.719 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.016s] 2018-09-22 12:56:20,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.735 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.015s] 2018-09-22 12:56:20,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.748 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.012s] 2018-09-22 12:56:20,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.763 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.267s] 2018-09-22 12:56:20,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.778 49 INFO opnfv-tempest [-] {13} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON ... fail 2018-09-22 12:56:20,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.821 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [26.140s] 2018-09-22 12:56:20,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.826 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.146s] 2018-09-22 12:56:21,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:21.051 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.301s] 2018-09-22 12:56:21,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:21.127 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.363s] 2018-09-22 12:56:21,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:21.398 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.347s] 2018-09-22 12:56:21,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:21.562 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.164s] 2018-09-22 12:56:21,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:21.617 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [1.263s] 2018-09-22 12:56:21,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:21.812 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.249s] 2018-09-22 12:56:21,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:21.854 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [26.384s] 2018-09-22 12:56:22,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:22.026 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.898s] 2018-09-22 12:56:22,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:22.228 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.416s] 2018-09-22 12:56:22,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:22.324 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.470s] 2018-09-22 12:56:22,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:22.841 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [0.860s] 2018-09-22 12:56:22,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:22.905 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.580s] 2018-09-22 12:56:22,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:22.916 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.011s] 2018-09-22 12:56:22,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:22.930 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.014s] 2018-09-22 12:56:22,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:22.962 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.031s] 2018-09-22 12:56:23,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:23.015 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [0.987s] 2018-09-22 12:56:23,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:23.286 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.445s] 2018-09-22 12:56:23,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:23.558 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.224s] 2018-09-22 12:56:23,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:23.578 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.616s] 2018-09-22 12:56:23,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:23.604 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.590s] 2018-09-22 12:56:24,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:24.162 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.582s] 2018-09-22 12:56:24,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:24.198 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.037s] 2018-09-22 12:56:24,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:24.719 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.520s] 2018-09-22 12:56:24,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:24.755 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.036s] 2018-09-22 12:56:24,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:24.768 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.012s] 2018-09-22 12:56:26,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:26.110 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.340s] 2018-09-22 12:56:26,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:26.511 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.401s] 2018-09-22 12:56:33,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:33.864 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.162s] 2018-09-22 12:56:33,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:33.876 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.012s] 2018-09-22 12:56:33,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:33.914 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.038s] 2018-09-22 12:56:33,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:33.926 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.011s] 2018-09-22 12:56:33,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:33.943 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.016s] 2018-09-22 12:56:33,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:33.956 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.012s] 2018-09-22 12:56:33,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:33.983 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.027s] 2018-09-22 12:56:33,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:33.995 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.011s] 2018-09-22 12:56:34,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:34.021 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.026s] 2018-09-22 12:56:34,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:34.033 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.011s] 2018-09-22 12:56:34,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:34.042 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.009s] 2018-09-22 12:56:34,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:34.054 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.012s] 2018-09-22 12:56:34,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:34.062 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.008s] 2018-09-22 12:56:34,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:34.101 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.038s] 2018-09-22 12:56:34,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:34.681 49 INFO opnfv-tempest [-] {2} 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-09-22 12:56:36,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:36.296 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [17.286s] 2018-09-22 12:56:38,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:38.845 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [3.541s] 2018-09-22 12:56:39,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:39.855 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.531s] 2018-09-22 12:56:39,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:39.907 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.184s] 2018-09-22 12:56:39,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:39.919 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.012s] 2018-09-22 12:56:40,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:40.111 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.191s] 2018-09-22 12:56:40,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:40.165 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.053s] 2018-09-22 12:56:40,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:40.183 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.018s] 2018-09-22 12:56:40,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:40.195 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.012s] 2018-09-22 12:56:40,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:40.207 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.012s] 2018-09-22 12:56:40,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:40.244 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.388s] 2018-09-22 12:56:40,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:40.733 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.488s] 2018-09-22 12:56:41,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:41.365 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.631s] 2018-09-22 12:56:41,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:41.502 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [23.054s] 2018-09-22 12:56:42,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:42.352 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.986s] 2018-09-22 12:56:42,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:42.805 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [3.959s] 2018-09-22 12:56:43,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:43.400 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [1.045s] 2018-09-22 12:56:44,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:44.925 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [1.525s] 2018-09-22 12:56:45,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:45.196 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [24.372s] 2018-09-22 12:56:46,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:46.944 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [2.014s] 2018-09-22 12:56:47,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:47.254 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [4.447s] 2018-09-22 12:56:47,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:47.259 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-09-22 12:56:47,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:47.261 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-09-22 12:56:47,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:47.268 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.013s] 2018-09-22 12:56:47,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:47.524 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.583s] 2018-09-22 12:56:49,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:49.124 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [1.599s] 2018-09-22 12:56:54,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:54.655 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [35.205s] 2018-09-22 12:56:54,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:54.764 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.183s] 2018-09-22 12:56:54,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:54.854 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.090s] 2018-09-22 12:56:54,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:54.902 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.048s] 2018-09-22 12:56:54,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:54.946 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.044s] 2018-09-22 12:57:00,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:00.811 49 INFO opnfv-tempest [-] {10} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.195s] 2018-09-22 12:57:00,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:00.866 49 INFO opnfv-tempest [-] {10} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.054s] 2018-09-22 12:57:03,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:03.033 49 INFO opnfv-tempest [-] {10} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [2.165s] 2018-09-22 12:57:03,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:03.046 49 INFO opnfv-tempest [-] {10} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.013s] 2018-09-22 12:57:03,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:03.090 49 INFO opnfv-tempest [-] {10} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.043s] 2018-09-22 12:57:03,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:03.104 49 INFO opnfv-tempest [-] {10} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.013s] 2018-09-22 12:57:03,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:03.159 49 INFO opnfv-tempest [-] {10} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.055s] 2018-09-22 12:57:03,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:03.240 49 INFO opnfv-tempest [-] {10} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.080s] 2018-09-22 12:57:04,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:04.065 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [34.993s] 2018-09-22 12:57:05,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:05.420 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.417s] 2018-09-22 12:57:06,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:06.118 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.698s] 2018-09-22 12:57:07,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:07.043 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [17.794s] 2018-09-22 12:57:07,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:07.044 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.922s] 2018-09-22 12:57:07,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:07.768 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.122s] 2018-09-22 12:57:07,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:07.806 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.037s] 2018-09-22 12:57:07,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:07.881 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.074s] 2018-09-22 12:57:09,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:09.170 49 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... fail [0.223s] 2018-09-22 12:57:10,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:10.214 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [3.172s] 2018-09-22 12:57:11,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:11.228 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [1.013s] 2018-09-22 12:57:13,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:13.114 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [6.076s] 2018-09-22 12:57:14,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:14.839 49 INFO opnfv-tempest [-] {2} 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-09-22 12:57:15,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:15.698 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.254s] 2018-09-22 12:57:15,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:15.711 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.013s] 2018-09-22 12:57:15,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:15.870 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.159s] 2018-09-22 12:57:26,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:26.984 49 INFO opnfv-tempest [-] {8} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.196s] 2018-09-22 12:57:31,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:31.729 49 INFO opnfv-tempest [-] {4} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [50.168s] 2018-09-22 12:57:33,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:33.938 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [33.113s] 2018-09-22 12:57:35,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:35.435 49 INFO opnfv-tempest [-] {4} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [3.711s] 2018-09-22 12:57:35,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:35.889 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [41.225s] 2018-09-22 12:57:35,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:35.891 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.001s]: Skipped until Bug: 1524898 is resolved. 2018-09-22 12:57:37,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:37.762 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [10.641s] 2018-09-22 12:57:39,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:39.560 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [17.330s] 2018-09-22 12:57:39,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:39.853 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.295s] 2018-09-22 12:57:41,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:41.099 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.245s] 2018-09-22 12:57:42,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:42.046 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.946s] 2018-09-22 12:57:42,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:42.089 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.043s] 2018-09-22 12:57:42,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:42.621 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [8.687s] 2018-09-22 12:57:44,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:44.414 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [2.324s] 2018-09-22 12:57:44,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:44.945 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.529s] 2018-09-22 12:57:45,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:45.729 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [66.058s] 2018-09-22 12:57:46,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:46.979 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-09-22 12:57:48,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:48.254 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [44.180s] 2018-09-22 12:57:49,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:49.646 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON ... fail 2018-09-22 12:57:52,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:52.342 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [4.091s] 2018-09-22 12:57:54,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:54.798 49 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [36.707s] 2018-09-22 12:57:55,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:55.694 49 INFO opnfv-tempest [-] {15} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.821s] 2018-09-22 12:58:00,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:00.029 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [24.740s] 2018-09-22 12:58:04,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:04.052 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [128.846s] 2018-09-22 12:58:04,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:04.071 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.024s] 2018-09-22 12:58:08,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:08.875 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.469s] 2018-09-22 12:58:08,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:08.927 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.051s] 2018-09-22 12:58:08,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:08.971 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [107.326s] 2018-09-22 12:58:09,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:09.550 49 INFO opnfv-tempest [-] {15} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.483s] 2018-09-22 12:58:09,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:09.559 49 INFO opnfv-tempest [-] {15} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.010s] 2018-09-22 12:58:10,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:10.854 49 INFO opnfv-tempest [-] {15} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.293s] 2018-09-22 12:58:10,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:10.856 49 INFO opnfv-tempest [-] {15} 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-09-22 12:58:10,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:10.860 49 INFO opnfv-tempest [-] {15} 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-09-22 12:58:10,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:10.862 49 INFO opnfv-tempest [-] {15} 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-09-22 12:58:11,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:11.035 49 INFO opnfv-tempest [-] {15} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.178s] 2018-09-22 12:58:11,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:11.067 49 INFO opnfv-tempest [-] {15} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.030s] 2018-09-22 12:58:11,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:11.070 49 INFO opnfv-tempest [-] {15} 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-09-22 12:58:11,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:11.071 49 INFO opnfv-tempest [-] {15} 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-09-22 12:58:11,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:11.072 49 INFO opnfv-tempest [-] {15} 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-09-22 12:58:11,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:11.778 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [8.632s] 2018-09-22 12:58:17,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:17.377 49 INFO opnfv-tempest [-] {14} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... fail [17.940s] 2018-09-22 12:58:17,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:17.382 49 INFO opnfv-tempest [-] {14} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.011s] 2018-09-22 12:58:17,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:17.887 49 INFO opnfv-tempest [-] {14} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.504s] 2018-09-22 12:58:17,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:17.917 49 INFO opnfv-tempest [-] {14} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.030s] 2018-09-22 12:58:18,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:18.045 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.108s] 2018-09-22 12:58:20,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:20.660 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [20.630s] 2018-09-22 12:58:24,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:24.519 49 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.652s] 2018-09-22 12:58:24,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:24.737 49 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.218s] 2018-09-22 12:58:25,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:25.245 49 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.507s] 2018-09-22 12:58:25,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:25.414 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON ... fail 2018-09-22 12:58:25,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:25.663 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [17.016s] 2018-09-22 12:58:32,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:32.214 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [23.241s] 2018-09-22 12:58:32,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:32.716 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [1.329s] 2018-09-22 12:58:33,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:33.147 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.430s] 2018-09-22 12:58:35,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:35.573 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [2.427s] 2018-09-22 12:58:35,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:35.755 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [50.023s] 2018-09-22 12:58:36,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:36.250 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-09-22 12:58:36,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:36.824 49 INFO opnfv-tempest [-] {5} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-09-22 12:58:38,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:38.355 49 INFO opnfv-tempest [-] {12} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [4.240s] 2018-09-22 12:58:38,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:38.883 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [5.925s] 2018-09-22 12:58:39,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:39.156 49 INFO opnfv-tempest [-] {12} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [0.801s] 2018-09-22 12:58:39,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:39.168 49 INFO opnfv-tempest [-] {12} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.012s] 2018-09-22 12:58:39,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:39.996 49 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-09-22 12:58:40,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:40.097 49 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.100s] 2018-09-22 12:58:40,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:40.692 49 INFO opnfv-tempest [-] {12} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [1.522s] 2018-09-22 12:58:41,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:41.685 49 INFO opnfv-tempest [-] {12} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [0.992s] 2018-09-22 12:58:43,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:43.028 49 INFO opnfv-tempest [-] {12} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [1.341s] 2018-09-22 12:58:43,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:43.205 49 INFO opnfv-tempest [-] {12} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.177s] 2018-09-22 12:58:43,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:43.572 49 INFO opnfv-tempest [-] {12} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.366s] 2018-09-22 12:58:46,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:46.662 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [54.308s] 2018-09-22 12:58:46,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:46.663 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2018-09-22 12:58:47,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:47.759 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.353s] 2018-09-22 12:58:48,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:48.442 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.050s] 2018-09-22 12:58:48,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:48.753 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.087s] 2018-09-22 12:58:48,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:48.840 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.086s] 2018-09-22 12:58:49,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:49.423 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 12:58:49,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:49.425 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 12:58:51,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:51.505 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [2.664s] 2018-09-22 12:58:51,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:51.588 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.083s] 2018-09-22 12:58:53,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:53.708 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [2.120s] 2018-09-22 12:58:54,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:54.444 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.075s] 2018-09-22 12:58:54,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:54.565 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-09-22 12:58:54,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:54.823 49 INFO opnfv-tempest [-] {7} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.671s] 2018-09-22 12:58:55,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:55.259 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.890s] 2018-09-22 12:58:56,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:56.596 49 INFO opnfv-tempest [-] {7} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [1.772s] 2018-09-22 12:58:57,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:57.472 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [19.196s] 2018-09-22 12:58:58,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:58.278 49 INFO opnfv-tempest [-] {7} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [1.682s] 2018-09-22 12:58:59,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:59.322 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2018-09-22 12:59:00,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:00.314 49 INFO opnfv-tempest [-] {7} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [2.035s] 2018-09-22 12:59:01,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:01.412 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.966s] 2018-09-22 12:59:05,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:05.402 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [21.660s] 2018-09-22 12:59:06,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:06.961 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [1.562s] 2018-09-22 12:59:11,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:11.111 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [2.480s] 2018-09-22 12:59:14,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:14.368 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [3.256s] 2018-09-22 12:59:14,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:14.787 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [4.624s] 2018-09-22 12:59:15,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:15.826 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [1.457s] 2018-09-22 12:59:16,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:16.198 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [9.235s] 2018-09-22 12:59:16,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:16.761 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... success [19.288s] 2018-09-22 12:59:16,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:16.816 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [6.050s] 2018-09-22 12:59:17,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:17.422 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [1.596s] 2018-09-22 12:59:17,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:17.707 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.647s] 2018-09-22 12:59:17,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:17.710 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [2.921s] 2018-09-22 12:59:17,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:17.716 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-09-22 12:59:17,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:17.799 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [182.612s] 2018-09-22 12:59:20,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:20.721 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [3.298s] 2018-09-22 12:59:21,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:21.185 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.367s] 2018-09-22 12:59:22,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:22.183 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [4.473s] 2018-09-22 12:59:22,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:22.908 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [2.185s] 2018-09-22 12:59:23,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:23.104 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [1.919s] 2018-09-22 12:59:23,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:23.722 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2018-09-22 12:59:25,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:25.119 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.707s] 2018-09-22 12:59:25,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:25.630 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.510s] 2018-09-22 12:59:25,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:25.865 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2018-09-22 12:59:26,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:26.065 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [2.960s] 2018-09-22 12:59:26,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:26.362 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.732s] 2018-09-22 12:59:26,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:26.915 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.551s] 2018-09-22 12:59:27,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:27.583 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.668s] 2018-09-22 12:59:27,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:27.657 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.073s] 2018-09-22 12:59:27,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:27.795 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.138s] 2018-09-22 12:59:27,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:27.886 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.090s] 2018-09-22 12:59:27,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:27.963 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.076s] 2018-09-22 12:59:28,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:28.038 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.075s] 2018-09-22 12:59:28,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:28.116 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.077s] 2018-09-22 12:59:28,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:28.309 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.125s] 2018-09-22 12:59:28,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:28.701 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [3.027s] 2018-09-22 12:59:28,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:28.999 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [77.212s] 2018-09-22 12:59:30,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:30.481 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [1.245s] 2018-09-22 12:59:31,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:31.886 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... success [15.125s] 2018-09-22 12:59:32,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:32.568 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [2.087s] 2018-09-22 12:59:33,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:33.124 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [4.422s] 2018-09-22 12:59:33,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:33.436 49 INFO opnfv-tempest [-] {15} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-09-22 12:59:33,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:33.437 49 INFO opnfv-tempest [-] {15} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-09-22 12:59:33,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:33.438 49 INFO opnfv-tempest [-] {15} 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-09-22 12:59:37,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:37.446 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [4.321s] 2018-09-22 12:59:38,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:38.396 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.174s] 2018-09-22 12:59:38,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:38.550 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.154s] 2018-09-22 12:59:38,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:38.704 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.153s] 2018-09-22 12:59:38,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:38.946 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [0.962s] 2018-09-22 12:59:40,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:40.260 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [7.688s] 2018-09-22 12:59:41,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:41.475 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [1.216s] 2018-09-22 12:59:41,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:41.540 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.834s] 2018-09-22 12:59:41,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:41.554 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.016s] 2018-09-22 12:59:41,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:41.884 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.199s] 2018-09-22 12:59:42,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:42.037 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.584s] 2018-09-22 12:59:43,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:43.484 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [4.535s] 2018-09-22 12:59:44,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:44.221 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... success [12.336s] 2018-09-22 12:59:44,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:44.291 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [28.084s] 2018-09-22 12:59:44,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:44.385 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [2.909s] 2018-09-22 12:59:44,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:44.545 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [100.443s] 2018-09-22 12:59:45,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.040 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-09-22 12:59:45,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.041 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-09-22 12:59:45,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.312 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.188s] 2018-09-22 12:59:45,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.350 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.038s] 2018-09-22 12:59:45,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.366 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [1.885s] 2018-09-22 12:59:45,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.421 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.071s] 2018-09-22 12:59:45,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.454 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [1.168s] 2018-09-22 12:59:45,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.518 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.097s] 2018-09-22 12:59:45,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.538 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.020s] 2018-09-22 12:59:45,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.724 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.183s] 2018-09-22 12:59:45,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.802 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.080s] 2018-09-22 12:59:50,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:50.203 49 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.089s] 2018-09-22 12:59:50,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:50.596 49 INFO opnfv-tempest [-] {10} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.074s] 2018-09-22 12:59:50,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:50.679 49 INFO opnfv-tempest [-] {10} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.083s] 2018-09-22 12:59:51,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:51.336 49 INFO opnfv-tempest [-] {10} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.655s] 2018-09-22 12:59:52,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:52.280 49 INFO opnfv-tempest [-] {10} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.945s] 2018-09-22 12:59:53,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:53.474 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [3.643s] 2018-09-22 12:59:54,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:54.272 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.798s] 2018-09-22 12:59:54,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:54.889 49 INFO opnfv-tempest [-] {4} tempest.api.image.v1.test_image_members.ImageMembersTest.test_add_image_member ... fail [0.010s] 2018-09-22 12:59:54,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:54.898 49 INFO opnfv-tempest [-] {4} tempest.api.image.v1.test_image_members.ImageMembersTest.test_get_shared_images ... fail [0.008s] 2018-09-22 12:59:54,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:54.907 49 INFO opnfv-tempest [-] {4} tempest.api.image.v1.test_image_members.ImageMembersTest.test_remove_member ... fail [0.009s] 2018-09-22 12:59:55,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:55.206 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-09-22 12:59:55,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:55.396 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.160s] 2018-09-22 12:59:55,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:55.553 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [1.280s] 2018-09-22 12:59:55,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:55.583 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.186s] 2018-09-22 12:59:55,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:55.646 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.377s] 2018-09-22 12:59:56,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:56.314 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.760s] 2018-09-22 12:59:56,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:56.330 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.017s] 2018-09-22 12:59:56,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:56.497 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.166s] 2018-09-22 12:59:57,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:57.487 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-09-22 12:59:57,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:57.530 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [1.033s] 2018-09-22 12:59:57,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:57.734 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [2.087s] 2018-09-22 12:59:58,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:58.200 49 INFO opnfv-tempest [-] {14} tempest.api.image.v1.test_images.UpdateImageMetaTest ... fail 2018-09-22 12:59:58,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:58.845 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [1.110s] 2018-09-22 12:59:59,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:59.468 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... fail [33.583s] 2018-09-22 12:59:59,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:59.485 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.640s] 2018-09-22 13:00:00,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:00.501 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-09-22 13:00:00,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:00.676 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [1.190s] 2018-09-22 13:00:01,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:01.868 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.951s] 2018-09-22 13:00:04,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:04.339 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [3.661s] 2018-09-22 13:00:04,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:04.555 49 INFO opnfv-tempest [-] {10} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [4.119s] 2018-09-22 13:00:06,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:06.220 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [6.754s] 2018-09-22 13:00:06,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:06.283 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.018s] 2018-09-22 13:00:06,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:06.673 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [3.022s] 2018-09-22 13:00:06,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:06.844 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.172s] 2018-09-22 13:00:07,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:07.022 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.178s] 2018-09-22 13:00:07,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:07.537 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-09-22 13:00:07,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:07.788 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [3.449s] 2018-09-22 13:00:09,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:09.102 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [3.317s] 2018-09-22 13:00:09,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:09.125 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [1.337s] 2018-09-22 13:00:10,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:10.409 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [17.078s] 2018-09-22 13:00:10,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:10.445 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [3.422s] 2018-09-22 13:00:10,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:10.984 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [1.857s] 2018-09-22 13:00:11,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:11.666 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [5.381s] 2018-09-22 13:00:12,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:12.151 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [1.168s] 2018-09-22 13:00:13,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:13.031 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [86.358s] 2018-09-22 13:00:15,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:15.759 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [6.656s] 2018-09-22 13:00:15,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:15.764 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [5.317s] 2018-09-22 13:00:18,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:18.071 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [3.455s] 2018-09-22 13:00:18,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:18.072 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-09-22 13:00:18,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:18.698 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.933s] 2018-09-22 13:00:19,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:19.075 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-09-22 13:00:19,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:19.982 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [1.911s] 2018-09-22 13:00:22,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:22.199 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [20.328s] 2018-09-22 13:00:24,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:24.579 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_add_member_with_non_existing_image ... fail [0.009s] 2018-09-22 13:00:24,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:24.585 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_image ... fail [0.007s] 2018-09-22 13:00:24,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:24.592 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_tenant ... fail [0.009s] 2018-09-22 13:00:24,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:24.601 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_get_image_without_membership ... fail [0.008s] 2018-09-22 13:00:26,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:26.077 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.237s] 2018-09-22 13:00:26,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:26.900 49 INFO opnfv-tempest [-] {11} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.921s] 2018-09-22 13:00:27,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:27.400 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [11.640s] 2018-09-22 13:00:29,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:29.738 49 INFO opnfv-tempest [-] {11} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [2.837s] 2018-09-22 13:00:30,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:30.261 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [2.772s] 2018-09-22 13:00:30,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:30.334 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [5.611s] 2018-09-22 13:00:30,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:30.374 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [165.399s] 2018-09-22 13:00:34,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:34.315 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [4.053s] 2018-09-22 13:00:34,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:34.868 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [7.467s] 2018-09-22 13:00:35,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:35.901 49 INFO opnfv-tempest [-] {11} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [6.160s] 2018-09-22 13:00:39,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:39.962 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [2.617s] 2018-09-22 13:00:43,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.341 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [75.204s] 2018-09-22 13:00:43,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.357 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.021s] 2018-09-22 13:00:43,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.428 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [3.465s] 2018-09-22 13:00:43,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.548 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.156s] 2018-09-22 13:00:43,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.695 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.146s] 2018-09-22 13:00:43,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.847 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.152s] 2018-09-22 13:00:43,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.891 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [9.022s] 2018-09-22 13:00:43,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.901 49 INFO opnfv-tempest [-] {11} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [7.999s] 2018-09-22 13:00:43,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.961 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [0.602s] 2018-09-22 13:00:43,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.964 49 INFO opnfv-tempest [-] {12} 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-09-22 13:00:44,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.041 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.194s] 2018-09-22 13:00:44,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.217 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.174s] 2018-09-22 13:00:44,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.220 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.254s] 2018-09-22 13:00:44,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.353 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.134s] 2018-09-22 13:00:44,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.356 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.139s] 2018-09-22 13:00:44,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.504 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.148s] 2018-09-22 13:00:44,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.655 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.150s] 2018-09-22 13:00:44,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.662 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.007s] 2018-09-22 13:00:44,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.819 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.156s] 2018-09-22 13:00:46,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:46.170 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [33.132s] 2018-09-22 13:00:48,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:48.589 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [6.527s] 2018-09-22 13:00:49,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:49.948 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [1.358s] 2018-09-22 13:00:50,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:50.400 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [24.315s] 2018-09-22 13:00:50,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:50.408 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.012s] 2018-09-22 13:00:50,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:50.419 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.011s] 2018-09-22 13:00:50,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:50.433 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.013s] 2018-09-22 13:00:50,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:50.577 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [20.200s] 2018-09-22 13:00:51,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:51.347 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [29.140s] 2018-09-22 13:00:51,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:51.543 49 INFO opnfv-tempest [-] {11} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [7.642s] 2018-09-22 13:00:51,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:51.670 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [1.235s] 2018-09-22 13:00:52,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:52.442 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.771s] 2018-09-22 13:00:52,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:52.649 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [2.076s] 2018-09-22 13:00:52,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:52.726 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [2.778s] 2018-09-22 13:00:52,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:52.861 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [8.969s] 2018-09-22 13:00:58,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:58.611 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.326s] 2018-09-22 13:00:58,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:58.788 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [8.325s] 2018-09-22 13:00:58,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:58.791 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.001s]: Skipped until Bug: 1687044 is resolved. 2018-09-22 13:01:03,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:03.951 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [11.089s] 2018-09-22 13:01:07,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:07.580 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-09-22 13:01:07,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:07.581 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-09-22 13:01:08,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:08.105 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [9.342s] 2018-09-22 13:01:10,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:10.790 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [6.840s] 2018-09-22 13:01:11,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:11.107 49 INFO opnfv-tempest [-] {7} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.191s] 2018-09-22 13:01:11,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:11.315 49 INFO opnfv-tempest [-] {7} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.208s] 2018-09-22 13:01:11,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:11.433 49 INFO opnfv-tempest [-] {7} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.118s] 2018-09-22 13:01:12,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:12.499 49 INFO opnfv-tempest [-] {7} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [1.065s] 2018-09-22 13:01:12,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:12.531 49 INFO opnfv-tempest [-] {7} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.033s] 2018-09-22 13:01:13,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:13.051 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.188s] 2018-09-22 13:01:13,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:13.408 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.356s] 2018-09-22 13:01:14,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:14.947 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [187.324s] 2018-09-22 13:01:15,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:15.012 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.069s] 2018-09-22 13:01:15,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:15.356 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.343s] 2018-09-22 13:01:20,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:20.350 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [12.245s] 2018-09-22 13:01:22,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:22.308 49 INFO opnfv-tempest [-] {12} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-09-22 13:01:22,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:22.309 49 INFO opnfv-tempest [-] {12} 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-09-22 13:01:23,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:23.858 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [3.506s] 2018-09-22 13:01:26,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:26.372 49 INFO opnfv-tempest [-] {2} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... skip [0.001s]: Skipped until Bug: 1664793 is resolved. 2018-09-22 13:01:28,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:28.171 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [81.931s] 2018-09-22 13:01:28,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:28.282 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [4.140s] 2018-09-22 13:01:28,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:28.391 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [103.818s] 2018-09-22 13:01:29,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:29.983 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [4.609s] 2018-09-22 13:01:30,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:30.815 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [19.502s] 2018-09-22 13:01:34,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:34.563 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [10.705s] 2018-09-22 13:01:35,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:35.460 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [7.177s] 2018-09-22 13:01:39,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:39.128 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [4.189s] 2018-09-22 13:01:39,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:39.555 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [4.991s] 2018-09-22 13:01:39,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:39.727 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [48.370s] 2018-09-22 13:01:40,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:40.534 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.941s] 2018-09-22 13:01:40,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:40.746 49 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [10.201s] 2018-09-22 13:01:40,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:40.917 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.789s] 2018-09-22 13:01:41,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:41.059 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.525s] 2018-09-22 13:01:41,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:41.216 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [89.528s] 2018-09-22 13:01:42,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:42.260 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [1.199s] 2018-09-22 13:01:42,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:42.353 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [13.457s] 2018-09-22 13:01:42,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:42.954 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [14.781s] 2018-09-22 13:01:44,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:44.211 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [1.260s] 2018-09-22 13:01:45,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:45.182 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.130s] 2018-09-22 13:01:45,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:45.277 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.094s] 2018-09-22 13:01:45,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:45.398 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.120s] 2018-09-22 13:01:45,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:45.489 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.092s] 2018-09-22 13:01:45,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:45.584 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.094s] 2018-09-22 13:01:47,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:47.891 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [8.335s] 2018-09-22 13:01:48,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:48.541 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [13.080s] 2018-09-22 13:01:48,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:48.701 49 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [7.954s] 2018-09-22 13:01:53,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:53.352 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: Encrypted volume attach is not supported 2018-09-22 13:01:53,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:53.353 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-09-22 13:01:54,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:54.547 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [12.193s] 2018-09-22 13:01:54,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:54.765 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.873s] 2018-09-22 13:01:54,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:54.850 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [6.309s] 2018-09-22 13:02:01,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:01.671 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [6.819s] 2018-09-22 13:02:03,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:03.156 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [23.428s] 2018-09-22 13:02:03,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:03.276 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [8.511s] 2018-09-22 13:02:03,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:03.378 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [8.831s] 2018-09-22 13:02:04,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:04.254 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [21.989s] 2018-09-22 13:02:04,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:04.295 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.045s] 2018-09-22 13:02:04,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:04.330 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.034s] 2018-09-22 13:02:07,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:07.098 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.819s] 2018-09-22 13:02:08,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:08.400 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [6.728s] 2018-09-22 13:02:08,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:08.842 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [38.022s] 2018-09-22 13:02:09,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:09.355 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [5.976s] 2018-09-22 13:02:15,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:15.220 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [6.820s] 2018-09-22 13:02:18,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:18.029 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [8.674s] 2018-09-22 13:02:19,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:19.280 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [12.182s] 2018-09-22 13:02:20,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:20.710 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-09-22 13:02:20,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:20.720 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-09-22 13:02:21,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:20.999 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.280s] 2018-09-22 13:02:21,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:21.184 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.184s] 2018-09-22 13:02:21,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:21.406 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.221s] 2018-09-22 13:02:21,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:21.599 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.192s] 2018-09-22 13:02:21,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:21.662 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.061s] 2018-09-22 13:02:21,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:21.874 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.593s] 2018-09-22 13:02:21,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:21.929 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.267s] 2018-09-22 13:02:21,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:21.984 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.056s] 2018-09-22 13:02:22,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:22.055 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.070s] 2018-09-22 13:02:22,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:22.111 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.056s] 2018-09-22 13:02:22,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:22.154 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.041s] 2018-09-22 13:02:22,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:22.364 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.209s] 2018-09-22 13:02:22,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:22.549 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.184s] 2018-09-22 13:02:22,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:22.762 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.212s] 2018-09-22 13:02:23,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:23.462 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [8.241s] 2018-09-22 13:02:30,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:30.873 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.564s] 2018-09-22 13:02:31,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:31.195 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [9.320s] 2018-09-22 13:02:31,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:31.370 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [105.177s] 2018-09-22 13:02:31,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:31.485 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.290s] 2018-09-22 13:02:31,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:31.946 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.458s] 2018-09-22 13:02:32,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:32.252 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.307s] 2018-09-22 13:02:32,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:32.317 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.064s] 2018-09-22 13:02:32,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:32.379 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.063s] 2018-09-22 13:02:32,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:32.495 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.115s] 2018-09-22 13:02:32,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:32.601 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.106s] 2018-09-22 13:02:32,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:32.666 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.064s] 2018-09-22 13:02:32,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:32.756 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.090s] 2018-09-22 13:02:33,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:33.885 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.155s] 2018-09-22 13:02:36,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:36.632 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [5.757s] 2018-09-22 13:02:37,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:37.883 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [3.995s] 2018-09-22 13:02:39,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:39.276 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.393s] 2018-09-22 13:02:40,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:40.622 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.495s] 2018-09-22 13:02:40,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:40.672 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.395s] 2018-09-22 13:02:41,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:41.083 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.326s] 2018-09-22 13:02:41,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:41.111 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [4.479s] 2018-09-22 13:02:42,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:42.158 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.970s] 2018-09-22 13:02:42,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:42.503 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.830s] 2018-09-22 13:02:43,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:43.087 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.975s] 2018-09-22 13:02:43,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:43.093 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.934s] 2018-09-22 13:02:44,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:44.145 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [1.050s] 2018-09-22 13:02:44,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:44.952 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.807s] 2018-09-22 13:02:45,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:45.009 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.921s] 2018-09-22 13:02:45,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:45.310 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.805s] 2018-09-22 13:02:45,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:45.417 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.794s] 2018-09-22 13:02:46,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:46.048 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [1.094s] 2018-09-22 13:02:47,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:47.007 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.997s] 2018-09-22 13:02:47,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:47.792 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.476s] 2018-09-22 13:02:47,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:47.794 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [38.941s] 2018-09-22 13:02:48,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:48.391 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.604s] 2018-09-22 13:02:49,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:49.202 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [2.193s] 2018-09-22 13:02:49,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:49.224 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [33.747s] 2018-09-22 13:02:50,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:50.255 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.862s] 2018-09-22 13:02:50,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:50.962 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.760s] 2018-09-22 13:02:51,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:51.091 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.674s] 2018-09-22 13:02:52,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:52.175 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.920s] 2018-09-22 13:02:52,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:52.415 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [68.179s] 2018-09-22 13:02:53,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:53.332 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.368s] 2018-09-22 13:02:53,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:53.448 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [1.273s] 2018-09-22 13:02:53,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:53.495 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.048s] 2018-09-22 13:02:53,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:53.524 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.028s] 2018-09-22 13:02:53,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:53.546 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.021s] 2018-09-22 13:02:55,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:55.675 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.342s] 2018-09-22 13:02:55,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:55.850 49 INFO opnfv-tempest [-] {7} 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-09-22 13:02:55,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:55.851 49 INFO opnfv-tempest [-] {7} 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-09-22 13:02:55,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:55.862 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [2.550s] 2018-09-22 13:02:56,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:56.491 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.817s] 2018-09-22 13:02:56,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:56.753 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.661s] 2018-09-22 13:02:57,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:57.107 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.615s] 2018-09-22 13:02:57,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:57.571 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [52.852s] 2018-09-22 13:02:57,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:57.715 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [5.304s] 2018-09-22 13:02:57,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:57.995 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.887s] 2018-09-22 13:02:58,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:58.660 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.664s] 2018-09-22 13:02:59,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:59.270 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.609s] 2018-09-22 13:02:59,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:59.737 49 INFO opnfv-tempest [-] {11} 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-09-22 13:02:59,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:59.898 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.627s] 2018-09-22 13:03:01,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:01.530 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [1.630s] 2018-09-22 13:03:03,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:03.064 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.533s] 2018-09-22 13:03:03,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:03.592 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.529s] 2018-09-22 13:03:04,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:04.243 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.388s] 2018-09-22 13:03:04,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:04.914 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [8.159s] 2018-09-22 13:03:04,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:04.961 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.473s] 2018-09-22 13:03:05,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:05.273 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.312s] 2018-09-22 13:03:05,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:05.827 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.583s] 2018-09-22 13:03:06,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:06.190 49 INFO opnfv-tempest [-] {14} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-09-22 13:03:06,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:06.191 49 INFO opnfv-tempest [-] {14} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-09-22 13:03:08,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:08.452 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [4.855s] 2018-09-22 13:03:08,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:08.453 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2018-09-22 13:03:08,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:08.540 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [87.301s] 2018-09-22 13:03:08,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:08.622 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.088s] 2018-09-22 13:03:08,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:08.681 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.059s] 2018-09-22 13:03:09,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:09.237 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.788s] 2018-09-22 13:03:10,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:10.388 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [1.149s] 2018-09-22 13:03:10,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:10.976 49 INFO opnfv-tempest [-] {7} 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-09-22 13:03:11,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:11.094 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.706s] 2018-09-22 13:03:11,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:11.263 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [102.857s] 2018-09-22 13:03:11,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:11.498 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.584s] 2018-09-22 13:03:12,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:12.288 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.193s] 2018-09-22 13:03:12,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:12.949 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.660s] 2018-09-22 13:03:13,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:13.142 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.087s] 2018-09-22 13:03:13,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:13.620 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.670s] 2018-09-22 13:03:14,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:14.153 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 13:03:14,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:14.306 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.163s] 2018-09-22 13:03:14,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:14.422 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [2.070s] 2018-09-22 13:03:14,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:14.529 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.908s] 2018-09-22 13:03:14,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:14.637 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.216s] 2018-09-22 13:03:14,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:14.903 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.265s] 2018-09-22 13:03:15,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:15.350 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.821s] 2018-09-22 13:03:16,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:16.310 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.959s] 2018-09-22 13:03:17,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:17.021 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.257s] 2018-09-22 13:03:17,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:17.034 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.723s] 2018-09-22 13:03:17,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:17.039 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.020s] 2018-09-22 13:03:17,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:17.308 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [3.334s] 2018-09-22 13:03:17,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:17.650 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.615s] 2018-09-22 13:03:17,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:17.872 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.373s] 2018-09-22 13:03:18,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:18.057 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.081s] 2018-09-22 13:03:18,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:18.157 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.099s] 2018-09-22 13:03:18,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:18.232 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.074s] 2018-09-22 13:03:18,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:18.304 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.071s] 2018-09-22 13:03:18,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:18.381 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.076s] 2018-09-22 13:03:19,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:19.087 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.435s] 2018-09-22 13:03:19,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:19.090 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-09-22 13:03:19,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:19.091 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-09-22 13:03:19,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:19.227 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [0.845s] 2018-09-22 13:03:19,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:19.782 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.694s] 2018-09-22 13:03:19,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:19.803 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.575s] 2018-09-22 13:03:20,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:20.197 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.415s] 2018-09-22 13:03:21,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:21.850 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [6.943s] 2018-09-22 13:03:27,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:27.592 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [9.718s] 2018-09-22 13:03:28,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:28.042 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [84.863s] 2018-09-22 13:03:29,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:29.127 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [7.275s] 2018-09-22 13:03:29,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:29.304 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.180s] 2018-09-22 13:03:29,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:29.577 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [1.984s] 2018-09-22 13:03:29,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:29.886 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [9.686s] 2018-09-22 13:03:30,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:30.352 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.655s] 2018-09-22 13:03:30,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:30.433 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [1.128s] 2018-09-22 13:03:30,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:30.494 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.609s] 2018-09-22 13:03:31,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:31.125 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 13:03:31,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:31.126 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 13:03:31,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:31.127 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 13:03:31,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:31.325 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.829s] 2018-09-22 13:03:31,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:31.328 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-09-22 13:03:31,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:31.328 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2018-09-22 13:03:31,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:31.406 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.053s] 2018-09-22 13:03:32,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:32.056 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.729s] 2018-09-22 13:03:32,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:32.722 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.665s] 2018-09-22 13:03:33,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:33.512 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.790s] 2018-09-22 13:03:34,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:34.351 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [2.942s] 2018-09-22 13:03:36,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:36.505 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.927s] 2018-09-22 13:03:36,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:36.818 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.314s] 2018-09-22 13:03:37,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:37.108 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.289s] 2018-09-22 13:03:37,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:37.219 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.110s] 2018-09-22 13:03:37,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:37.283 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.064s] 2018-09-22 13:03:37,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:37.480 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.196s] 2018-09-22 13:03:37,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:37.611 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.131s] 2018-09-22 13:03:37,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:37.922 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.310s] 2018-09-22 13:03:38,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:38.137 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.214s] 2018-09-22 13:03:38,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:38.207 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.070s] 2018-09-22 13:03:38,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:38.488 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.833s] 2018-09-22 13:03:39,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:39.860 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [1.371s] 2018-09-22 13:03:40,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:40.057 49 INFO opnfv-tempest [-] {13} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-09-22 13:03:41,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:41.119 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.257s] 2018-09-22 13:03:41,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:41.199 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.080s] 2018-09-22 13:03:41,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:41.277 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.078s] 2018-09-22 13:03:41,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:41.358 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.081s] 2018-09-22 13:03:42,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:42.536 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.178s] 2018-09-22 13:03:42,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:42.955 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [17.099s] 2018-09-22 13:03:44,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:44.168 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.926s] 2018-09-22 13:03:44,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:44.320 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.112s] 2018-09-22 13:03:44,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:44.480 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.312s] 2018-09-22 13:03:44,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:44.700 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.219s] 2018-09-22 13:03:45,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:45.211 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.510s] 2018-09-22 13:03:45,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:45.942 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.730s] 2018-09-22 13:03:46,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:46.083 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [1.095s] 2018-09-22 13:03:46,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:46.569 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.627s] 2018-09-22 13:03:46,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:46.667 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.584s] 2018-09-22 13:03:47,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:47.038 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.468s] 2018-09-22 13:03:49,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:49.284 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [2.616s] 2018-09-22 13:03:50,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:50.786 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [1.823s] 2018-09-22 13:03:50,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:50.979 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.190s] 2018-09-22 13:03:50,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:50.979 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.166s] 2018-09-22 13:03:51,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:51.014 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.039s] 2018-09-22 13:03:53,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:53.189 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [10.233s] 2018-09-22 13:03:54,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:54.418 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.355s] 2018-09-22 13:03:54,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:54.543 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 13:03:54,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:54.625 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [3.646s] 2018-09-22 13:03:55,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:55.515 49 INFO opnfv-tempest [-] {8} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [5.027s] 2018-09-22 13:03:55,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:55.555 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.187s] 2018-09-22 13:03:55,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:55.750 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.195s] 2018-09-22 13:03:55,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:55.844 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [1.425s] 2018-09-22 13:03:55,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:55.957 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.207s] 2018-09-22 13:03:56,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:56.174 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.216s] 2018-09-22 13:03:56,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:56.375 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.199s] 2018-09-22 13:03:56,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:56.582 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.207s] 2018-09-22 13:03:56,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:56.762 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.178s] 2018-09-22 13:03:57,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:57.021 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.259s] 2018-09-22 13:03:57,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:57.063 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.041s] 2018-09-22 13:03:57,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:57.297 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.233s] 2018-09-22 13:03:59,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:59.987 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [5.363s] 2018-09-22 13:04:00,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:00.936 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [1.370s] 2018-09-22 13:04:01,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:01.437 49 INFO opnfv-tempest [-] {8} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [5.920s] 2018-09-22 13:04:01,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:01.943 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [1.007s] 2018-09-22 13:04:02,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:02.388 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [9.197s] 2018-09-22 13:04:02,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:02.390 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-09-22 13:04:02,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:02.711 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [4.853s] 2018-09-22 13:04:03,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:03.370 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-09-22 13:04:03,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:03.441 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.071s] 2018-09-22 13:04:03,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:03.513 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-09-22 13:04:03,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:03.520 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-09-22 13:04:06,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:06.024 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [3.386s] 2018-09-22 13:04:06,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:06.947 49 INFO opnfv-tempest [-] {8} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [5.508s] 2018-09-22 13:04:07,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:07.460 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.070s] 2018-09-22 13:04:07,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:07.493 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... fail [4.776s] 2018-09-22 13:04:07,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:07.983 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.960s] 2018-09-22 13:04:08,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:08.238 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.147s] 2018-09-22 13:04:08,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:08.561 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.183s] 2018-09-22 13:04:08,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:08.894 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [12.578s] 2018-09-22 13:04:09,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:09.293 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.199s] 2018-09-22 13:04:09,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:09.382 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.088s] 2018-09-22 13:04:09,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:09.491 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.108s] 2018-09-22 13:04:09,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:09.593 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.103s] 2018-09-22 13:04:10,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:10.896 49 INFO opnfv-tempest [-] {11} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_blank_id ... fail [0.011s] 2018-09-22 13:04:10,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:10.907 49 INFO opnfv-tempest [-] {11} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_id_over_character_limit ... fail [0.008s] 2018-09-22 13:04:10,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:10.919 49 INFO opnfv-tempest [-] {11} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_negative_image_id ... fail [0.006s] 2018-09-22 13:04:10,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:10.928 49 INFO opnfv-tempest [-] {11} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_non_hex_string_id ... fail [0.005s] 2018-09-22 13:04:10,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:10.938 49 INFO opnfv-tempest [-] {11} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_non_existent_image ... fail [0.005s] 2018-09-22 13:04:10,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:10.948 49 INFO opnfv-tempest [-] {11} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_container_format ... fail [0.006s] 2018-09-22 13:04:10,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:10.956 49 INFO opnfv-tempest [-] {11} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_disk_format ... fail [0.005s] 2018-09-22 13:04:11,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:11.664 49 INFO opnfv-tempest [-] {8} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [4.717s] 2018-09-22 13:04:12,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:12.750 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.186s] 2018-09-22 13:04:14,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:14.727 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.976s] 2018-09-22 13:04:15,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:15.444 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [7.456s] 2018-09-22 13:04:15,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:15.912 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.184s] 2018-09-22 13:04:15,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:15.976 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [8.516s] 2018-09-22 13:04:17,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.477 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.172s] 2018-09-22 13:04:17,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.510 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.069s] 2018-09-22 13:04:17,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.533 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.055s] 2018-09-22 13:04:17,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.545 49 INFO opnfv-tempest [-] {8} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [5.879s] 2018-09-22 13:04:17,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.588 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.055s] 2018-09-22 13:04:17,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.618 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.706s] 2018-09-22 13:04:17,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.655 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.065s] 2018-09-22 13:04:17,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.682 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.027s] 2018-09-22 13:04:17,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.727 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [2.098s] 2018-09-22 13:04:17,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.745 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.063s] 2018-09-22 13:04:17,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.810 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.064s] 2018-09-22 13:04:17,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.866 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.055s] 2018-09-22 13:04:17,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.886 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.020s] 2018-09-22 13:04:17,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.904 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.644s] 2018-09-22 13:04:17,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.955 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.068s] 2018-09-22 13:04:18,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:18.016 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.061s] 2018-09-22 13:04:18,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:18.750 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.845s] 2018-09-22 13:04:18,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:18.758 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.030s] 2018-09-22 13:04:20,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:20.372 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.613s] 2018-09-22 13:04:21,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:21.370 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.856s] 2018-09-22 13:04:21,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:21.635 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.015s] 2018-09-22 13:04:22,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:22.238 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [13.995s] 2018-09-22 13:04:22,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:22.974 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [187.602s] 2018-09-22 13:04:22,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:22.975 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-09-22 13:04:23,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:23.103 49 INFO opnfv-tempest [-] {8} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [5.557s] 2018-09-22 13:04:23,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:23.218 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.582s] 2018-09-22 13:04:23,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:23.432 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.063s] 2018-09-22 13:04:23,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:23.701 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.482s] 2018-09-22 13:04:27,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:27.033 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.183s] 2018-09-22 13:04:27,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:27.080 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [3.377s] 2018-09-22 13:04:27,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:27.215 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.182s] 2018-09-22 13:04:27,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:27.400 49 INFO opnfv-tempest [-] {13} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-09-22 13:04:27,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:27.710 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [4.275s] 2018-09-22 13:04:27,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:27.946 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.239s] 2018-09-22 13:04:28,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:28.100 49 INFO opnfv-tempest [-] {8} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-09-22 13:04:28,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:28.697 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.617s] 2018-09-22 13:04:28,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:28.891 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.194s] 2018-09-22 13:04:28,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:28.909 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.018s] 2018-09-22 13:04:28,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:28.927 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-09-22 13:04:29,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:29.003 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.508s] 2018-09-22 13:04:29,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:29.779 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.774s] 2018-09-22 13:04:29,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:29.824 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-09-22 13:04:29,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:29.827 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-09-22 13:04:29,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:29.828 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-09-22 13:04:30,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:30.563 49 INFO opnfv-tempest [-] {4} tempest.api.object_storage.test_container_sync.ContainerSyncTest ... skip: ContainerSyncTest skipped as swift is not available 2018-09-22 13:04:30,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:30.563 49 INFO opnfv-tempest [-] {4} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-09-22 13:04:30,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:30.765 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [0.985s] 2018-09-22 13:04:30,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:30.792 49 INFO opnfv-tempest [-] {8} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.000s]: Security compliance not available. 2018-09-22 13:04:30,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:30.793 49 INFO opnfv-tempest [-] {8} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-09-22 13:04:30,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:30.863 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-09-22 13:04:30,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:30.864 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-09-22 13:04:30,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:30.866 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-09-22 13:04:31,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:31.606 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.842s] 2018-09-22 13:04:33,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:33.243 49 INFO opnfv-tempest [-] {4} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.146s] 2018-09-22 13:04:34,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:34.409 49 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.151s] 2018-09-22 13:04:35,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:35.125 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.412s] 2018-09-22 13:04:35,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:35.323 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.196s] 2018-09-22 13:04:37,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:37.841 49 INFO opnfv-tempest [-] {8} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.046s] 2018-09-22 13:04:38,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:38.935 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [101.343s] 2018-09-22 13:04:39,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:39.590 49 INFO opnfv-tempest [-] {11} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [5.071s] 2018-09-22 13:04:40,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:40.780 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [18.541s] 2018-09-22 13:04:42,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:42.672 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [2.419s] 2018-09-22 13:04:42,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:42.751 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.080s] 2018-09-22 13:04:43,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:43.161 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [27.180s] 2018-09-22 13:04:45,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:45.292 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [2.135s] 2018-09-22 13:04:45,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:45.730 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.232s] 2018-09-22 13:04:46,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:46.401 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.646s] 2018-09-22 13:04:46,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:46.972 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... fail [3.410s] 2018-09-22 13:04:47,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:47.401 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.432s] 2018-09-22 13:04:48,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:48.517 49 INFO opnfv-tempest [-] {9} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [6.641s] 2018-09-22 13:04:48,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:48.949 49 INFO opnfv-tempest [-] {9} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.431s] 2018-09-22 13:04:49,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:49.259 49 INFO opnfv-tempest [-] {4} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [7.793s] 2018-09-22 13:04:49,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:49.843 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.439s] 2018-09-22 13:04:49,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:49.922 49 INFO opnfv-tempest [-] {9} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.973s] 2018-09-22 13:04:49,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:49.966 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.319s] 2018-09-22 13:04:50,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:50.030 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.188s] 2018-09-22 13:04:50,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:50.720 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.690s] 2018-09-22 13:04:50,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:50.824 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.858s] 2018-09-22 13:04:51,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:51.038 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [4.636s] 2018-09-22 13:04:51,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:51.039 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-09-22 13:04:53,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:53.641 49 INFO opnfv-tempest [-] {11} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [2.897s] 2018-09-22 13:04:54,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:54.127 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [3.088s] 2018-09-22 13:04:54,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:54.882 49 INFO opnfv-tempest [-] {4} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [5.622s] 2018-09-22 13:04:55,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:55.047 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.140s] 2018-09-22 13:04:56,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:56.764 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [2.635s] 2018-09-22 13:04:56,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:56.944 49 INFO opnfv-tempest [-] {11} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.302s] 2018-09-22 13:04:57,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:57.354 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.223s] 2018-09-22 13:04:57,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:57.688 49 INFO opnfv-tempest [-] {0} tempest.api.image.v1.test_images.ListImagesTest ... fail 2018-09-22 13:04:57,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:57.746 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.391s] 2018-09-22 13:04:57,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:57.960 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.214s] 2018-09-22 13:04:58,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:58.184 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.224s] 2018-09-22 13:04:58,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:58.368 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.182s] 2018-09-22 13:04:58,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:58.531 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.163s] 2018-09-22 13:04:58,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:58.754 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.223s] 2018-09-22 13:04:58,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:58.938 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.183s] 2018-09-22 13:04:58,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:58.962 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.024s] 2018-09-22 13:04:59,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:59.146 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.183s] 2018-09-22 13:04:59,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:59.353 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.206s] 2018-09-22 13:04:59,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:59.752 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.398s] 2018-09-22 13:05:00,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:00.185 49 INFO opnfv-tempest [-] {11} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.241s] 2018-09-22 13:05:01,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:01.441 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_shelve_instance.TestShelveInstance ... skip: Shelve is not available. 2018-09-22 13:05:02,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:02.157 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [7.109s] 2018-09-22 13:05:03,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:03.178 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_http_image ... fail [0.009s] 2018-09-22 13:05:03,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:03.186 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_image_with_min_ram ... fail [0.006s] 2018-09-22 13:05:03,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:03.194 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_remote_image ... fail [0.006s] 2018-09-22 13:05:03,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:03.200 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_then_upload ... fail [0.006s] 2018-09-22 13:05:03,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:03.962 49 INFO opnfv-tempest [-] {9} 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-09-22 13:05:07,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:07.631 49 INFO opnfv-tempest [-] {11} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [7.444s] 2018-09-22 13:05:12,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:12.722 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [8.773s] 2018-09-22 13:05:12,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:12.943 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.222s] 2018-09-22 13:05:13,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:13.387 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [11.228s] 2018-09-22 13:05:13,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:13.596 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.652s] 2018-09-22 13:05:14,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:14.307 49 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [5.252s] 2018-09-22 13:05:14,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:14.971 49 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.664s] 2018-09-22 13:05:17,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:17.403 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [38.458s] 2018-09-22 13:05:17,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:17.749 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [4.152s] 2018-09-22 13:05:18,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:18.938 49 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [3.966s] 2018-09-22 13:05:20,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:20.393 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.643s] 2018-09-22 13:05:20,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:20.438 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.046s] 2018-09-22 13:05:20,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:20.651 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.213s] 2018-09-22 13:05:22,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:22.386 49 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.448s] 2018-09-22 13:05:26,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:26.229 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... fail [5.651s] 2018-09-22 13:05:26,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:26.760 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... fail [316.262s] 2018-09-22 13:05:28,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:28.602 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [26.086s] 2018-09-22 13:05:29,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.410 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.068s] 2018-09-22 13:05:29,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.422 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-09-22 13:05:29,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.557 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.134s] 2018-09-22 13:05:29,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.569 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-09-22 13:05:29,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.580 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-09-22 13:05:29,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.612 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-09-22 13:05:29,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.671 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.058s] 2018-09-22 13:05:29,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.735 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.063s] 2018-09-22 13:05:29,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.957 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... fail [3.727s] 2018-09-22 13:05:30,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:30.392 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.655s] 2018-09-22 13:05:30,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:30.407 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-09-22 13:05:30,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:30.483 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.076s] 2018-09-22 13:05:33,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:33.890 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [16.490s] 2018-09-22 13:05:37,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:37.291 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [8.690s] 2018-09-22 13:05:40,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:40.716 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [12.827s] 2018-09-22 13:05:40,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:40.787 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.072s] 2018-09-22 13:05:41,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:41.407 49 INFO opnfv-tempest [-] {11} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2018-09-22 13:05:41,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:41.510 49 INFO opnfv-tempest [-] {9} 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-09-22 13:05:41,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:41.607 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.818s] 2018-09-22 13:05:43,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:43.105 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [5.814s] 2018-09-22 13:05:44,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.175 49 INFO opnfv-tempest [-] {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.153s] 2018-09-22 13:05:44,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.208 49 INFO opnfv-tempest [-] {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.032s] 2018-09-22 13:05:44,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.223 49 INFO opnfv-tempest [-] {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.015s] 2018-09-22 13:05:44,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.447 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-09-22 13:05:44,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.448 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-09-22 13:05:44,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.760 49 INFO opnfv-tempest [-] {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.536s] 2018-09-22 13:05:44,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.771 49 INFO opnfv-tempest [-] {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2018-09-22 13:05:44,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.778 49 INFO opnfv-tempest [-] {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.008s] 2018-09-22 13:05:44,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.992 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [3.384s] 2018-09-22 13:05:45,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:45.142 49 INFO opnfv-tempest [-] {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.362s] 2018-09-22 13:05:45,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:45.437 49 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.277s] 2018-09-22 13:05:45,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:45.549 49 INFO opnfv-tempest [-] {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.407s] 2018-09-22 13:05:46,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:46.758 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.534s] 2018-09-22 13:05:47,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:47.142 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.150s] 2018-09-22 13:05:47,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:47.387 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.244s] 2018-09-22 13:05:47,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:47.436 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.049s] 2018-09-22 13:05:47,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:47.743 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 13:05:47,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:47.744 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-09-22 13:05:48,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:48.316 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.167s] 2018-09-22 13:05:48,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:48.920 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [5.814s] 2018-09-22 13:05:52,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:52.434 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [4.115s] 2018-09-22 13:05:52,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:52.560 49 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... fail [3.640s] 2018-09-22 13:05:52,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:52.729 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.313s] 2018-09-22 13:05:53,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:53.609 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.878s] 2018-09-22 13:05:53,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:53.683 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.074s] 2018-09-22 13:05:53,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:53.968 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.644s] 2018-09-22 13:05:54,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:54.028 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.344s] 2018-09-22 13:05:54,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:54.538 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [5.617s] 2018-09-22 13:05:54,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:54.674 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.704s] 2018-09-22 13:05:54,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:54.855 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.381s] 2018-09-22 13:05:55,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:55.055 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.299s] 2018-09-22 13:05:55,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:55.423 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.748s] 2018-09-22 13:05:58,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:58.611 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [4.072s] 2018-09-22 13:06:02,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:02.367 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [7.509s] 2018-09-22 13:06:03,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:03.157 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.100s] 2018-09-22 13:06:03,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:03.159 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-09-22 13:06:04,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:04.379 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [2.012s] 2018-09-22 13:06:06,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:06.611 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.886s] 2018-09-22 13:06:06,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:06.613 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [2.234s] 2018-09-22 13:06:08,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:08.244 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.637s]: Skipped until Bug: 1014647 is resolved. 2018-09-22 13:06:08,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:08.289 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [5.665s] 2018-09-22 13:06:08,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:08.417 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.466s] 2018-09-22 13:06:08,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:08.648 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.231s] 2018-09-22 13:06:09,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:09.105 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.492s] 2018-09-22 13:06:09,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:09.504 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.344s] 2018-09-22 13:06:14,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:14.593 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.920s] 2018-09-22 13:06:17,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:17.894 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [8.389s] 2018-09-22 13:06:18,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:18.077 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [3.485s] 2018-09-22 13:06:21,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:21.207 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.510s] 2018-09-22 13:06:21,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:21.374 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.167s] 2018-09-22 13:06:21,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:21.548 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.173s] 2018-09-22 13:06:21,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:21.725 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.177s] 2018-09-22 13:06:23,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:23.357 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [4.591s] 2018-09-22 13:06:25,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:25.226 49 INFO opnfv-tempest [-] {9} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [3.824s] 2018-09-22 13:06:25,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:25.403 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [7.318s] 2018-09-22 13:06:26,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:26.335 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [0.937s] 2018-09-22 13:06:29,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:29.099 49 INFO opnfv-tempest [-] {9} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [3.870s] 2018-09-22 13:06:30,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:30.442 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [4.104s] 2018-09-22 13:06:30,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:30.832 49 INFO opnfv-tempest [-] {9} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [1.733s] 2018-09-22 13:06:32,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:32.451 49 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [39.882s] 2018-09-22 13:06:34,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:34.201 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [3.759s] 2018-09-22 13:06:35,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:35.216 49 INFO opnfv-tempest [-] {9} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [4.384s] 2018-09-22 13:06:37,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:37.768 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.564s] 2018-09-22 13:06:37,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:37.976 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.212s] 2018-09-22 13:06:40,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:40.400 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest ... skip: ContainerSyncMiddlewareTest skipped as swift is not available 2018-09-22 13:06:41,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:41.199 49 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [8.751s] 2018-09-22 13:06:42,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:42.816 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.261s] 2018-09-22 13:06:45,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:45.975 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [28.078s] 2018-09-22 13:06:46,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:46.081 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [37.828s] 2018-09-22 13:06:47,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:47.301 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.328s] 2018-09-22 13:06:49,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:49.022 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.596s] 2018-09-22 13:06:51,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:51.094 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-09-22 13:06:51,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:51.416 49 INFO opnfv-tempest [-] {9} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.051s] 2018-09-22 13:06:53,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:53.064 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [23.082s] 2018-09-22 13:06:57,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:57.291 49 INFO opnfv-tempest [-] {9} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [5.872s] 2018-09-22 13:07:05,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:05.486 49 INFO opnfv-tempest [-] {9} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [8.194s] 2018-09-22 13:07:10,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:10.309 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [0.975s] 2018-09-22 13:07:11,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:11.416 49 INFO opnfv-tempest [-] {9} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [5.928s] 2018-09-22 13:07:12,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:12.264 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [19.200s] 2018-09-22 13:07:13,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:13.916 49 INFO opnfv-tempest [-] {8} 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-09-22 13:07:16,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:16.594 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.217s] 2018-09-22 13:07:16,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:16.754 49 INFO opnfv-tempest [-] {7} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [222.580s] 2018-09-22 13:07:16,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:16.799 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.205s] 2018-09-22 13:07:16,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:16.980 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.179s] 2018-09-22 13:07:17,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:17.154 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.175s] 2018-09-22 13:07:17,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:17.301 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.146s] 2018-09-22 13:07:18,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:18.320 49 INFO opnfv-tempest [-] {9} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [6.904s] 2018-09-22 13:07:19,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:19.234 49 INFO opnfv-tempest [-] {9} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [0.914s] 2018-09-22 13:07:20,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:20.052 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [7.790s] 2018-09-22 13:07:20,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:20.909 49 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [39.701s] 2018-09-22 13:07:23,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:23.318 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [6.014s] 2018-09-22 13:07:25,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:25.440 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [5.387s] 2018-09-22 13:07:25,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:25.543 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-09-22 13:07:25,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:25.609 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [85.616s] 2018-09-22 13:07:32,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:32.609 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.200s] 2018-09-22 13:07:32,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:32.939 49 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [12.032s] 2018-09-22 13:07:35,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:35.331 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... skip [0.001s]: Skipped until Bug: 1610994 is resolved. 2018-09-22 13:07:39,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:39.117 49 INFO opnfv-tempest [-] {12} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.108s] 2018-09-22 13:07:39,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:39.335 49 INFO opnfv-tempest [-] {12} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.218s] 2018-09-22 13:07:39,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:39.849 49 INFO opnfv-tempest [-] {9} 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-09-22 13:07:42,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:42.810 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [17.365s] 2018-09-22 13:07:53,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:53.324 49 INFO opnfv-tempest [-] {13} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_resize_volume_backed_server_confirm ... success [105.530s] 2018-09-22 13:08:07,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:07.135 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [15.719s] 2018-09-22 13:08:13,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:13.435 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [6.301s] 2018-09-22 13:08:19,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:19.693 49 INFO opnfv-tempest [-] {13} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [26.362s] 2018-09-22 13:08:21,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:21.210 49 INFO opnfv-tempest [-] {13} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: Cinder multi-backend feature disabled 2018-09-22 13:08:26,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:26.199 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [43.387s] 2018-09-22 13:08:28,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:28.189 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.992s] 2018-09-22 13:08:36,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:36.370 49 INFO opnfv-tempest [-] {12} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.248s] 2018-09-22 13:08:40,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:40.032 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [11.839s] 2018-09-22 13:08:48,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:48.572 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [82.941s] 2018-09-22 13:08:51,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:51.408 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [11.374s] 2018-09-22 13:08:56,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:56.993 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [5.586s] 2018-09-22 13:09:14,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:09:14.485 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [148.368s] 2018-09-22 13:09:34,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:09:34.716 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [37.714s] 2018-09-22 13:09:45,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:09:45.130 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.500s] 2018-09-22 13:09:46,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:09:46.065 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.935s] 2018-09-22 13:09:58,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:09:58.078 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.631s] 2018-09-22 13:09:58,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:09:58.552 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [44.058s] 2018-09-22 13:10:02,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:02.692 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.613s] 2018-09-22 13:10:08,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:08.573 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [10.022s] 2018-09-22 13:10:10,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:10.403 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.711s] 2018-09-22 13:10:13,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:13.584 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [84.993s] 2018-09-22 13:10:20,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:20.047 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [164.693s] 2018-09-22 13:10:24,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:24.651 49 INFO opnfv-tempest [-] {9} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... fail [160.785s] 2018-09-22 13:10:25,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:25.228 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [4.628s] 2018-09-22 13:10:31,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:31.144 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.915s] 2018-09-22 13:10:40,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:40.117 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [8.972s] 2018-09-22 13:10:43,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:43.849 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [3.731s] 2018-09-22 13:10:46,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:46.866 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.016s] 2018-09-22 13:10:53,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:53.283 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [19.595s] 2018-09-22 13:11:00,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:00.179 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [13.311s] 2018-09-22 13:11:00,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:00.234 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.056s] 2018-09-22 13:11:00,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:00.375 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.140s] 2018-09-22 13:11:09,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:09.174 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [15.888s] 2018-09-22 13:11:09,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:09.227 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [8.850s] 2018-09-22 13:11:09,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:09.926 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.756s] 2018-09-22 13:11:10,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:10.992 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.064s] 2018-09-22 13:11:11,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:11.589 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.598s] 2018-09-22 13:11:18,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:18.567 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [9.338s] 2018-09-22 13:11:19,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:19.181 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.616s] 2018-09-22 13:11:19,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:19.227 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.046s] 2018-09-22 13:11:28,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:28.726 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [9.495s] 2018-09-22 13:11:28,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:28.920 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [80.330s] 2018-09-22 13:11:38,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:38.518 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [84.911s] 2018-09-22 13:11:39,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:39.473 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [10.746s] 2018-09-22 13:11:51,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:51.885 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [40.288s] 2018-09-22 13:11:52,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:52.491 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [13.973s] 2018-09-22 13:11:57,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:57.885 49 INFO opnfv-tempest [-] {1} 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-09-22 13:12:00,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:00.095 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.584s] 2018-09-22 13:12:07,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:07.599 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.502s] 2018-09-22 13:12:13,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:13.135 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [13.666s] 2018-09-22 13:12:13,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:13.175 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.052s] 2018-09-22 13:12:16,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:16.000 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [8.400s] 2018-09-22 13:12:17,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:17.970 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [4.835s] 2018-09-22 13:12:19,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:19.321 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [3.319s] 2018-09-22 13:12:21,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:21.524 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.203s] 2018-09-22 13:12:22,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:22.011 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [4.041s] 2018-09-22 13:12:22,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:22.168 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.157s] 2018-09-22 13:12:22,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:22.358 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.188s] 2018-09-22 13:12:22,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:22.391 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.033s] 2018-09-22 13:12:22,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:22.556 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.165s] 2018-09-22 13:12:22,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:22.720 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.164s] 2018-09-22 13:12:22,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:22.875 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.154s] 2018-09-22 13:12:22,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:22.911 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.035s] 2018-09-22 13:12:23,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.089 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.177s] 2018-09-22 13:12:23,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.245 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.155s] 2018-09-22 13:12:23,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.429 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.184s] 2018-09-22 13:12:23,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.467 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.038s] 2018-09-22 13:12:23,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.625 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.157s] 2018-09-22 13:12:23,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.670 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.044s] 2018-09-22 13:12:23,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.715 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.045s] 2018-09-22 13:12:23,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.772 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.056s] 2018-09-22 13:12:23,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.950 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.178s] 2018-09-22 13:12:24,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:24.544 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.593s] 2018-09-22 13:12:24,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:24.724 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.179s] 2018-09-22 13:12:24,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:24.900 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.176s] 2018-09-22 13:12:25,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.052 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.151s] 2018-09-22 13:12:25,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.262 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.209s] 2018-09-22 13:12:25,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.523 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.260s] 2018-09-22 13:12:25,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.555 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-09-22 13:12:25,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.592 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.036s] 2018-09-22 13:12:25,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.632 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.040s] 2018-09-22 13:12:25,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.666 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.033s] 2018-09-22 13:12:25,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.706 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.040s] 2018-09-22 13:12:25,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.898 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.191s] 2018-09-22 13:12:26,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:26.079 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.180s] 2018-09-22 13:12:28,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:28.898 49 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.228s] 2018-09-22 13:12:29,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:29.246 49 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.347s] 2018-09-22 13:12:30,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:30.017 49 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.770s] 2018-09-22 13:12:30,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:30.247 49 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.229s] 2018-09-22 13:12:31,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:31.000 49 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.752s] 2018-09-22 13:12:31,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:31.422 49 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.422s] 2018-09-22 13:12:34,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:34.865 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [13.339s] 2018-09-22 13:12:34,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:34.971 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.108s] 2018-09-22 13:12:35,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:35.026 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.053s] 2018-09-22 13:12:37,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:37.307 49 INFO opnfv-tempest [-] {15} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [0.009s] 2018-09-22 13:12:39,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:39.264 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 13:12:39,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:39.267 49 INFO opnfv-tempest [-] {1} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-09-22 13:12:41,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:41.709 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.150s] 2018-09-22 13:12:41,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:41.879 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.169s] 2018-09-22 13:12:42,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:42.557 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [0.677s] 2018-09-22 13:12:43,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:43.371 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [8.343s] 2018-09-22 13:12:43,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:43.574 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.016s] 2018-09-22 13:12:43,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:43.729 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.155s] 2018-09-22 13:12:43,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:43.892 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.162s] 2018-09-22 13:12:44,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:44.051 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.158s] 2018-09-22 13:12:44,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:44.067 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.016s] 2018-09-22 13:12:46,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:46.735 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-09-22 13:12:50,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:50.180 49 INFO opnfv-tempest [-] {15} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... skip [0.000s]: Port security must be enabled. 2018-09-22 13:12:54,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:54.553 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [4.420s] 2018-09-22 13:12:55,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:55.023 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [11.652s] 2018-09-22 13:12:55,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:55.295 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.272s] 2018-09-22 13:12:55,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:55.336 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.040s] 2018-09-22 13:12:57,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:57.262 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... fail [157.197s] 2018-09-22 13:12:58,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:58.976 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-09-22 13:13:01,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:01.516 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [92.572s] 2018-09-22 13:13:01,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:01.930 49 INFO opnfv-tempest [-] {9} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... fail [157.262s] 2018-09-22 13:13:08,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:08.153 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [12.815s] 2018-09-22 13:13:22,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:22.481 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [14.327s] 2018-09-22 13:13:28,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:28.075 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... fail [26.258s] 2018-09-22 13:13:37,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:37.325 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... fail [9.241s] 2018-09-22 13:13:38,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:38.999 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... fail [1.680s] 2018-09-22 13:13:45,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:45.292 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [4.180s] 2018-09-22 13:13:48,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:48.613 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [3.319s] 2018-09-22 13:13:50,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:50.980 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.041s] 2018-09-22 13:13:51,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:51.021 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.041s] 2018-09-22 13:13:51,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:51.217 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.195s] 2018-09-22 13:13:51,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:51.919 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.700s] 2018-09-22 13:13:52,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:52.167 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.248s] 2018-09-22 13:13:52,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:52.896 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.727s] 2018-09-22 13:13:52,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:52.933 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.038s] 2018-09-22 13:13:52,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:52.987 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.052s] 2018-09-22 13:13:53,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:53.354 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.367s] 2018-09-22 13:13:53,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:53.416 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.061s] 2018-09-22 13:13:53,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:53.473 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.057s] 2018-09-22 13:13:53,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:53.656 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.182s] 2018-09-22 13:13:53,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:53.742 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.085s] 2018-09-22 13:13:53,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:53.970 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.227s] 2018-09-22 13:13:54,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:54.044 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.073s] 2018-09-22 13:13:54,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:54.091 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.047s] 2018-09-22 13:13:54,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:54.141 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.050s] 2018-09-22 13:13:54,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:54.327 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.185s] 2018-09-22 13:14:01,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:01.999 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [3.176s] 2018-09-22 13:14:04,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:04.257 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-09-22 13:14:04,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:04.258 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-09-22 13:14:04,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:04.259 49 INFO opnfv-tempest [-] {6} 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-09-22 13:14:07,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:07.566 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.180s] 2018-09-22 13:14:07,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:07.737 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.171s] 2018-09-22 13:14:14,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:14.680 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.186s] 2018-09-22 13:14:14,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:14.866 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.186s] 2018-09-22 13:14:15,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:15.056 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.190s] 2018-09-22 13:14:15,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:15.218 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.161s] 2018-09-22 13:14:15,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:15.399 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.181s] 2018-09-22 13:14:15,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:15.560 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.161s] 2018-09-22 13:14:15,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:15.732 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.171s] 2018-09-22 13:14:15,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:15.927 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.194s] 2018-09-22 13:14:16,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:16.108 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.181s] 2018-09-22 13:14:16,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:16.502 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.393s] 2018-09-22 13:14:16,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:16.683 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.181s] 2018-09-22 13:14:29,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:29.558 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [88.017s] 2018-09-22 13:14:29,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:29.558 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-09-22 13:15:39,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:15:39.896 49 INFO opnfv-tempest [-] {9} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... fail [157.945s] 2018-09-22 13:15:43,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:15:43.862 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [74.284s] 2018-09-22 13:15:48,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:15:48.901 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [5.042s] 2018-09-22 13:16:19,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:19.901 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.047s] 2018-09-22 13:16:19,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:19.912 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.012s] 2018-09-22 13:16:36,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:36.266 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [1.048s] 2018-09-22 13:16:36,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:36.302 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.037s] 2018-09-22 13:16:36,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:36.321 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.018s] 2018-09-22 13:16:36,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:36.619 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.296s] 2018-09-22 13:16:37,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:37.157 49 INFO opnfv-tempest [-] {15} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [226.955s] 2018-09-22 13:16:40,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:40.423 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [3.798s] 2018-09-22 13:16:40,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:40.442 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.024s] 2018-09-22 13:16:40,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:40.461 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.019s] 2018-09-22 13:16:40,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:40.472 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.010s] 2018-09-22 13:16:40,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:40.486 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.013s] 2018-09-22 13:16:40,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:40.505 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.019s] 2018-09-22 13:16:40,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:40.516 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.011s] 2018-09-22 13:16:40,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:40.528 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.011s] 2018-09-22 13:17:49,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:17:49.179 49 INFO opnfv-tempest [-] {1} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... fail [227.252s] 2018-09-22 13:18:10,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:18:10.886 49 INFO opnfv-tempest [-] {9} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [150.969s] 2018-09-22 13:18:29,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:18:29.398 49 INFO opnfv-tempest [-] {15} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [112.210s] 2018-09-22 13:18:43,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:18:43.543 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [346.254s] 2018-09-22 13:19:18,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:19:18.862 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [75.694s] 2018-09-22 13:19:21,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:19:21.104 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [2.247s] 2018-09-22 13:19:28,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:19:28.234 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [7.129s] 2018-09-22 13:19:52,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:19:52.081 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.693s] 2018-09-22 13:19:52,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:19:52.766 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.685s] 2018-09-22 13:20:02,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:02.677 49 INFO opnfv-tempest [-] {3} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.661s] 2018-09-22 13:20:03,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:03.790 49 INFO opnfv-tempest [-] {9} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [112.898s] 2018-09-22 13:20:05,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:05.059 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 13:20:08,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:08.389 49 INFO opnfv-tempest [-] {15} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [98.982s] 2018-09-22 13:20:09,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:09.891 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.294s] 2018-09-22 13:20:09,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:09.964 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.074s] 2018-09-22 13:20:10,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:10.075 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.111s] 2018-09-22 13:20:10,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:10.159 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.083s] 2018-09-22 13:20:10,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:10.174 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.015s] 2018-09-22 13:20:19,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:19.154 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.586s] 2018-09-22 13:20:20,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:20.125 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.970s] 2018-09-22 13:20:20,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:20.580 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.454s] 2018-09-22 13:20:21,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:21.216 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.636s] 2018-09-22 13:20:22,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:22.377 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.160s] 2018-09-22 13:20:22,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:22.833 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.455s] 2018-09-22 13:20:23,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:23.282 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.449s] 2018-09-22 13:20:25,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:25.144 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.860s] 2018-09-22 13:20:25,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:25.467 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.320s] 2018-09-22 13:20:26,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:26.423 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.957s] 2018-09-22 13:20:26,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:26.499 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.077s] 2018-09-22 13:20:27,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:27.022 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.522s] 2018-09-22 13:20:27,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:27.835 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.812s] 2018-09-22 13:20:41,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:41.084 49 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.659s] 2018-09-22 13:20:41,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:41.270 49 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.188s] 2018-09-22 13:20:41,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:41.678 49 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.408s] 2018-09-22 13:20:54,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:54.700 49 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [2.618s] 2018-09-22 13:21:09,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:09.750 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.197s] 2018-09-22 13:21:13,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:13.322 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.571s] 2018-09-22 13:21:15,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:15.086 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... fail [151.526s] 2018-09-22 13:21:18,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:18.049 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [4.725s] 2018-09-22 13:21:22,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:22.574 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [4.524s] 2018-09-22 13:21:31,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:31.181 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [8.606s] 2018-09-22 13:21:36,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:36.274 49 INFO opnfv-tempest [-] {1} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... fail [227.075s] 2018-09-22 13:21:45,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:45.586 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-09-22 13:21:45,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:45.589 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-09-22 13:21:45,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:45.591 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-09-22 13:21:45,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:45.592 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-09-22 13:21:52,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:52.761 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [2.709s] 2018-09-22 13:21:53,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:53.837 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [1.077s] 2018-09-22 13:21:58,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:58.534 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [43.434s] 2018-09-22 13:21:58,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:58.537 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... skip [0.001s]: Skipped because network extension: l3_agent_scheduler is not enabled 2018-09-22 13:22:21,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:22:21.270 49 INFO opnfv-tempest [-] {15} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [132.860s] 2018-09-22 13:22:37,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:22:37.834 49 INFO opnfv-tempest [-] {9} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... fail [154.026s] 2018-09-22 13:23:29,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:23:29.602 49 INFO opnfv-tempest [-] {9} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [51.762s] 2018-09-22 13:24:32,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:24:32.439 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... fail [153.891s] 2018-09-22 13:25:14,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:25:14.560 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... fail [42.099s] 2018-09-22 13:25:33,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:25:33.033 49 INFO opnfv-tempest [-] {1} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... fail [236.739s] 2018-09-22 13:25:38,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:25:38.428 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... fail [209.581s] 2018-09-22 13:25:56,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:25:56.843 49 INFO opnfv-tempest [-] {15} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... fail [215.560s] 2018-09-22 13:25:59,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:25:59.468 49 INFO opnfv-tempest [-] {9} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... fail [149.843s] 2018-09-22 13:27:41,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:27:41.619 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... fail [147.042s] 2018-09-22 13:28:24,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:28:24.347 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern ... fail 2018-09-22 13:29:25,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:29:25.890 49 INFO opnfv-tempest [-] {1} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [232.838s] 2018-09-22 13:33:09,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:33:09.801 49 INFO opnfv-tempest [-] {1} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... fail [223.892s] 2018-09-22 13:37:01,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:37:01.084 49 INFO opnfv-tempest [-] {1} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... fail [231.263s] 2018-09-22 13:40:51,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:40:51.758 49 INFO opnfv-tempest [-] {1} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... fail [230.658s] 2018-09-22 13:44:37,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:44:37.861 49 INFO opnfv-tempest [-] {1} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... fail [226.081s] 2018-09-22 13:44:44,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: d0e9a2c3-fabe-4620-b1ee-4da473f10bb3 2018-09-22 13:44:44,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd0e9a2c3-fabe-4620-b1ee-4da473f10bb3']'. 2018-09-22 13:44:45,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-22 13:44:45,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-22 13:44:45,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-22 13:44:45,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d0e9a2c3-fabe-4620-b1ee-4da473f10bb3 | 2018-09-22 13:44:45,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-09-22 13:44:45,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-22 12:55:47 | 2018-09-22 13:44:45,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-22 13:44:43 | 2018-09-22 13:44:45,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:48:56 | 2018-09-22 13:44:45,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-22 13:44:45,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-22 13:44:45,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ca39f502-7f7b-4f94-84bd-403fea5677d7) | 2018-09-22 13:44:45,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-22 13:44:45,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: edc4fa92-b7cd-4953-9a45-92fe2f646980) | 2018-09-22 13:44:45,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1508 | 2018-09-22 13:44:45,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 2925.946 | 2018-09-22 13:44:45,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1037 | 2018-09-22 13:44:45,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 364 | 2018-09-22 13:44:45,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-22 13:44:45,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-22 13:44:45,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 107 | 2018-09-22 13:44:45,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-22 13:44:45,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-22 13:44:45,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-22 13:44:45,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 90.6468531469% 2018-09-22 13:44:45,997 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 49:16 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-09-22 13:44:57,588 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK