2018-11-18 15:53:51,035 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-313 | | 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-11-18 15:53:51,040 - 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=wBDt7tAst9gj6VU8p9GCPch8p export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-11-18 15:53:51,041 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-18 15:53:51,042 - 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-11-18 15:53:51,054 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-11-18 15:54:05,607 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_2633127b-eca8-4d91-b275-b91375386fd6', 'id': u'758dc97b3ee8437e829bb53101b21d6c', '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-11-18 15:54:06,205 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2208fef45ddd4bdaa069662b7b71f7b8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_2633127b-eca8-4d91-b275-b91375386fd6'}) 2018-11-18 15:54:06,315 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-18 15:54:06,598 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/a1fa5938deed4295b1558b3fd75772c2'}, 'domain_id': None, 'human_id': None, 'id': u'a1fa5938deed4295b1558b3fd75772c2', 'HUMAN_ID': False}) 2018-11-18 15:54:07,500 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_2633127b-eca8-4d91-b275-b91375386fd6', 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': '02657292-59ea-4732-ae70-8b073437df4c', 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_2633127b-eca8-4d91-b275-b91375386fd6', 'project_id': u'758dc97b3ee8437e829bb53101b21d6c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-18 15:54:07,505 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_2633127b-eca8-4d91-b275-b91375386fd6', 'password': '02657292-59ea-4732-ae70-8b073437df4c', 'project_name': 'connection_check-project_2633127b-eca8-4d91-b275-b91375386fd6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '758dc97b3ee8437e829bb53101b21d6c', 'project_domain_name': 'Default'} 2018-11-18 15:54:11,640 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-18 15:54:11,640 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-11-18 15:54:22,577 - 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.925s OK 2018-11-18 15:54:22,693 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-18 15:54:22,694 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-11-18 15:54:24,553 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-11-18 15:54:25,216 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_c8a0e067-a2eb-4dc5-804b-f71dea152cb6', 'id': u'b559fd13b4b64b3499a342cf8eeeb748', '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-11-18 15:54:25,708 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'db9b37ca0c834b818e5c839a5420939f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_c8a0e067-a2eb-4dc5-804b-f71dea152cb6'}) 2018-11-18 15:54:25,875 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-18 15:54:26,178 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/00e7d0214d6b431c8d29dec277c173cc'}, 'domain_id': None, 'human_id': None, 'id': u'00e7d0214d6b431c8d29dec277c173cc', 'HUMAN_ID': False}) 2018-11-18 15:54:26,797 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_c8a0e067-a2eb-4dc5-804b-f71dea152cb6', 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': 'd5a0a170-e385-4738-81ea-101cf4da945b', 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_c8a0e067-a2eb-4dc5-804b-f71dea152cb6', 'project_id': u'b559fd13b4b64b3499a342cf8eeeb748', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-18 15:54:26,803 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_c8a0e067-a2eb-4dc5-804b-f71dea152cb6', 'password': 'd5a0a170-e385-4738-81ea-101cf4da945b', 'project_name': 'api_check-project_c8a0e067-a2eb-4dc5-804b-f71dea152cb6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'b559fd13b4b64b3499a342cf8eeeb748', 'project_domain_name': 'Default'} 2018-11-18 15:54:29,250 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-18 15:54:29,251 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-11-18 16:06:47,612 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 738.242s OK 2018-11-18 16:06:47,737 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-18 16:06:47,738 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-18 16:06:49,632 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-11-18 16:06:50,247 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_5f7ced4b-43bd-46c3-baf5-133d1abe038a', 'id': u'36f32a2d8cb74232b5c5d2dc7fedd07a', 'description': u'Created by OPNFV Functest: snaps_health_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-18 16:06:50,719 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b78897b956a246f3aad5c1506429005d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_5f7ced4b-43bd-46c3-baf5-133d1abe038a'}) 2018-11-18 16:06:50,878 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-18 16:06:50,995 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/aa1c2a1517fb4996bbb2c10deca9bdb4'}, 'domain_id': None, 'human_id': None, 'id': u'aa1c2a1517fb4996bbb2c10deca9bdb4', 'HUMAN_ID': False}) 2018-11-18 16:06:51,536 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_5f7ced4b-43bd-46c3-baf5-133d1abe038a', 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': '3ef9c230-3046-4419-97f7-750186d18683', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'snaps_health_check-user_5f7ced4b-43bd-46c3-baf5-133d1abe038a', 'project_id': u'36f32a2d8cb74232b5c5d2dc7fedd07a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-18 16:06:51,542 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_5f7ced4b-43bd-46c3-baf5-133d1abe038a', 'password': '3ef9c230-3046-4419-97f7-750186d18683', 'project_name': 'snaps_health_check-project_5f7ced4b-43bd-46c3-baf5-133d1abe038a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '36f32a2d8cb74232b5c5d2dc7fedd07a', 'project_domain_name': 'Default'} 2018-11-18 16:06:53,900 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-18 16:06:53,900 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-11-18 16:08:36,384 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 102.482s OK 2018-11-18 16:08:36,492 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-18 16:08:36,493 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-11-18 16:08:38,305 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 12:18 | PASS | | snaps_health_check | functest | healthcheck | 01:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-11-18 16:08:38,310 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-18 16:08:45,802 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-313 | | 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-11-18 16:08:45,807 - 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=wBDt7tAst9gj6VU8p9GCPch8p export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-11-18 16:08:45,808 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-18 16:08:45,809 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-11-18 16:08:45,850 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-11-18 16:08:51,399 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_2fb70c7a-5f63-4e30-8134-db4e241b4d58', 'id': u'b15b2be647674a9e8088ff18bb366a11', 'description': u'Created by OPNFV Functest: vping_ssh', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-18 16:08:51,905 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'eac43b2a6bb442a69ce0ac4020797ec9', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_2fb70c7a-5f63-4e30-8134-db4e241b4d58'}) 2018-11-18 16:08:52,070 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-18 16:08:52,257 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/47cd9cb02b30462abfc545cfff354513'}, 'domain_id': None, 'human_id': None, 'id': u'47cd9cb02b30462abfc545cfff354513', 'HUMAN_ID': False}) 2018-11-18 16:08:52,807 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_2fb70c7a-5f63-4e30-8134-db4e241b4d58', 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': 'e6d63ba8-a71d-4fc0-bdc2-5496c01defe2', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_ssh-user_2fb70c7a-5f63-4e30-8134-db4e241b4d58', 'project_id': u'b15b2be647674a9e8088ff18bb366a11', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-18 16:08:52,813 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_2fb70c7a-5f63-4e30-8134-db4e241b4d58', 'password': 'e6d63ba8-a71d-4fc0-bdc2-5496c01defe2', 'project_name': 'vping_ssh-project_2fb70c7a-5f63-4e30-8134-db4e241b4d58', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'b15b2be647674a9e8088ff18bb366a11', 'project_domain_name': 'Default'} 2018-11-18 16:08:52,813 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-11-18 16:08:53,551 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-11-18T16:08:53Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'98b3a122-570d-45a9-9988-f4bd097d2aeb', u'provider:segmentation_id': 66, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_2fb70c7a-5f63-4e30-8134-db4e241b4d58', u'admin_state_up': True, u'tenant_id': u'b15b2be647674a9e8088ff18bb366a11', u'created_at': u'2018-11-18T16:08:53Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b15b2be647674a9e8088ff18bb366a11'}) 2018-11-18 16:08:54,928 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-18T16:08:54Z', 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'de80fe61-882b-437b-a25c-597efcfbdc60', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_2fb70c7a-5f63-4e30-8134-db4e241b4d58', u'enable_dhcp': True, u'network_id': u'98b3a122-570d-45a9-9988-f4bd097d2aeb', u'tenant_id': u'b15b2be647674a9e8088ff18bb366a11', u'created_at': u'2018-11-18T16:08:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b15b2be647674a9e8088ff18bb366a11'}) 2018-11-18 16:08:56,291 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'349c2810-12a5-41ea-9d90-7b05971b731a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'15cbedf8-efdb-40ba-9dd8-cbb95c910965', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b15b2be647674a9e8088ff18bb366a11', u'created_at': u'2018-11-18T16:08:55Z', u'admin_state_up': True, u'updated_at': u'2018-11-18T16:08:56Z', u'revision_number': 2, u'routes': [], u'project_id': u'b15b2be647674a9e8088ff18bb366a11', u'id': u'da617f29-c470-4f74-9599-17217d77bcc9', u'name': u'vping_ssh-router_2fb70c7a-5f63-4e30-8134-db4e241b4d58'}) 2018-11-18 16:09:00,396 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/39f53559-d51e-449d-ae7d-a126ebb0db32/snap', u'metadata': Munch({})})], 'file': u'/v2/images/39f53559-d51e-449d-ae7d-a126ebb0db32/file', 'owner': u'b15b2be647674a9e8088ff18bb366a11', 'id': u'39f53559-d51e-449d-ae7d-a126ebb0db32', 'size': 12716032, u'self': u'/v2/images/39f53559-d51e-449d-ae7d-a126ebb0db32', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b15b2be647674a9e8088ff18bb366a11', 'name': 'vping_ssh-project_2fb70c7a-5f63-4e30-8134-db4e241b4d58', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/39f53559-d51e-449d-ae7d-a126ebb0db32/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-18T16:09:00Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-18T16:09:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_2fb70c7a-5f63-4e30-8134-db4e241b4d58', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/39f53559-d51e-449d-ae7d-a126ebb0db32', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_2fb70c7a-5f63-4e30-8134-db4e241b4d58', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_2fb70c7a-5f63-4e30-8134-db4e241b4d58', 'created': u'2018-11-18T16:08:58Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-18T16:08:58Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/39f53559-d51e-449d-ae7d-a126ebb0db32', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_2fb70c7a-5f63-4e30-8134-db4e241b4d58', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-18 16:09:00,626 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_2fb70c7a-5f63-4e30-8134-db4e241b4d58', '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'a875ae444eec41a6b8bd843d2517a591', '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'b7c80e38-49d8-41d2-940f-2efe5b3d8367', 'swap': 0}) 2018-11-18 16:09:01,031 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDU/vN0laEhXJdu/xnTbMDkxKjKh58BI5CMT+jsLoD1cIr4qlp9IrHjcrZOs5nSmCcmJK4spqLawGaTp8SdnU1VJw1rdAaYvTJioKzG0p6j245NwKutwDHgFy/FXJnCkqZe7mb0mKGJBWcvaR9KXTlJzKgQq9mYdyfl+IJcQWkllMojPN+ua23afkuVHnJF1WwY0nd7MrHfG1sgQ0P2YM7V8ovmcqFzyMtsuYQCs9nW76SGMES15dzzRNxAcYVS0392/Oiwt/C8yggF7TqMznDfI8UL6O7YnJdjGU8g1Ux4jB4FacL1oJ+/O71yOk9k1oTSsNa7pQhWE9mndqUwcpR1 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA1P7zdJWhIVyXbv8Z02zA5MSoyoefASOQjE/o7C6A9XCK+Kpa\nfSKx43K2TrOZ0pgnJiSuLKai2sBmk6fEnZ1NVScNa3QGmL0yYqCsxtKeo9uOTcCr\nrcAx4BcvxVyZwpKmXu5m9JihiQVnL2kfSl05ScyoEKvZmHcn5fiCXEFpJZTKIzzf\nrmtt2n5LlR5yRdVsGNJ3ezKx3xtbIEND9mDO1fKL5nKhc8jLbLmEArPZ1u+khjBE\nteXc80TcQHGFUtN/dvzosLfwvMoIBe06jM5w3yPFC+ju2JyXYxlPINVMeIweBWnC\n9aCfvzu9cjpPZNaE0rDWu6UIVhPZp3alMHKUdQIDAQABAoIBADnnyhYi67hfLMg/\nUC0bfuFy2ZSeBEtR+OU8gE1dYy/W1eE+pvUoLoZwVEHXL/WB6frDtBptfw7LideQ\nn7Jd5n1E7bANzhFONll75xzye7B+axSWUdYdzzFl/FXClAbCybo7RAAxUpEmx+Oq\nx5f2+jEnE3Xc0n5RvqYVxpMAMW7GojYQDkiENvulEiHuI8e5AqmlPgY0sOTNxUJA\nXwUeZ3mrcY/lXRAv0jYcXgsvBadRLLIQCp5Yejck850L/MhQ6JfLu/f4B7GAz7PF\n2mvGumu3H85rRVmShfn9EIECitSa6XupKhRAgHD6yYDvMLiZZmNu2qC0F9tdrBWM\nZ++GVY0CgYEA/hlBddwDeeQRDxhKYpN2oa4Sga0WO2cXuKyy1phHOj78A/4485iL\n8x3ypwm62OVTntffIqQlOVgCGq+BghA5VV2Zl/0QEiVY1Im9XKclwxEFhrceO+5+\nT5EKDptQ5CdiXvQItj56v/d2XTcGQsyEcNJ8gTzEvkOZFLaBz+D5h2sCgYEA1pb1\nwvu8i93FGgSeh3kO4g7LSYImaydiVcvVfeJTRmV3I2GyLBpNQx9lbfSEflTA0bjE\nNp/0RUxkCV1VFPF0WTA25/1ogpkaBpNl7pHVBERnjrMeWr0PpU7GnPsBknFaDSMS\nUKvnUagV6usIWIUmzQ1y0iHyK3m4+kJCcZ/Jq58CgYA9EcbY07sGJZkv/o+KJ5Tg\ngNyzy+zG9B0QZnlI+CpORmr9brEzYptoH+980+rTTDKPv6RCSB8mLA+9aCcBInMV\nIDzU+Z5OLimuUzhut0FtI38nhIVAtC4pY1t+bTfAzfJnjdE2M8f+sTQCbUIU9eBy\n2TPRP9CtRcPZ5Y9HbfOq5wKBgAzibYkykkSXoUEJq/cYZrNeDgiw3tuqNrZOEdiI\nIVXlu7yNHiSVw7PXC8EJYHcxYY52GJnrCsCqcIs7ZmNmiATe5z0Qsxi8Vpq0ePdV\nHEQwU0N3L8hk966GR1ifnZ2MXsrRI0VivPXjMMW1LQAbppPDTfSeAytnGJs2JUUr\nQfGjAoGALLzNGxfsSDeEG5XarXpIbGjbpX1AlMw/eUaYcOXqTQnS4KAC3PAPBr0N\nf1pBidzzNCJ+oGdO5wyS833GwyOqb5QTGAWDsTvfAy7Ipc74ZOBAG0Dk5TnEW2AL\nS44UwJ0yY96CW5xndG8n61L8J4NhxGNDBQ+3xFn8j6yA1dlQCas=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'eac43b2a6bb442a69ce0ac4020797ec9', 'name': u'vping_ssh-kp_2fb70c7a-5f63-4e30-8134-db4e241b4d58', 'created_at': '2018-11-18T16:09:01.030962', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b15b2be647674a9e8088ff18bb366a11', 'name': 'vping_ssh-project_2fb70c7a-5f63-4e30-8134-db4e241b4d58', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'c7:34:1f:a9:2f:2d:6b:e5:c3:0e:77:66:7d:b5:bb:fa', 'type': 'ssh', 'id': u'vping_ssh-kp_2fb70c7a-5f63-4e30-8134-db4e241b4d58'}) 2018-11-18 16:09:01,031 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEA1P7zdJWhIVyXbv8Z02zA5MSoyoefASOQjE/o7C6A9XCK+Kpa fSKx43K2TrOZ0pgnJiSuLKai2sBmk6fEnZ1NVScNa3QGmL0yYqCsxtKeo9uOTcCr rcAx4BcvxVyZwpKmXu5m9JihiQVnL2kfSl05ScyoEKvZmHcn5fiCXEFpJZTKIzzf rmtt2n5LlR5yRdVsGNJ3ezKx3xtbIEND9mDO1fKL5nKhc8jLbLmEArPZ1u+khjBE teXc80TcQHGFUtN/dvzosLfwvMoIBe06jM5w3yPFC+ju2JyXYxlPINVMeIweBWnC 9aCfvzu9cjpPZNaE0rDWu6UIVhPZp3alMHKUdQIDAQABAoIBADnnyhYi67hfLMg/ UC0bfuFy2ZSeBEtR+OU8gE1dYy/W1eE+pvUoLoZwVEHXL/WB6frDtBptfw7LideQ n7Jd5n1E7bANzhFONll75xzye7B+axSWUdYdzzFl/FXClAbCybo7RAAxUpEmx+Oq x5f2+jEnE3Xc0n5RvqYVxpMAMW7GojYQDkiENvulEiHuI8e5AqmlPgY0sOTNxUJA XwUeZ3mrcY/lXRAv0jYcXgsvBadRLLIQCp5Yejck850L/MhQ6JfLu/f4B7GAz7PF 2mvGumu3H85rRVmShfn9EIECitSa6XupKhRAgHD6yYDvMLiZZmNu2qC0F9tdrBWM Z++GVY0CgYEA/hlBddwDeeQRDxhKYpN2oa4Sga0WO2cXuKyy1phHOj78A/4485iL 8x3ypwm62OVTntffIqQlOVgCGq+BghA5VV2Zl/0QEiVY1Im9XKclwxEFhrceO+5+ T5EKDptQ5CdiXvQItj56v/d2XTcGQsyEcNJ8gTzEvkOZFLaBz+D5h2sCgYEA1pb1 wvu8i93FGgSeh3kO4g7LSYImaydiVcvVfeJTRmV3I2GyLBpNQx9lbfSEflTA0bjE Np/0RUxkCV1VFPF0WTA25/1ogpkaBpNl7pHVBERnjrMeWr0PpU7GnPsBknFaDSMS UKvnUagV6usIWIUmzQ1y0iHyK3m4+kJCcZ/Jq58CgYA9EcbY07sGJZkv/o+KJ5Tg gNyzy+zG9B0QZnlI+CpORmr9brEzYptoH+980+rTTDKPv6RCSB8mLA+9aCcBInMV IDzU+Z5OLimuUzhut0FtI38nhIVAtC4pY1t+bTfAzfJnjdE2M8f+sTQCbUIU9eBy 2TPRP9CtRcPZ5Y9HbfOq5wKBgAzibYkykkSXoUEJq/cYZrNeDgiw3tuqNrZOEdiI IVXlu7yNHiSVw7PXC8EJYHcxYY52GJnrCsCqcIs7ZmNmiATe5z0Qsxi8Vpq0ePdV HEQwU0N3L8hk966GR1ifnZ2MXsrRI0VivPXjMMW1LQAbppPDTfSeAytnGJs2JUUr QfGjAoGALLzNGxfsSDeEG5XarXpIbGjbpX1AlMw/eUaYcOXqTQnS4KAC3PAPBr0N f1pBidzzNCJ+oGdO5wyS833GwyOqb5QTGAWDsTvfAy7Ipc74ZOBAG0Dk5TnEW2AL S44UwJ0yY96CW5xndG8n61L8J4NhxGNDBQ+3xFn8j6yA1dlQCas= -----END RSA PRIVATE KEY----- 2018-11-18 16:09:13,385 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_2fb70c7a-5f63-4e30-8134-db4e241b4d58': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:98:8b:e2', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'39f53559-d51e-449d-ae7d-a126ebb0db32'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-18T16:09:10.000000', 'flavor': Munch({u'id': u'b7c80e38-49d8-41d2-940f-2efe5b3d8367'}), 'az': u'nova', 'id': u'72e7f323-1c9e-454d-8b9a-03a8ce4a5682', 'security_groups': [Munch({u'name': u'vping_ssh-sg_2fb70c7a-5f63-4e30-8134-db4e241b4d58'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'eac43b2a6bb442a69ce0ac4020797ec9', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b15b2be647674a9e8088ff18bb366a11', 'name': 'vping_ssh-project_2fb70c7a-5f63-4e30-8134-db4e241b4d58', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-11-18T16:09:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-18T16:09:10Z', 'hostId': u'd949198fd90c2cd71b328c35a09bc0a2474861e0dbf955c5df8f5e8d', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'd949198fd90c2cd71b328c35a09bc0a2474861e0dbf955c5df8f5e8d', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-18T16:09:10.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b15b2be647674a9e8088ff18bb366a11', 'name': u'vping_ssh-vm2_2fb70c7a-5f63-4e30-8134-db4e241b4d58', 'adminPass': u'Wfq52AV3Z2yv', 'tenant_id': u'b15b2be647674a9e8088ff18bb366a11', 'region': 'regionOne', 'created': u'2018-11-18T16:09:04Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-18 16:09:23,865 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_2fb70c7a-5f63-4e30-8134-db4e241b4d58': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:cf:74:85', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'39f53559-d51e-449d-ae7d-a126ebb0db32'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-18T16:09:22.000000', 'flavor': Munch({u'id': u'b7c80e38-49d8-41d2-940f-2efe5b3d8367'}), 'az': u'nova', 'id': u'af394a47-f987-449e-a9c9-07b989aef4f7', 'security_groups': [Munch({u'name': u'vping_ssh-sg_2fb70c7a-5f63-4e30-8134-db4e241b4d58'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'eac43b2a6bb442a69ce0ac4020797ec9', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b15b2be647674a9e8088ff18bb366a11', 'name': 'vping_ssh-project_2fb70c7a-5f63-4e30-8134-db4e241b4d58', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-11-18T16:09:22.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-18T16:09:23Z', 'hostId': u'f6e1887846ec1d9a4f531657e40ef9a886a2b92e19c3e2f05363e11b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_2fb70c7a-5f63-4e30-8134-db4e241b4d58', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'f6e1887846ec1d9a4f531657e40ef9a886a2b92e19c3e2f05363e11b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-18T16:09:22.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b15b2be647674a9e8088ff18bb366a11', 'name': u'vping_ssh-vm_2fb70c7a-5f63-4e30-8134-db4e241b4d58', 'adminPass': u'VMLiS8Xq2wuE', 'tenant_id': u'b15b2be647674a9e8088ff18bb366a11', 'region': 'regionOne', 'created': u'2018-11-18T16:09:15Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-18 16:09:25,483 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'da617f29-c470-4f74-9599-17217d77bcc9', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'b15b2be647674a9e8088ff18bb366a11', 'created_at': u'2018-11-18T16:09:24Z', 'attached': True, 'updated_at': u'2018-11-18T16:09:24Z', 'id': u'baf16252-1ff9-43d8-a642-1eed401d3e2e', 'floating_network_id': u'349c2810-12a5-41ea-9d90-7b05971b731a', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b15b2be647674a9e8088ff18bb366a11', 'name': 'vping_ssh-project_2fb70c7a-5f63-4e30-8134-db4e241b4d58', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'da617f29-c470-4f74-9599-17217d77bcc9', 'project_id': u'b15b2be647674a9e8088ff18bb366a11', 'port_id': u'c59e9a4d-1b3d-4e72-aa23-6436b5a900c4', 'port': u'c59e9a4d-1b3d-4e72-aa23-6436b5a900c4', 'network': u'349c2810-12a5-41ea-9d90-7b05971b731a'}) 2018-11-18 16:09:26,558 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 476653418 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.133068] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.134723] pid_max: default: 32768 minimum: 301 [ 0.135622] ACPI: Core revision 20150930 [ 0.137001] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138319] Security Framework initialized [ 0.139139] Yama: becoming mindful. [ 0.139869] AppArmor: AppArmor initialized [ 0.140743] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142070] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143351] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144568] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145961] Initializing cgroup subsys io [ 0.146780] Initializing cgroup subsys memory [ 0.147645] Initializing cgroup subsys devices [ 0.148533] Initializing cgroup subsys freezer [ 0.149405] Initializing cgroup subsys net_cls [ 0.150276] Initializing cgroup subsys perf_event [ 0.151187] Initializing cgroup subsys net_prio [ 0.152068] Initializing cgroup subsys hugetlb [ 0.152948] Initializing cgroup subsys pids [ 0.153828] CPU: Physical Processor ID: 0 [ 0.155337] mce: CPU supports 10 MCE banks [ 0.156198] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167875] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174243] ftrace: allocating 31920 entries in 125 pages [ 0.200616] smpboot: Max logical packages: 1 [ 0.201483] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202844] x2apic enabled [ 0.203655] Switched APIC routing to physical x2apic. [ 0.205415] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206543] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210364] KVM setup paravirtual spinlock [ 0.211721] x86: Booted up 1 node, 1 CPUs [ 0.212536] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213933] devtmpfs: initialized [ 0.215663] evm: security.selinux [ 0.216370] evm: security.SMACK64 [ 0.217063] evm: security.SMACK64EXEC [ 0.217816] evm: security.SMACK64TRANSMUTE [ 0.218632] evm: security.SMACK64MMAP [ 0.219385] evm: security.ima [ 0.220029] evm: security.capability [ 0.220842] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222721] pinctrl core: initialized pinctrl subsystem [ 0.223835] RTC time: 16:09:22, date: 11/18/18 [ 0.224799] NET: Registered protocol family 16 [ 0.225779] cpuidle: using governor ladder [ 0.226605] cpuidle: using governor menu [ 0.227401] PCCT header not found. [ 0.228167] ACPI: bus type PCI registered [ 0.228975] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230236] PCI: Using configuration type 1 for base access [ 0.231992] ACPI: Added _OSI(Module Device) [ 0.232851] ACPI: Added _OSI(Processor Device) [ 0.233721] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234627] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236740] ACPI: Interpreter enabled [ 0.237528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239390] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244990] ACPI: (supports S0 S5) [ 0.245707] ACPI: Using IOAPIC for interrupt routing [ 0.246778] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251039] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252283] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253482] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255721] acpiphp: Slot [3] registered [ 0.256532] acpiphp: Slot [4] registered [ 0.257336] acpiphp: Slot [5] registered [ 0.258141] acpiphp: Slot [6] registered [ 0.258943] acpiphp: Slot [7] registered [ 0.259755] acpiphp: Slot [8] registered [ 0.260563] acpiphp: Slot [9] registered [ 0.261364] acpiphp: Slot [10] registered [ 0.262188] acpiphp: Slot [11] registered [ 0.263002] acpiphp: Slot [12] registered [ 0.263828] acpiphp: Slot [13] registered [ 0.264648] acpiphp: Slot [14] registered [ 0.265465] acpiphp: Slot [15] registered [ 0.276491] acpiphp: Slot [16] registered [ 0.277310] acpiphp: Slot [17] registered [ 0.278123] acpiphp: Slot [18] registered [ 0.278940] acpiphp: Slot [19] registered [ 0.279758] acpiphp: Slot [20] registered [ 0.280582] acpiphp: Slot [21] registered [ 0.281400] acpiphp: Slot [22] registered [ 0.282216] acpiphp: Slot [23] registered [ 0.283030] acpiphp: Slot [24] registered [ 0.283849] acpiphp: Slot [25] registered [ 0.284672] acpiphp: Slot [26] registered [ 0.285490] acpiphp: Slot [27] registered [ 0.286308] acpiphp: Slot [28] registered [ 0.287120] acpiphp: Slot [29] registered [ 0.287934] acpiphp: Slot [30] registered [ 0.288761] acpiphp: Slot [31] registered [ 0.289576] PCI host bridge to bus 0000:00 [ 0.290389] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291610] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.292837] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294299] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.295750] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302024] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.304501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.305776] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.312151] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313595] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360335] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361773] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363224] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364631] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365893] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367389] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368451] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370003] vgaarb: loaded [ 0.370611] vgaarb: bridge control possible 0000:00:02.0 [ 0.371756] SCSI subsystem initialized [ 0.372580] ACPI: bus type USB registered [ 0.373404] usbcore: registered new interface driver usbfs [ 0.374439] usbcore: registered new interface driver hub [ 0.375451] usbcore: registered new device driver usb [ 0.376516] PCI: Using ACPI for IRQ routing [ 0.377558] NetLabel: Initializing [ 0.378274] NetLabel: domain hash size = 128 [ 0.379124] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380072] NetLabel: unlabeled traffic allowed by default [ 0.381178] clocksource: Switched to clocksource kvm-clock [ 0.386594] AppArmor: AppArmor Filesystem Enabled [ 0.387563] pnp: PnP ACPI init [ 0.388475] pnp: PnP ACPI: found 5 devices [ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396579] NET: Registered protocol family 2 [ 0.397539] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398828] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400002] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401174] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402260] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403444] NET: Registered protocol family 1 [ 0.404317] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405424] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406509] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420471] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.434732] Trying to unpack rootfs image as initramfs... [ 0.484225] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498373] Scanning for low memory corruption every 60 seconds [ 0.499699] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.500886] audit: initializing netlink subsys (disabled) [ 0.501921] audit: type=2000 audit(1542557362.908:1): initialized [ 0.503246] Initialise system trusted keyring [ 0.504178] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505351] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507318] zbud: loaded [ 0.508015] VFS: Disk quotas dquot_6.6.0 [ 0.508836] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510360] fuse init (API version 7.23) [ 0.511258] Key type big_key registered [ 0.512058] Allocating IMA MOK and blacklist keyrings. [ 0.513547] Key type asymmetric registered [ 0.514378] Asymmetric key parser 'x509' registered [ 0.515345] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.516812] io scheduler noop registered [ 0.517620] io scheduler deadline registered (default) [ 0.518612] io scheduler cfq registered [ 0.519447] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.520499] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523238] ACPI: Power Button [PWRF] [ 0.524066] GHES: HEST is not enabled! [ 0.537740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565452] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567725] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591870] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.595116] Linux agpgart interface v0.103 [ 0.597155] brd: module loaded [ 0.598360] loop: module loaded [ 0.603632] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605084] GPT:90111 != 2097151 [ 0.605769] GPT:Alternate GPT header not at the end of the disk. [ 0.606857] GPT:90111 != 2097151 [ 0.607531] GPT: Use GNU Parted to correct GPT errors. [ 0.608487] vda: vda1 vda15 [ 0.609982] scsi host0: ata_piix [ 0.610718] scsi host1: ata_piix [ 0.611424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.612644] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614089] libphy: Fixed MDIO Bus: probed [ 0.614906] tun: Universal TUN/TAP device driver, 1.6 [ 0.615850] tun: (C) 1999-2004 Max Krasnyansky [ 0.617993] PPP generic driver version 2.4.2 [ 0.618892] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620182] ehci-pci: EHCI PCI platform driver [ 0.621046] ehci-platform: EHCI generic platform driver [ 0.622039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623163] ohci-pci: OHCI PCI platform driver [ 0.624024] ohci-platform: OHCI generic platform driver [ 0.625004] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639340] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640331] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641779] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.642811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.643927] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645144] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646557] usb usb1: Product: UHCI Host Controller [ 0.647491] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648625] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649634] hub 1-0:1.0: USB hub found [ 0.650412] hub 1-0:1.0: 2 ports detected [ 0.651311] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653443] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654395] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655418] mousedev: PS/2 mouse device common for all mice [ 0.656719] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658555] rtc_cmos 00:00: RTC can wake from S4 [ 0.659657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660842] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662028] i2c /dev entries driver [ 0.662779] device-mapper: uevent: version 1.0.3 [ 0.663713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665331] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666602] NET: Registered protocol family 10 [ 0.667584] NET: Registered protocol family 17 [ 0.668469] Key type dns_resolver registered [ 0.669397] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670491] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672228] registered taskstats version 1 [ 0.673045] Loading compiled-in X.509 certificates [ 0.674488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676319] zswap: loaded using pool lzo/zbud [ 0.677664] Key type trusted registered [ 0.679208] Key type encrypted registered [ 0.680021] AppArmor: AppArmor sha1 policy hashing enabled [ 0.681042] ima: No TPM chip found, activating TPM-bypass! [ 0.682088] evm: HMAC attrs: 0x1 [ 0.683041] Magic number: 10:696:186 [ 0.683903] rtc_cmos 00:00: setting system clock to 2018-11-18 16:09:23 UTC (1542557363) [ 0.685499] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686612] EDD information not available. [ 0.770316] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.771872] Write protecting the kernel read-only data: 14336k [ 0.783931] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.58 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.794782] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.68. iid=i-00000024 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: 2018-11-18 16:09:27,561 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: timed out 2018-11-18 16:09:37,693 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 476653418 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.133068] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.134723] pid_max: default: 32768 minimum: 301 [ 0.135622] ACPI: Core revision 20150930 [ 0.137001] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138319] Security Framework initialized [ 0.139139] Yama: becoming mindful. [ 0.139869] AppArmor: AppArmor initialized [ 0.140743] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142070] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143351] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144568] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145961] Initializing cgroup subsys io [ 0.146780] Initializing cgroup subsys memory [ 0.147645] Initializing cgroup subsys devices [ 0.148533] Initializing cgroup subsys freezer [ 0.149405] Initializing cgroup subsys net_cls [ 0.150276] Initializing cgroup subsys perf_event [ 0.151187] Initializing cgroup subsys net_prio [ 0.152068] Initializing cgroup subsys hugetlb [ 0.152948] Initializing cgroup subsys pids [ 0.153828] CPU: Physical Processor ID: 0 [ 0.155337] mce: CPU supports 10 MCE banks [ 0.156198] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167875] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174243] ftrace: allocating 31920 entries in 125 pages [ 0.200616] smpboot: Max logical packages: 1 [ 0.201483] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202844] x2apic enabled [ 0.203655] Switched APIC routing to physical x2apic. [ 0.205415] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206543] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210364] KVM setup paravirtual spinlock [ 0.211721] x86: Booted up 1 node, 1 CPUs [ 0.212536] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213933] devtmpfs: initialized [ 0.215663] evm: security.selinux [ 0.216370] evm: security.SMACK64 [ 0.217063] evm: security.SMACK64EXEC [ 0.217816] evm: security.SMACK64TRANSMUTE [ 0.218632] evm: security.SMACK64MMAP [ 0.219385] evm: security.ima [ 0.220029] evm: security.capability [ 0.220842] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222721] pinctrl core: initialized pinctrl subsystem [ 0.223835] RTC time: 16:09:22, date: 11/18/18 [ 0.224799] NET: Registered protocol family 16 [ 0.225779] cpuidle: using governor ladder [ 0.226605] cpuidle: using governor menu [ 0.227401] PCCT header not found. [ 0.228167] ACPI: bus type PCI registered [ 0.228975] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230236] PCI: Using configuration type 1 for base access [ 0.231992] ACPI: Added _OSI(Module Device) [ 0.232851] ACPI: Added _OSI(Processor Device) [ 0.233721] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234627] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236740] ACPI: Interpreter enabled [ 0.237528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239390] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244990] ACPI: (supports S0 S5) [ 0.245707] ACPI: Using IOAPIC for interrupt routing [ 0.246778] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251039] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252283] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253482] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255721] acpiphp: Slot [3] registered [ 0.256532] acpiphp: Slot [4] registered [ 0.257336] acpiphp: Slot [5] registered [ 0.258141] acpiphp: Slot [6] registered [ 0.258943] acpiphp: Slot [7] registered [ 0.259755] acpiphp: Slot [8] registered [ 0.260563] acpiphp: Slot [9] registered [ 0.261364] acpiphp: Slot [10] registered [ 0.262188] acpiphp: Slot [11] registered [ 0.263002] acpiphp: Slot [12] registered [ 0.263828] acpiphp: Slot [13] registered [ 0.264648] acpiphp: Slot [14] registered [ 0.265465] acpiphp: Slot [15] registered [ 0.276491] acpiphp: Slot [16] registered [ 0.277310] acpiphp: Slot [17] registered [ 0.278123] acpiphp: Slot [18] registered [ 0.278940] acpiphp: Slot [19] registered [ 0.279758] acpiphp: Slot [20] registered [ 0.280582] acpiphp: Slot [21] registered [ 0.281400] acpiphp: Slot [22] registered [ 0.282216] acpiphp: Slot [23] registered [ 0.283030] acpiphp: Slot [24] registered [ 0.283849] acpiphp: Slot [25] registered [ 0.284672] acpiphp: Slot [26] registered [ 0.285490] acpiphp: Slot [27] registered [ 0.286308] acpiphp: Slot [28] registered [ 0.287120] acpiphp: Slot [29] registered [ 0.287934] acpiphp: Slot [30] registered [ 0.288761] acpiphp: Slot [31] registered [ 0.289576] PCI host bridge to bus 0000:00 [ 0.290389] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291610] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.292837] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294299] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.295750] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302024] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303320] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.304501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.305776] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.312151] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313595] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360335] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361773] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363224] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364631] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365893] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367389] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368451] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370003] vgaarb: loaded [ 0.370611] vgaarb: bridge control possible 0000:00:02.0 [ 0.371756] SCSI subsystem initialized [ 0.372580] ACPI: bus type USB registered [ 0.373404] usbcore: registered new interface driver usbfs [ 0.374439] usbcore: registered new interface driver hub [ 0.375451] usbcore: registered new device driver usb [ 0.376516] PCI: Using ACPI for IRQ routing [ 0.377558] NetLabel: Initializing [ 0.378274] NetLabel: domain hash size = 128 [ 0.379124] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380072] NetLabel: unlabeled traffic allowed by default [ 0.381178] clocksource: Switched to clocksource kvm-clock [ 0.386594] AppArmor: AppArmor Filesystem Enabled [ 0.387563] pnp: PnP ACPI init [ 0.388475] pnp: PnP ACPI: found 5 devices [ 0.394848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396579] NET: Registered protocol family 2 [ 0.397539] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398828] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400002] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401174] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402260] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403444] NET: Registered protocol family 1 [ 0.404317] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405424] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406509] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420471] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.434732] Trying to unpack rootfs image as initramfs... [ 0.484225] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498373] Scanning for low memory corruption every 60 seconds [ 0.499699] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.500886] audit: initializing netlink subsys (disabled) [ 0.501921] audit: type=2000 audit(1542557362.908:1): initialized [ 0.503246] Initialise system trusted keyring [ 0.504178] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505351] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507318] zbud: loaded [ 0.508015] VFS: Disk quotas dquot_6.6.0 [ 0.508836] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510360] fuse init (API version 7.23) [ 0.511258] Key type big_key registered [ 0.512058] Allocating IMA MOK and blacklist keyrings. [ 0.513547] Key type asymmetric registered [ 0.514378] Asymmetric key parser 'x509' registered [ 0.515345] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.516812] io scheduler noop registered [ 0.517620] io scheduler deadline registered (default) [ 0.518612] io scheduler cfq registered [ 0.519447] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.520499] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523238] ACPI: Power Button [PWRF] [ 0.524066] GHES: HEST is not enabled! [ 0.537740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565452] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567725] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591870] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.595116] Linux agpgart interface v0.103 [ 0.597155] brd: module loaded [ 0.598360] loop: module loaded [ 0.603632] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605084] GPT:90111 != 2097151 [ 0.605769] GPT:Alternate GPT header not at the end of the disk. [ 0.606857] GPT:90111 != 2097151 [ 0.607531] GPT: Use GNU Parted to correct GPT errors. [ 0.608487] vda: vda1 vda15 [ 0.609982] scsi host0: ata_piix [ 0.610718] scsi host1: ata_piix [ 0.611424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.612644] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614089] libphy: Fixed MDIO Bus: probed [ 0.614906] tun: Universal TUN/TAP device driver, 1.6 [ 0.615850] tun: (C) 1999-2004 Max Krasnyansky [ 0.617993] PPP generic driver version 2.4.2 [ 0.618892] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620182] ehci-pci: EHCI PCI platform driver [ 0.621046] ehci-platform: EHCI generic platform driver [ 0.622039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623163] ohci-pci: OHCI PCI platform driver [ 0.624024] ohci-platform: OHCI generic platform driver [ 0.625004] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639340] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640331] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641779] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.642811] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.643927] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645144] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646557] usb usb1: Product: UHCI Host Controller [ 0.647491] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648625] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649634] hub 1-0:1.0: USB hub found [ 0.650412] hub 1-0:1.0: 2 ports detected [ 0.651311] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653443] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654395] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655418] mousedev: PS/2 mouse device common for all mice [ 0.656719] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658555] rtc_cmos 00:00: RTC can wake from S4 [ 0.659657] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660842] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662028] i2c /dev entries driver [ 0.662779] device-mapper: uevent: version 1.0.3 [ 0.663713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665331] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666602] NET: Registered protocol family 10 [ 0.667584] NET: Registered protocol family 17 [ 0.668469] Key type dns_resolver registered [ 0.669397] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670491] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672228] registered taskstats version 1 [ 0.673045] Loading compiled-in X.509 certificates [ 0.674488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676319] zswap: loaded using pool lzo/zbud [ 0.677664] Key type trusted registered [ 0.679208] Key type encrypted registered [ 0.680021] AppArmor: AppArmor sha1 policy hashing enabled [ 0.681042] ima: No TPM chip found, activating TPM-bypass! [ 0.682088] evm: HMAC attrs: 0x1 [ 0.683041] Magic number: 10:696:186 [ 0.683903] rtc_cmos 00:00: setting system clock to 2018-11-18 16:09:23 UTC (1542557363) [ 0.685499] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686612] EDD information not available. [ 0.770316] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.771872] Write protecting the kernel read-only data: 14336k [ 0.783931] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.58 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.794782] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.68. iid=i-00000024 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7AYDEgt9MOzIDHx2HUX77YYHvilaD+F4yVsyBceXL9pM8slZQqSwLoptnM236S8yGr+H2+8WuTHSnW5RCHoWeIfWiOJ0KhTwVsoIndK77sH7R6St8f58n6Hgw5HUGXWVGz1pOkWsbC2+PthBCoT1ivRBboWHUpjUEoJuFe4Er0IZJEV0elYsebNf4BlHXwzWAUTEkCRdroMr7H3T9Z4K4JfGPNNWchsZSJDNwDspS96Rx76yCknpcxESifreimHzjE66nM3QmgE2IzCJhg4kNz1lBoJqBw8rjT3WjBD237pR0th5IJM/TH3Dqsh3eZ1a4cpEy3fF06q42dk9cKiNh root@vping-ssh-vm-2fb70c7a-5f63-4e30-8134-db4e241b4d58 ssh-dss AAAAB3NzaC1kc3MAAACBAM8Kd98l7kk3ZQPRl03Yl6nyFwxxFnMVnF2IKoTqDUQUy+RObi7fA39ZN+PBr58O+6h/nirZA1nJFHu7pG4HkjK+FFtH3sbgK1ZMGN5ppemMKz08Rz76hdABpchofFUGH/ZjlmZbpO9o/BMS41PLJrTGs0tHl/Jt5kPyJQSHubKlAAAAFQDRcxTS9fwTUvcR6ebzUmKLhvE4qQAAAIAV4hICHz3ymHpRbnUqRzautjw8pWkxN04fMYfecDQuQkDme4yRjBtRZH2aTMdwaoDa6NXmot7Dv9pWmDAhpuhM2wL/h/mWp12LALRy7aLszqnHnZjEcdhEEavL18/EIRwXVsejIdetGyXOKeLKqmBGtOFYl2WFutp5unBcYHpfHwAAAIBv6X2LL8Rjq2CNmwNuYEMXE0YlVs62LTpouIQuzjZW9p/comhKqCyhDmW55sPDGxElo3IzZdonqSfVdniTZ6o6koYliPI9HSs7xVLqMtpB1vaCCZ/GNQeKrfOKaW+e1IOCXcoc/nkumsRNJLCvfHC/CSbWMJX1mBC6b8ISe+HRpw== root@vping-ssh-vm-2fb70c7a-5f63-4e30-8134-db4e241b4d58 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fecf:7485/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000024 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-2fb70c7a-5f63-4e30-8134-db4e241b4d58 launch-index: 0 === cirros: current=0.4.0 uptime=3.67 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-2fb70c7a-5f63-4e30-8134-db4e241b4d58 login: /dev/root resized successfully [took 3.70s] 2018-11-18 16:09:37,818 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.12 (192.168.120.12): 56 data bytes 64 bytes from 192.168.120.12: seq=0 ttl=64 time=1.205 ms --- 192.168.120.12 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.205/1.205/1.205 ms 2018-11-18 16:09:37,819 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-11-18 16:09:37,936 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-18 16:09:37,937 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:45 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-18 16:09:55,248 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-11-18 16:09:56,175 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_1f945c02-d2b1-4355-941a-b7ee1f94959f', 'id': u'aac2711924744761ae068c4cccda515c', 'description': u'Created by OPNFV Functest: vping_userdata', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-18 16:09:56,646 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8c2c30ad99e84a4b965c3980c7df9273', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_1f945c02-d2b1-4355-941a-b7ee1f94959f'}) 2018-11-18 16:09:56,801 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-18 16:09:56,975 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/65a07dc001aa42dc9783ad5c82f1451e'}, 'domain_id': None, 'human_id': None, 'id': u'65a07dc001aa42dc9783ad5c82f1451e', 'HUMAN_ID': False}) 2018-11-18 16:09:57,454 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_1f945c02-d2b1-4355-941a-b7ee1f94959f', 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': '65fcd6fb-1a46-47e3-92e2-a4baf71a295d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_userdata-user_1f945c02-d2b1-4355-941a-b7ee1f94959f', 'project_id': u'aac2711924744761ae068c4cccda515c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-18 16:09:57,459 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_1f945c02-d2b1-4355-941a-b7ee1f94959f', 'password': '65fcd6fb-1a46-47e3-92e2-a4baf71a295d', 'project_name': 'vping_userdata-project_1f945c02-d2b1-4355-941a-b7ee1f94959f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'aac2711924744761ae068c4cccda515c', 'project_domain_name': 'Default'} 2018-11-18 16:09:57,459 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-11-18 16:09:58,215 - 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-11-18T16:09:58Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'16d2d453-c4e6-48a2-82d0-dc929018cdb1', u'provider:segmentation_id': 92, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_1f945c02-d2b1-4355-941a-b7ee1f94959f', u'admin_state_up': True, u'tenant_id': u'aac2711924744761ae068c4cccda515c', u'created_at': u'2018-11-18T16:09:57Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'aac2711924744761ae068c4cccda515c'}) 2018-11-18 16:09:59,701 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-18T16:09:59Z', 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'21647a67-8ea2-4ec2-b421-06091988fca7', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_1f945c02-d2b1-4355-941a-b7ee1f94959f', u'enable_dhcp': True, u'network_id': u'16d2d453-c4e6-48a2-82d0-dc929018cdb1', u'tenant_id': u'aac2711924744761ae068c4cccda515c', u'created_at': u'2018-11-18T16:09:59Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'aac2711924744761ae068c4cccda515c'}) 2018-11-18 16:10:01,041 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'349c2810-12a5-41ea-9d90-7b05971b731a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'15cbedf8-efdb-40ba-9dd8-cbb95c910965', u'ip_address': u'172.30.9.214'}]}, u'description': u'', u'tags': [], u'tenant_id': u'aac2711924744761ae068c4cccda515c', u'created_at': u'2018-11-18T16:09:59Z', u'admin_state_up': True, u'updated_at': u'2018-11-18T16:10:00Z', u'revision_number': 2, u'routes': [], u'project_id': u'aac2711924744761ae068c4cccda515c', u'id': u'a883d89f-8745-49bf-95f6-47b104180bfa', u'name': u'vping_userdata-router_1f945c02-d2b1-4355-941a-b7ee1f94959f'}) 2018-11-18 16:10:05,240 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/60a193aa-a161-4119-8583-cad8d22fd0e0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/60a193aa-a161-4119-8583-cad8d22fd0e0/file', 'owner': u'aac2711924744761ae068c4cccda515c', 'id': u'60a193aa-a161-4119-8583-cad8d22fd0e0', 'size': 12716032, u'self': u'/v2/images/60a193aa-a161-4119-8583-cad8d22fd0e0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aac2711924744761ae068c4cccda515c', 'name': 'vping_userdata-project_1f945c02-d2b1-4355-941a-b7ee1f94959f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/60a193aa-a161-4119-8583-cad8d22fd0e0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-18T16:10:05Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-18T16:10:05Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_1f945c02-d2b1-4355-941a-b7ee1f94959f', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/60a193aa-a161-4119-8583-cad8d22fd0e0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_1f945c02-d2b1-4355-941a-b7ee1f94959f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_1f945c02-d2b1-4355-941a-b7ee1f94959f', 'created': u'2018-11-18T16:10:03Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-18T16:10:03Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/60a193aa-a161-4119-8583-cad8d22fd0e0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_1f945c02-d2b1-4355-941a-b7ee1f94959f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-18 16:10:05,463 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_1f945c02-d2b1-4355-941a-b7ee1f94959f', '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'a875ae444eec41a6b8bd843d2517a591', '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'54b6b5ef-0853-4974-b550-1deb4a4f2028', 'swap': 0}) 2018-11-18 16:10:14,347 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_1f945c02-d2b1-4355-941a-b7ee1f94959f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f5:f1:b5', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'60a193aa-a161-4119-8583-cad8d22fd0e0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-18T16:10:12.000000', 'flavor': Munch({u'id': u'54b6b5ef-0853-4974-b550-1deb4a4f2028'}), 'az': u'nova', 'id': u'7fffaede-5c25-4c14-9bab-3cf880278bb8', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8c2c30ad99e84a4b965c3980c7df9273', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aac2711924744761ae068c4cccda515c', 'name': 'vping_userdata-project_1f945c02-d2b1-4355-941a-b7ee1f94959f', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-11-18T16:10:12.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-18T16:10:12Z', 'hostId': u'1b17bb903f514aab8c89834363b212c7f2bb2f7caae5eebac331b8b2', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'1b17bb903f514aab8c89834363b212c7f2bb2f7caae5eebac331b8b2', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-18T16:10:12.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'aac2711924744761ae068c4cccda515c', 'name': u'vping_userdata-vm_1f945c02-d2b1-4355-941a-b7ee1f94959f', 'adminPass': u'n9G3nVcYvWyY', 'tenant_id': u'aac2711924744761ae068c4cccda515c', 'region': 'regionOne', 'created': u'2018-11-18T16:10:07Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-18 16:10:25,255 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_1f945c02-d2b1-4355-941a-b7ee1f94959f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e5:2f:ab', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'60a193aa-a161-4119-8583-cad8d22fd0e0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-18T16:10:21.000000', 'flavor': Munch({u'id': u'54b6b5ef-0853-4974-b550-1deb4a4f2028'}), 'az': u'nova', 'id': u'7e88bef1-d1bb-4d10-b59e-112b04b4c769', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8c2c30ad99e84a4b965c3980c7df9273', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aac2711924744761ae068c4cccda515c', 'name': 'vping_userdata-project_1f945c02-d2b1-4355-941a-b7ee1f94959f', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-11-18T16:10:21.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-18T16:10:22Z', 'hostId': u'3dd1aec05a45d566a3858eb0072eb43f224a8c35e83361b43502c030', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'3dd1aec05a45d566a3858eb0072eb43f224a8c35e83361b43502c030', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-18T16:10:21.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'aac2711924744761ae068c4cccda515c', 'name': u'vping_userdata-vm2_1f945c02-d2b1-4355-941a-b7ee1f94959f', 'adminPass': u'5xR5ALsVXHqw', 'tenant_id': u'aac2711924744761ae068c4cccda515c', 'region': 'regionOne', 'created': u'2018-11-18T16:10:16Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-18 16:10:25,256 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-11-18 16:10:27,900 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1000217771 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.128888] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130583] pid_max: default: 32768 minimum: 301 [ 0.131499] ACPI: Core revision 20150930 [ 0.132889] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134218] Security Framework initialized [ 0.135065] Yama: becoming mindful. [ 0.135815] AppArmor: AppArmor initialized [ 0.136701] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138043] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139352] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140614] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142035] Initializing cgroup subsys io [ 0.142857] Initializing cgroup subsys memory [ 0.143733] Initializing cgroup subsys devices [ 0.144633] Initializing cgroup subsys freezer [ 0.145510] Initializing cgroup subsys net_cls [ 0.146390] Initializing cgroup subsys perf_event [ 0.147312] Initializing cgroup subsys net_prio [ 0.148211] Initializing cgroup subsys hugetlb [ 0.149088] Initializing cgroup subsys pids [ 0.149976] CPU: Physical Processor ID: 0 [ 0.151507] mce: CPU supports 10 MCE banks [ 0.152393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153404] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171684] ftrace: allocating 31920 entries in 125 pages [ 0.197961] smpboot: Max logical packages: 1 [ 0.198837] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200230] x2apic enabled [ 0.201040] Switched APIC routing to physical x2apic. [ 0.202809] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203963] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207843] KVM setup paravirtual spinlock [ 0.209173] x86: Booted up 1 node, 1 CPUs [ 0.210003] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211433] devtmpfs: initialized [ 0.213160] evm: security.selinux [ 0.213876] evm: security.SMACK64 [ 0.214581] evm: security.SMACK64EXEC [ 0.215342] evm: security.SMACK64TRANSMUTE [ 0.216177] evm: security.SMACK64MMAP [ 0.216945] evm: security.ima [ 0.217602] evm: security.capability [ 0.218422] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220317] pinctrl core: initialized pinctrl subsystem [ 0.221443] RTC time: 16:10:21, date: 11/18/18 [ 0.222418] NET: Registered protocol family 16 [ 0.223407] cpuidle: using governor ladder [ 0.224246] cpuidle: using governor menu [ 0.225057] PCCT header not found. [ 0.225844] ACPI: bus type PCI registered [ 0.226678] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227951] PCI: Using configuration type 1 for base access [ 0.229741] ACPI: Added _OSI(Module Device) [ 0.230629] ACPI: Added _OSI(Processor Device) [ 0.231521] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232458] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234617] ACPI: Interpreter enabled [ 0.235452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237344] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239247] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243083] ACPI: (supports S0 S5) [ 0.243817] ACPI: Using IOAPIC for interrupt routing [ 0.244913] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249168] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253865] acpiphp: Slot [3] registered [ 0.254703] acpiphp: Slot [4] registered [ 0.255558] acpiphp: Slot [5] registered [ 0.256368] acpiphp: Slot [6] registered [ 0.257215] acpiphp: Slot [7] registered [ 0.258058] acpiphp: Slot [8] registered [ 0.258863] acpiphp: Slot [9] registered [ 0.259691] acpiphp: Slot [10] registered [ 0.260509] acpiphp: Slot [11] registered [ 0.261338] acpiphp: Slot [12] registered [ 0.262198] acpiphp: Slot [13] registered [ 0.263043] acpiphp: Slot [14] registered [ 0.263886] acpiphp: Slot [15] registered [ 0.274585] acpiphp: Slot [16] registered [ 0.275482] acpiphp: Slot [17] registered [ 0.276312] acpiphp: Slot [18] registered [ 0.277134] acpiphp: Slot [19] registered [ 0.277974] acpiphp: Slot [20] registered [ 0.278849] acpiphp: Slot [21] registered [ 0.279705] acpiphp: Slot [22] registered [ 0.280556] acpiphp: Slot [23] registered [ 0.281386] acpiphp: Slot [24] registered [ 0.282231] acpiphp: Slot [25] registered [ 0.283062] acpiphp: Slot [26] registered [ 0.283919] acpiphp: Slot [27] registered [ 0.284778] acpiphp: Slot [28] registered [ 0.285638] acpiphp: Slot [29] registered [ 0.286461] acpiphp: Slot [30] registered [ 0.287286] acpiphp: Slot [31] registered [ 0.288107] PCI host bridge to bus 0000:00 [ 0.288944] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290175] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292856] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294309] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301910] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303121] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304424] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310903] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312382] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357783] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359279] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362156] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363615] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364863] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366024] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367274] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368865] vgaarb: loaded [ 0.369520] vgaarb: bridge control possible 0000:00:02.0 [ 0.370653] SCSI subsystem initialized [ 0.371473] ACPI: bus type USB registered [ 0.372292] usbcore: registered new interface driver usbfs [ 0.373332] usbcore: registered new interface driver hub [ 0.374347] usbcore: registered new device driver usb [ 0.375393] PCI: Using ACPI for IRQ routing [ 0.376450] NetLabel: Initializing [ 0.377180] NetLabel: domain hash size = 128 [ 0.378061] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.379018] NetLabel: unlabeled traffic allowed by default [ 0.380113] clocksource: Switched to clocksource kvm-clock [ 0.385538] AppArmor: AppArmor Filesystem Enabled [ 0.386532] pnp: PnP ACPI init [ 0.387431] pnp: PnP ACPI: found 5 devices [ 0.393777] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395481] NET: Registered protocol family 2 [ 0.396452] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397760] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398940] TCP: Hash tables configured (established 4096 bind 4096) [ 0.400128] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.401218] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402384] NET: Registered protocol family 1 [ 0.403248] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404348] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405432] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419327] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433382] Trying to unpack rootfs image as initramfs... [ 0.482702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496905] Scanning for low memory corruption every 60 seconds [ 0.498236] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499357] audit: initializing netlink subsys (disabled) [ 0.500367] audit: type=2000 audit(1542557422.740:1): initialized [ 0.501660] Initialise system trusted keyring [ 0.502571] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503715] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505663] zbud: loaded [ 0.506357] VFS: Disk quotas dquot_6.6.0 [ 0.507158] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508647] fuse init (API version 7.23) [ 0.509530] Key type big_key registered [ 0.510315] Allocating IMA MOK and blacklist keyrings. [ 0.511758] Key type asymmetric registered [ 0.512583] Asymmetric key parser 'x509' registered [ 0.513525] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514953] io scheduler noop registered [ 0.515732] io scheduler deadline registered (default) [ 0.516709] io scheduler cfq registered [ 0.517532] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518561] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521236] ACPI: Power Button [PWRF] [ 0.522054] GHES: HEST is not enabled! [ 0.535723] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.566055] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568744] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592343] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594494] Linux agpgart interface v0.103 [ 0.596539] brd: module loaded [ 0.597741] loop: module loaded [ 0.602519] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603954] GPT:90111 != 2097151 [ 0.604632] GPT:Alternate GPT header not at the end of the disk. [ 0.605708] GPT:90111 != 2097151 [ 0.606371] GPT: Use GNU Parted to correct GPT errors. [ 0.607318] vda: vda1 vda15 [ 0.608805] scsi host0: ata_piix [ 0.609556] scsi host1: ata_piix [ 0.610258] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.611455] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612883] libphy: Fixed MDIO Bus: probed [ 0.613697] tun: Universal TUN/TAP device driver, 1.6 [ 0.614655] tun: (C) 1999-2004 Max Krasnyansky [ 0.616931] PPP generic driver version 2.4.2 [ 0.617824] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.619924] ehci-platform: EHCI generic platform driver [ 0.620901] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622002] ohci-pci: OHCI PCI platform driver [ 0.622851] ohci-platform: OHCI generic platform driver [ 0.623813] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638179] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.640573] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.641583] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.642674] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.643912] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.645304] usb usb1: Product: UHCI Host Controller [ 0.646217] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.647329] usb usb1: SerialNumber: 0000:00:01.2 [ 0.648329] hub 1-0:1.0: USB hub found [ 0.649099] hub 1-0:1.0: 2 ports detected [ 0.649979] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.652053] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.652990] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.653994] mousedev: PS/2 mouse device common for all mice [ 0.655229] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.657021] rtc_cmos 00:00: RTC can wake from S4 [ 0.658080] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.659256] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.660423] i2c /dev entries driver [ 0.661172] device-mapper: uevent: version 1.0.3 [ 0.662082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.663662] ledtrig-cpu: registered to indicate activity on CPUs [ 0.664924] NET: Registered protocol family 10 [ 0.665891] NET: Registered protocol family 17 [ 0.666751] Key type dns_resolver registered [ 0.667659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.668735] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.670443] registered taskstats version 1 [ 0.671256] Loading compiled-in X.509 certificates [ 0.672676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.674472] zswap: loaded using pool lzo/zbud [ 0.675809] Key type trusted registered [ 0.677350] Key type encrypted registered [ 0.678169] AppArmor: AppArmor sha1 policy hashing enabled [ 0.679168] ima: No TPM chip found, activating TPM-bypass! [ 0.680186] evm: HMAC attrs: 0x1 [ 0.681468] Magic number: 10:696:186 [ 0.682312] rtc_cmos 00:00: setting system clock to 2018-11-18 16:10:22 UTC (1542557422) [ 0.683866] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.684954] EDD information not available. [ 0.769218] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.770712] Write protecting the kernel read-only data: 14336k [ 0.782462] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.784228] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.825745] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.19 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.36. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK 2018-11-18 16:10:27,901 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.12. Waiting for response... 2018-11-18 16:10:30,497 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1000217771 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.128888] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130583] pid_max: default: 32768 minimum: 301 [ 0.131499] ACPI: Core revision 20150930 [ 0.132889] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134218] Security Framework initialized [ 0.135065] Yama: becoming mindful. [ 0.135815] AppArmor: AppArmor initialized [ 0.136701] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138043] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139352] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140614] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142035] Initializing cgroup subsys io [ 0.142857] Initializing cgroup subsys memory [ 0.143733] Initializing cgroup subsys devices [ 0.144633] Initializing cgroup subsys freezer [ 0.145510] Initializing cgroup subsys net_cls [ 0.146390] Initializing cgroup subsys perf_event [ 0.147312] Initializing cgroup subsys net_prio [ 0.148211] Initializing cgroup subsys hugetlb [ 0.149088] Initializing cgroup subsys pids [ 0.149976] CPU: Physical Processor ID: 0 [ 0.151507] mce: CPU supports 10 MCE banks [ 0.152393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153404] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171684] ftrace: allocating 31920 entries in 125 pages [ 0.197961] smpboot: Max logical packages: 1 [ 0.198837] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200230] x2apic enabled [ 0.201040] Switched APIC routing to physical x2apic. [ 0.202809] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203963] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207843] KVM setup paravirtual spinlock [ 0.209173] x86: Booted up 1 node, 1 CPUs [ 0.210003] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211433] devtmpfs: initialized [ 0.213160] evm: security.selinux [ 0.213876] evm: security.SMACK64 [ 0.214581] evm: security.SMACK64EXEC [ 0.215342] evm: security.SMACK64TRANSMUTE [ 0.216177] evm: security.SMACK64MMAP [ 0.216945] evm: security.ima [ 0.217602] evm: security.capability [ 0.218422] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220317] pinctrl core: initialized pinctrl subsystem [ 0.221443] RTC time: 16:10:21, date: 11/18/18 [ 0.222418] NET: Registered protocol family 16 [ 0.223407] cpuidle: using governor ladder [ 0.224246] cpuidle: using governor menu [ 0.225057] PCCT header not found. [ 0.225844] ACPI: bus type PCI registered [ 0.226678] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227951] PCI: Using configuration type 1 for base access [ 0.229741] ACPI: Added _OSI(Module Device) [ 0.230629] ACPI: Added _OSI(Processor Device) [ 0.231521] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232458] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234617] ACPI: Interpreter enabled [ 0.235452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237344] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239247] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241143] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243083] ACPI: (supports S0 S5) [ 0.243817] ACPI: Using IOAPIC for interrupt routing [ 0.244913] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249168] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250418] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253865] acpiphp: Slot [3] registered [ 0.254703] acpiphp: Slot [4] registered [ 0.255558] acpiphp: Slot [5] registered [ 0.256368] acpiphp: Slot [6] registered [ 0.257215] acpiphp: Slot [7] registered [ 0.258058] acpiphp: Slot [8] registered [ 0.258863] acpiphp: Slot [9] registered [ 0.259691] acpiphp: Slot [10] registered [ 0.260509] acpiphp: Slot [11] registered [ 0.261338] acpiphp: Slot [12] registered [ 0.262198] acpiphp: Slot [13] registered [ 0.263043] acpiphp: Slot [14] registered [ 0.263886] acpiphp: Slot [15] registered [ 0.274585] acpiphp: Slot [16] registered [ 0.275482] acpiphp: Slot [17] registered [ 0.276312] acpiphp: Slot [18] registered [ 0.277134] acpiphp: Slot [19] registered [ 0.277974] acpiphp: Slot [20] registered [ 0.278849] acpiphp: Slot [21] registered [ 0.279705] acpiphp: Slot [22] registered [ 0.280556] acpiphp: Slot [23] registered [ 0.281386] acpiphp: Slot [24] registered [ 0.282231] acpiphp: Slot [25] registered [ 0.283062] acpiphp: Slot [26] registered [ 0.283919] acpiphp: Slot [27] registered [ 0.284778] acpiphp: Slot [28] registered [ 0.285638] acpiphp: Slot [29] registered [ 0.286461] acpiphp: Slot [30] registered [ 0.287286] acpiphp: Slot [31] registered [ 0.288107] PCI host bridge to bus 0000:00 [ 0.288944] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290175] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292856] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294309] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300622] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301910] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303121] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304424] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310903] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312382] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357783] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359279] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362156] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363615] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364863] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366024] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367274] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368865] vgaarb: loaded [ 0.369520] vgaarb: bridge control possible 0000:00:02.0 [ 0.370653] SCSI subsystem initialized [ 0.371473] ACPI: bus type USB registered [ 0.372292] usbcore: registered new interface driver usbfs [ 0.373332] usbcore: registered new interface driver hub [ 0.374347] usbcore: registered new device driver usb [ 0.375393] PCI: Using ACPI for IRQ routing [ 0.376450] NetLabel: Initializing [ 0.377180] NetLabel: domain hash size = 128 [ 0.378061] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.379018] NetLabel: unlabeled traffic allowed by default [ 0.380113] clocksource: Switched to clocksource kvm-clock [ 0.385538] AppArmor: AppArmor Filesystem Enabled [ 0.386532] pnp: PnP ACPI init [ 0.387431] pnp: PnP ACPI: found 5 devices [ 0.393777] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395481] NET: Registered protocol family 2 [ 0.396452] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397760] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398940] TCP: Hash tables configured (established 4096 bind 4096) [ 0.400128] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.401218] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402384] NET: Registered protocol family 1 [ 0.403248] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404348] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405432] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419327] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433382] Trying to unpack rootfs image as initramfs... [ 0.482702] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496905] Scanning for low memory corruption every 60 seconds [ 0.498236] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499357] audit: initializing netlink subsys (disabled) [ 0.500367] audit: type=2000 audit(1542557422.740:1): initialized [ 0.501660] Initialise system trusted keyring [ 0.502571] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503715] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505663] zbud: loaded [ 0.506357] VFS: Disk quotas dquot_6.6.0 [ 0.507158] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508647] fuse init (API version 7.23) [ 0.509530] Key type big_key registered [ 0.510315] Allocating IMA MOK and blacklist keyrings. [ 0.511758] Key type asymmetric registered [ 0.512583] Asymmetric key parser 'x509' registered [ 0.513525] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514953] io scheduler noop registered [ 0.515732] io scheduler deadline registered (default) [ 0.516709] io scheduler cfq registered [ 0.517532] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518561] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521236] ACPI: Power Button [PWRF] [ 0.522054] GHES: HEST is not enabled! [ 0.535723] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.566055] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568744] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592343] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594494] Linux agpgart interface v0.103 [ 0.596539] brd: module loaded [ 0.597741] loop: module loaded [ 0.602519] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603954] GPT:90111 != 2097151 [ 0.604632] GPT:Alternate GPT header not at the end of the disk. [ 0.605708] GPT:90111 != 2097151 [ 0.606371] GPT: Use GNU Parted to correct GPT errors. [ 0.607318] vda: vda1 vda15 [ 0.608805] scsi host0: ata_piix [ 0.609556] scsi host1: ata_piix [ 0.610258] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.611455] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.612883] libphy: Fixed MDIO Bus: probed [ 0.613697] tun: Universal TUN/TAP device driver, 1.6 [ 0.614655] tun: (C) 1999-2004 Max Krasnyansky [ 0.616931] PPP generic driver version 2.4.2 [ 0.617824] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619069] ehci-pci: EHCI PCI platform driver [ 0.619924] ehci-platform: EHCI generic platform driver [ 0.620901] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622002] ohci-pci: OHCI PCI platform driver [ 0.622851] ohci-platform: OHCI generic platform driver [ 0.623813] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638179] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639147] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.640573] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.641583] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.642674] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.643912] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.645304] usb usb1: Product: UHCI Host Controller [ 0.646217] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.647329] usb usb1: SerialNumber: 0000:00:01.2 [ 0.648329] hub 1-0:1.0: USB hub found [ 0.649099] hub 1-0:1.0: 2 ports detected [ 0.649979] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.652053] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.652990] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.653994] mousedev: PS/2 mouse device common for all mice [ 0.655229] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.657021] rtc_cmos 00:00: RTC can wake from S4 [ 0.658080] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.659256] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.660423] i2c /dev entries driver [ 0.661172] device-mapper: uevent: version 1.0.3 [ 0.662082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.663662] ledtrig-cpu: registered to indicate activity on CPUs [ 0.664924] NET: Registered protocol family 10 [ 0.665891] NET: Registered protocol family 17 [ 0.666751] Key type dns_resolver registered [ 0.667659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.668735] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.670443] registered taskstats version 1 [ 0.671256] Loading compiled-in X.509 certificates [ 0.672676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.674472] zswap: loaded using pool lzo/zbud [ 0.675809] Key type trusted registered [ 0.677350] Key type encrypted registered [ 0.678169] AppArmor: AppArmor sha1 policy hashing enabled [ 0.679168] ima: No TPM chip found, activating TPM-bypass! [ 0.680186] evm: HMAC attrs: 0x1 [ 0.681468] Magic number: 10:696:186 [ 0.682312] rtc_cmos 00:00: setting system clock to 2018-11-18 16:10:22 UTC (1542557422) [ 0.683866] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.684954] EDD information not available. [ 0.769218] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.770712] Write protecting the kernel read-only data: 14336k [ 0.782462] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.784228] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.825745] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.19 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.36. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRV6H5ds7RWLhFnCG5pqBA7gm3PznRkY3B+0HJTo7TtNf47VSkHPJWEPLQm0cWcUxZ1X9QS9Rm4Y1J99uUDVapPtIG/MeJheQc+CoCEL6aBOIAkNwamMQSHdYwUkuTvSbG4NQgzprAAiIwQ4jdEj1vjhbqRFpshlEBnlXDWbsiXJOH1Fxw2CQ8XQde2lTgDsTtqOyvEAGo3sL3cwn4l5wnuNhQ55kWarE2thZDDPT4E4JKTGtfjurS0NYN/YEH6OXhcCJvJXsAV4Z74D2dyEYUKAA+y92iWB0Jz229BSBrvbiDykd7SIh4aCDy06/LzfBabokTKtFv/ufE6zHVycP/ root@vping-userdata-vm2-1f945c02-d2b1-4355-941a-b7ee1f94959f ssh-dss AAAAB3NzaC1kc3MAAACBALwWodrOjmZ82VSltizFv4MNpinPqcWsJXX1g60dwAgykPaI6H1mWzk4W+4qz6JQiPHIknXqi8jEyTOSvQQ6DTtM65Rz2LTHhguNMRDjAW3iuF3gnl9pbGUOLCpiQ5eeq2AlB8RxzNmCnPYAFQfCs+M8V9J8tGGpXYxLcSXskxfTAAAAFQCFVi2+mrYUizWpcOXLrQ80BiYA2QAAAIAW1eTSOtFq909bZpc9ZEQlhsZyAam7T8sFU6+rhT4loTY5cA/kPywJUqimxq7CgSL5yR+6ZeRAih5GnLcyZTTmvRiCSY+1EY6KthjijIJqQujBHywUMGTABbiwN/lHqN+2ZEO9E9m5CYp2RJ4lKHdSfYVuVuQnmhFlcSmH5v7bYgAAAIB2K4Infi5fqmi5JvvR6p435CJtMtNNE7lyJu9Me6t7F9jSPhUV+O6+Gq9B4+GtORHwVMsWgXI6gXGY7vIpjGr5i7vosQD4z2B94jrixO3r5eF2TNqMmqlQTL9wOOqnyc/rMEi77FydiWPJK9GpyTP1D/D+7VvQOtGygixIFguIoQ== root@vping-userdata-vm2-1f945c02-d2b1-4355-941a-b7ee1f94959f -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fee5:2fab/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000002a name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-1f945c02-d2b1-4355-941a-b7ee1f94959f launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.87 === 2018-11-18 16:10:30,498 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-11-18 16:10:30,614 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-18 16:10:30,615 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:33 | PASS | +------------------------+------------------+------------------+----------------+ 2018-11-18 16:10:49,906 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-11-18 16:10:50,818 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_a2f7f40d-1041-4349-bcf0-4efd21402441', 'id': u'970e821c9567485f9b0cc882c5f02703', 'description': u'Created by OPNFV Functest: tempest_smoke_serial', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-18 16:10:51,390 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e3623b20c9584ed78f9e5d8b84eb03ad', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_a2f7f40d-1041-4349-bcf0-4efd21402441'}) 2018-11-18 16:10:51,556 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-18 16:10:51,758 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/d4673a18722544f8b2ca784f39afeb25'}, 'domain_id': None, 'human_id': None, 'id': u'd4673a18722544f8b2ca784f39afeb25', 'HUMAN_ID': False}) 2018-11-18 16:10:52,311 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_a2f7f40d-1041-4349-bcf0-4efd21402441', 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': 'bb34190d-0b1d-4eb8-a031-78a628fa82cf', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_smoke_serial-user_a2f7f40d-1041-4349-bcf0-4efd21402441', 'project_id': u'970e821c9567485f9b0cc882c5f02703', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-18 16:10:52,316 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_a2f7f40d-1041-4349-bcf0-4efd21402441', 'password': 'bb34190d-0b1d-4eb8-a031-78a628fa82cf', 'project_name': 'tempest_smoke_seri-project_a2f7f40d-1041-4349-bcf0-4efd21402441', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '970e821c9567485f9b0cc882c5f02703', 'project_domain_name': 'Default'} 2018-11-18 16:10:53,466 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-18 16:11:04,801 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-18 16:11:04.510 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a0c1db8d-799f-4905-b0e3-0ef5c2294a84) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a0c1db8d-799f-4905-b0e3-0ef5c2294a84 | 2018-11-18T16:11:04 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a0c1db8d-799f-4905-b0e3-0ef5c2294a84 ~/.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-11-18 16:11:08,131 - 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-11-18 16:11:08,132 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-18 16:11:15,943 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-18 16:11:12.375 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-18 16:11:12.518 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-18 16:11:15.769 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9c32b6c4-9838-4065-9aba-5ec7c99af783) has been successfully created! Using verifier 'opnfv-tempest' (UUID=9c32b6c4-9838-4065-9aba-5ec7c99af783) as the default verifier for the future CLI operations. 2018-11-18 16:11:18,999 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-11-18 16:11:21,839 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/c7af8fe2-8207-4e8e-aa67-88e3447d09dd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c7af8fe2-8207-4e8e-aa67-88e3447d09dd/file', 'owner': u'970e821c9567485f9b0cc882c5f02703', 'id': u'c7af8fe2-8207-4e8e-aa67-88e3447d09dd', 'size': 12716032, u'self': u'/v2/images/c7af8fe2-8207-4e8e-aa67-88e3447d09dd', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'970e821c9567485f9b0cc882c5f02703', 'name': 'tempest_smoke_seri-project_a2f7f40d-1041-4349-bcf0-4efd21402441', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/c7af8fe2-8207-4e8e-aa67-88e3447d09dd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-18T16:11:21Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-18T16:11:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_a2f7f40d-1041-4349-bcf0-4efd21402441', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c7af8fe2-8207-4e8e-aa67-88e3447d09dd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_a2f7f40d-1041-4349-bcf0-4efd21402441', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_a2f7f40d-1041-4349-bcf0-4efd21402441', 'created': u'2018-11-18T16:11:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-18T16:11:19Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c7af8fe2-8207-4e8e-aa67-88e3447d09dd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_a2f7f40d-1041-4349-bcf0-4efd21402441', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-18 16:11:22,053 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_a2f7f40d-1041-4349-bcf0-4efd21402441', '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'a875ae444eec41a6b8bd843d2517a591', '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'b89df03a-ed78-4094-b43c-c8c36180d49f', 'swap': 0}) 2018-11-18 16:11:24,044 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/4194809b-ae60-4d1b-a6b2-03677fb354e5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4194809b-ae60-4d1b-a6b2-03677fb354e5/file', 'owner': u'970e821c9567485f9b0cc882c5f02703', 'id': u'4194809b-ae60-4d1b-a6b2-03677fb354e5', 'size': 12716032, u'self': u'/v2/images/4194809b-ae60-4d1b-a6b2-03677fb354e5', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'970e821c9567485f9b0cc882c5f02703', 'name': 'tempest_smoke_seri-project_a2f7f40d-1041-4349-bcf0-4efd21402441', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/4194809b-ae60-4d1b-a6b2-03677fb354e5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-18T16:11:23Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-18T16:11:23Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_a2f7f40d-1041-4349-bcf0-4efd21402441', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/4194809b-ae60-4d1b-a6b2-03677fb354e5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_a2f7f40d-1041-4349-bcf0-4efd21402441', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_a2f7f40d-1041-4349-bcf0-4efd21402441', 'created': u'2018-11-18T16:11:22Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-18T16:11:22Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4194809b-ae60-4d1b-a6b2-03677fb354e5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_a2f7f40d-1041-4349-bcf0-4efd21402441', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-18 16:11:24,109 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_a2f7f40d-1041-4349-bcf0-4efd21402441', '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'a875ae444eec41a6b8bd843d2517a591', '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'0f8c3ddd-a587-41b0-a70e-950678f38e3d', 'swap': 0}) 2018-11-18 16:11:24,131 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_a2f7f40d-1041-4349-bcf0-4efd21402441', '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'a875ae444eec41a6b8bd843d2517a591', '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'0f8c3ddd-a587-41b0-a70e-950678f38e3d', 'swap': 0}) 2018-11-18 16:11:27,321 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-18 16:11:26.256 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9c32b6c4-9838-4065-9aba-5ec7c99af783) for deployment 'opnfv-rally' (UUID=a0c1db8d-799f-4905-b0e3-0ef5c2294a84). 2018-11-18 16:11:27.155 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-18 16:11:27.157 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9c32b6c4-9838-4065-9aba-5ec7c99af783) has been successfully configured for deployment 'opnfv-rally' (UUID=a0c1db8d-799f-4905-b0e3-0ef5c2294a84)! 2018-11-18 16:11:27,322 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-18 16:11:27,322 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-18 16:11:27,325 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-18 16:11:27,339 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-18 16:11:33,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-9c32b6c4-9838-4065-9aba-5ec7c99af783/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-11-18 16:11:33,046 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-18 16:11:33,068 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-18 16:11:33,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt', u'--concurrency=1']'. 2018-11-18 16:11:35,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:11:35.189 51 INFO rally.api [-] Starting verification (UUID=8cd7b717-d6b1-4d29-9fc4-e32c12cd4054) for deployment 'opnfv-rally' (UUID=a0c1db8d-799f-4905-b0e3-0ef5c2294a84) by verifier 'opnfv-tempest' (UUID=9c32b6c4-9838-4065-9aba-5ec7c99af783). 2018-11-18 16:11:35,191 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 8cd7b717-d6b1-4d29-9fc4-e32c12cd4054 2018-11-18 16:11:41,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:11:41.165 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.170s] 2018-11-18 16:11:41,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:11:41.222 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2018-11-18 16:11:48,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:11:48.255 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.488s] 2018-11-18 16:11:51,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:11:51.950 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.695s] 2018-11-18 16:12:05,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:12:05.635 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.024s] 2018-11-18 16:12:21,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:12:21.313 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.644s] 2018-11-18 16:12:58,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:12:58.596 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.073s] 2018-11-18 16:12:58,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:12:58.597 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-11-18 16:13:27,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:13:27.202 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-11-18 16:13:27,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:13:27.203 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-11-18 16:13:57,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:13:57.998 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.087s] 2018-11-18 16:13:57,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:13:57.999 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-11-18 16:15:37,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:15:37.413 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [70.252s] 2018-11-18 16:15:59,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:15:59.781 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-11-18 16:15:59,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:15:59.890 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.109s] 2018-11-18 16:16:07,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:16:07.922 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.638s] 2018-11-18 16:16:07,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:16:07.930 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.008s] 2018-11-18 16:16:09,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:16:09.680 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-11-18 16:16:09,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:16:09.681 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-11-18 16:16:14,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:16:13.999 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.351s] 2018-11-18 16:16:21,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:16:21.021 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.401s] 2018-11-18 16:16:27,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:16:27.717 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.573s] 2018-11-18 16:16:36,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:16:36.071 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.472s] 2018-11-18 16:16:45,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:16:45.480 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.830s] 2018-11-18 16:16:52,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:16:52.243 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.676s] 2018-11-18 16:16:58,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:16:58.775 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.166s] 2018-11-18 16:17:06,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:17:06.205 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.408s] 2018-11-18 16:17:13,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:17:13.585 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.721s] 2018-11-18 16:17:22,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:17:22.629 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.735s] 2018-11-18 16:17:25,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:17:25.661 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-11-18 16:17:27,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:17:27.693 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.081s] 2018-11-18 16:17:27,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:17:27.768 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.074s] 2018-11-18 16:17:27,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:17:27.840 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-11-18 16:17:27,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:17:27.846 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-11-18 16:17:32,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:17:32.008 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.798s] 2018-11-18 16:17:33,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:17:33.851 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.843s] 2018-11-18 16:17:35,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:17:35.920 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.068s] 2018-11-18 16:17:42,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:17:42.091 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-11-18 16:17:49,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:17:49.343 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.787s] 2018-11-18 16:18:01,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:18:01.847 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.337s] 2018-11-18 16:18:05,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:18:05.501 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.654s] 2018-11-18 16:18:16,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:18:16.821 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.104s] 2018-11-18 16:18:20,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:18:20.057 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.234s] 2018-11-18 16:18:28,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:18:28.940 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.883s] 2018-11-18 16:18:38,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:18:38.146 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.644s] 2018-11-18 16:18:41,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:18:41.929 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.782s] 2018-11-18 16:18:48,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:18:48.169 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.239s] 2018-11-18 16:19:04,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:04.932 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.073s] 2018-11-18 16:19:05,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:05.219 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.287s] 2018-11-18 16:19:05,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:05.510 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.290s] 2018-11-18 16:19:05,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:05.738 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.228s] 2018-11-18 16:19:05,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:05.981 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.242s] 2018-11-18 16:19:06,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:06.194 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.213s] 2018-11-18 16:19:21,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:21.288 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.095s] 2018-11-18 16:19:21,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:21.573 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.285s] 2018-11-18 16:19:21,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:21.828 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.254s] 2018-11-18 16:19:22,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:22.027 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.198s] 2018-11-18 16:19:22,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:22.394 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.366s] 2018-11-18 16:19:22,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:22.479 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.085s] 2018-11-18 16:19:36,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:36.501 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.835s] 2018-11-18 16:19:42,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:42.920 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.418s] 2018-11-18 16:19:44,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:44.872 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.951s] 2018-11-18 16:19:45,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:45.081 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.209s] 2018-11-18 16:19:45,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:45.161 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.081s] 2018-11-18 16:19:57,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:19:57.776 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.134s] 2018-11-18 16:20:04,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:20:04.154 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.376s] 2018-11-18 16:20:06,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:20:06.002 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.847s] 2018-11-18 16:20:06,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:20:06.204 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.203s] 2018-11-18 16:20:06,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:20:06.255 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.051s] 2018-11-18 16:20:21,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:20:21.013 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.075s] 2018-11-18 16:20:26,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:20:26.244 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.232s] 2018-11-18 16:20:31,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:20:31.096 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.850s] 2018-11-18 16:20:34,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:20:34.268 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.172s] 2018-11-18 16:20:59,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:20:59.678 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.296s] 2018-11-18 16:21:05,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:21:05.131 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.453s] 2018-11-18 16:21:09,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:21:09.648 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.515s] 2018-11-18 16:21:12,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:21:12.407 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.758s] 2018-11-18 16:21:29,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:21:29.239 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.701s] 2018-11-18 16:21:31,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:21:31.577 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.336s] 2018-11-18 16:21:31,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:21:31.677 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.103s] 2018-11-18 16:21:36,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:21:36.501 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.516s] 2018-11-18 16:21:38,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:21:38.233 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.729s] 2018-11-18 16:21:38,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:21:38.279 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.050s] 2018-11-18 16:21:42,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:21:42.418 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.130s] 2018-11-18 16:21:45,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:21:45.803 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-11-18 16:21:47,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:21:47.419 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-11-18 16:21:47,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:21:47.422 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-11-18 16:21:47,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:21:47.424 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-11-18 16:21:47,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:21:47.424 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-18 16:21:47,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:21:47.425 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-11-18 16:21:49,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:21:49.289 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-11-18 16:22:02,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:22:02.876 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.621s] 2018-11-18 16:22:15,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:22:15.663 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.382s] 2018-11-18 16:22:27,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:22:27.294 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.626s] 2018-11-18 16:22:37,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:22:37.365 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.665s] 2018-11-18 16:24:43,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:24:43.933 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [119.684s] 2018-11-18 16:26:20,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:26:20.881 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [87.692s] 2018-11-18 16:27:02,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:27:02.577 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [23.204s] 2018-11-18 16:27:18,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 8cd7b717-d6b1-4d29-9fc4-e32c12cd4054 2018-11-18 16:27:18,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '8cd7b717-d6b1-4d29-9fc4-e32c12cd4054']'. 2018-11-18 16:27:19,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-18 16:27:19,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-18 16:27:19,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-18 16:27:19,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 8cd7b717-d6b1-4d29-9fc4-e32c12cd4054 | 2018-11-18 16:27:19,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-11-18 16:27:19,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-18 16:11:35 | 2018-11-18 16:27:19,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-18 16:27:18 | 2018-11-18 16:27:19,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:43 | 2018-11-18 16:27:19,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-11-18 16:27:19,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-18 16:27:19,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-18 16:27:19,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9c32b6c4-9838-4065-9aba-5ec7c99af783) | 2018-11-18 16:27:19,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-18 16:27:19,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a0c1db8d-799f-4905-b0e3-0ef5c2294a84) | 2018-11-18 16:27:19,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-11-18 16:27:19,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 923.494 | 2018-11-18 16:27:19,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-11-18 16:27:19,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-11-18 16:27:19,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-18 16:27:19,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-18 16:27:19,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-11-18 16:27:19,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-18 16:27:19,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-18 16:27:19,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-18 16:27:19,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-11-18 16:27:19,555 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-18 16:27:19,555 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 16:00 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-11-18 16:27:25,068 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-11-18 16:27:26,013 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'id': u'6e1f1109816d48a0b52127b8629027cd', 'description': u'Created by OPNFV Functest: rally_sanity', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-18 16:27:26,455 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'16cd2fdfc58244bdadd4cbff0954a5e4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1'}) 2018-11-18 16:27:26,615 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-18 16:27:26,795 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/171d4ed208d24e30ba8b076323ad63ed'}, 'domain_id': None, 'human_id': None, 'id': u'171d4ed208d24e30ba8b076323ad63ed', 'HUMAN_ID': False}) 2018-11-18 16:27:27,286 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 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': 'f8fbc103-b7d5-4615-ae43-7a605c098260', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'rally_sanity-user_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'project_id': u'6e1f1109816d48a0b52127b8629027cd', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-18 16:27:27,292 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'password': 'f8fbc103-b7d5-4615-ae43-7a605c098260', 'project_name': 'rally_sanity-project_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '6e1f1109816d48a0b52127b8629027cd', 'project_domain_name': 'Default'} 2018-11-18 16:27:27,888 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-11-18 16:27:28,236 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2018-11-18 16:27:28,951 - 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-11-18T16:27:28Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8448062c-5a5a-461e-a8a3-4641b509e913', u'provider:segmentation_id': 87, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', u'admin_state_up': True, u'tenant_id': u'6e1f1109816d48a0b52127b8629027cd', u'created_at': u'2018-11-18T16:27:28Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'6e1f1109816d48a0b52127b8629027cd'}) 2018-11-18 16:27:30,154 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-18T16:27:29Z', 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'cc3c0c03-7b82-460b-b35f-161b2db0ea1b', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', u'enable_dhcp': True, u'network_id': u'8448062c-5a5a-461e-a8a3-4641b509e913', u'tenant_id': u'6e1f1109816d48a0b52127b8629027cd', u'created_at': u'2018-11-18T16:27:29Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'6e1f1109816d48a0b52127b8629027cd'}) 2018-11-18 16:27:31,529 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'349c2810-12a5-41ea-9d90-7b05971b731a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'15cbedf8-efdb-40ba-9dd8-cbb95c910965', u'ip_address': u'172.30.9.214'}]}, u'description': u'', u'tags': [], u'tenant_id': u'6e1f1109816d48a0b52127b8629027cd', u'created_at': u'2018-11-18T16:27:30Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-11-18T16:27:31Z', u'revision_number': 2, u'routes': [], u'project_id': u'6e1f1109816d48a0b52127b8629027cd', u'id': u'099d1651-1c56-4e1b-ac23-80830aae3954', u'name': u'rally_sanity-router_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1'}) 2018-11-18 16:27:35,750 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/4c79bf94-cc62-4185-b82c-acb38adf699b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4c79bf94-cc62-4185-b82c-acb38adf699b/file', 'owner': u'6e1f1109816d48a0b52127b8629027cd', 'id': u'4c79bf94-cc62-4185-b82c-acb38adf699b', 'size': 12716032, u'self': u'/v2/images/4c79bf94-cc62-4185-b82c-acb38adf699b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6e1f1109816d48a0b52127b8629027cd', 'name': 'rally_sanity-project_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/4c79bf94-cc62-4185-b82c-acb38adf699b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-18T16:27:35Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-18T16:27:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/4c79bf94-cc62-4185-b82c-acb38adf699b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'created': u'2018-11-18T16:27:33Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-18T16:27:33Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4c79bf94-cc62-4185-b82c-acb38adf699b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-18 16:27:35,946 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', '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'a875ae444eec41a6b8bd843d2517a591', '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'29695c72-5d75-473c-ae31-844df7780e59', 'swap': 0}) 2018-11-18 16:27:35,969 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-18 16:27:38,487 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-18 16:27:38.097 149 INFO rally.deployment.engine [-] Deployment a0c1db8d-799f-4905-b0e3-0ef5c2294a84 | Starting: Destroy cloud and free allocated resources. 2018-11-18 16:27:38.175 149 INFO rally.deployment.engine [-] Deployment a0c1db8d-799f-4905-b0e3-0ef5c2294a84 | Completed: Destroy cloud and free allocated resources. 2018-11-18 16:27:38.217 149 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=9c32b6c4-9838-4065-9aba-5ec7c99af783) for deployment 'opnfv-rally'. 2018-11-18 16:27:38.234 149 INFO rally.api [-] Deleting verification (UUID=8cd7b717-d6b1-4d29-9fc4-e32c12cd4054). 2018-11-18 16:27:38.269 149 INFO rally.api [-] Verification has been successfully deleted! 2018-11-18 16:27:38.270 149 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=9c32b6c4-9838-4065-9aba-5ec7c99af783). 2018-11-18 16:27:38.274 149 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-18 16:27:40,705 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-18 16:27:40.445 152 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=16d19b14-55f7-48ed-93a5-3dffd114f4e0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 16d19b14-55f7-48ed-93a5-3dffd114f4e0 | 2018-11-18T16:27:40 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 16d19b14-55f7-48ed-93a5-3dffd114f4e0 ~/.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-11-18 16:27:44,047 - 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-11-18 16:27:44,048 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-11-18 16:27:44,297 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', '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'a875ae444eec41a6b8bd843d2517a591', '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'461502eb-bdfc-4639-8050-907c3d5543ce', 'swap': 0}) 2018-11-18 16:27:44,320 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', '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'a875ae444eec41a6b8bd843d2517a591', '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'461502eb-bdfc-4639-8050-907c3d5543ce', 'swap': 0}) 2018-11-18 16:27:44,320 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-11-18 16:27:44,340 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-11-18 16:27:44,341 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-18 16:27:44,360 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-18 16:27:44,365 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '8448062c-5a5a-461e-a8a3-4641b509e913', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'flavor_name': 'rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-18 16:28:44,942 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f 2018-11-18 16:28:44,943 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-11-18 16:28:44,944 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f'] 2018-11-18 16:28:46,134 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f -------------------------------------------------------------------------------- Task 72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | total | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | -> duration | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.477107 Full duration: 7.422726 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.33 | 0.33 | 0.33 | 0.33 | 0.33 | 0.33 | 100.0% | 1 | | total | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> duration | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.808851 Full duration: 7.552568 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | total | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> duration | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.917941 Full duration: 7.674094 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.788806 Full duration: 7.891921 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | total | 1.233 | 1.233 | 1.233 | 1.233 | 1.233 | 1.233 | 100.0% | 1 | | -> duration | 1.233 | 1.233 | 1.233 | 1.233 | 1.233 | 1.233 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.233164 Full duration: 8.018801 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> duration | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.716261 Full duration: 7.589126 HINTS: * To plot HTML graphics with this data, run: rally task report 72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f --out output.html * To generate a JUnit report, run: rally task export 72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f --json --out output.json 2018-11-18 16:28:46,135 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-11-18 16:28:48,309 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-11-18 16:28:48.201 760 INFO rally.api [-] Building 'json' report for the following task(s): '72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f'. 2018-11-18 16:28:48.206 760 INFO rally.api [-] The report has been successfully built. 2018-11-18 16:28:48,309 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-11-18 16:28:50,647 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-11-18 16:28:50.457 763 INFO rally.api [-] Building 'html' report for the following task(s): '72d04ed1-3b8f-45f6-aee7-ffd8e5d8c26f'. 2018-11-18 16:28:50.524 763 INFO rally.api [-] The report has been successfully built. 2018-11-18 16:28:50,650 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-11-18 16:28:50,650 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-11-18 16:28:50,659 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-11-18 16:28:50,659 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-18 16:28:50,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-18 16:28:50,674 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': '8448062c-5a5a-461e-a8a3-4641b509e913', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'flavor_name': 'rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-18 16:30:34,778 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 360067aa-7775-4fe4-8eb4-96af7f652a72 2018-11-18 16:30:34,778 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '360067aa-7775-4fe4-8eb4-96af7f652a72'] 2018-11-18 16:30:35,882 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 360067aa-7775-4fe4-8eb4-96af7f652a72 -------------------------------------------------------------------------------- Task 360067aa-7775-4fe4-8eb4-96af7f652a72: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 360067aa-7775-4fe4-8eb4-96af7f652a72 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.702 | 4.702 | 4.702 | 4.702 | 4.702 | 4.702 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | -> glance_v2.upload_data | 1.775 | 1.775 | 1.775 | 1.775 | 1.775 | 1.775 | 100.0% | 1 | | glance_v2.delete_image | 1.17 | 1.17 | 1.17 | 1.17 | 1.17 | 1.17 | 100.0% | 1 | | total | 5.872 | 5.872 | 5.872 | 5.872 | 5.872 | 5.872 | 100.0% | 1 | | -> duration | 5.872 | 5.872 | 5.872 | 5.872 | 5.872 | 5.872 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.872315 Full duration: 14.684732 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 360067aa-7775-4fe4-8eb4-96af7f652a72 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.159 | 4.159 | 4.159 | 4.159 | 4.159 | 4.159 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.333 | 0.333 | 0.333 | 0.333 | 0.333 | 0.333 | 100.0% | 1 | | -> glance_v2.upload_data | 1.411 | 1.411 | 1.411 | 1.411 | 1.411 | 1.411 | 100.0% | 1 | | glance_v2.list_images | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 4.344 | 4.344 | 4.344 | 4.344 | 4.344 | 4.344 | 100.0% | 1 | | -> duration | 4.344 | 4.344 | 4.344 | 4.344 | 4.344 | 4.344 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.343692 Full duration: 16.945292 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 360067aa-7775-4fe4-8eb4-96af7f652a72 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | total | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | -> duration | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.341139 Full duration: 8.341489 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "flavor": { "name": "rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "number_instances": 2, "nics": [ { "net-id": "8448062c-5a5a-461e-a8a3-4641b509e913" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 360067aa-7775-4fe4-8eb4-96af7f652a72 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.115 | 4.115 | 4.115 | 4.115 | 4.115 | 4.115 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | -> glance_v2.upload_data | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 100.0% | 1 | | nova.boot_servers | 13.634 | 13.634 | 13.634 | 13.634 | 13.634 | 13.634 | 100.0% | 1 | | total | 17.75 | 17.75 | 17.75 | 17.75 | 17.75 | 17.75 | 100.0% | 1 | | -> duration | 16.75 | 16.75 | 16.75 | 16.75 | 16.75 | 16.75 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.750247 Full duration: 44.933759 HINTS: * To plot HTML graphics with this data, run: rally task report 360067aa-7775-4fe4-8eb4-96af7f652a72 --out output.html * To generate a JUnit report, run: rally task export 360067aa-7775-4fe4-8eb4-96af7f652a72 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 360067aa-7775-4fe4-8eb4-96af7f652a72 --json --out output.json 2018-11-18 16:30:35,882 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '360067aa-7775-4fe4-8eb4-96af7f652a72', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-11-18 16:30:38,124 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 360067aa-7775-4fe4-8eb4-96af7f652a72 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-11-18 16:30:38.016 1316 INFO rally.api [-] Building 'json' report for the following task(s): '360067aa-7775-4fe4-8eb4-96af7f652a72'. 2018-11-18 16:30:38.021 1316 INFO rally.api [-] The report has been successfully built. 2018-11-18 16:30:38,124 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '360067aa-7775-4fe4-8eb4-96af7f652a72', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-11-18 16:30:40,366 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 360067aa-7775-4fe4-8eb4-96af7f652a72 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-11-18 16:30:40.241 1319 INFO rally.api [-] Building 'html' report for the following task(s): '360067aa-7775-4fe4-8eb4-96af7f652a72'. 2018-11-18 16:30:40.263 1319 INFO rally.api [-] The report has been successfully built. 2018-11-18 16:30:40,372 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-11-18 16:30:40,372 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-11-18 16:30:40,384 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-11-18 16:30:40,384 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-18 16:30:40,400 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-18 16:30:40,406 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '8448062c-5a5a-461e-a8a3-4641b509e913', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'flavor_name': 'rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-18 16:34:02,166 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af 2018-11-18 16:34:02,167 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '3c76f9d1-2965-49f9-a4c1-71cd93a2f6af'] 2018-11-18 16:34:03,220 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af -------------------------------------------------------------------------------- Task 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.29 | 3.29 | 3.29 | 3.29 | 3.29 | 3.29 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.589 | 2.589 | 2.589 | 2.589 | 2.589 | 2.589 | 100.0% | 1 | | total | 5.879 | 5.879 | 5.879 | 5.879 | 5.879 | 5.879 | 100.0% | 1 | | -> duration | 5.879 | 5.879 | 5.879 | 5.879 | 5.879 | 5.879 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.879352 Full duration: 23.137863 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.251 | 3.251 | 3.251 | 3.251 | 3.251 | 3.251 | 100.0% | 1 | | cinder_v2.delete_volume | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 100.0% | 1 | | total | 4.228 | 4.228 | 4.228 | 4.228 | 4.228 | 4.228 | 100.0% | 1 | | -> duration | 4.228 | 4.228 | 4.228 | 4.228 | 4.228 | 4.228 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.227654 Full duration: 14.225023 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.735 | 8.735 | 8.735 | 8.735 | 8.735 | 8.735 | 100.0% | 1 | | cinder_v2.delete_volume | 2.477 | 2.477 | 2.477 | 2.477 | 2.477 | 2.477 | 100.0% | 1 | | total | 11.213 | 11.213 | 11.213 | 11.213 | 11.213 | 11.213 | 100.0% | 1 | | -> duration | 11.213 | 11.213 | 11.213 | 11.213 | 11.213 | 11.213 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.212902 Full duration: 23.55983 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.12 | 3.12 | 3.12 | 3.12 | 3.12 | 3.12 | 100.0% | 1 | | cinder_v2.delete_volume | 2.602 | 2.602 | 2.602 | 2.602 | 2.602 | 2.602 | 100.0% | 1 | | total | 5.722 | 5.722 | 5.722 | 5.722 | 5.722 | 5.722 | 100.0% | 1 | | -> duration | 5.722 | 5.722 | 5.722 | 5.722 | 5.722 | 5.722 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.722066 Full duration: 16.13955 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.095 | 3.095 | 3.095 | 3.095 | 3.095 | 3.095 | 100.0% | 1 | | cinder_v2.extend_volume | 2.589 | 2.589 | 2.589 | 2.589 | 2.589 | 2.589 | 100.0% | 1 | | cinder_v2.delete_volume | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 100.0% | 1 | | total | 8.305 | 8.305 | 8.305 | 8.305 | 8.305 | 8.305 | 100.0% | 1 | | -> duration | 8.305 | 8.305 | 8.305 | 8.305 | 8.305 | 8.305 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.305277 Full duration: 18.380761 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.242 | 3.242 | 3.242 | 3.242 | 3.242 | 3.242 | 100.0% | 1 | | cinder_v2.delete_volume | 2.746 | 2.746 | 2.746 | 2.746 | 2.746 | 2.746 | 100.0% | 1 | | total | 5.989 | 5.989 | 5.989 | 5.989 | 5.989 | 5.989 | 100.0% | 1 | | -> duration | 5.989 | 5.989 | 5.989 | 5.989 | 5.989 | 5.989 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.988938 Full duration: 22.694112 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "both", "write_iops_sec": "10", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | cinder_v2.list_qos | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 100.0% | 1 | | total | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> duration | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.858365 Full duration: 13.107417 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "back-end", "write_iops_sec": "10", "read_iops_sec": "1000", "set_consumer": "both", "set_write_iops_sec": "11", "set_read_iops_sec": "1001" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | cinder_v2.set_qos | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | -> duration | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.828429 Full duration: 12.463761 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | cinder_v2.list_types | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 100.0% | 1 | | total | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | -> duration | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.760459 Full duration: 13.050654 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types", "provider": "LuksEncryptor", "cipher": "aes-xts-plain64", "key_size": 512, "control_location": "front-end" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | -> duration | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.849677 Full duration: 12.319389 HINTS: * To plot HTML graphics with this data, run: rally task report 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af --out output.html * To generate a JUnit report, run: rally task export 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af --json --out output.json 2018-11-18 16:34:03,220 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '3c76f9d1-2965-49f9-a4c1-71cd93a2f6af', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-11-18 16:34:05,510 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-11-18 16:34:05.366 3108 INFO rally.api [-] Building 'json' report for the following task(s): '3c76f9d1-2965-49f9-a4c1-71cd93a2f6af'. 2018-11-18 16:34:05.376 3108 INFO rally.api [-] The report has been successfully built. 2018-11-18 16:34:05,511 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '3c76f9d1-2965-49f9-a4c1-71cd93a2f6af', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-11-18 16:34:07,724 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 3c76f9d1-2965-49f9-a4c1-71cd93a2f6af --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-11-18 16:34:07.590 3111 INFO rally.api [-] Building 'html' report for the following task(s): '3c76f9d1-2965-49f9-a4c1-71cd93a2f6af'. 2018-11-18 16:34:07.619 3111 INFO rally.api [-] The report has been successfully built. 2018-11-18 16:34:07,730 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-11-18 16:34:07,731 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-11-18 16:34:07,731 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-11-18 16:34:07,731 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-18 16:34:07,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-18 16:34:07,748 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': '8448062c-5a5a-461e-a8a3-4641b509e913', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'flavor_name': 'rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-18 16:35:28,701 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 32bd23d9-7c4a-4ca8-80b8-24c5bdd5f269 2018-11-18 16:35:28,701 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '32bd23d9-7c4a-4ca8-80b8-24c5bdd5f269'] 2018-11-18 16:35:29,710 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 32bd23d9-7c4a-4ca8-80b8-24c5bdd5f269 -------------------------------------------------------------------------------- Task 32bd23d9-7c4a-4ca8-80b8-24c5bdd5f269: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/autoscaling_policy.yaml.template", "updated_template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 32bd23d9-7c4a-4ca8-80b8-24c5bdd5f269 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.636 | 4.636 | 4.636 | 4.636 | 4.636 | 4.636 | 100.0% | 1 | | heat.update_stack | 2.799 | 2.799 | 2.799 | 2.799 | 2.799 | 2.799 | 100.0% | 1 | | heat.delete_stack | 2.736 | 2.736 | 2.736 | 2.736 | 2.736 | 2.736 | 100.0% | 1 | | total | 10.171 | 10.171 | 10.171 | 10.171 | 10.171 | 10.171 | 100.0% | 1 | | -> duration | 6.171 | 6.171 | 6.171 | 6.171 | 6.171 | 6.171 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.170852 Full duration: 20.107854 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 32bd23d9-7c4a-4ca8-80b8-24c5bdd5f269 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.356 | 4.356 | 4.356 | 4.356 | 4.356 | 4.356 | 100.0% | 1 | | heat.check_stack | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | heat.delete_stack | 2.651 | 2.651 | 2.651 | 2.651 | 2.651 | 2.651 | 100.0% | 1 | | total | 7.797 | 7.797 | 7.797 | 7.797 | 7.797 | 7.797 | 100.0% | 1 | | -> duration | 5.797 | 5.797 | 5.797 | 5.797 | 5.797 | 5.797 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.797089 Full duration: 16.534952 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 32bd23d9-7c4a-4ca8-80b8-24c5bdd5f269 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.724 | 4.724 | 4.724 | 4.724 | 4.724 | 4.724 | 100.0% | 1 | | heat.suspend_stack | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 100.0% | 1 | | heat.resume_stack | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | heat.delete_stack | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 100.0% | 1 | | total | 7.914 | 7.914 | 7.914 | 7.914 | 7.914 | 7.914 | 100.0% | 1 | | -> duration | 5.914 | 5.914 | 5.914 | 5.914 | 5.914 | 5.914 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.913989 Full duration: 17.856299 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 32bd23d9-7c4a-4ca8-80b8-24c5bdd5f269 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | total | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | -> duration | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.594663 Full duration: 8.595942 HINTS: * To plot HTML graphics with this data, run: rally task report 32bd23d9-7c4a-4ca8-80b8-24c5bdd5f269 --out output.html * To generate a JUnit report, run: rally task export 32bd23d9-7c4a-4ca8-80b8-24c5bdd5f269 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 32bd23d9-7c4a-4ca8-80b8-24c5bdd5f269 --json --out output.json 2018-11-18 16:35:29,710 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '32bd23d9-7c4a-4ca8-80b8-24c5bdd5f269', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-11-18 16:35:31,970 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 32bd23d9-7c4a-4ca8-80b8-24c5bdd5f269 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-11-18 16:35:31.850 3844 INFO rally.api [-] Building 'json' report for the following task(s): '32bd23d9-7c4a-4ca8-80b8-24c5bdd5f269'. 2018-11-18 16:35:31.856 3844 INFO rally.api [-] The report has been successfully built. 2018-11-18 16:35:31,970 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '32bd23d9-7c4a-4ca8-80b8-24c5bdd5f269', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-11-18 16:35:34,149 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 32bd23d9-7c4a-4ca8-80b8-24c5bdd5f269 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-11-18 16:35:34.025 3847 INFO rally.api [-] Building 'html' report for the following task(s): '32bd23d9-7c4a-4ca8-80b8-24c5bdd5f269'. 2018-11-18 16:35:34.046 3847 INFO rally.api [-] The report has been successfully built. 2018-11-18 16:35:34,155 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-11-18 16:35:34,155 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-11-18 16:35:34,156 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-11-18 16:35:34,156 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-18 16:35:34,173 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-18 16:35:34,180 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '8448062c-5a5a-461e-a8a3-4641b509e913', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'flavor_name': 'rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-18 16:38:50,744 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 2018-11-18 16:38:50,745 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '38e776d5-2c52-4a1e-bf23-d2c91916b9b0'] 2018-11-18 16:38:51,818 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 -------------------------------------------------------------------------------- Task 38e776d5-2c52-4a1e-bf23-d2c91916b9b0: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 100.0% | 1 | | keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.revoke_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> duration | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.778115 Full duration: 14.835124 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.list_roles | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> duration | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.729659 Full duration: 14.495296 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | keystone_v3.list_projects | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> duration | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.762873 Full duration: 14.701656 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 100.0% | 1 | | keystone_v3.delete_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> duration | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.610491 Full duration: 12.604289 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> duration | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.612337 Full duration: 12.504159 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | keystone_v3.create_user | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | -> keystone_v3.add_role | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | keystone_v3.create_role | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | keystone_v3.get_project | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.get_user | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.get_role | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.list_services | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 100.0% | 1 | | keystone_v3.get_services | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | total | 1.928 | 1.928 | 1.928 | 1.928 | 1.928 | 1.928 | 100.0% | 1 | | -> duration | 1.928 | 1.928 | 1.928 | 1.928 | 1.928 | 1.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.927729 Full duration: 20.078523 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | keystone_v3.update_project | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.delete_project | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 100.0% | 1 | | total | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 100.0% | 1 | | -> duration | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.965975 Full duration: 12.921701 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | total | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> duration | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.776718 Full duration: 14.909616 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | total | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | -> duration | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.685961 Full duration: 14.164119 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | keystone_v3.list_users | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | -> duration | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.89455 Full duration: 14.820235 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | keystone_v3.create_users | 5.194 | 5.194 | 5.194 | 5.194 | 5.194 | 5.194 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.194 | 5.194 | 5.194 | 5.194 | 5.194 | 5.194 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.346 | 1.346 | 1.346 | 1.346 | 1.346 | 1.346 | 100.0% | 1 | | total | 6.874 | 6.874 | 6.874 | 6.874 | 6.874 | 6.874 | 100.0% | 1 | | -> duration | 6.874 | 6.874 | 6.874 | 6.874 | 6.874 | 6.874 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.87356 Full duration: 23.125904 HINTS: * To plot HTML graphics with this data, run: rally task report 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 --out output.html * To generate a JUnit report, run: rally task export 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 --json --out output.json 2018-11-18 16:38:51,819 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '38e776d5-2c52-4a1e-bf23-d2c91916b9b0', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-11-18 16:38:54,106 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-11-18 16:38:53.991 5762 INFO rally.api [-] Building 'json' report for the following task(s): '38e776d5-2c52-4a1e-bf23-d2c91916b9b0'. 2018-11-18 16:38:54.001 5762 INFO rally.api [-] The report has been successfully built. 2018-11-18 16:38:54,107 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '38e776d5-2c52-4a1e-bf23-d2c91916b9b0', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-11-18 16:38:56,418 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 38e776d5-2c52-4a1e-bf23-d2c91916b9b0 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-11-18 16:38:56.282 5765 INFO rally.api [-] Building 'html' report for the following task(s): '38e776d5-2c52-4a1e-bf23-d2c91916b9b0'. 2018-11-18 16:38:56.313 5765 INFO rally.api [-] The report has been successfully built. 2018-11-18 16:38:56,429 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-11-18 16:38:56,429 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-11-18 16:38:56,430 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-11-18 16:38:56,430 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-18 16:38:56,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-18 16:38:56,445 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '8448062c-5a5a-461e-a8a3-4641b509e913', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'flavor_name': 'rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-18 16:44:27,601 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 603bb57b-9280-428d-a9ad-34a34b1d768c 2018-11-18 16:44:27,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '603bb57b-9280-428d-a9ad-34a34b1d768c'] 2018-11-18 16:44:28,731 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 603bb57b-9280-428d-a9ad-34a34b1d768c -------------------------------------------------------------------------------- Task 603bb57b-9280-428d-a9ad-34a34b1d768c: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 603bb57b-9280-428d-a9ad-34a34b1d768c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 100.0% | 1 | | neutron.delete_network | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 100.0% | 1 | | total | 2.302 | 2.302 | 2.302 | 2.302 | 2.302 | 2.302 | 100.0% | 1 | | -> duration | 2.302 | 2.302 | 2.302 | 2.302 | 2.302 | 2.302 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.302127 Full duration: 15.685084 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task 603bb57b-9280-428d-a9ad-34a34b1d768c has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 100.0% | 1 | | neutron.delete_port | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | total | 1.846 | 1.846 | 1.846 | 1.846 | 1.846 | 1.846 | 100.0% | 1 | | -> duration | 1.846 | 1.846 | 1.846 | 1.846 | 1.846 | 1.846 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.846286 Full duration: 35.54578 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "port": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task 603bb57b-9280-428d-a9ad-34a34b1d768c has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | neutron.create_subnet | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | neutron.create_router | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | neutron.add_interface_router | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 100.0% | 1 | | neutron.remove_interface_router | 1.173 | 1.173 | 1.173 | 1.173 | 1.173 | 1.173 | 100.0% | 1 | | neutron.delete_router | 0.452 | 0.452 | 0.452 | 0.452 | 0.452 | 0.452 | 100.0% | 1 | | total | 5.408 | 5.408 | 5.408 | 5.408 | 5.408 | 5.408 | 100.0% | 1 | | -> duration | 5.408 | 5.408 | 5.408 | 5.408 | 5.408 | 5.408 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.407657 Full duration: 39.718412 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task 603bb57b-9280-428d-a9ad-34a34b1d768c has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.029 | 1.029 | 1.029 | 1.029 | 1.029 | 1.029 | 100.0% | 1 | | neutron.delete_subnet | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | total | 1.797 | 1.797 | 1.797 | 1.797 | 1.797 | 1.797 | 100.0% | 1 | | -> duration | 1.797 | 1.797 | 1.797 | 1.797 | 1.797 | 1.797 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.79701 Full duration: 29.22154 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 603bb57b-9280-428d-a9ad-34a34b1d768c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 100.0% | 1 | | neutron.list_networks | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 100.0% | 1 | | total | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 100.0% | 1 | | -> duration | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.296649 Full duration: 17.005291 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task 603bb57b-9280-428d-a9ad-34a34b1d768c has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.386 | 1.386 | 1.386 | 1.386 | 1.386 | 1.386 | 100.0% | 1 | | neutron.list_ports | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 100.0% | 1 | | total | 1.628 | 1.628 | 1.628 | 1.628 | 1.628 | 1.628 | 100.0% | 1 | | -> duration | 1.628 | 1.628 | 1.628 | 1.628 | 1.628 | 1.628 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.62817 Full duration: 36.210094 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task 603bb57b-9280-428d-a9ad-34a34b1d768c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | neutron.create_subnet | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | neutron.create_router | 0.403 | 0.403 | 0.403 | 0.403 | 0.403 | 0.403 | 100.0% | 1 | | neutron.add_interface_router | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 100.0% | 1 | | neutron.list_routers | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 3.67 | 3.67 | 3.67 | 3.67 | 3.67 | 3.67 | 100.0% | 1 | | -> duration | 3.67 | 3.67 | 3.67 | 3.67 | 3.67 | 3.67 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.670319 Full duration: 40.809211 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task 603bb57b-9280-428d-a9ad-34a34b1d768c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 100.0% | 1 | | neutron.create_subnet | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | neutron.list_subnets | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 1.93 | 1.93 | 1.93 | 1.93 | 1.93 | 1.93 | 100.0% | 1 | | -> duration | 1.93 | 1.93 | 1.93 | 1.93 | 1.93 | 1.93 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.930417 Full duration: 32.506673 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task 603bb57b-9280-428d-a9ad-34a34b1d768c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.191 | 1.191 | 1.191 | 1.191 | 1.191 | 1.191 | 100.0% | 1 | | neutron.delete_security_group | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | total | 1.936 | 1.936 | 1.936 | 1.936 | 1.936 | 1.936 | 100.0% | 1 | | -> duration | 1.936 | 1.936 | 1.936 | 1.936 | 1.936 | 1.936 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.935858 Full duration: 14.879636 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task 603bb57b-9280-428d-a9ad-34a34b1d768c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | neutron.create_security_group_rule | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 100.0% | 1 | | neutron.delete_security_group | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 100.0% | 1 | | total | 2.017 | 2.017 | 2.017 | 2.017 | 2.017 | 2.017 | 100.0% | 1 | | -> duration | 2.017 | 2.017 | 2.017 | 2.017 | 2.017 | 2.017 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.01676 Full duration: 15.153274 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task 603bb57b-9280-428d-a9ad-34a34b1d768c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.052 | 1.052 | 1.052 | 1.052 | 1.052 | 1.052 | 100.0% | 1 | | neutron.create_router | 0.404 | 0.404 | 0.404 | 0.404 | 0.404 | 0.404 | 100.0% | 1 | | neutron.add_gateway_router | 1.853 | 1.853 | 1.853 | 1.853 | 1.853 | 1.853 | 100.0% | 1 | | neutron.remove_gateway_router | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | total | 4.283 | 4.283 | 4.283 | 4.283 | 4.283 | 4.283 | 100.0% | 1 | | -> duration | 4.283 | 4.283 | 4.283 | 4.283 | 4.283 | 4.283 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.283241 Full duration: 24.936323 HINTS: * To plot HTML graphics with this data, run: rally task report 603bb57b-9280-428d-a9ad-34a34b1d768c --out output.html * To generate a JUnit report, run: rally task export 603bb57b-9280-428d-a9ad-34a34b1d768c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 603bb57b-9280-428d-a9ad-34a34b1d768c --json --out output.json 2018-11-18 16:44:28,731 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '603bb57b-9280-428d-a9ad-34a34b1d768c', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-11-18 16:44:31,022 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 603bb57b-9280-428d-a9ad-34a34b1d768c --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-11-18 16:44:30.907 9060 INFO rally.api [-] Building 'json' report for the following task(s): '603bb57b-9280-428d-a9ad-34a34b1d768c'. 2018-11-18 16:44:30.917 9060 INFO rally.api [-] The report has been successfully built. 2018-11-18 16:44:31,022 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '603bb57b-9280-428d-a9ad-34a34b1d768c', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-11-18 16:44:33,298 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 603bb57b-9280-428d-a9ad-34a34b1d768c --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-11-18 16:44:33.163 9063 INFO rally.api [-] Building 'html' report for the following task(s): '603bb57b-9280-428d-a9ad-34a34b1d768c'. 2018-11-18 16:44:33.195 9063 INFO rally.api [-] The report has been successfully built. 2018-11-18 16:44:33,306 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-11-18 16:44:33,306 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-11-18 16:44:33,307 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-11-18 16:44:33,307 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-18 16:44:33,315 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-18 16:44:33,321 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '8448062c-5a5a-461e-a8a3-4641b509e913', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'flavor_name': 'rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-18 16:50:04,857 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f38b5de8-6cc7-48e8-9346-afdcc89d84c1 2018-11-18 16:50:04,858 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f38b5de8-6cc7-48e8-9346-afdcc89d84c1'] 2018-11-18 16:50:05,846 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f38b5de8-6cc7-48e8-9346-afdcc89d84c1 -------------------------------------------------------------------------------- Task f38b5de8-6cc7-48e8-9346-afdcc89d84c1: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "image": { "name": "rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "block_migration": false, "nics": [ { "net-id": "8448062c-5a5a-461e-a8a3-4641b509e913" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f38b5de8-6cc7-48e8-9346-afdcc89d84c1 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.628 | 9.628 | 9.628 | 9.628 | 9.628 | 9.628 | 100.0% | 1 | | nova.find_host_to_migrate | 1.421 | 1.421 | 1.421 | 1.421 | 1.421 | 1.421 | 100.0% | 1 | | nova.live_migrate | 11.044 | 11.044 | 11.044 | 11.044 | 11.044 | 11.044 | 100.0% | 1 | | nova.delete_server | 2.74 | 2.74 | 2.74 | 2.74 | 2.74 | 2.74 | 100.0% | 1 | | total | 24.833 | 24.833 | 24.833 | 24.833 | 24.833 | 24.833 | 100.0% | 1 | | -> duration | 23.833 | 23.833 | 23.833 | 23.833 | 23.833 | 23.833 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.833369 Full duration: 34.297371 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "image": { "name": "rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "8448062c-5a5a-461e-a8a3-4641b509e913" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f38b5de8-6cc7-48e8-9346-afdcc89d84c1 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 8.939 | 8.939 | 8.939 | 8.939 | 8.939 | 8.939 | 100.0% | 1 | | cinder_v2.create_volume | 2.8 | 2.8 | 2.8 | 2.8 | 2.8 | 2.8 | 100.0% | 1 | | nova.attach_volume | 4.068 | 4.068 | 4.068 | 4.068 | 4.068 | 4.068 | 100.0% | 1 | | nova.find_host_to_migrate | 1.353 | 1.353 | 1.353 | 1.353 | 1.353 | 1.353 | 100.0% | 1 | | nova.live_migrate | 13.621 | 13.621 | 13.621 | 13.621 | 13.621 | 13.621 | 100.0% | 1 | | nova.detach_volume | 3.914 | 3.914 | 3.914 | 3.914 | 3.914 | 3.914 | 100.0% | 1 | | cinder_v2.delete_volume | 2.618 | 2.618 | 2.618 | 2.618 | 2.618 | 2.618 | 100.0% | 1 | | nova.delete_server | 2.704 | 2.704 | 2.704 | 2.704 | 2.704 | 2.704 | 100.0% | 1 | | total | 40.018 | 40.018 | 40.018 | 40.018 | 40.018 | 40.018 | 100.0% | 1 | | -> duration | 39.018 | 39.018 | 39.018 | 39.018 | 39.018 | 39.018 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 39.018136 Full duration: 51.917668 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "image": { "name": "rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "8448062c-5a5a-461e-a8a3-4641b509e913" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f38b5de8-6cc7-48e8-9346-afdcc89d84c1 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.8 | 8.8 | 8.8 | 8.8 | 8.8 | 8.8 | 100.0% | 1 | | nova.boot_server | 9.049 | 9.049 | 9.049 | 9.049 | 9.049 | 9.049 | 100.0% | 1 | | nova.find_host_to_migrate | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 100.0% | 1 | | nova.live_migrate | 16.486 | 16.486 | 16.486 | 16.486 | 16.486 | 16.486 | 100.0% | 1 | | nova.delete_server | 8.007 | 8.007 | 8.007 | 8.007 | 8.007 | 8.007 | 100.0% | 1 | | total | 43.733 | 43.733 | 43.733 | 43.733 | 43.733 | 43.733 | 100.0% | 1 | | -> duration | 42.733 | 42.733 | 42.733 | 42.733 | 42.733 | 42.733 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.732888 Full duration: 55.908226 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "image": { "name": "rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "server_kwargs": { "nics": [ { "net-id": "8448062c-5a5a-461e-a8a3-4641b509e913" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task f38b5de8-6cc7-48e8-9346-afdcc89d84c1 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 16.981467 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "image": { "name": "rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "volume_size": 5, "nics": [ { "net-id": "8448062c-5a5a-461e-a8a3-4641b509e913" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task f38b5de8-6cc7-48e8-9346-afdcc89d84c1 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 11.066973 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "image": { "name": "rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "force_delete": false, "nics": [ { "net-id": "8448062c-5a5a-461e-a8a3-4641b509e913" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task f38b5de8-6cc7-48e8-9346-afdcc89d84c1 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 10.238374 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "image": { "name": "rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "nics": [ { "net-id": "8448062c-5a5a-461e-a8a3-4641b509e913" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f38b5de8-6cc7-48e8-9346-afdcc89d84c1 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.253 | 9.253 | 9.253 | 9.253 | 9.253 | 9.253 | 100.0% | 1 | | nova.migrate | 70.474 | 70.474 | 70.474 | 70.474 | 70.474 | 70.474 | 100.0% | 1 | | nova.resize_confirm | 5.09 | 5.09 | 5.09 | 5.09 | 5.09 | 5.09 | 100.0% | 1 | | nova.delete_server | 5.003 | 5.003 | 5.003 | 5.003 | 5.003 | 5.003 | 100.0% | 1 | | total | 89.822 | 89.822 | 89.822 | 89.822 | 89.822 | 89.822 | 100.0% | 1 | | -> duration | 88.822 | 88.822 | 88.822 | 88.822 | 88.822 | 88.822 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 88.822065 Full duration: 99.155057 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "image": { "name": "rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task f38b5de8-6cc7-48e8-9346-afdcc89d84c1 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 9.455559 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f38b5de8-6cc7-48e8-9346-afdcc89d84c1 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | nova.delete_server_group | 0.062 | 0.062 | 0.062 | 0.062 | 0.062 | 0.062 | 100.0% | 1 | | total | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> duration | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782694 Full duration: 9.271716 HINTS: * To plot HTML graphics with this data, run: rally task report f38b5de8-6cc7-48e8-9346-afdcc89d84c1 --out output.html * To generate a JUnit report, run: rally task export f38b5de8-6cc7-48e8-9346-afdcc89d84c1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f38b5de8-6cc7-48e8-9346-afdcc89d84c1 --json --out output.json 2018-11-18 16:50:05,847 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f38b5de8-6cc7-48e8-9346-afdcc89d84c1', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-11-18 16:50:08,026 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f38b5de8-6cc7-48e8-9346-afdcc89d84c1 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-11-18 16:50:07.913 10370 INFO rally.api [-] Building 'json' report for the following task(s): 'f38b5de8-6cc7-48e8-9346-afdcc89d84c1'. 2018-11-18 16:50:07.921 10370 INFO rally.api [-] The report has been successfully built. 2018-11-18 16:50:08,027 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f38b5de8-6cc7-48e8-9346-afdcc89d84c1', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-11-18 16:50:10,282 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f38b5de8-6cc7-48e8-9346-afdcc89d84c1 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-11-18 16:50:10.143 10373 INFO rally.api [-] Building 'html' report for the following task(s): 'f38b5de8-6cc7-48e8-9346-afdcc89d84c1'. 2018-11-18 16:50:10.170 10373 INFO rally.api [-] The report has been successfully built. 2018-11-18 16:50:10,293 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-11-18 16:50:10,294 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-11-18 16:50:10,294 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-11-18 16:50:10,295 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-18 16:50:10,311 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-18 16:50:10,324 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '8448062c-5a5a-461e-a8a3-4641b509e913', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'flavor_name': 'rally_sanity-flavor_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7957b077-5ab0-4e05-8a91-7eb2e94c0bf1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-18 16:51:03,980 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a28f7b59-2a4e-4ae2-b755-426421b5c050 2018-11-18 16:51:03,980 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'a28f7b59-2a4e-4ae2-b755-426421b5c050'] 2018-11-18 16:51:05,057 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid a28f7b59-2a4e-4ae2-b755-426421b5c050 -------------------------------------------------------------------------------- Task a28f7b59-2a4e-4ae2-b755-426421b5c050: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a28f7b59-2a4e-4ae2-b755-426421b5c050 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | quotas.delete_quotas | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 100.0% | 1 | | total | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | -> duration | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.891698 Full duration: 8.762138 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a28f7b59-2a4e-4ae2-b755-426421b5c050 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | total | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> duration | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.733911 Full duration: 8.466609 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a28f7b59-2a4e-4ae2-b755-426421b5c050 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.397 | 0.397 | 0.397 | 0.397 | 0.397 | 0.397 | 100.0% | 1 | | total | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> duration | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.791675 Full duration: 8.708638 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a28f7b59-2a4e-4ae2-b755-426421b5c050 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 100.0% | 1 | | total | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 100.0% | 1 | | -> duration | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.177369 Full duration: 9.033909 HINTS: * To plot HTML graphics with this data, run: rally task report a28f7b59-2a4e-4ae2-b755-426421b5c050 --out output.html * To generate a JUnit report, run: rally task export a28f7b59-2a4e-4ae2-b755-426421b5c050 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a28f7b59-2a4e-4ae2-b755-426421b5c050 --json --out output.json 2018-11-18 16:51:05,058 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'a28f7b59-2a4e-4ae2-b755-426421b5c050', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-11-18 16:51:07,315 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid a28f7b59-2a4e-4ae2-b755-426421b5c050 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-11-18 16:51:07.208 10886 INFO rally.api [-] Building 'json' report for the following task(s): 'a28f7b59-2a4e-4ae2-b755-426421b5c050'. 2018-11-18 16:51:07.212 10886 INFO rally.api [-] The report has been successfully built. 2018-11-18 16:51:07,316 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'a28f7b59-2a4e-4ae2-b755-426421b5c050', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-11-18 16:51:09,580 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid a28f7b59-2a4e-4ae2-b755-426421b5c050 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-11-18 16:51:09.456 10889 INFO rally.api [-] Building 'html' report for the following task(s): 'a28f7b59-2a4e-4ae2-b755-426421b5c050'. 2018-11-18 16:51:09.477 10889 INFO rally.api [-] The report has been successfully built. 2018-11-18 16:51:09,584 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-11-18 16:51:09,588 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:24 | 4 | 100.00% | | cinder | 02:49 | 10 | 100.00% | | heat | 01:03 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 05:01 | 11 | 100.00% | | nova | 04:58 | 5 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:19:27 | 55 | 100.00% | +----------------+------------+----------------+-----------+ 2018-11-18 16:51:09,588 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 7/8 modules 2018-11-18 16:51:09,715 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-18 16:51:09,716 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 23:41 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-11-18 16:51:20,135 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-11-18 16:51:20,188 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-11-18 16:51:21,210 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_7b74202e-3165-48c6-90b7-747d7da8da34', 'id': u'60db1f15759d4fe2b5c5ab2cd1ffdbfa', 'description': u'Created by OPNFV Functest: refstack_defcore', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-18 16:51:21,662 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'99abc0fc75a74d8b910dd9941ea89e2f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_7b74202e-3165-48c6-90b7-747d7da8da34'}) 2018-11-18 16:51:21,829 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-18 16:51:22,117 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/10851f88484f4fd7b8f7df76d0afcdad'}, 'domain_id': None, 'human_id': None, 'id': u'10851f88484f4fd7b8f7df76d0afcdad', 'HUMAN_ID': False}) 2018-11-18 16:51:22,697 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_7b74202e-3165-48c6-90b7-747d7da8da34', 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': '2aabb90b-5841-4ec6-bcbd-ee2cc1264695', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'refstack_defcore-user_7b74202e-3165-48c6-90b7-747d7da8da34', 'project_id': u'60db1f15759d4fe2b5c5ab2cd1ffdbfa', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-18 16:51:22,703 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_7b74202e-3165-48c6-90b7-747d7da8da34', 'password': '2aabb90b-5841-4ec6-bcbd-ee2cc1264695', 'project_name': 'refstack_defcore-project_7b74202e-3165-48c6-90b7-747d7da8da34', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '60db1f15759d4fe2b5c5ab2cd1ffdbfa', 'project_domain_name': 'Default'} 2018-11-18 16:51:23,817 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-18 16:51:26,247 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-18 16:51:25.942 10892 INFO rally.deployment.engine [-] Deployment 16d19b14-55f7-48ed-93a5-3dffd114f4e0 | Starting: Destroy cloud and free allocated resources. 2018-11-18 16:51:26.034 10892 INFO rally.deployment.engine [-] Deployment 16d19b14-55f7-48ed-93a5-3dffd114f4e0 | Completed: Destroy cloud and free allocated resources. 2018-11-18 16:51:26.058 10892 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=9c32b6c4-9838-4065-9aba-5ec7c99af783). 2018-11-18 16:51:26.062 10892 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-18 16:51:28,581 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-18 16:51:28.297 10895 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ee3b4e50-35eb-41b2-af7f-aed2bb642327) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ee3b4e50-35eb-41b2-af7f-aed2bb642327 | 2018-11-18T16:51:28 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ee3b4e50-35eb-41b2-af7f-aed2bb642327 ~/.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-11-18 16:51:31,884 - 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-11-18 16:51:31,884 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-18 16:51:34,226 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-18 16:51:33.955 10901 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=9c32b6c4-9838-4065-9aba-5ec7c99af783). 2018-11-18 16:51:34.075 10901 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-18 16:51:37,921 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-18 16:51:36.300 10904 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-18 16:51:36.429 10904 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-18 16:51:37.740 10904 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9e82dbb0-07a5-4014-957b-81162d0e6e01) has been successfully created! Using verifier 'opnfv-tempest' (UUID=9e82dbb0-07a5-4014-957b-81162d0e6e01) as the default verifier for the future CLI operations. 2018-11-18 16:51:40,761 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-11-18 16:51:43,158 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/6d2fe421-a52f-4d73-9f2a-d0bb9d02ad2b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6d2fe421-a52f-4d73-9f2a-d0bb9d02ad2b/file', 'owner': u'60db1f15759d4fe2b5c5ab2cd1ffdbfa', 'id': u'6d2fe421-a52f-4d73-9f2a-d0bb9d02ad2b', 'size': 12716032, u'self': u'/v2/images/6d2fe421-a52f-4d73-9f2a-d0bb9d02ad2b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'60db1f15759d4fe2b5c5ab2cd1ffdbfa', 'name': 'refstack_defcore-project_7b74202e-3165-48c6-90b7-747d7da8da34', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/6d2fe421-a52f-4d73-9f2a-d0bb9d02ad2b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-18T16:51:42Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-18T16:51:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_7b74202e-3165-48c6-90b7-747d7da8da34', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/6d2fe421-a52f-4d73-9f2a-d0bb9d02ad2b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_7b74202e-3165-48c6-90b7-747d7da8da34', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_7b74202e-3165-48c6-90b7-747d7da8da34', 'created': u'2018-11-18T16:51:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-18T16:51:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/6d2fe421-a52f-4d73-9f2a-d0bb9d02ad2b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_7b74202e-3165-48c6-90b7-747d7da8da34', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-18 16:51:43,372 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_7b74202e-3165-48c6-90b7-747d7da8da34', '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'a875ae444eec41a6b8bd843d2517a591', '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'9ca70fcd-3723-492b-a3b1-22dbcea8ce06', 'swap': 0}) 2018-11-18 16:51:45,598 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/8f89ea12-1479-45d9-b06b-b875301f73b8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8f89ea12-1479-45d9-b06b-b875301f73b8/file', 'owner': u'60db1f15759d4fe2b5c5ab2cd1ffdbfa', 'id': u'8f89ea12-1479-45d9-b06b-b875301f73b8', 'size': 12716032, u'self': u'/v2/images/8f89ea12-1479-45d9-b06b-b875301f73b8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'60db1f15759d4fe2b5c5ab2cd1ffdbfa', 'name': 'refstack_defcore-project_7b74202e-3165-48c6-90b7-747d7da8da34', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/8f89ea12-1479-45d9-b06b-b875301f73b8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-18T16:51:45Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-18T16:51:45Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_7b74202e-3165-48c6-90b7-747d7da8da34', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/8f89ea12-1479-45d9-b06b-b875301f73b8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_7b74202e-3165-48c6-90b7-747d7da8da34', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_7b74202e-3165-48c6-90b7-747d7da8da34', 'created': u'2018-11-18T16:51:44Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-18T16:51:44Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8f89ea12-1479-45d9-b06b-b875301f73b8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_7b74202e-3165-48c6-90b7-747d7da8da34', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-18 16:51:45,648 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_7b74202e-3165-48c6-90b7-747d7da8da34', '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'a875ae444eec41a6b8bd843d2517a591', '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'43a89b6d-e013-498a-98a4-8220d8878076', 'swap': 0}) 2018-11-18 16:51:45,671 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_7b74202e-3165-48c6-90b7-747d7da8da34', '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'a875ae444eec41a6b8bd843d2517a591', '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'43a89b6d-e013-498a-98a4-8220d8878076', 'swap': 0}) 2018-11-18 16:51:48,861 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-18 16:51:47.769 10923 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9e82dbb0-07a5-4014-957b-81162d0e6e01) for deployment 'opnfv-rally' (UUID=ee3b4e50-35eb-41b2-af7f-aed2bb642327). 2018-11-18 16:51:48.642 10923 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-18 16:51:48.644 10923 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9e82dbb0-07a5-4014-957b-81162d0e6e01) has been successfully configured for deployment 'opnfv-rally' (UUID=ee3b4e50-35eb-41b2-af7f-aed2bb642327)! 2018-11-18 16:51:48,862 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-18 16:51:48,862 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-18 16:51:48,865 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-18 16:51:56,232 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-18 16:51:56,245 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-18 16:51:56,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt', u'--concurrency=4']'. 2018-11-18 16:51:58,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:51:58.422 10935 INFO rally.api [-] Starting verification (UUID=69ea0dee-a065-42b9-86f1-0a5e8371a3e3) for deployment 'opnfv-rally' (UUID=ee3b4e50-35eb-41b2-af7f-aed2bb642327) by verifier 'opnfv-tempest' (UUID=9e82dbb0-07a5-4014-957b-81162d0e6e01). 2018-11-18 16:51:58,424 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 69ea0dee-a065-42b9-86f1-0a5e8371a3e3 2018-11-18 16:52:04,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:04.971 10935 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.205s] 2018-11-18 16:52:05,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:05.028 10935 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.057s] 2018-11-18 16:52:06,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:06.899 10935 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.090s] 2018-11-18 16:52:09,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:09.670 10935 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.415s] 2018-11-18 16:52:17,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:17.916 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.220s] 2018-11-18 16:52:26,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:26.039 10935 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [19.135s] 2018-11-18 16:52:29,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:29.907 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.061s] 2018-11-18 16:52:31,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:31.275 10935 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.069s] 2018-11-18 16:52:31,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:31.286 10935 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-11-18 16:52:31,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:31.423 10935 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.137s] 2018-11-18 16:52:31,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:31.438 10935 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.014s] 2018-11-18 16:52:31,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:31.449 10935 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-11-18 16:52:31,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:31.480 10935 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2018-11-18 16:52:31,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:31.544 10935 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.064s] 2018-11-18 16:52:31,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:31.603 10935 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.058s] 2018-11-18 16:52:31,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:31.747 10935 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.144s] 2018-11-18 16:52:31,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:31.763 10935 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-11-18 16:52:31,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:31.832 10935 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.069s] 2018-11-18 16:52:32,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:32.264 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [2.356s] 2018-11-18 16:52:38,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:38.661 10935 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-11-18 16:52:42,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:42.133 10935 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.081s] 2018-11-18 16:52:42,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:42.225 10935 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.091s] 2018-11-18 16:52:42,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:42.303 10935 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.078s] 2018-11-18 16:52:42,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:42.363 10935 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [29.144s] 2018-11-18 16:52:43,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:43.305 10935 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.948s] 2018-11-18 16:52:43,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:43.923 10935 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [17.880s] 2018-11-18 16:52:46,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:46.545 10935 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.148s] 2018-11-18 16:52:46,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:46.705 10935 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.159s] 2018-11-18 16:52:48,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:48.125 10935 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.418s] 2018-11-18 16:52:48,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:48.781 10935 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.656s] 2018-11-18 16:52:48,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:48.936 10935 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.155s] 2018-11-18 16:52:58,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:58.509 10935 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.585s] 2018-11-18 16:52:58,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:58.930 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.882s] 2018-11-18 16:52:59,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:52:59.788 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.857s] 2018-11-18 16:53:00,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:00.281 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.492s] 2018-11-18 16:53:00,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:00.515 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.357s] 2018-11-18 16:53:00,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:00.885 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.603s] 2018-11-18 16:53:01,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:01.120 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.234s] 2018-11-18 16:53:01,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:01.189 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.068s] 2018-11-18 16:53:01,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:01.267 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.077s] 2018-11-18 16:53:01,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:01.359 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.091s] 2018-11-18 16:53:01,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:01.432 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.073s] 2018-11-18 16:53:01,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:01.507 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.074s] 2018-11-18 16:53:01,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:01.644 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.137s] 2018-11-18 16:53:08,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:08.542 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [8.026s] 2018-11-18 16:53:10,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:10.224 10935 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2018-11-18 16:53:12,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:12.641 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.098s] 2018-11-18 16:53:17,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:17.230 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.588s] 2018-11-18 16:53:20,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:20.975 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.744s] 2018-11-18 16:53:24,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:24.253 10935 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-11-18 16:53:24,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:24.991 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.015s] 2018-11-18 16:53:28,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:28.428 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2018-11-18 16:53:28,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:28.884 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.893s] 2018-11-18 16:53:33,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:33.507 10935 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.942s] 2018-11-18 16:53:33,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:33.770 10935 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.263s] 2018-11-18 16:53:34,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:34.002 10935 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.231s] 2018-11-18 16:53:34,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:34.654 10935 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.651s] 2018-11-18 16:53:35,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:35.164 10935 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.509s] 2018-11-18 16:53:35,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:35.588 10935 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.424s] 2018-11-18 16:53:36,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:36.461 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.576s] 2018-11-18 16:53:39,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:39.920 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.458s] 2018-11-18 16:53:40,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:40.163 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.243s] 2018-11-18 16:53:40,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:40.307 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.144s] 2018-11-18 16:53:40,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:40.532 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.224s] 2018-11-18 16:53:40,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:40.722 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.189s] 2018-11-18 16:53:40,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:40.861 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.514s] 2018-11-18 16:53:40,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:40.968 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.246s] 2018-11-18 16:53:41,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:41.068 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.099s] 2018-11-18 16:53:41,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:41.140 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.071s] 2018-11-18 16:53:41,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:41.194 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.054s] 2018-11-18 16:53:41,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:41.467 10935 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.818s] 2018-11-18 16:53:42,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:42.070 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.208s] 2018-11-18 16:53:42,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:42.964 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.893s] 2018-11-18 16:53:43,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:43.986 10935 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.519s] 2018-11-18 16:53:44,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:44.457 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.492s] 2018-11-18 16:53:45,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:45.763 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.567s] 2018-11-18 16:53:46,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:46.175 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.716s] 2018-11-18 16:53:47,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:47.552 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.375s] 2018-11-18 16:53:47,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:47.928 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.375s] 2018-11-18 16:53:48,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:48.436 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.507s] 2018-11-18 16:53:49,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:48.999 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.562s] 2018-11-18 16:53:49,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:49.857 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.855s] 2018-11-18 16:53:50,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:50.855 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.998s] 2018-11-18 16:53:51,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:51.524 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.667s] 2018-11-18 16:53:51,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:51.916 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.391s] 2018-11-18 16:53:52,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:52.323 10935 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.090s] 2018-11-18 16:53:52,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:52.664 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.746s] 2018-11-18 16:53:53,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:53.320 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.655s] 2018-11-18 16:53:53,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:53.750 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.164s] 2018-11-18 16:53:53,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:53.838 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.517s] 2018-11-18 16:53:54,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:54.307 10935 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.984s] 2018-11-18 16:53:54,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:54.443 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.605s] 2018-11-18 16:53:54,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:54.674 10935 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.231s] 2018-11-18 16:53:55,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:55.869 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.116s] 2018-11-18 16:53:57,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:57.255 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.386s] 2018-11-18 16:53:58,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:58.405 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.150s] 2018-11-18 16:53:58,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:58.768 10935 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.455s] 2018-11-18 16:53:59,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:59.620 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.214s] 2018-11-18 16:53:59,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:53:59.806 10935 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.042s] 2018-11-18 16:54:00,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:00.756 10935 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [62.232s] 2018-11-18 16:54:02,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:02.059 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.436s] 2018-11-18 16:54:02,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:02.385 10935 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.576s] 2018-11-18 16:54:03,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:03.263 10935 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.962s] 2018-11-18 16:54:03,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:03.315 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.257s] 2018-11-18 16:54:03,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:03.572 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.256s] 2018-11-18 16:54:03,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:03.598 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.026s] 2018-11-18 16:54:03,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:03.752 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.154s] 2018-11-18 16:54:03,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:03.770 10935 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-11-18 16:54:04,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:04.186 10935 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.802s] 2018-11-18 16:54:05,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:05.273 10935 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.338s] 2018-11-18 16:54:05,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:05.622 10935 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.349s] 2018-11-18 16:54:06,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:06.508 10935 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.320s] 2018-11-18 16:54:06,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:06.625 10935 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.119s] 2018-11-18 16:54:10,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:10.514 10935 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.158s] 2018-11-18 16:54:11,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:11.013 10935 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.074s] 2018-11-18 16:54:12,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:12.173 10935 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.159s] 2018-11-18 16:54:13,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:13.328 10935 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.654s] 2018-11-18 16:54:17,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:17.165 10935 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.891s] 2018-11-18 16:54:17,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:17.394 10935 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON ... fail 2018-11-18 16:54:18,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:18.159 10935 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.993s] 2018-11-18 16:54:19,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:19.243 10935 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.914s] 2018-11-18 16:54:19,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:19.664 10935 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.318s] 2018-11-18 16:54:21,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:21.901 10935 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.656s] 2018-11-18 16:54:22,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:22.097 10935 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.197s] 2018-11-18 16:54:22,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:22.290 10935 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.193s] 2018-11-18 16:54:22,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:22.491 10935 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.200s] 2018-11-18 16:54:22,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:22.534 10935 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.042s] 2018-11-18 16:54:26,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:26.421 10935 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [6.461s] 2018-11-18 16:54:30,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:30.387 10935 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.155s] 2018-11-18 16:54:34,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:34.325 10935 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.901s] 2018-11-18 16:54:37,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:37.202 10935 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.008s] 2018-11-18 16:54:37,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:37.354 10935 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.152s] 2018-11-18 16:54:37,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:37.544 10935 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.189s] 2018-11-18 16:54:37,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:37.722 10935 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.178s] 2018-11-18 16:54:37,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:37.754 10935 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.031s] 2018-11-18 16:54:37,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:37.951 10935 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.196s] 2018-11-18 16:54:37,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:37.996 10935 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.045s] 2018-11-18 16:54:38,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:38.041 10935 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.044s] 2018-11-18 16:54:38,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:38.230 10935 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.188s] 2018-11-18 16:54:38,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:38.422 10935 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.191s] 2018-11-18 16:54:42,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:42.991 10935 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.081s] 2018-11-18 16:54:55,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:55.460 10935 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [12.464s] 2018-11-18 16:54:57,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:57.436 10935 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.653s] 2018-11-18 16:54:57,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:54:57.595 10935 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.159s] 2018-11-18 16:55:00,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:00.345 10935 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [42.176s] 2018-11-18 16:55:03,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:03.162 10935 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.248s] 2018-11-18 16:55:07,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:07.974 10935 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.513s] 2018-11-18 16:55:11,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:11.305 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.266s] 2018-11-18 16:55:11,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:11.988 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.681s] 2018-11-18 16:55:14,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:14.299 10935 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.363s] 2018-11-18 16:55:14,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:14.655 10935 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.354s] 2018-11-18 16:55:24,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:24.162 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.279s] 2018-11-18 16:55:24,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:24.201 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.039s] 2018-11-18 16:55:24,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:24.251 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.049s] 2018-11-18 16:55:24,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:24.460 10935 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.178s] 2018-11-18 16:55:24,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:24.805 10935 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.343s] 2018-11-18 16:55:24,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:24.936 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.684s] 2018-11-18 16:55:25,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:25.032 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.095s] 2018-11-18 16:55:25,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:25.381 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.348s] 2018-11-18 16:55:25,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:25.416 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.036s] 2018-11-18 16:55:25,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:25.471 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.055s] 2018-11-18 16:55:25,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:25.668 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.196s] 2018-11-18 16:55:25,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:25.718 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.049s] 2018-11-18 16:55:25,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:25.901 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.183s] 2018-11-18 16:55:26,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:26.127 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.225s] 2018-11-18 16:55:26,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:26.204 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.077s] 2018-11-18 16:55:26,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:26.252 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.047s] 2018-11-18 16:55:26,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:26.302 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.050s] 2018-11-18 16:55:33,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:33.771 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.174s] 2018-11-18 16:55:33,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:33.933 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.161s] 2018-11-18 16:55:34,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:34.194 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.261s] 2018-11-18 16:55:34,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:34.213 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.019s] 2018-11-18 16:55:34,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:34.369 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.156s] 2018-11-18 16:55:34,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:34.388 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.018s] 2018-11-18 16:55:34,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:34.430 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.041s] 2018-11-18 16:55:34,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:34.600 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.169s] 2018-11-18 16:55:34,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:34.610 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-11-18 16:55:34,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:34.801 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.190s] 2018-11-18 16:55:34,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:34.957 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.155s] 2018-11-18 16:55:35,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:35.138 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.182s] 2018-11-18 16:55:35,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:35.183 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.044s] 2018-11-18 16:55:35,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:35.375 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.191s] 2018-11-18 16:55:35,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:35.567 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.191s] 2018-11-18 16:55:35,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:35.576 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-11-18 16:55:35,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:35.607 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.031s] 2018-11-18 16:55:35,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:35.642 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.034s] 2018-11-18 16:55:35,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:35.675 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-11-18 16:55:35,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:55:35.849 10935 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.174s] 2018-11-18 16:55:40,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 69ea0dee-a065-42b9-86f1-0a5e8371a3e3 2018-11-18 16:55:40,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '69ea0dee-a065-42b9-86f1-0a5e8371a3e3']'. 2018-11-18 16:55:41,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-18 16:55:41,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-18 16:55:41,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-18 16:55:41,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 69ea0dee-a065-42b9-86f1-0a5e8371a3e3 | 2018-11-18 16:55:41,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-18 16:55:41,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-18 16:51:58 | 2018-11-18 16:55:41,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-18 16:55:40 | 2018-11-18 16:55:41,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:42 | 2018-11-18 16:55:41,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-11-18 16:55:41,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-18 16:55:41,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-18 16:55:41,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9e82dbb0-07a5-4014-957b-81162d0e6e01) | 2018-11-18 16:55:41,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-18 16:55:41,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ee3b4e50-35eb-41b2-af7f-aed2bb642327) | 2018-11-18 16:55:41,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-11-18 16:55:41,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 212.915 | 2018-11-18 16:55:41,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 184 | 2018-11-18 16:55:41,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-11-18 16:55:41,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-18 16:55:41,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-18 16:55:41,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 16 | 2018-11-18 16:55:41,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-18 16:55:41,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-18 16:55:41,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-18 16:55:41,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 92.0% 2018-11-18 16:55:41,648 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-18 16:55:41,649 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 04:01 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-11-18 16:55:45,792 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-11-18 16:55:45,845 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-11-18 16:55:46,894 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', 'id': u'f6040941dcbf46f2b1ec7eb8f7c6aa72', 'description': u'Created by OPNFV Functest: patrole', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-18 16:55:47,341 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'85e953500e6248d482d3a3cd488520f1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd'}) 2018-11-18 16:55:47,504 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-18 16:55:47,679 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/a956c5cb3b794e67a33c470324e662fd'}, 'domain_id': None, 'human_id': None, 'id': u'a956c5cb3b794e67a33c470324e662fd', 'HUMAN_ID': False}) 2018-11-18 16:55:48,177 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', 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': '081ae5f5-ac13-4468-8387-bac4dc78cbf2', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', 'project_id': u'f6040941dcbf46f2b1ec7eb8f7c6aa72', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-18 16:55:48,182 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', 'password': '081ae5f5-ac13-4468-8387-bac4dc78cbf2', 'project_name': 'patrole-project_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'f6040941dcbf46f2b1ec7eb8f7c6aa72', 'project_domain_name': 'Default'} 2018-11-18 16:55:49,363 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-18 16:55:51,909 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-18 16:55:51.503 10965 INFO rally.deployment.engine [-] Deployment ee3b4e50-35eb-41b2-af7f-aed2bb642327 | Starting: Destroy cloud and free allocated resources. 2018-11-18 16:55:51.586 10965 INFO rally.deployment.engine [-] Deployment ee3b4e50-35eb-41b2-af7f-aed2bb642327 | Completed: Destroy cloud and free allocated resources. 2018-11-18 16:55:51.636 10965 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=9e82dbb0-07a5-4014-957b-81162d0e6e01) for deployment 'opnfv-rally'. 2018-11-18 16:55:51.659 10965 INFO rally.api [-] Deleting verification (UUID=69ea0dee-a065-42b9-86f1-0a5e8371a3e3). 2018-11-18 16:55:51.696 10965 INFO rally.api [-] Verification has been successfully deleted! 2018-11-18 16:55:51.697 10965 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=9e82dbb0-07a5-4014-957b-81162d0e6e01). 2018-11-18 16:55:51.703 10965 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-18 16:55:54,270 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-18 16:55:53.973 10968 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5751ba22-5f61-49f7-a1ac-1ccac7afe3d4) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5751ba22-5f61-49f7-a1ac-1ccac7afe3d4 | 2018-11-18T16:55:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5751ba22-5f61-49f7-a1ac-1ccac7afe3d4 ~/.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-11-18 16:55:57,552 - 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-11-18 16:55:57,553 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-18 16:55:59,962 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-18 16:55:59.679 10974 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=9e82dbb0-07a5-4014-957b-81162d0e6e01). 2018-11-18 16:55:59.801 10974 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-18 16:56:03,617 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-18 16:56:01.912 10977 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-18 16:56:02.035 10977 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-18 16:56:03.424 10977 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=828fc816-373f-43c6-949d-987b701b6679) has been successfully created! Using verifier 'opnfv-tempest' (UUID=828fc816-373f-43c6-949d-987b701b6679) as the default verifier for the future CLI operations. 2018-11-18 16:56:06,690 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-11-18 16:56:08,705 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/2f48ee50-c48d-48af-9f92-6a9020ecd7b8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2f48ee50-c48d-48af-9f92-6a9020ecd7b8/file', 'owner': u'f6040941dcbf46f2b1ec7eb8f7c6aa72', 'id': u'2f48ee50-c48d-48af-9f92-6a9020ecd7b8', 'size': 12716032, u'self': u'/v2/images/2f48ee50-c48d-48af-9f92-6a9020ecd7b8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f6040941dcbf46f2b1ec7eb8f7c6aa72', 'name': 'patrole-project_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/2f48ee50-c48d-48af-9f92-6a9020ecd7b8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-18T16:56:08Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-18T16:56:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/2f48ee50-c48d-48af-9f92-6a9020ecd7b8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', 'created': u'2018-11-18T16:56:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-18T16:56:07Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/2f48ee50-c48d-48af-9f92-6a9020ecd7b8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-18 16:56:08,904 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', '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'a875ae444eec41a6b8bd843d2517a591', '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'7df3137c-594c-4923-a0d1-5a3ffc141d23', 'swap': 0}) 2018-11-18 16:56:11,733 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/505b08d9-71e2-4426-be5c-054f6a50daba/snap', u'metadata': Munch({})})], 'file': u'/v2/images/505b08d9-71e2-4426-be5c-054f6a50daba/file', 'owner': u'f6040941dcbf46f2b1ec7eb8f7c6aa72', 'id': u'505b08d9-71e2-4426-be5c-054f6a50daba', 'size': 12716032, u'self': u'/v2/images/505b08d9-71e2-4426-be5c-054f6a50daba', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f6040941dcbf46f2b1ec7eb8f7c6aa72', 'name': 'patrole-project_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/505b08d9-71e2-4426-be5c-054f6a50daba/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-18T16:56:11Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-18T16:56:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/505b08d9-71e2-4426-be5c-054f6a50daba', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', 'created': u'2018-11-18T16:56:09Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-18T16:56:09Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/505b08d9-71e2-4426-be5c-054f6a50daba', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-18 16:56:11,787 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', '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'a875ae444eec41a6b8bd843d2517a591', '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'69ffdf3c-d723-48c8-b755-4c0c129b57ac', 'swap': 0}) 2018-11-18 16:56:11,810 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_9f8f1236-83a4-4fa5-8cee-bd9b564e04cd', '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'a875ae444eec41a6b8bd843d2517a591', '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'69ffdf3c-d723-48c8-b755-4c0c129b57ac', 'swap': 0}) 2018-11-18 16:56:15,055 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-18 16:56:13.921 10996 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=828fc816-373f-43c6-949d-987b701b6679) for deployment 'opnfv-rally' (UUID=5751ba22-5f61-49f7-a1ac-1ccac7afe3d4). 2018-11-18 16:56:14.891 10996 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-18 16:56:14.893 10996 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=828fc816-373f-43c6-949d-987b701b6679) has been successfully configured for deployment 'opnfv-rally' (UUID=5751ba22-5f61-49f7-a1ac-1ccac7afe3d4)! 2018-11-18 16:56:15,055 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-18 16:56:15,056 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-18 16:56:15,058 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-18 16:56:15,082 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-18 16:56:18,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-828fc816-373f-43c6-949d-987b701b6679/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-11-18 16:56:18,561 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-18 16:56:18,588 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-18 16:56:18,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-11-18 16:56:20,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 16:56:20.608 11005 INFO rally.api [-] Starting verification (UUID=1ba5ecc1-e097-4252-8f85-0e1637672a71) for deployment 'opnfv-rally' (UUID=5751ba22-5f61-49f7-a1ac-1ccac7afe3d4) by verifier 'opnfv-tempest' (UUID=828fc816-373f-43c6-949d-987b701b6679). 2018-11-18 16:56:20,610 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1ba5ecc1-e097-4252-8f85-0e1637672a71 2018-11-18 16:58:56,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 1ba5ecc1-e097-4252-8f85-0e1637672a71 2018-11-18 16:58:56,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1ba5ecc1-e097-4252-8f85-0e1637672a71']'. 2018-11-18 16:58:57,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-18 16:58:57,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-18 16:58:57,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-18 16:58:57,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1ba5ecc1-e097-4252-8f85-0e1637672a71 | 2018-11-18 16:58:57,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-11-18 16:58:57,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-18 16:56:20 | 2018-11-18 16:58:57,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-18 16:58:56 | 2018-11-18 16:58:57,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:36 | 2018-11-18 16:58:57,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-18 16:58:57,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-18 16:58:57,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 828fc816-373f-43c6-949d-987b701b6679) | 2018-11-18 16:58:57,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-18 16:58:57,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5751ba22-5f61-49f7-a1ac-1ccac7afe3d4) | 2018-11-18 16:58:57,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-11-18 16:58:57,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 147.111 | 2018-11-18 16:58:57,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-11-18 16:58:57,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-11-18 16:58:57,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-18 16:58:57,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-18 16:58:57,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-11-18 16:58:57,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-18 16:58:57,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-18 16:58:57,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-18 16:58:57,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-11-18 16:58:57,986 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-18 16:58:57,986 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:51 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-18 16:59:02,462 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-11-18 16:59:03,535 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-11-18 16:59:23,865 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-11-18 16:59:23,893 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-11-18 16:59:24,163 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-11-18 16:59:24,270 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-18 16:59:24,271 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-18 16:59:24,324 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-11-18 16:59:26,068 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-18 16:59:29,118 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-18 16:59:29,118 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-11-18 17:39:30,991 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-18 17:39:30,992 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 40:02 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-11-18 17:39:32,975 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-11-18 17:39:33,029 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-11-18 17:39:34,524 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-18 17:39:36,336 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-18 17:39:38,879 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-18 17:39:38.456 11095 INFO rally.deployment.engine [-] Deployment 5751ba22-5f61-49f7-a1ac-1ccac7afe3d4 | Starting: Destroy cloud and free allocated resources. 2018-11-18 17:39:38.541 11095 INFO rally.deployment.engine [-] Deployment 5751ba22-5f61-49f7-a1ac-1ccac7afe3d4 | Completed: Destroy cloud and free allocated resources. 2018-11-18 17:39:38.589 11095 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=828fc816-373f-43c6-949d-987b701b6679) for deployment 'opnfv-rally'. 2018-11-18 17:39:38.617 11095 INFO rally.api [-] Deleting verification (UUID=1ba5ecc1-e097-4252-8f85-0e1637672a71). 2018-11-18 17:39:38.653 11095 INFO rally.api [-] Verification has been successfully deleted! 2018-11-18 17:39:38.654 11095 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=828fc816-373f-43c6-949d-987b701b6679). 2018-11-18 17:39:38.662 11095 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-18 17:39:41,660 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-18 17:39:41.389 11098 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=eb76cd52-4fb4-4a9a-ae30-365886fc7816) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | eb76cd52-4fb4-4a9a-ae30-365886fc7816 | 2018-11-18T17:39:41 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: eb76cd52-4fb4-4a9a-ae30-365886fc7816 ~/.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-11-18 17:39:45,052 - 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-11-18 17:39:45,052 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-18 17:39:47,655 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-18 17:39:47.326 11104 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=828fc816-373f-43c6-949d-987b701b6679). 2018-11-18 17:39:47.451 11104 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-18 17:39:51,369 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-18 17:39:49.795 11107 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-18 17:39:49.954 11107 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-18 17:39:51.146 11107 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=efa49fbd-20c3-4af2-a1ce-aeb3936f1536) has been successfully created! Using verifier 'opnfv-tempest' (UUID=efa49fbd-20c3-4af2-a1ce-aeb3936f1536) as the default verifier for the future CLI operations. 2018-11-18 17:39:54,609 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-11-18 17:40:02,905 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-18 17:40:01.879 11126 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=efa49fbd-20c3-4af2-a1ce-aeb3936f1536) for deployment 'opnfv-rally' (UUID=eb76cd52-4fb4-4a9a-ae30-365886fc7816). 2018-11-18 17:40:02.743 11126 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-18 17:40:02.746 11126 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=efa49fbd-20c3-4af2-a1ce-aeb3936f1536) has been successfully configured for deployment 'opnfv-rally' (UUID=eb76cd52-4fb4-4a9a-ae30-365886fc7816)! 2018-11-18 17:40:06,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-efa49fbd-20c3-4af2-a1ce-aeb3936f1536/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-11-18 17:40:06,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-11-18 17:40:08,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 17:40:08.018 11135 INFO rally.api [-] Starting verification (UUID=5052b549-711d-4d65-91b8-9ba49b3bb9f5) for deployment 'opnfv-rally' (UUID=eb76cd52-4fb4-4a9a-ae30-365886fc7816) by verifier 'opnfv-tempest' (UUID=efa49fbd-20c3-4af2-a1ce-aeb3936f1536). 2018-11-18 17:41:59,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 5052b549-711d-4d65-91b8-9ba49b3bb9f5 2018-11-18 17:41:59,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5052b549-711d-4d65-91b8-9ba49b3bb9f5']'. 2018-11-18 17:42:00,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-18 17:42:00,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-18 17:42:00,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-18 17:42:00,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5052b549-711d-4d65-91b8-9ba49b3bb9f5 | 2018-11-18 17:42:00,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-18 17:42:00,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-18 17:40:07 | 2018-11-18 17:42:00,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-18 17:41:59 | 2018-11-18 17:42:00,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:52 | 2018-11-18 17:42:00,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-18 17:42:00,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-18 17:42:00,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: efa49fbd-20c3-4af2-a1ce-aeb3936f1536) | 2018-11-18 17:42:00,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-18 17:42:00,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: eb76cd52-4fb4-4a9a-ae30-365886fc7816) | 2018-11-18 17:42:00,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-11-18 17:42:00,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 101.721 | 2018-11-18 17:42:00,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-11-18 17:42:00,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-11-18 17:42:00,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-18 17:42:00,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-18 17:42:00,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-11-18 17:42:00,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-18 17:42:00,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-18 17:42:00,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-18 17:42:00,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-11-18 17:42:00,501 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-18 17:42:00,501 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:06 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-11-18 17:42:04,202 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-11-18 17:42:04,204 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:45 | PASS | | vping_userdata | functest | smoke | 00:33 | PASS | | tempest_smoke_serial | functest | smoke | 16:00 | PASS | | rally_sanity | functest | smoke | 23:41 | FAIL | | refstack_defcore | functest | smoke | 04:01 | FAIL | | patrole | functest | smoke | 02:51 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 40:02 | FAIL | | neutron_trunk | functest | smoke | 02:06 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-11-18 17:42:04,214 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-11-18 17:42:11,441 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-313 | | 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-11-18 17:42:11,446 - 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=wBDt7tAst9gj6VU8p9GCPch8p export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-11-18 17:42:11,446 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-18 17:42:11,447 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-11-18 17:42:11,469 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-11-18 17:42:11,499 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-11-18 17:47:00,484 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-11-18 17:47:00,611 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-18 17:47:00,611 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:49 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-11-18 17:47:00,644 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-11-18 17:47:02,915 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-11-18 17:47:04,680 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-11-18 17:47:06,351 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-11-18 17:47:07,161 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-11-18 17:47:07,161 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-11-18 17:47:07,202 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-11-18 17:47:07,370 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-11-18 17:47:35,813 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.' 2018-11-18 17:47:35,813 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-11-18 17:47:35,813 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-11-18 17:47:35,863 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-11-18 17:48:05,464 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-11-18 17:48:05,464 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'Node overcloud-novacompute-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-novacompute-0 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-2 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-0 br-int is fail_mode secure': 'PASS'}]} 2018-11-18 17:48:05,465 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-11-18 17:48:05,465 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-11-18 17:48:05,466 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-11-18 17:48:05,555 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-11-18 17:48:05,563 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-18 17:48:06,317 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-18 17:48:08,932 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-11-18 17:48:09,340 - sdnvpn.lib.openstack_utils - DEBUG - Network 'b2048cbd-552d-45c6-8dd7-59d6bc212105' created successfully 2018-11-18 17:48:09,340 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-18 17:48:10,263 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'fc9be7a4-6fd5-4df9-a463-cd62adf10681' created successfully 2018-11-18 17:48:10,264 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-18 17:48:10,571 - sdnvpn.lib.openstack_utils - DEBUG - Router '9fcf1345-f78b-4169-bddc-a32b520ad592' created successfully 2018-11-18 17:48:10,571 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-18 17:48:12,096 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-18 17:48:12,096 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-18 17:48:14,288 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-18 17:48:14,830 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-11-18 17:48:15,245 - sdnvpn.lib.openstack_utils - DEBUG - Network 'e6f29bbf-39f0-4262-908b-00dd54f609f7' created successfully 2018-11-18 17:48:15,245 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-18 17:48:15,766 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'b45e7715-7abd-4889-8705-72bdbe04e33b' created successfully 2018-11-18 17:48:15,766 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-18 17:48:15,766 - sdnvpn.lib.openstack_utils - DEBUG - Router '9fcf1345-f78b-4169-bddc-a32b520ad592' created successfully 2018-11-18 17:48:15,766 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-18 17:48:17,570 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-18 17:48:17,570 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-18 17:48:18,261 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-18 17:48:18,466 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-11-18 17:48:18,706 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=91413c69-2ede-4b60-af51-ee1e32d4d025 created successfully. 2018-11-18 17:48:18,706 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-11-18 17:48:18,706 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-11-18 17:48:19,033 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-11-18 17:48:19,034 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-18 17:48:19,220 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-18 17:48:19,923 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-18 17:49:46,834 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-18 17:50:23,071 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.201 -c 10' 2018-11-18 17:50:55,148 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-11-18 17:50:55,148 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence': {'status': 'PASS', 'details': [{u"'sdnvpn-8-1' can ping 'sdnvpn-8-2'": 'PASS'}, {u'Assign a Floating IP to sdnvpn-8-1': 'PASS'}, {u'Ping IP 172.30.9.201': 'PASS'}]} 2018-11-18 17:50:55,148 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-11-18 17:50:55,149 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-11-18 17:50:55,149 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-11-18 17:50:55,224 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-11-18 17:51:09,416 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-11-18 17:51:09,417 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-11-18 17:51:09,467 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-11-18 17:51:09,523 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-11-18 17:51:09,576 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-11-18 17:51:10,199 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-1 2018-11-18 17:51:10,240 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.32 2018-11-18 17:51:19,345 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-11-18 17:51:19,403 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-11-18 17:51:19,404 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-11-18 17:51:25,900 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-18 17:51:26,474 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-11-18 17:51:26,526 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=23d7944e-b8f1-4b9d-98fa-7b70604d9536 created successfully. 2018-11-18 17:51:27,509 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-18 17:51:28,445 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-18 17:51:30,234 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-11-18 17:51:31,149 - sdnvpn.lib.openstack_utils - DEBUG - Network '9588b820-8b40-484d-8395-fd70da3a3d26' created successfully 2018-11-18 17:51:31,149 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-18 17:51:31,706 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '33b6bfc8-2e02-43cf-a6e2-276f2c08269d' created successfully 2018-11-18 17:51:31,706 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-18 17:51:32,056 - sdnvpn.lib.openstack_utils - DEBUG - Router 'a224acc5-f5d0-409b-818b-f4e5ce2df1ab' created successfully 2018-11-18 17:51:32,056 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-18 17:51:34,004 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-18 17:51:34,005 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-18 17:51:35,954 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-18 17:51:36,500 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-11-18 17:51:37,473 - sdnvpn.lib.openstack_utils - DEBUG - Network 'b6243b6c-ed06-4e11-b206-e0e7dd0a0e0c' created successfully 2018-11-18 17:51:37,473 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-18 17:51:37,976 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '02afeaed-b58c-41bb-8796-84230f716758' created successfully 2018-11-18 17:51:37,976 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-18 17:51:38,195 - sdnvpn.lib.openstack_utils - DEBUG - Router '65aa9bc3-b678-43a8-895f-93ebb2d2150b' created successfully 2018-11-18 17:51:38,195 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-18 17:51:40,341 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-18 17:51:40,341 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-18 17:51:42,132 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-18 17:51:42,689 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-11-18 17:55:14,190 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-11-18 17:55:14,190 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_3 - Data center gateway integration': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'zrpcd is running in overcloud-controller-2': 'PASS'}, {'zrpcd is running in overcloud-controller-0': 'PASS'}, {'zrpcd is running in overcloud-controller-1': 'PASS'}, {'Found BGP entity owner': 'PASS'}, {'bgpd is running': 'PASS'}, {'Assign a Floating IP to sdnvpn-3-2-quagga ': 'PASS'}, {'Bootstrap quagga inside an OpenStack instance': 'PASS'}, {'Peering with quagga': 'PASS'}]} 2018-11-18 17:55:14,190 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-11-18 17:55:14,191 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-11-18 17:55:14,191 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-11-18 17:55:14,280 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-11-18 17:55:14,291 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-18 17:55:14,292 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-11-18 17:55:14,856 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-18 17:55:20,233 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-18 17:56:00,777 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-194801', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'a875ae444eec41a6b8bd843d2517a591', u'route_targets': [u'55:55'], u'project_id': u'a875ae444eec41a6b8bd843d2517a591', u'type': u'l3', u'id': u'0a6d4f6a-7c67-4f1a-842e-881d26e0d577'}} 2018-11-18 17:57:28,548 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-18 17:58:01,054 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-171008', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a875ae444eec41a6b8bd843d2517a591', u'route_targets': [u'88:88'], u'project_id': u'a875ae444eec41a6b8bd843d2517a591', u'type': u'l3', u'id': u'd2cd7036-b4f4-45f4-8348-83112fb31d79'}} 2018-11-18 17:58:04,550 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-18 17:59:02,110 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-11-18 17:59:02,110 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_2 - Tenant separation': {'status': 'PASS', 'details': [{u"[10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11]": 'PASS'}, {u"[10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12]": 'PASS'}]} 2018-11-18 17:59:02,111 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-11-18 17:59:02,111 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-11-18 17:59:02,111 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-11-18 17:59:02,212 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-11-18 17:59:02,220 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-18 17:59:02,762 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-18 17:59:07,634 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-18 18:00:12,660 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-866616', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a875ae444eec41a6b8bd843d2517a591', u'route_targets': [], u'project_id': u'a875ae444eec41a6b8bd843d2517a591', u'type': u'l3', u'id': u'a237a5b1-04f4-45ec-8477-814634115610'}} 2018-11-18 18:01:50,777 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-18 18:02:53,963 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-866616', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a875ae444eec41a6b8bd843d2517a591', u'route_targets': [], u'project_id': u'a875ae444eec41a6b8bd843d2517a591', u'type': u'l3', u'id': u'b6e215da-0864-42ca-bb2c-6f0abf9c7bf0'}} 2018-11-18 18:02:57,442 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-18 18:04:06,495 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-11-18 18:04:06,495 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'PASS', 'details': [{u"'sdnvpn-1-1' can ping 'sdnvpn-1-2'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'PASS'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'PASS'}]} 2018-11-18 18:04:06,495 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-11-18 18:04:06,496 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-11-18 18:04:06,496 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-11-18 18:04:06,581 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-11-18 18:04:06,594 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-18 18:04:21,742 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-18 18:04:25,447 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-18 18:05:42,994 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-11-18 18:07:13,906 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-11-18 18:08:44,639 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-11-18 18:09:32,052 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-11-18 18:09:32,052 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect': {'status': 'PASS', 'details': [{'New OVS flows added': 'PASS'}, {'New OVS groups added': 'PASS'}, {'OVS flows are programmed after resync expected flow count 290, actual flow count 290': 'PASS'}, {'OVS groups are programmed after resync expected group count 29, actual group count 29': 'PASS'}, {'OVS flows are programmed after resync expected flow count 290, actual flow count 298': 'PASS'}, {'OVS groups are programmed after resync expected group count 29, actual group count 29': 'PASS'}]} 2018-11-18 18:09:32,052 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology' 2018-11-18 18:09:32,052 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-11-18 18:09:32,052 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-11-18 18:09:32,122 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-11-18 18:09:32,130 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-18 18:09:47,678 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-18 18:09:52,053 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-18 18:12:10,738 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-11-18 18:12:58,096 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-11-18 18:13:28,348 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-11-18 18:13:28,348 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology': {'status': 'FAIL', 'details': [{'New OVS group added': 'PASS'}, {' Additional group was not deleted from OVS': 'FAIL'}]} 2018-11-18 18:13:28,349 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-11-18 18:13:28,349 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-11-18 18:13:28,350 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-11-18 18:13:28,432 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-11-18 18:13:28,443 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-18 18:13:29,008 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-18 18:13:33,607 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-11-18 18:13:34,040 - sdnvpn.lib.openstack_utils - DEBUG - Network '97cc4f78-2b42-4a24-ab48-c380b63160e4' created successfully 2018-11-18 18:13:34,041 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-18 18:13:34,838 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'e269f381-3e8a-4dd1-a44a-48f783d3f553' created successfully 2018-11-18 18:13:34,838 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-18 18:13:35,152 - sdnvpn.lib.openstack_utils - DEBUG - Router '10afc5f6-3b7e-4f28-8415-8bbff361720c' created successfully 2018-11-18 18:13:35,152 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-18 18:13:37,062 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-18 18:13:37,062 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-18 18:13:39,007 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-18 18:13:40,280 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-18 18:14:46,919 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-653948', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a875ae444eec41a6b8bd843d2517a591', u'route_targets': [], u'project_id': u'a875ae444eec41a6b8bd843d2517a591', u'type': u'l3', u'id': u'b4b6099d-9bc5-4d59-bbc0-fff5b914eeef'}} 2018-11-18 18:16:24,734 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-18 18:17:27,751 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-653948', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a875ae444eec41a6b8bd843d2517a591', u'route_targets': [], u'project_id': u'a875ae444eec41a6b8bd843d2517a591', u'type': u'l3', u'id': u'fe94bd40-e35b-44ae-8402-f91ef9ab9672'}} 2018-11-18 18:17:32,074 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-18 18:18:02,105 - sdnvpn.test.functest.testcase_4 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate router 'sdnvpn-4-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-2' | | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-3' | | PASS | 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-4-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-4' can ping 'sdnvpn-4-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------+ | Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. | +----------------------------------------------------------------------------------------+ +========================================================================================+ 2018-11-18 18:18:39,707 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-11-18 18:18:39,707 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association': {'status': 'PASS', 'details': [{u"'sdnvpn-4-1' can ping 'sdnvpn-4-2'": 'PASS'}, {u"'sdnvpn-4-1' can ping 'sdnvpn-4-3'": 'PASS'}, {u"'sdnvpn-4-1' cannot ping 'sdnvpn-4-4'": 'PASS'}, {u"'sdnvpn-4-4' can ping 'sdnvpn-4-5'": 'PASS'}]} 2018-11-18 18:18:39,707 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-11-18 18:18:39,708 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-11-18 18:18:39,708 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-11-18 18:18:39,990 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-11-18 18:18:40,871 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'bgpvpn-tempest-tes-project_30906696-26fb-4c9e-aebd-138ece3475f0', 'id': u'df75782b5e284059af9448accefeff45', 'description': u'Created by OPNFV Functest: bgpvpn-tempest-tests', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-18 18:18:41,318 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'fa981744e6a54a9ea83c344c9de57dcb', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'bgpvpn-tempest-tests-user_30906696-26fb-4c9e-aebd-138ece3475f0'}) 2018-11-18 18:18:41,494 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-18 18:18:41,674 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/52735c73b7b24b8397690d4af0f515f2'}, 'domain_id': None, 'human_id': None, 'id': u'52735c73b7b24b8397690d4af0f515f2', 'HUMAN_ID': False}) 2018-11-18 18:18:42,334 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'bgpvpn-tempest-tes-project_30906696-26fb-4c9e-aebd-138ece3475f0', 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': '7a8c712a-1190-4bb7-a6aa-265d71a3b29b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'bgpvpn-tempest-tests-user_30906696-26fb-4c9e-aebd-138ece3475f0', 'project_id': u'df75782b5e284059af9448accefeff45', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-18 18:18:42,340 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'bgpvpn-tempest-tests-user_30906696-26fb-4c9e-aebd-138ece3475f0', 'password': '7a8c712a-1190-4bb7-a6aa-265d71a3b29b', 'project_name': 'bgpvpn-tempest-tes-project_30906696-26fb-4c9e-aebd-138ece3475f0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'df75782b5e284059af9448accefeff45', 'project_domain_name': 'Default'} 2018-11-18 18:18:43,460 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-18 18:18:53,674 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-18 18:18:53.373 156 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ece0287f-ea95-4f8e-bf90-2b2c626c2fb7) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ece0287f-ea95-4f8e-bf90-2b2c626c2fb7 | 2018-11-18T18:18:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ece0287f-ea95-4f8e-bf90-2b2c626c2fb7 ~/.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-11-18 18:18:57,122 - 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-11-18 18:18:57,122 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-18 18:19:03,757 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-18 18:19:01.361 165 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-18 18:19:01.496 165 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-18 18:19:03.549 165 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e64c14c6-2fe8-4b6c-a487-66acb3b59fb1) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e64c14c6-2fe8-4b6c-a487-66acb3b59fb1) as the default verifier for the future CLI operations. 2018-11-18 18:19:09,790 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/c4e5dd13-5601-4860-952d-3b6a0c8d979d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c4e5dd13-5601-4860-952d-3b6a0c8d979d/file', 'owner': u'df75782b5e284059af9448accefeff45', 'id': u'c4e5dd13-5601-4860-952d-3b6a0c8d979d', 'size': 12716032, u'self': u'/v2/images/c4e5dd13-5601-4860-952d-3b6a0c8d979d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'df75782b5e284059af9448accefeff45', 'name': 'bgpvpn-tempest-tes-project_30906696-26fb-4c9e-aebd-138ece3475f0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/c4e5dd13-5601-4860-952d-3b6a0c8d979d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-18T18:19:09Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-18T18:19:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_30906696-26fb-4c9e-aebd-138ece3475f0', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c4e5dd13-5601-4860-952d-3b6a0c8d979d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_30906696-26fb-4c9e-aebd-138ece3475f0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_30906696-26fb-4c9e-aebd-138ece3475f0', 'created': u'2018-11-18T18:19:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-18T18:19:07Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c4e5dd13-5601-4860-952d-3b6a0c8d979d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_30906696-26fb-4c9e-aebd-138ece3475f0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-18 18:19:09,999 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_30906696-26fb-4c9e-aebd-138ece3475f0', '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'a875ae444eec41a6b8bd843d2517a591', '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'a3e4c9e0-9571-4a9f-b1d7-01ef333517a7', 'swap': 0}) 2018-11-18 18:19:11,780 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/bd09fad3-898b-4bce-a277-b0318666d2d8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/bd09fad3-898b-4bce-a277-b0318666d2d8/file', 'owner': u'df75782b5e284059af9448accefeff45', 'id': u'bd09fad3-898b-4bce-a277-b0318666d2d8', 'size': 12716032, u'self': u'/v2/images/bd09fad3-898b-4bce-a277-b0318666d2d8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'df75782b5e284059af9448accefeff45', 'name': 'bgpvpn-tempest-tes-project_30906696-26fb-4c9e-aebd-138ece3475f0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/bd09fad3-898b-4bce-a277-b0318666d2d8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-18T18:19:11Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-18T18:19:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_30906696-26fb-4c9e-aebd-138ece3475f0', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/bd09fad3-898b-4bce-a277-b0318666d2d8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_30906696-26fb-4c9e-aebd-138ece3475f0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_alt_30906696-26fb-4c9e-aebd-138ece3475f0', 'created': u'2018-11-18T18:19:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-18T18:19:10Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/bd09fad3-898b-4bce-a277-b0318666d2d8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_30906696-26fb-4c9e-aebd-138ece3475f0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-18 18:19:11,840 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_30906696-26fb-4c9e-aebd-138ece3475f0', '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'a875ae444eec41a6b8bd843d2517a591', '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'57fd44ce-304a-423a-aa4a-7fe196092831', 'swap': 0}) 2018-11-18 18:19:11,863 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_30906696-26fb-4c9e-aebd-138ece3475f0', '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'a875ae444eec41a6b8bd843d2517a591', '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'57fd44ce-304a-423a-aa4a-7fe196092831', 'swap': 0}) 2018-11-18 18:19:15,146 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-18 18:19:14.057 184 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e64c14c6-2fe8-4b6c-a487-66acb3b59fb1) for deployment 'opnfv-rally' (UUID=ece0287f-ea95-4f8e-bf90-2b2c626c2fb7). 2018-11-18 18:19:14.955 184 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-18 18:19:14.957 184 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e64c14c6-2fe8-4b6c-a487-66acb3b59fb1) has been successfully configured for deployment 'opnfv-rally' (UUID=ece0287f-ea95-4f8e-bf90-2b2c626c2fb7)! 2018-11-18 18:19:15,146 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-18 18:19:15,146 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-18 18:19:15,149 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-18 18:19:15,171 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-18 18:19:18,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e64c14c6-2fe8-4b6c-a487-66acb3b59fb1/repo; testr list-tests '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt 2>/dev/null) 2018-11-18 18:19:18,184 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-18 18:19:18,196 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-18 18:19:18,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt', u'--concurrency=4']'. 2018-11-18 18:19:20,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:19:20.233 193 INFO rally.api [-] Starting verification (UUID=53dcb8ef-05df-4335-bdd9-55f969e3f65c) for deployment 'opnfv-rally' (UUID=ece0287f-ea95-4f8e-bf90-2b2c626c2fb7) by verifier 'opnfv-tempest' (UUID=e64c14c6-2fe8-4b6c-a487-66acb3b59fb1). 2018-11-18 18:19:20,234 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 53dcb8ef-05df-4335-bdd9-55f969e3f65c 2018-11-18 18:23:30,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 53dcb8ef-05df-4335-bdd9-55f969e3f65c 2018-11-18 18:23:30,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '53dcb8ef-05df-4335-bdd9-55f969e3f65c']'. 2018-11-18 18:23:31,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-18 18:23:31,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-18 18:23:31,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-18 18:23:31,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 53dcb8ef-05df-4335-bdd9-55f969e3f65c | 2018-11-18 18:23:31,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-18 18:23:31,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-18 18:19:20 | 2018-11-18 18:23:31,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-18 18:23:29 | 2018-11-18 18:23:31,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:09 | 2018-11-18 18:23:31,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-11-18 18:23:31,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-18 18:23:31,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-18 18:23:31,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e64c14c6-2fe8-4b6c-a487-66acb3b59fb1) | 2018-11-18 18:23:31,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-18 18:23:31,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ece0287f-ea95-4f8e-bf90-2b2c626c2fb7) | 2018-11-18 18:23:31,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 17 | 2018-11-18 18:23:31,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 240.589 | 2018-11-18 18:23:31,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 15 | 2018-11-18 18:23:31,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-11-18 18:23:31,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-18 18:23:31,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-18 18:23:31,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-11-18 18:23:31,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-18 18:23:31,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-18 18:23:31,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-18 18:23:31,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest bgpvpn-tempest-tests success_rate is 88.2352941176% 2018-11-18 18:23:34,537 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-11-18 18:23:34,537 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest': {'status': 'FAIL', 'details': 'Tempest testcases have been completed'} 2018-11-18 18:23:34,537 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances' 2018-11-18 18:23:34,537 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-11-18 18:23:34,538 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-11-18 18:23:34,636 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-11-18 18:23:34,649 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-18 18:23:35,208 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-18 18:23:39,775 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-18 18:28:25,439 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-11-18 18:28:25,439 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'FAIL', 'details': [{' ,Ping failure from instance sdnvpn-10-1': 'FAIL'}, {'Ping succeeds': 'PASS'}]} 2018-11-18 18:28:25,439 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-11-18 18:28:25,440 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-11-18 18:28:25,440 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-11-18 18:28:25,529 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-11-18 18:28:25,529 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-11-18 18:28:25,539 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-18 18:28:26,102 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-11-18 18:28:36,868 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-11-18 18:28:36,921 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=9502cfaf-196f-48f9-8635-24b454393341 created successfully. 2018-11-18 18:28:38,599 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-11-18 18:28:39,020 - sdnvpn.lib.openstack_utils - DEBUG - Network '6bf1d58a-e7d0-42a1-9384-6cd4a9f82cb4' created successfully 2018-11-18 18:28:39,020 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-18 18:28:39,811 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'f031c106-41f4-424b-9464-9d33b9bc7ab2' created successfully 2018-11-18 18:28:39,811 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-18 18:28:40,143 - sdnvpn.lib.openstack_utils - DEBUG - Router '9eb0d7ab-10da-447c-bdac-642ff78631cd' created successfully 2018-11-18 18:28:40,143 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-18 18:28:41,637 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-18 18:28:41,637 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-18 18:28:43,931 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-18 18:28:44,002 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-18 18:31:40,129 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-18 18:32:56,383 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-153191', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a875ae444eec41a6b8bd843d2517a591', u'route_targets': [], u'project_id': u'a875ae444eec41a6b8bd843d2517a591', u'type': u'l3', u'id': u'c1933568-1e7c-435f-ad83-deccaa60fafd'}} 2018-11-18 18:32:57,808 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-18 18:33:29,964 - sdnvpn.test.functest.testcase_13 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ 2018-11-18 18:34:00,447 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-11-18 18:34:00,447 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario': {'status': 'PASS', 'details': [{u"'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13'": 'PASS'}]} 2018-11-18 18:34:00,447 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-11-18 18:34:00,749 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-11-18 18:34:15,141 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-11-18 18:34:20,011 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-18 18:34:20,024 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-11-18 18:34:20,509 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-18 18:34:20,524 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-11-18 18:34:26,758 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-18 18:34:26,773 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-11-18 18:34:30,891 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-18 18:34:30,905 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-11-18 18:34:31,359 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-18 18:34:31,375 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-11-18 18:34:31,402 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-11-18 18:34:33,110 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-18 18:34:33,111 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 47:30 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-11-18 18:34:33,116 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-11-18 18:34:33,117 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:49 | PASS | | bgpvpn | sdnvpn | features | 47:30 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-11-18 18:34:33,123 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-11-18 18:34:42,501 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-313 | | 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-11-18 18:34:42,508 - 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=wBDt7tAst9gj6VU8p9GCPch8p export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-11-18 18:34:42,508 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-18 18:34:42,509 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-11-18 18:34:42,510 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-11-18 18:34:42,513 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-18 18:34:47,198 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-313 | | 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-11-18 18:34:47,206 - 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=wBDt7tAst9gj6VU8p9GCPch8p export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-11-18 18:34:47,206 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-18 18:34:47,206 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-11-18 18:34:47,208 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-11-18 18:34:47,210 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-18 18:34:53,466 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-313 | | 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-11-18 18:34:53,475 - 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=wBDt7tAst9gj6VU8p9GCPch8p export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-11-18 18:34:53,475 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-11-18 18:34:53,489 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-11-18 18:34:57,545 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_e430f558-431c-4b8f-8b36-ab492b61256f', 'id': u'73f08271999649ecbb6bdd69d475bb31', '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-11-18 18:34:57,998 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'38b41ce9717c4ea093c1f09940fb0655', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_e430f558-431c-4b8f-8b36-ab492b61256f'}) 2018-11-18 18:34:58,168 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-18 18:34:58,418 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/ed611b93b66a481da77a9eecb7149fa5'}, 'domain_id': None, 'human_id': None, 'id': u'ed611b93b66a481da77a9eecb7149fa5', 'HUMAN_ID': False}) 2018-11-18 18:34:58,973 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_e430f558-431c-4b8f-8b36-ab492b61256f', 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': 'ea4f09e0-894f-41d2-9a07-f8cadc9961b2', 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_e430f558-431c-4b8f-8b36-ab492b61256f', 'project_id': u'73f08271999649ecbb6bdd69d475bb31', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-18 18:34:58,979 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_e430f558-431c-4b8f-8b36-ab492b61256f', 'password': 'ea4f09e0-894f-41d2-9a07-f8cadc9961b2', 'project_name': 'tempest_full_paral-project_e430f558-431c-4b8f-8b36-ab492b61256f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '73f08271999649ecbb6bdd69d475bb31', 'project_domain_name': 'Default'} 2018-11-18 18:35:00,074 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-18 18:35:10,489 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-18 18:35:10.207 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1b167014-3a4d-4bbc-86b9-3a4f2b207361) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1b167014-3a4d-4bbc-86b9-3a4f2b207361 | 2018-11-18T18:35:10 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1b167014-3a4d-4bbc-86b9-3a4f2b207361 ~/.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-11-18 18:35:13,684 - 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-11-18 18:35:13,685 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-18 18:35:19,972 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-18 18:35:17.423 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-18 18:35:17.568 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-18 18:35:19.760 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2fb26ffe-ea7c-4ef9-957c-462975f05b7a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2fb26ffe-ea7c-4ef9-957c-462975f05b7a) as the default verifier for the future CLI operations. 2018-11-18 18:35:22,714 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-11-18 18:35:25,764 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/17fa98d5-be70-445a-9e11-02fc5908add8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/17fa98d5-be70-445a-9e11-02fc5908add8/file', 'owner': u'73f08271999649ecbb6bdd69d475bb31', 'id': u'17fa98d5-be70-445a-9e11-02fc5908add8', 'size': 12716032, u'self': u'/v2/images/17fa98d5-be70-445a-9e11-02fc5908add8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73f08271999649ecbb6bdd69d475bb31', 'name': 'tempest_full_paral-project_e430f558-431c-4b8f-8b36-ab492b61256f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/17fa98d5-be70-445a-9e11-02fc5908add8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-18T18:35:25Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-18T18:35:25Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_e430f558-431c-4b8f-8b36-ab492b61256f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/17fa98d5-be70-445a-9e11-02fc5908add8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_e430f558-431c-4b8f-8b36-ab492b61256f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_e430f558-431c-4b8f-8b36-ab492b61256f', 'created': u'2018-11-18T18:35:23Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-18T18:35:23Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/17fa98d5-be70-445a-9e11-02fc5908add8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_e430f558-431c-4b8f-8b36-ab492b61256f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-18 18:35:25,958 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_e430f558-431c-4b8f-8b36-ab492b61256f', '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'a875ae444eec41a6b8bd843d2517a591', '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'0d70e942-1ee4-490d-af57-735743b2d548', 'swap': 0}) 2018-11-18 18:35:28,754 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/dee82f2d-4c13-403a-83c0-f061ebd2f5a6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/dee82f2d-4c13-403a-83c0-f061ebd2f5a6/file', 'owner': u'73f08271999649ecbb6bdd69d475bb31', 'id': u'dee82f2d-4c13-403a-83c0-f061ebd2f5a6', 'size': 12716032, u'self': u'/v2/images/dee82f2d-4c13-403a-83c0-f061ebd2f5a6', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73f08271999649ecbb6bdd69d475bb31', 'name': 'tempest_full_paral-project_e430f558-431c-4b8f-8b36-ab492b61256f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1c63252e-1bfe-467d-b886-480e60520436/images/dee82f2d-4c13-403a-83c0-f061ebd2f5a6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-18T18:35:28Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-18T18:35:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_e430f558-431c-4b8f-8b36-ab492b61256f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/dee82f2d-4c13-403a-83c0-f061ebd2f5a6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_e430f558-431c-4b8f-8b36-ab492b61256f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_e430f558-431c-4b8f-8b36-ab492b61256f', 'created': u'2018-11-18T18:35:26Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-18T18:35:26Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/dee82f2d-4c13-403a-83c0-f061ebd2f5a6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_e430f558-431c-4b8f-8b36-ab492b61256f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-18 18:35:28,809 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_e430f558-431c-4b8f-8b36-ab492b61256f', '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'a875ae444eec41a6b8bd843d2517a591', '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'ae9de1ed-09e2-4c20-8ca3-5fb595ac21f4', 'swap': 0}) 2018-11-18 18:35:28,831 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_e430f558-431c-4b8f-8b36-ab492b61256f', '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'a875ae444eec41a6b8bd843d2517a591', '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'ae9de1ed-09e2-4c20-8ca3-5fb595ac21f4', 'swap': 0}) 2018-11-18 18:35:31,861 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-18 18:35:30.828 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2fb26ffe-ea7c-4ef9-957c-462975f05b7a) for deployment 'opnfv-rally' (UUID=1b167014-3a4d-4bbc-86b9-3a4f2b207361). 2018-11-18 18:35:31.700 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-18 18:35:31.702 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2fb26ffe-ea7c-4ef9-957c-462975f05b7a) has been successfully configured for deployment 'opnfv-rally' (UUID=1b167014-3a4d-4bbc-86b9-3a4f2b207361)! 2018-11-18 18:35:31,861 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-18 18:35:31,862 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-18 18:35:31,865 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-18 18:35:31,876 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-18 18:35:34,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2fb26ffe-ea7c-4ef9-957c-462975f05b7a/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-11-18 18:35:34,488 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-18 18:35:34,505 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-18 18:35:34,507 - 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-11-18 18:35:36,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:36.471 49 INFO rally.api [-] Starting verification (UUID=87a366d0-d01c-41ac-9a81-961749dbde80) for deployment 'opnfv-rally' (UUID=1b167014-3a4d-4bbc-86b9-3a4f2b207361) by verifier 'opnfv-tempest' (UUID=2fb26ffe-ea7c-4ef9-957c-462975f05b7a). 2018-11-18 18:35:36,473 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 87a366d0-d01c-41ac-9a81-961749dbde80 2018-11-18 18:35:41,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:41.885 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test ... skip: The microversion range[2.6 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:35:41,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:41.891 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-11-18 18:35:41,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:41.916 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-11-18 18:35:41,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:41.924 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:35:41,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:41.925 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: The microversion range[2.37 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:35:45,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.187 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.189s] 2018-11-18 18:35:45,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.202 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.014s] 2018-11-18 18:35:45,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.223 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.203s] 2018-11-18 18:35:45,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.305 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.216s] 2018-11-18 18:35:45,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.309 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.107s] 2018-11-18 18:35:45,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.316 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.270s] 2018-11-18 18:35:45,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.319 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.096s] 2018-11-18 18:35:45,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.337 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.335s] 2018-11-18 18:35:45,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.339 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.205s] 2018-11-18 18:35:45,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.378 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.039s] 2018-11-18 18:35:45,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.391 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.201s] 2018-11-18 18:35:45,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.395 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.084s] 2018-11-18 18:35:45,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.404 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.012s] 2018-11-18 18:35:45,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.414 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.019s] 2018-11-18 18:35:45,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.420 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.100s] 2018-11-18 18:35:45,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.430 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.015s] 2018-11-18 18:35:45,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.434 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.056s] 2018-11-18 18:35:45,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.440 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.009s] 2018-11-18 18:35:45,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.481 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.339s] 2018-11-18 18:35:45,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.513 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.223s] 2018-11-18 18:35:45,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.523 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.207s] 2018-11-18 18:35:45,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.565 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.129s] 2018-11-18 18:35:45,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.567 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.161s] 2018-11-18 18:35:45,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.571 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.058s] 2018-11-18 18:35:45,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.591 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.252s] 2018-11-18 18:35:45,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.594 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.029s] 2018-11-18 18:35:45,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.653 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.232s] 2018-11-18 18:35:45,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.742 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.150s] 2018-11-18 18:35:45,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.776 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.181s] 2018-11-18 18:35:45,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.828 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.053s] 2018-11-18 18:35:45,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:45.888 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.407s] 2018-11-18 18:35:46,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:46.012 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.359s] 2018-11-18 18:35:46,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:46.040 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.296s] 2018-11-18 18:35:46,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:46.041 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.469s] 2018-11-18 18:35:46,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:46.143 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.192s] 2018-11-18 18:35:46,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:46.243 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.353s] 2018-11-18 18:35:46,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:46.253 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.010s] 2018-11-18 18:35:46,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:46.266 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.012s] 2018-11-18 18:35:46,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:46.280 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.014s] 2018-11-18 18:35:46,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:46.318 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.277s] 2018-11-18 18:35:46,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:46.349 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.181s] 2018-11-18 18:35:46,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:46.537 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.394s] 2018-11-18 18:35:46,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:46.609 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.329s] 2018-11-18 18:35:46,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:46.788 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.439s] 2018-11-18 18:35:47,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:47.290 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.971s] 2018-11-18 18:35:47,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:47.302 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.691s] 2018-11-18 18:35:47,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:47.388 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.086s] 2018-11-18 18:35:47,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:47.919 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.629s] 2018-11-18 18:35:48,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:48.399 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [1.009s] 2018-11-18 18:35:48,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:48.430 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.031s] 2018-11-18 18:35:49,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:49.309 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.878s] 2018-11-18 18:35:49,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:49.366 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [4.167s] 2018-11-18 18:35:49,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:49.821 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [4.616s] 2018-11-18 18:35:50,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:50.222 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [2.300s] 2018-11-18 18:35:50,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:50.274 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [0.964s] 2018-11-18 18:35:50,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:50.792 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.517s] 2018-11-18 18:35:50,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:50.994 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.773s] 2018-11-18 18:35:51,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:51.555 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.561s] 2018-11-18 18:35:53,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:53.469 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [3.648s] 2018-11-18 18:35:53,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:53.670 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.464s] 2018-11-18 18:35:53,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:53.700 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-11-18 18:35:54,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:54.013 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.342s] 2018-11-18 18:35:54,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:54.322 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.308s] 2018-11-18 18:35:54,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:54.666 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON ... skip: The microversion range[2.10 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:35:54,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:54.666 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:35:54,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:54.686 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.364s] 2018-11-18 18:35:54,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:54.920 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.271s] 2018-11-18 18:35:55,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.023 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.104s] 2018-11-18 18:35:55,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.028 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.341s] 2018-11-18 18:35:55,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.069 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.046s] 2018-11-18 18:35:55,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.079 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.183s] 2018-11-18 18:35:55,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.099 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.021s] 2018-11-18 18:35:55,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.119 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.050s] 2018-11-18 18:35:55,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.538 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.508s] 2018-11-18 18:35:55,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.685 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.218s] 2018-11-18 18:35:55,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.692 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.148s] 2018-11-18 18:35:55,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.704 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.011s] 2018-11-18 18:35:55,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.741 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.056s] 2018-11-18 18:35:55,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.749 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.045s] 2018-11-18 18:35:55,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.760 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.011s] 2018-11-18 18:35:55,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.774 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.014s] 2018-11-18 18:35:55,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.781 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.041s] 2018-11-18 18:35:55,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.785 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.010s] 2018-11-18 18:35:55,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.843 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.057s] 2018-11-18 18:35:55,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.853 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.010s] 2018-11-18 18:35:55,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.878 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.023s] 2018-11-18 18:35:55,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.888 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.011s] 2018-11-18 18:35:55,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.898 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.009s] 2018-11-18 18:35:55,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.909 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.011s] 2018-11-18 18:35:55,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.921 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.011s] 2018-11-18 18:35:55,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:55.945 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.024s] 2018-11-18 18:35:56,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:56.756 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [3.284s] 2018-11-18 18:35:56,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:56.760 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-11-18 18:35:56,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:56.762 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-11-18 18:35:56,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:56.768 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.012s] 2018-11-18 18:35:58,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:35:58.303 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.296s] 2018-11-18 18:36:00,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:00.641 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [15.575s] 2018-11-18 18:36:02,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:02.106 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.548s] 2018-11-18 18:36:02,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:02.240 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [17.371s] 2018-11-18 18:36:02,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:02.942 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.836s] 2018-11-18 18:36:03,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:03.641 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.700s] 2018-11-18 18:36:05,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:05.236 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.183s] 2018-11-18 18:36:07,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:07.418 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [3.156s] 2018-11-18 18:36:07,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:07.643 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.225s] 2018-11-18 18:36:08,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:07.999 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [13.130s] 2018-11-18 18:36:08,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:08.623 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.637s] 2018-11-18 18:36:08,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:08.633 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.010s] 2018-11-18 18:36:08,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:08.710 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.846s] 2018-11-18 18:36:09,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:09.232 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.521s] 2018-11-18 18:36:09,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:09.514 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [1.576s] 2018-11-18 18:36:09,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:09.846 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.613s] 2018-11-18 18:36:09,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:09.951 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.315s] 2018-11-18 18:36:09,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:09.956 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: Neutron allows duplicate names for security groups 2018-11-18 18:36:09,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:09.958 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-11-18 18:36:09,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:09.961 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-11-18 18:36:10,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:10.151 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.197s] 2018-11-18 18:36:10,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:10.187 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.035s] 2018-11-18 18:36:10,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:10.189 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: Neutron does not check the security group description 2018-11-18 18:36:10,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:10.192 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: Neutron does not check the security group ID 2018-11-18 18:36:10,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:10.193 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: Neutron does not check the security group name 2018-11-18 18:36:10,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:10.439 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [15.232s] 2018-11-18 18:36:10,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:10.502 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.987s] 2018-11-18 18:36:11,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:11.933 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [1.431s] 2018-11-18 18:36:12,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:12.591 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [2.154s] 2018-11-18 18:36:13,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:13.890 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [6.244s] 2018-11-18 18:36:14,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:14.657 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [2.065s] 2018-11-18 18:36:14,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:14.927 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [2.993s] 2018-11-18 18:36:15,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:15.724 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [17.415s] 2018-11-18 18:36:15,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:15.731 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.010s] 2018-11-18 18:36:15,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:15.742 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.011s] 2018-11-18 18:36:15,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:15.755 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.012s] 2018-11-18 18:36:16,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:16.422 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.764s] 2018-11-18 18:36:16,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:16.556 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [20.772s] 2018-11-18 18:36:16,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:16.683 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.127s] 2018-11-18 18:36:16,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:16.828 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [19.382s] 2018-11-18 18:36:16,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:16.852 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.027s] 2018-11-18 18:36:16,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:16.862 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.010s] 2018-11-18 18:36:16,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:16.873 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.011s] 2018-11-18 18:36:16,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:16.881 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.008s] 2018-11-18 18:36:17,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:17.175 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.292s] 2018-11-18 18:36:17,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:17.485 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.309s] 2018-11-18 18:36:17,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:17.571 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [1.148s] 2018-11-18 18:36:17,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:17.805 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.319s] 2018-11-18 18:36:18,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:18.118 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.313s] 2018-11-18 18:36:18,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:18.275 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.156s] 2018-11-18 18:36:20,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:20.072 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [2.500s] 2018-11-18 18:36:21,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:21.113 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [1.040s] 2018-11-18 18:36:23,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:23.185 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [2.071s] 2018-11-18 18:36:25,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:25.314 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [2.128s] 2018-11-18 18:36:26,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:26.745 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [24.499s] 2018-11-18 18:36:28,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:28.242 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [14.353s] 2018-11-18 18:36:29,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:29.676 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [13.920s] 2018-11-18 18:36:31,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:31.220 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [1.543s] 2018-11-18 18:36:33,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:33.364 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.104s] 2018-11-18 18:36:33,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:33.378 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.013s] 2018-11-18 18:36:33,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:33.395 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.017s] 2018-11-18 18:36:33,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:33.521 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.125s] 2018-11-18 18:36:33,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:33.534 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.012s] 2018-11-18 18:36:33,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:33.577 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.043s] 2018-11-18 18:36:33,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:33.595 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.018s] 2018-11-18 18:36:33,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:33.649 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.053s] 2018-11-18 18:36:33,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:33.660 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.011s] 2018-11-18 18:36:33,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:33.711 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.050s] 2018-11-18 18:36:33,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:33.741 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.030s] 2018-11-18 18:36:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:37.379 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [1.009s] 2018-11-18 18:36:37,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:37.709 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.330s] 2018-11-18 18:36:37,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:37.751 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test ... skip: The microversion range[2.25 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:36:39,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:39.950 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [24.942s] 2018-11-18 18:36:42,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:42.871 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.246s] 2018-11-18 18:36:42,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:42.971 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.099s] 2018-11-18 18:36:43,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:43.077 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.107s] 2018-11-18 18:36:43,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:43.263 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.185s] 2018-11-18 18:36:45,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:45.155 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [13.593s] 2018-11-18 18:36:45,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:45.315 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.310s] 2018-11-18 18:36:45,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:45.362 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [5.415s] 2018-11-18 18:36:45,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:45.460 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.310s] 2018-11-18 18:36:46,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:46.077 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-11-18 18:36:47,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:47.242 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [1.927s] 2018-11-18 18:36:47,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:47.264 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [25.793s] 2018-11-18 18:36:47,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:47.852 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [2.390s] 2018-11-18 18:36:48,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:48.457 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.605s] 2018-11-18 18:36:48,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:48.497 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.040s] 2018-11-18 18:36:48,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:48.768 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [1.524s] 2018-11-18 18:36:49,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:49.383 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.126s] 2018-11-18 18:36:49,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:49.418 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.036s] 2018-11-18 18:36:49,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:49.712 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.293s] 2018-11-18 18:36:49,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:49.895 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.396s] 2018-11-18 18:36:49,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:49.963 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [1.195s] 2018-11-18 18:36:50,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:50.188 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [2.926s] 2018-11-18 18:36:50,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:50.285 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.390s] 2018-11-18 18:36:52,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:52.062 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [2.098s] 2018-11-18 18:36:55,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:55.949 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.204s] 2018-11-18 18:36:56,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:56.009 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.059s] 2018-11-18 18:36:56,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:56.075 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.066s] 2018-11-18 18:36:56,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:56.154 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.078s] 2018-11-18 18:36:56,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:56.189 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.035s] 2018-11-18 18:36:56,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:56.261 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.071s] 2018-11-18 18:36:56,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:56.315 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.053s] 2018-11-18 18:36:56,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:56.368 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.053s] 2018-11-18 18:36:56,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:56.385 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-11-18 18:36:56,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:56.392 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.023s] 2018-11-18 18:36:56,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:56.451 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.058s] 2018-11-18 18:36:56,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:36:56.511 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.059s] 2018-11-18 18:37:01,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:01.027 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [10.837s] 2018-11-18 18:37:02,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:02.733 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [19.450s] 2018-11-18 18:37:05,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:05.862 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [56.002s] 2018-11-18 18:37:15,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:15.782 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [31.150s] 2018-11-18 18:37:16,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:16.928 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [10.977s] 2018-11-18 18:37:19,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:19.003 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [3.224s] 2018-11-18 18:37:21,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:21.885 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.048s] 2018-11-18 18:37:21,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:21.990 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.105s] 2018-11-18 18:37:25,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:25.136 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [8.208s] 2018-11-18 18:37:33,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:33.821 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [0.180s] 2018-11-18 18:37:33,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:33.985 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.165s] 2018-11-18 18:37:35,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:35.906 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-11-18 18:37:36,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:36.782 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [23.980s] 2018-11-18 18:37:43,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:43.613 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [47.216s] 2018-11-18 18:37:43,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:43.797 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.509s] 2018-11-18 18:37:48,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:48.668 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [45.928s] 2018-11-18 18:37:49,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:49.052 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [48.017s] 2018-11-18 18:37:50,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:50.741 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [1.692s] 2018-11-18 18:37:52,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:52.155 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.288s] 2018-11-18 18:37:52,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:52.251 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [3.588s] 2018-11-18 18:37:52,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:52.814 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.394s] 2018-11-18 18:37:52,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:52.900 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.087s] 2018-11-18 18:37:53,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:53.799 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [17.020s] 2018-11-18 18:37:54,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:54.485 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [1.584s] 2018-11-18 18:37:54,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:54.549 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.064s] 2018-11-18 18:37:56,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:37:56.266 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [1.716s] 2018-11-18 18:38:01,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:01.435 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [55.561s] 2018-11-18 18:38:03,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:03.482 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [19.669s] 2018-11-18 18:38:03,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:03.490 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.010s] 2018-11-18 18:38:03,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:03.783 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.291s] 2018-11-18 18:38:03,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:03.814 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.030s] 2018-11-18 18:38:06,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:06.211 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [125.309s] 2018-11-18 18:38:06,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:06.240 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.034s] 2018-11-18 18:38:11,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:11.121 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.971s] 2018-11-18 18:38:11,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:11.397 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.881s] 2018-11-18 18:38:12,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:12.498 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [1.377s] 2018-11-18 18:38:14,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:14.742 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [25.189s] 2018-11-18 18:38:15,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:15.285 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2018-11-18 18:38:16,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:16.770 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [33.150s] 2018-11-18 18:38:16,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:16.771 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.002s]: Skipped until Bug: 1524898 is resolved. 2018-11-18 18:38:21,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:21.813 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.270s] 2018-11-18 18:38:22,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:22.206 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [7.467s] 2018-11-18 18:38:24,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:24.388 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.020s] 2018-11-18 18:38:24,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:24.666 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [3.257s] 2018-11-18 18:38:26,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:26.878 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [2.211s] 2018-11-18 18:38:26,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:26.892 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.013s] 2018-11-18 18:38:27,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:27.448 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [16.046s] 2018-11-18 18:38:27,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:27.716 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [0.822s] 2018-11-18 18:38:29,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:29.588 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [1.873s] 2018-11-18 18:38:29,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:29.924 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [5.533s] 2018-11-18 18:38:31,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:31.034 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [1.444s] 2018-11-18 18:38:31,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:31.218 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.184s] 2018-11-18 18:38:31,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:31.524 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.304s] 2018-11-18 18:38:31,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:31.914 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [1.992s] 2018-11-18 18:38:35,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:35.529 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-11-18 18:38:35,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:35.530 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: Glance API v1 not supported 2018-11-18 18:38:35,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:35.530 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: Glance API v1 not supported 2018-11-18 18:38:37,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:37.977 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [107.673s] 2018-11-18 18:38:38,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:38.037 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTestV2_42 ... skip: The microversion range[2.42 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:38:40,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:40.128 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [47.864s] 2018-11-18 18:38:40,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:40.129 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2018-11-18 18:38:40,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:40.223 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [12.776s] 2018-11-18 18:38:43,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:43.580 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [2.889s] 2018-11-18 18:38:49,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:49.009 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [11.031s] 2018-11-18 18:38:50,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:50.184 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [13.391s] 2018-11-18 18:38:51,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:51.791 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [2.784s] 2018-11-18 18:38:51,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:51.947 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [8.365s] 2018-11-18 18:38:55,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:38:55.110 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [16.320s] 2018-11-18 18:39:01,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:01.419 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.070s] 2018-11-18 18:39:02,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:02.615 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [10.668s] 2018-11-18 18:39:06,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:06.917 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.497s] 2018-11-18 18:39:10,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:10.696 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [8.079s] 2018-11-18 18:39:18,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:18.448 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [7.751s] 2018-11-18 18:39:20,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:20.348 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [13.799s] 2018-11-18 18:39:23,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:23.101 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [42.867s] 2018-11-18 18:39:23,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:23.510 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-11-18 18:39:24,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:24.788 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [6.339s] 2018-11-18 18:39:27,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:27.265 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.522s] 2018-11-18 18:39:27,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:27.436 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.171s] 2018-11-18 18:39:27,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:27.796 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.360s] 2018-11-18 18:39:27,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:27.838 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [81.578s] 2018-11-18 18:39:30,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:30.365 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [92.034s] 2018-11-18 18:39:32,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:32.482 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [7.693s] 2018-11-18 18:39:37,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:37.076 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.373s] 2018-11-18 18:39:37,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:37.923 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.846s] 2018-11-18 18:39:38,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:38.527 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [6.043s] 2018-11-18 18:39:38,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:38.781 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [15.677s] 2018-11-18 18:39:39,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:39.150 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [1.226s] 2018-11-18 18:39:39,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:39.533 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.382s] 2018-11-18 18:39:40,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:40.475 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.942s] 2018-11-18 18:39:40,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:40.845 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.370s] 2018-11-18 18:39:45,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:45.984 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [50.866s] 2018-11-18 18:39:55,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:55.030 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-11-18 18:39:57,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:39:57.528 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [77.376s] 2018-11-18 18:40:00,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:00.874 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.450s] 2018-11-18 18:40:01,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:01.701 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [228.879s] 2018-11-18 18:40:01,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:01.715 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [26.547s] 2018-11-18 18:40:01,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:01.747 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [106.438s] 2018-11-18 18:40:04,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:04.095 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [8.486s] 2018-11-18 18:40:06,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:06.041 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [19.343s] 2018-11-18 18:40:06,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:06.044 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... skip [0.000s]: DifferentHostFilter is not available. 2018-11-18 18:40:06,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:06.045 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... skip [0.000s]: DifferentHostFilter is not available. 2018-11-18 18:40:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:06.045 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... skip [0.000s]: SameHostFilter is not available. 2018-11-18 18:40:08,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:08.574 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [6.829s] 2018-11-18 18:40:12,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:12.120 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.097s] 2018-11-18 18:40:12,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:12.537 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.415s] 2018-11-18 18:40:12,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:12.601 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.066s] 2018-11-18 18:40:12,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:12.674 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.072s] 2018-11-18 18:40:12,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:12.752 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.078s] 2018-11-18 18:40:13,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:13.660 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [9.565s] 2018-11-18 18:40:14,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:14.234 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [1.482s] 2018-11-18 18:40:15,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:15.374 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [1.138s] 2018-11-18 18:40:18,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:18.924 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [21.393s] 2018-11-18 18:40:20,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:20.220 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [1.735s] 2018-11-18 18:40:20,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:20.637 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [0.417s] 2018-11-18 18:40:21,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:21.229 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-11-18 18:40:22,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:22.230 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [8.569s] 2018-11-18 18:40:25,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:25.877 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.237s] 2018-11-18 18:40:25,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:25.953 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.085s] 2018-11-18 18:40:26,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:26.367 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.412s] 2018-11-18 18:40:28,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:28.701 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [2.147s] 2018-11-18 18:40:29,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:29.486 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [8.845s] 2018-11-18 18:40:30,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:30.190 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [7.959s] 2018-11-18 18:40:31,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:31.995 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [3.292s] 2018-11-18 18:40:32,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:32.557 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [187.239s] 2018-11-18 18:40:32,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:32.616 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-11-18 18:40:32,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:32.634 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [46.644s] 2018-11-18 18:40:32,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:32.715 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [3.231s] 2018-11-18 18:40:32,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:32.848 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.233s] 2018-11-18 18:40:33,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:33.104 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.603s] 2018-11-18 18:40:35,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:35.383 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.231s] 2018-11-18 18:40:35,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:35.734 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.351s] 2018-11-18 18:40:35,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:35.952 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.218s] 2018-11-18 18:40:35,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:35.969 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [3.253s] 2018-11-18 18:40:36,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:36.410 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.457s] 2018-11-18 18:40:36,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:36.764 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [4.287s] 2018-11-18 18:40:36,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:36.859 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.449s] 2018-11-18 18:40:37,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:37.206 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.346s] 2018-11-18 18:40:37,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:37.268 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.061s] 2018-11-18 18:40:37,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:37.484 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.214s] 2018-11-18 18:40:37,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:37.685 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.201s] 2018-11-18 18:40:38,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:38.366 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.680s] 2018-11-18 18:40:38,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:38.464 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.097s] 2018-11-18 18:40:39,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:39.193 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.727s] 2018-11-18 18:40:39,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:39.229 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [2.463s] 2018-11-18 18:40:39,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:39.428 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.237s] 2018-11-18 18:40:40,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:40.347 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [10.156s] 2018-11-18 18:40:40,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:40.838 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.167s] 2018-11-18 18:40:40,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:40.976 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.137s] 2018-11-18 18:40:41,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:41.212 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.236s] 2018-11-18 18:40:41,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:41.359 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.146s] 2018-11-18 18:40:41,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:41.504 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.145s] 2018-11-18 18:40:41,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:41.625 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [2.396s] 2018-11-18 18:40:41,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:41.658 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.154s] 2018-11-18 18:40:41,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:41.803 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.144s] 2018-11-18 18:40:41,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:41.952 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.149s] 2018-11-18 18:40:42,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:42.094 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.141s] 2018-11-18 18:40:42,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:42.233 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.139s] 2018-11-18 18:40:45,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:45.468 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [3.842s] 2018-11-18 18:40:45,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:45.536 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.174s] 2018-11-18 18:40:45,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:45.642 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.106s] 2018-11-18 18:40:46,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:46.405 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.058s] 2018-11-18 18:40:47,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:47.614 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [77.232s] 2018-11-18 18:40:48,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:48.719 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.153s] 2018-11-18 18:40:48,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:48.885 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.166s] 2018-11-18 18:40:49,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:49.351 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [3.883s] 2018-11-18 18:40:50,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:50.139 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [1.252s] 2018-11-18 18:40:51,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:51.100 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [91.656s] 2018-11-18 18:40:51,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:51.437 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.297s] 2018-11-18 18:40:51,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:51.585 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.148s] 2018-11-18 18:40:51,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:51.747 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.161s] 2018-11-18 18:40:51,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:51.911 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.164s] 2018-11-18 18:40:51,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:51.925 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.015s] 2018-11-18 18:40:52,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:52.193 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [3.656s] 2018-11-18 18:40:52,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:52.290 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.096s] 2018-11-18 18:40:52,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:52.706 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [3.354s] 2018-11-18 18:40:53,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:53.087 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [74.296s] 2018-11-18 18:40:53,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:53.700 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [7.295s] 2018-11-18 18:40:54,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:40:54.753 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [3.655s] 2018-11-18 18:41:02,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:02.089 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-11-18 18:41:02,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:02.666 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [94.813s] 2018-11-18 18:41:06,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:06.849 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [13.146s] 2018-11-18 18:41:07,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:07.176 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-11-18 18:41:08,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:08.962 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [2.112s] 2018-11-18 18:41:10,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:10.808 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [16.054s] 2018-11-18 18:41:10,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:10.812 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [9.754s] 2018-11-18 18:41:17,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:17.106 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [8.143s] 2018-11-18 18:41:17,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:17.406 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.300s] 2018-11-18 18:41:17,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:17.527 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.121s] 2018-11-18 18:41:18,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:18.658 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [1.130s] 2018-11-18 18:41:18,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:18.979 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.321s] 2018-11-18 18:41:19,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:19.050 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.071s] 2018-11-18 18:41:19,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:19.166 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.115s] 2018-11-18 18:41:19,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:19.275 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.109s] 2018-11-18 18:41:19,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:19.742 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [3.358s] 2018-11-18 18:41:19,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:19.794 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.516s] 2018-11-18 18:41:19,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:19.848 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.054s] 2018-11-18 18:41:20,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:20.905 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.389s] 2018-11-18 18:41:21,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:21.196 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.291s] 2018-11-18 18:41:22,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:22.924 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [4.081s] 2018-11-18 18:41:23,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:23.204 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [3.459s] 2018-11-18 18:41:23,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:23.205 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.157s] 2018-11-18 18:41:24,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:24.466 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.542s] 2018-11-18 18:41:27,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:27.206 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-11-18 18:41:27,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:27.207 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-11-18 18:41:27,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:27.208 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-11-18 18:41:28,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:28.092 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [4.889s] 2018-11-18 18:41:28,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:28.238 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [79.647s] 2018-11-18 18:41:31,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:31.128 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [11.279s] 2018-11-18 18:41:32,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:32.146 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-18 18:41:32,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:32.929 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTest ... skip: The microversion range[2.32 - 2.32] of this test is out of the configuration range[None - None]. 2018-11-18 18:41:33,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:33.489 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_servers.ServerShowV247Test ... skip: The microversion range[2.47 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:41:33,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:33.491 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-11-18 18:41:34,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:34.339 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [6.245s] 2018-11-18 18:41:37,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:37.692 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.072s] 2018-11-18 18:41:37,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:37.749 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.057s] 2018-11-18 18:41:38,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:38.355 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.605s] 2018-11-18 18:41:38,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:38.690 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [79.753s] 2018-11-18 18:41:38,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:38.814 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.475s] 2018-11-18 18:41:38,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:38.895 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.539s] 2018-11-18 18:41:40,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:40.890 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [12.648s] 2018-11-18 18:41:41,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:41.615 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.727s] 2018-11-18 18:41:42,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:42.030 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [2.353s] 2018-11-18 18:41:44,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:44.007 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.975s] 2018-11-18 18:41:44,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:44.763 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.164s] 2018-11-18 18:41:44,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:44.933 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.169s] 2018-11-18 18:41:45,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:45.155 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.222s] 2018-11-18 18:41:45,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:45.364 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [15.005s] 2018-11-18 18:41:45,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:45.370 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.214s] 2018-11-18 18:41:45,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:45.557 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.186s] 2018-11-18 18:41:45,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:45.593 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.035s] 2018-11-18 18:41:45,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:45.754 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [1.747s] 2018-11-18 18:41:45,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:45.761 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.167s] 2018-11-18 18:41:45,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:45.810 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [51.252s] 2018-11-18 18:41:45,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:45.933 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.170s] 2018-11-18 18:41:45,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:45.978 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.045s] 2018-11-18 18:41:46,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:46.011 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.034s] 2018-11-18 18:41:48,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:48.024 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [2.270s] 2018-11-18 18:41:52,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:52.696 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [4.669s] 2018-11-18 18:41:53,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:53.135 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.548s] 2018-11-18 18:41:53,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:53.567 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.434s] 2018-11-18 18:41:53,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:53.980 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.410s] 2018-11-18 18:41:54,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:54.211 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [1.515s] 2018-11-18 18:41:54,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:54.303 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.297s] 2018-11-18 18:41:54,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:54.369 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.066s] 2018-11-18 18:41:54,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:54.377 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.396s] 2018-11-18 18:41:54,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:54.441 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.072s] 2018-11-18 18:41:54,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:54.514 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.073s] 2018-11-18 18:41:54,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:54.611 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.096s] 2018-11-18 18:41:54,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:54.767 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.390s] 2018-11-18 18:41:56,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:56.970 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [14.737s] 2018-11-18 18:41:57,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:57.163 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.195s] 2018-11-18 18:41:58,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:41:58.261 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [1.096s] 2018-11-18 18:42:02,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:02.040 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.187s] 2018-11-18 18:42:02,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:02.651 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [4.388s] 2018-11-18 18:42:02,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:02.667 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.673s] 2018-11-18 18:42:03,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:03.072 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.403s] 2018-11-18 18:42:04,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:04.009 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.936s] 2018-11-18 18:42:04,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:04.578 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.569s] 2018-11-18 18:42:05,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:05.237 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.659s] 2018-11-18 18:42:05,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:05.318 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.081s] 2018-11-18 18:42:05,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:05.491 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.171s] 2018-11-18 18:42:05,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:05.523 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.873s] 2018-11-18 18:42:05,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:05.568 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.076s] 2018-11-18 18:42:05,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:05.583 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.060s] 2018-11-18 18:42:05,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:05.646 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.077s] 2018-11-18 18:42:05,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:05.713 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.066s] 2018-11-18 18:42:05,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:05.789 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.076s] 2018-11-18 18:42:05,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:05.826 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.242s] 2018-11-18 18:42:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:06.194 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2018-11-18 18:42:06,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:06.198 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-11-18 18:42:06,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:06.199 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-11-18 18:42:06,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:06.201 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-18 18:42:06,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:06.201 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_groups.GroupsV319Test ... skip: The microversion range[3.19 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:42:06,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:06.202 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-11-18 18:42:06,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:06.861 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [6.496s] 2018-11-18 18:42:09,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:09.716 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.605s] 2018-11-18 18:42:09,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:09.985 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.268s] 2018-11-18 18:42:10,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:10.785 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.799s] 2018-11-18 18:42:11,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:11.339 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.554s] 2018-11-18 18:42:11,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:11.903 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.563s] 2018-11-18 18:42:11,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:11.967 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [3.495s] 2018-11-18 18:42:12,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:12.106 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [26.738s] 2018-11-18 18:42:12,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:12.458 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.555s] 2018-11-18 18:42:13,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:13.027 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [85.392s] 2018-11-18 18:42:13,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:13.058 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.599s] 2018-11-18 18:42:15,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:15.735 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [3.271s] 2018-11-18 18:42:15,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:15.948 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.213s] 2018-11-18 18:42:16,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:16.141 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.192s] 2018-11-18 18:42:16,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:16.167 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [9.307s] 2018-11-18 18:42:20,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:20.306 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [8.921s] 2018-11-18 18:42:23,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:23.469 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [7.328s] 2018-11-18 18:42:26,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:26.897 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [45.269s] 2018-11-18 18:42:27,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:27.967 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [7.663s] 2018-11-18 18:42:28,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:28.633 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [6.308s] 2018-11-18 18:42:30,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:30.746 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [14.577s] 2018-11-18 18:42:34,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:34.000 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [190.405s] 2018-11-18 18:42:34,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:34.069 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.077s] 2018-11-18 18:42:34,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:34.750 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.679s] 2018-11-18 18:42:35,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:35.686 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [7.718s] 2018-11-18 18:42:35,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:35.735 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.206s] 2018-11-18 18:42:36,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:36.295 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [5.544s] 2018-11-18 18:42:36,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:36.298 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [93.608s] 2018-11-18 18:42:36,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:36.597 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.017s] 2018-11-18 18:42:37,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:37.521 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [10.624s] 2018-11-18 18:42:39,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:39.194 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [15.718s] 2018-11-18 18:42:39,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:39.224 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.034s] 2018-11-18 18:42:40,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:40.957 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [5.218s] 2018-11-18 18:42:41,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:41.245 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [4.953s] 2018-11-18 18:42:41,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:41.986 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [2.761s] 2018-11-18 18:42:42,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:42.679 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [6.992s] 2018-11-18 18:42:42,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:42.692 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.735s] 2018-11-18 18:42:43,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:43.868 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [7.267s] 2018-11-18 18:42:45,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:45.113 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.421s] 2018-11-18 18:42:46,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:46.067 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.995s] 2018-11-18 18:42:46,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:46.734 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [4.927s] 2018-11-18 18:42:46,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:46.738 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.623s] 2018-11-18 18:42:49,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:49.181 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [37.063s] 2018-11-18 18:42:51,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:51.473 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.735s] 2018-11-18 18:42:51,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:51.478 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [8.796s] 2018-11-18 18:42:51,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:51.811 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [5.743s] 2018-11-18 18:42:52,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:52.365 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [5.626s] 2018-11-18 18:42:52,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:52.683 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-11-18 18:42:53,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:53.382 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [1.912s] 2018-11-18 18:42:54,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:54.554 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.188s] 2018-11-18 18:42:54,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:54.778 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.224s] 2018-11-18 18:42:55,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:55.201 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [3.387s] 2018-11-18 18:42:55,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:55.942 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.741s] 2018-11-18 18:42:56,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:56.085 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [2.703s] 2018-11-18 18:42:56,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:56.544 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [5.065s] 2018-11-18 18:42:57,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:57.054 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.112s] 2018-11-18 18:42:57,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:57.587 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [2.806s] 2018-11-18 18:42:58,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:58.186 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.130s] 2018-11-18 18:42:58,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:58.582 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [0.996s] 2018-11-18 18:42:58,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:58.605 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.024s] 2018-11-18 18:42:58,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:58.626 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.020s] 2018-11-18 18:42:58,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:58.653 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.027s] 2018-11-18 18:42:58,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:58.824 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.639s] 2018-11-18 18:42:59,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:59.799 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.974s] 2018-11-18 18:42:59,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:42:59.996 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-11-18 18:43:00,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:00.271 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-11-18 18:43:00,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:00.272 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-11-18 18:43:00,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:00.273 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsTest ... skip: The microversion range[3.14 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:43:00,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:00.363 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [19.117s] 2018-11-18 18:43:00,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:00.415 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.053s] 2018-11-18 18:43:00,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:00.472 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.057s] 2018-11-18 18:43:01,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:01.350 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500 2018-11-18 18:43:02,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:02.005 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.205s] 2018-11-18 18:43:02,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:02.326 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.079s] 2018-11-18 18:43:02,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:02.398 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.072s] 2018-11-18 18:43:02,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:02.474 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.075s] 2018-11-18 18:43:02,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:02.480 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-11-18 18:43:04,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:04.194 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.188s] 2018-11-18 18:43:04,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:04.647 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.452s] 2018-11-18 18:43:05,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:05.198 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.549s] 2018-11-18 18:43:05,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:05.752 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.552s] 2018-11-18 18:43:06,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:06.553 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.801s] 2018-11-18 18:43:06,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:06.987 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.433s] 2018-11-18 18:43:07,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:07.162 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.496s] 2018-11-18 18:43:07,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:07.274 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.286s] 2018-11-18 18:43:08,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:08.051 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.775s] 2018-11-18 18:43:08,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:08.219 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.161s] 2018-11-18 18:43:08,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:08.655 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.604s] 2018-11-18 18:43:08,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:08.887 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.231s] 2018-11-18 18:43:12,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:12.850 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [17.915s] 2018-11-18 18:43:12,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:12.851 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: Skip because of Bug#1677525 2018-11-18 18:43:13,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:13.238 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [12.763s] 2018-11-18 18:43:14,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:14.871 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [69.068s] 2018-11-18 18:43:14,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:14.892 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.025s] 2018-11-18 18:43:15,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:15.824 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [6.937s] 2018-11-18 18:43:15,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:15.826 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2018-11-18 18:43:16,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:16.018 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.122s] 2018-11-18 18:43:16,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:16.020 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.001s]: Skipped until Bug: 1540645 is resolved. 2018-11-18 18:43:16,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:16.271 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.252s] 2018-11-18 18:43:16,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:16.386 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.561s] 2018-11-18 18:43:16,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:16.572 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.300s] 2018-11-18 18:43:16,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:16.815 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.427s] 2018-11-18 18:43:17,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:17.233 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.419s] 2018-11-18 18:43:17,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:17.461 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.226s] 2018-11-18 18:43:18,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:18.010 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.548s] 2018-11-18 18:43:18,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:18.324 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.314s] 2018-11-18 18:43:18,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:18.365 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [11.202s] 2018-11-18 18:43:18,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:18.867 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.542s] 2018-11-18 18:43:19,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:19.156 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.497s] 2018-11-18 18:43:19,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:19.333 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.465s] 2018-11-18 18:43:19,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:19.792 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.457s] 2018-11-18 18:43:20,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:20.251 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.458s] 2018-11-18 18:43:20,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:20.695 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.443s] 2018-11-18 18:43:21,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:21.316 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.619s] 2018-11-18 18:43:21,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:21.318 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-11-18 18:43:21,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:21.319 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-11-18 18:43:21,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:21.721 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.403s] 2018-11-18 18:43:21,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:21.756 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-11-18 18:43:22,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:22.128 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.406s] 2018-11-18 18:43:23,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:23.890 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [4.970s] 2018-11-18 18:43:25,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:25.174 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [4.969s] 2018-11-18 18:43:25,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:25.176 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.001s]: Skipped until Bug: 1687044 is resolved. 2018-11-18 18:43:29,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:29.107 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [103.275s] 2018-11-18 18:43:29,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:29.135 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [7.006s] 2018-11-18 18:43:29,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:29.400 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.265s] 2018-11-18 18:43:29,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:29.868 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [16.628s] 2018-11-18 18:43:30,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:30.105 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.237s] 2018-11-18 18:43:30,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:30.286 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.180s] 2018-11-18 18:43:30,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:30.418 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [1.015s] 2018-11-18 18:43:30,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:30.421 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-11-18 18:43:30,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:30.422 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2018-11-18 18:43:30,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:30.684 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.265s] 2018-11-18 18:43:30,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:30.937 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.252s] 2018-11-18 18:43:31,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:31.166 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.229s] 2018-11-18 18:43:31,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:31.882 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [13.516s] 2018-11-18 18:43:33,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:33.044 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.262s] 2018-11-18 18:43:33,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:33.454 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [5.325s] 2018-11-18 18:43:33,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:33.816 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.439s] 2018-11-18 18:43:33,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:33.818 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-11-18 18:43:33,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:33.829 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.375s] 2018-11-18 18:43:34,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:34.421 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.591s] 2018-11-18 18:43:37,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:37.016 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [83.968s] 2018-11-18 18:43:41,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:41.509 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [188.644s] 2018-11-18 18:43:41,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:41.510 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.003s] 2018-11-18 18:43:41,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:41.524 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-11-18 18:43:41,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:41.526 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-11-18 18:43:41,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:41.527 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-11-18 18:43:42,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:42.560 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [9.512s] 2018-11-18 18:43:44,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:44.584 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [14.294s] 2018-11-18 18:43:46,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:46.634 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.415s] 2018-11-18 18:43:46,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:46.823 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.188s] 2018-11-18 18:43:49,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:49.815 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [7.256s] 2018-11-18 18:43:50,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:50.911 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [13.897s] 2018-11-18 18:43:52,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:52.225 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.676s] 2018-11-18 18:43:52,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:52.234 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-11-18 18:43:55,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:55.411 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-11-18 18:43:55,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:55.482 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.215s] 2018-11-18 18:43:55,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:55.555 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.073s] 2018-11-18 18:43:56,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:56.200 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.642s] 2018-11-18 18:43:56,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:56.211 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.012s] 2018-11-18 18:43:56,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:56.307 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.095s] 2018-11-18 18:43:56,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:56.318 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.010s] 2018-11-18 18:43:56,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:56.386 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.068s] 2018-11-18 18:43:56,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:56.410 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.024s] 2018-11-18 18:43:58,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:58.679 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON ... skip: The microversion range[2.20 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:43:58,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:58.924 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [75.035s] 2018-11-18 18:43:59,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:43:59.436 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [9.618s] 2018-11-18 18:44:02,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:02.405 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [1.665s] 2018-11-18 18:44:02,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:02.963 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.557s] 2018-11-18 18:44:04,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:04.670 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.706s] 2018-11-18 18:44:04,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:04.800 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [20.216s] 2018-11-18 18:44:04,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:04.847 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [2.278s] 2018-11-18 18:44:05,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:05.174 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.888s] 2018-11-18 18:44:05,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:05.189 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.066s] 2018-11-18 18:44:05,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:05.198 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.009s] 2018-11-18 18:44:05,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:05.356 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.157s] 2018-11-18 18:44:05,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:05.369 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.013s] 2018-11-18 18:44:05,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:05.379 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-11-18 18:44:05,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:05.408 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.028s] 2018-11-18 18:44:05,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:05.482 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.073s] 2018-11-18 18:44:05,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:05.543 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.061s] 2018-11-18 18:44:06,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:06.372 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.828s] 2018-11-18 18:44:06,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:06.385 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-11-18 18:44:06,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:06.475 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.090s] 2018-11-18 18:44:07,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:07.524 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [8.088s] 2018-11-18 18:44:07,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:07.971 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [3.123s] 2018-11-18 18:44:08,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:08.600 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [1.078s] 2018-11-18 18:44:09,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:09.667 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [40.554s] 2018-11-18 18:44:12,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:12.457 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... skip: Glance API v1 not supported 2018-11-18 18:44:12,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:12.784 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [4.812s] 2018-11-18 18:44:14,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:14.466 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.238s] 2018-11-18 18:44:16,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:16.928 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.137s] 2018-11-18 18:44:17,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:17.629 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [18.947s] 2018-11-18 18:44:20,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:20.313 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.050s] 2018-11-18 18:44:20,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:20.332 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.018s] 2018-11-18 18:44:23,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:23.021 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-11-18 18:44:23,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:23.609 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [2.493s] 2018-11-18 18:44:23,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:23.611 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-11-18 18:44:23,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:23.756 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [5.067s] 2018-11-18 18:44:25,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:25.097 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [15.429s] 2018-11-18 18:44:25,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:25.493 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [1.884s] 2018-11-18 18:44:25,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:25.497 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.047s] 2018-11-18 18:44:25,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:25.514 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.016s] 2018-11-18 18:44:29,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:29.791 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-11-18 18:44:30,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:30.431 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.150s] 2018-11-18 18:44:30,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:30.446 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.015s] 2018-11-18 18:44:30,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:30.457 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2018-11-18 18:44:30,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:30.786 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.328s] 2018-11-18 18:44:30,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:30.796 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2018-11-18 18:44:30,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:30.808 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2018-11-18 18:44:31,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:31.155 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.345s] 2018-11-18 18:44:31,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:31.506 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.351s] 2018-11-18 18:44:32,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:32.219 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [1.870s] 2018-11-18 18:44:32,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:32.823 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.087s] 2018-11-18 18:44:33,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:33.045 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.825s] 2018-11-18 18:44:33,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:33.517 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [15.886s] 2018-11-18 18:44:33,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:33.944 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-18 18:44:33,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:33.971 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [0.926s] 2018-11-18 18:44:34,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:34.270 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [4.166s] 2018-11-18 18:44:35,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:35.293 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [1.322s] 2018-11-18 18:44:35,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:35.557 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: Glance API v1 not supported 2018-11-18 18:44:36,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:36.247 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [1.976s] 2018-11-18 18:44:38,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:38.730 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [14.850s] 2018-11-18 18:44:41,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:41.110 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.812s] 2018-11-18 18:44:44,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:44.187 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.259s] 2018-11-18 18:44:44,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:44.330 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [6.083s] 2018-11-18 18:44:44,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:44.793 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [6.064s] 2018-11-18 18:44:47,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:47.350 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest ... skip: Cinder backup feature disabled 2018-11-18 18:44:47,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:47.456 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.141s] 2018-11-18 18:44:47,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:47.623 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.168s] 2018-11-18 18:44:47,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:47.892 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.268s] 2018-11-18 18:44:48,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:48.642 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.396s] 2018-11-18 18:44:48,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:48.661 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.019s] 2018-11-18 18:44:48,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:48.684 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.023s] 2018-11-18 18:44:49,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:49.016 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.328s] 2018-11-18 18:44:50,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:50.563 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.538s] 2018-11-18 18:44:50,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:50.564 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [2.666s] 2018-11-18 18:44:50,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:50.574 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.019s] 2018-11-18 18:44:50,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:50.595 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.020s] 2018-11-18 18:44:50,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:50.605 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.010s] 2018-11-18 18:44:50,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:50.615 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.009s] 2018-11-18 18:44:50,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:50.633 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.018s] 2018-11-18 18:44:50,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:50.643 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.010s] 2018-11-18 18:44:50,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:50.657 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.014s] 2018-11-18 18:44:50,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:50.719 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [5.927s] 2018-11-18 18:44:50,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:50.879 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.160s] 2018-11-18 18:44:51,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:51.044 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.165s] 2018-11-18 18:44:51,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:51.078 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.034s] 2018-11-18 18:44:51,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:51.251 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.173s] 2018-11-18 18:44:51,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:51.483 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.231s] 2018-11-18 18:44:51,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:51.654 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.170s] 2018-11-18 18:44:51,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:51.847 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [17.086s] 2018-11-18 18:44:51,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:51.897 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.243s] 2018-11-18 18:44:52,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:52.091 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.194s] 2018-11-18 18:44:52,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:52.253 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.159s] 2018-11-18 18:44:52,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:52.286 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.034s] 2018-11-18 18:44:52,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:52.323 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.036s] 2018-11-18 18:44:52,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:52.479 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.156s] 2018-11-18 18:44:52,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:52.641 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.511s] 2018-11-18 18:44:52,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:52.690 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.047s] 2018-11-18 18:44:52,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:52.693 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.211s] 2018-11-18 18:44:52,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:52.841 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [2.279s] 2018-11-18 18:44:52,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:52.898 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.207s] 2018-11-18 18:44:52,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:52.939 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.040s] 2018-11-18 18:44:53,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:53.135 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.195s] 2018-11-18 18:44:54,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:54.410 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.275s] 2018-11-18 18:44:54,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:54.598 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.188s] 2018-11-18 18:44:54,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:54.767 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.167s] 2018-11-18 18:44:54,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:54.777 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.011s] 2018-11-18 18:44:54,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:54.988 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.210s] 2018-11-18 18:44:55,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:55.002 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.506s] 2018-11-18 18:44:55,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:55.145 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.304s] 2018-11-18 18:44:55,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:55.263 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.274s] 2018-11-18 18:44:55,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:55.548 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.285s] 2018-11-18 18:44:55,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:55.591 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.043s] 2018-11-18 18:44:55,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:55.696 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.693s] 2018-11-18 18:44:55,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:55.769 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.073s] 2018-11-18 18:44:55,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:55.777 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.185s] 2018-11-18 18:44:55,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:55.814 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.036s] 2018-11-18 18:44:55,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:55.870 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.056s] 2018-11-18 18:44:55,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:55.906 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.036s] 2018-11-18 18:44:56,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:56.105 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.198s] 2018-11-18 18:44:56,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:56.127 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.357s] 2018-11-18 18:44:56,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:56.573 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.224s] 2018-11-18 18:44:56,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:56.774 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.200s] 2018-11-18 18:44:57,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:57.185 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.410s] 2018-11-18 18:44:57,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:57.400 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.215s] 2018-11-18 18:44:57,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:57.601 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.200s] 2018-11-18 18:44:57,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:57.633 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.032s] 2018-11-18 18:44:57,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:57.828 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-11-18 18:44:57,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:57.973 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.339s] 2018-11-18 18:44:58,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:58.010 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.037s] 2018-11-18 18:44:58,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:58.211 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.201s] 2018-11-18 18:44:58,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:58.269 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.057s] 2018-11-18 18:44:58,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:58.340 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.069s] 2018-11-18 18:44:58,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:58.528 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.188s] 2018-11-18 18:44:58,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:58.705 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.177s] 2018-11-18 18:44:58,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:58.745 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.038s] 2018-11-18 18:44:58,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:58.786 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.041s] 2018-11-18 18:44:59,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:59.172 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.180s] 2018-11-18 18:44:59,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:59.210 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.037s] 2018-11-18 18:44:59,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:44:59.405 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.194s] 2018-11-18 18:45:00,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:00.029 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.517s] 2018-11-18 18:45:00,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:00.139 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.733s] 2018-11-18 18:45:00,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:00.410 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.270s] 2018-11-18 18:45:00,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:00.943 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.533s] 2018-11-18 18:45:01,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:01.149 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.205s] 2018-11-18 18:45:01,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:01.413 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.263s] 2018-11-18 18:45:01,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:01.515 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.101s] 2018-11-18 18:45:01,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:01.574 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.059s] 2018-11-18 18:45:01,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:01.634 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.059s] 2018-11-18 18:45:01,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:01.776 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.746s] 2018-11-18 18:45:01,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:01.852 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.218s] 2018-11-18 18:45:02,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:02.090 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.237s] 2018-11-18 18:45:02,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:02.322 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [10.473s] 2018-11-18 18:45:02,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:02.498 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.407s] 2018-11-18 18:45:02,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:02.624 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.125s] 2018-11-18 18:45:02,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:02.689 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.065s] 2018-11-18 18:45:02,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:02.743 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.053s] 2018-11-18 18:45:02,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:02.792 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.050s] 2018-11-18 18:45:02,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:02.870 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.006s] 2018-11-18 18:45:03,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:03.060 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.191s] 2018-11-18 18:45:05,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:05.245 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [1.309s] 2018-11-18 18:45:05,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:05.726 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.479s] 2018-11-18 18:45:08,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:08.568 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [2.843s] 2018-11-18 18:45:08,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:08.942 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [3.562s] 2018-11-18 18:45:13,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:13.492 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.168s] 2018-11-18 18:45:13,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:13.494 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-11-18 18:45:16,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:16.678 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: Glance API v1 not supported 2018-11-18 18:45:16,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:16.979 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [3.347s] 2018-11-18 18:45:17,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:17.322 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.061s] 2018-11-18 18:45:18,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:18.611 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.114s] 2018-11-18 18:45:19,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:19.701 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.090s] 2018-11-18 18:45:19,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:19.732 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [6.239s] 2018-11-18 18:45:21,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:21.912 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.966s] 2018-11-18 18:45:23,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:23.553 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest ... skip: The microversion range[3.12 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:45:23,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:23.866 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [84.923s] 2018-11-18 18:45:23,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:23.929 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.068s] 2018-11-18 18:45:23,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:23.979 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.050s] 2018-11-18 18:45:27,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:27.381 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [3.759s] 2018-11-18 18:45:31,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:31.120 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [11.386s] 2018-11-18 18:45:31,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:31.391 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.188s] 2018-11-18 18:45:31,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:31.574 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.183s] 2018-11-18 18:45:31,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:31.749 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.174s] 2018-11-18 18:45:33,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:33.010 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [1.260s] 2018-11-18 18:45:33,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:33.181 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.171s] 2018-11-18 18:45:35,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:35.457 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [5.020s] 2018-11-18 18:45:36,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:36.443 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.982s] 2018-11-18 18:45:37,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:37.806 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [10.425s] 2018-11-18 18:45:39,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:39.119 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [20.798s] 2018-11-18 18:45:39,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:39.933 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [3.489s] 2018-11-18 18:45:41,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:41.206 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [3.398s] 2018-11-18 18:45:42,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:42.188 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.427s] 2018-11-18 18:45:42,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:42.189 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-11-18 18:45:44,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:44.365 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.432s] 2018-11-18 18:45:44,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:44.604 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [3.397s] 2018-11-18 18:45:46,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:46.752 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [189.224s] 2018-11-18 18:45:47,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:47.504 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [50.157s] 2018-11-18 18:45:48,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:48.153 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.406s]: Skipped until Bug: 1014647 is resolved. 2018-11-18 18:45:48,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:48.570 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [3.967s] 2018-11-18 18:45:49,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:49.773 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [10.725s] 2018-11-18 18:45:50,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:50.260 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [4.428s] 2018-11-18 18:45:51,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:51.208 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON ... skip: The microversion range[2.26 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:45:51,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:51.212 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-11-18 18:45:52,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:52.616 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.498s] 2018-11-18 18:45:54,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:54.264 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [4.003s] 2018-11-18 18:45:56,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:56.340 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [6.567s] 2018-11-18 18:45:56,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:56.442 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [2.178s] 2018-11-18 18:45:57,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:57.700 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [1.362s] 2018-11-18 18:45:59,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:45:59.289 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [1.589s] 2018-11-18 18:46:00,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:00.041 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [3.097s] 2018-11-18 18:46:00,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:00.102 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [3.761s] 2018-11-18 18:46:00,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:00.360 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [3.917s] 2018-11-18 18:46:02,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:02.783 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON ... skip: The microversion range[2.21 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:46:03,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:03.040 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.421s] 2018-11-18 18:46:03,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:03.044 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-11-18 18:46:04,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:04.617 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [5.836s] 2018-11-18 18:46:06,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:06.277 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [35.152s] 2018-11-18 18:46:08,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:08.105 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [1.831s] 2018-11-18 18:46:08,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:08.346 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.047s] 2018-11-18 18:46:08,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:08.381 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [8.278s] 2018-11-18 18:46:08,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:08.513 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.470s] 2018-11-18 18:46:11,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:11.542 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-11-18 18:46:11,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:11.708 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [3.325s] 2018-11-18 18:46:12,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:12.472 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.123s] 2018-11-18 18:46:12,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:12.562 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.089s] 2018-11-18 18:46:12,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:12.665 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.101s] 2018-11-18 18:46:12,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:12.771 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [3.056s] 2018-11-18 18:46:12,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:12.777 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.113s] 2018-11-18 18:46:12,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:12.901 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.124s] 2018-11-18 18:46:18,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:18.008 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [9.494s] 2018-11-18 18:46:18,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:18.296 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [5.524s] 2018-11-18 18:46:20,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:20.200 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [8.491s] 2018-11-18 18:46:20,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:20.522 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [3.217s] 2018-11-18 18:46:20,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:20.614 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [4.458s] 2018-11-18 18:46:23,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:23.997 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [36.490s] 2018-11-18 18:46:24,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:24.162 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.639s] 2018-11-18 18:46:25,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:25.401 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.201s] 2018-11-18 18:46:26,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:26.779 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [2.465s] 2018-11-18 18:46:26,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:26.809 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [8.512s] 2018-11-18 18:46:28,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:28.137 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.975s] 2018-11-18 18:46:30,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:30.818 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [4.036s] 2018-11-18 18:46:30,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:30.819 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-11-18 18:46:31,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:31.041 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [5.638s] 2018-11-18 18:46:32,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:32.127 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.127s] 2018-11-18 18:46:32,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:32.433 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [4.295s] 2018-11-18 18:46:33,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:33.146 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [6.335s] 2018-11-18 18:46:34,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:34.103 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [3.285s] 2018-11-18 18:46:34,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:34.407 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.365s] 2018-11-18 18:46:36,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:36.409 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [2.305s] 2018-11-18 18:46:37,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:37.617 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.590s] 2018-11-18 18:46:37,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:37.880 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.263s] 2018-11-18 18:46:38,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:38.093 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [5.966s] 2018-11-18 18:46:38,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:38.137 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.257s] 2018-11-18 18:46:38,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:38.926 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [5.780s] 2018-11-18 18:46:43,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:43.487 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [9.079s] 2018-11-18 18:46:43,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:43.785 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.000s]: Security compliance not available. 2018-11-18 18:46:43,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:43.786 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-11-18 18:46:44,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:44.469 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [5.543s] 2018-11-18 18:46:44,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:44.900 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.807s] 2018-11-18 18:46:44,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:44.940 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.384s] 2018-11-18 18:46:44,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:44.965 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [26.956s] 2018-11-18 18:46:45,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:45.543 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.055s] 2018-11-18 18:46:46,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:46.553 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.588s] 2018-11-18 18:46:47,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:47.295 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.354s] 2018-11-18 18:46:47,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:47.774 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-11-18 18:46:49,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:49.775 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [5.305s] 2018-11-18 18:46:50,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:50.719 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [12.577s] 2018-11-18 18:46:50,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:50.767 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.050s] 2018-11-18 18:46:50,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:50.815 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.048s] 2018-11-18 18:46:50,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:50.904 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.115s] 2018-11-18 18:46:51,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:51.411 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [5.868s] 2018-11-18 18:46:51,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:51.713 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.302s] 2018-11-18 18:46:52,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:52.079 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.364s] 2018-11-18 18:46:52,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:52.151 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.166s] 2018-11-18 18:46:52,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:52.268 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.189s] 2018-11-18 18:46:52,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:52.337 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.069s] 2018-11-18 18:46:52,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:52.345 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.193s] 2018-11-18 18:46:52,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:52.414 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.076s] 2018-11-18 18:46:52,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:52.556 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.208s] 2018-11-18 18:46:52,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:52.569 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.153s] 2018-11-18 18:46:52,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:52.893 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.324s] 2018-11-18 18:46:52,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:52.963 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.070s] 2018-11-18 18:46:53,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:53.026 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.063s] 2018-11-18 18:46:53,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:53.182 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-11-18 18:46:53,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:53.184 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-18 18:46:53,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:53.238 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: Glance API v1 not supported 2018-11-18 18:46:53,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:53.466 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [3.690s] 2018-11-18 18:46:53,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:53.814 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [6.515s] 2018-11-18 18:46:55,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:55.060 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.503s] 2018-11-18 18:46:55,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:55.215 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.404s] 2018-11-18 18:46:55,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:55.220 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.161s] 2018-11-18 18:46:58,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:58.350 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.868s] 2018-11-18 18:46:58,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:58.979 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.627s] 2018-11-18 18:46:59,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:59.372 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [4.155s] 2018-11-18 18:46:59,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:46:59.963 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.936s] 2018-11-18 18:47:00,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:00.423 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.443s] 2018-11-18 18:47:01,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:01.119 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.747s] 2018-11-18 18:47:01,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:01.907 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.855s] 2018-11-18 18:47:04,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:04.574 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-11-18 18:47:04,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:04.962 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.840s] 2018-11-18 18:47:05,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:05.034 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.073s] 2018-11-18 18:47:07,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:07.425 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_group_types.GroupTypesTest ... skip: The microversion range[3.11 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:47:07,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:07.463 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.333s] 2018-11-18 18:47:08,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:08.268 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [3.116s] 2018-11-18 18:47:08,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:08.356 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.891s] 2018-11-18 18:47:10,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:10.639 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [8.731s] 2018-11-18 18:47:13,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:13.011 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [4.745s] 2018-11-18 18:47:13,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:13.132 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.215s] 2018-11-18 18:47:13,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:13.308 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.175s] 2018-11-18 18:47:14,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:14.727 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [4.256s] 2018-11-18 18:47:15,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:15.736 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.371s] 2018-11-18 18:47:15,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:15.798 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [2.786s] 2018-11-18 18:47:15,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:15.799 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.061s] 2018-11-18 18:47:16,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:16.540 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [2.283s] 2018-11-18 18:47:17,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:17.542 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest ... skip: Cinder backup feature disabled 2018-11-18 18:47:18,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:18.153 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.612s] 2018-11-18 18:47:20,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:20.418 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [2.266s] 2018-11-18 18:47:20,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:20.835 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [92.678s] 2018-11-18 18:47:21,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:21.154 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [10.513s] 2018-11-18 18:47:22,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:22.094 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [7.364s] 2018-11-18 18:47:22,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:22.316 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.518s] 2018-11-18 18:47:24,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:24.114 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [2.958s] 2018-11-18 18:47:25,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:25.711 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-11-18 18:47:25,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:25.712 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-11-18 18:47:26,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:26.769 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [2.015s] 2018-11-18 18:47:26,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:26.774 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.660s] 2018-11-18 18:47:28,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:28.630 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [1.859s] 2018-11-18 18:47:29,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:29.039 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-18 18:47:30,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:30.519 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-11-18 18:47:30,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:30.520 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-11-18 18:47:33,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:33.502 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.168s] 2018-11-18 18:47:33,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:33.939 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.436s] 2018-11-18 18:47:34,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:34.334 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: Encrypted volume attach is not supported 2018-11-18 18:47:37,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:37.331 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.192s] 2018-11-18 18:47:37,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:37.747 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.415s] 2018-11-18 18:47:37,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:37.857 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [3.009s] 2018-11-18 18:47:37,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:37.917 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.169s] 2018-11-18 18:47:37,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:37.951 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.033s] 2018-11-18 18:47:37,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:37.974 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.023s] 2018-11-18 18:47:37,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:37.998 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.023s] 2018-11-18 18:47:38,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:38.185 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.186s] 2018-11-18 18:47:38,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:38.358 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.173s] 2018-11-18 18:47:38,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:38.511 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.655s] 2018-11-18 18:47:38,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:38.538 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.179s] 2018-11-18 18:47:38,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:38.709 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.170s] 2018-11-18 18:47:39,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:39.108 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.397s] 2018-11-18 18:47:39,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:39.175 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.067s] 2018-11-18 18:47:39,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:39.529 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [1.017s] 2018-11-18 18:47:40,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:40.599 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [1.068s] 2018-11-18 18:47:40,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:40.616 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.018s] 2018-11-18 18:47:40,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:40.643 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.027s] 2018-11-18 18:47:41,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:41.960 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [1.317s] 2018-11-18 18:47:43,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:43.287 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [15.101s] 2018-11-18 18:47:43,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:43.452 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [16.678s] 2018-11-18 18:47:43,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:43.592 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.139s] 2018-11-18 18:47:43,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:43.666 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.074s] 2018-11-18 18:47:46,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:46.218 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.661s] 2018-11-18 18:47:46,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:46.981 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [4.256s] 2018-11-18 18:47:47,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:47.790 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.809s] 2018-11-18 18:47:50,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:50.020 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.229s] 2018-11-18 18:47:50,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:50.056 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.036s] 2018-11-18 18:47:50,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:50.661 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.604s] 2018-11-18 18:47:52,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:52.006 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.787s] 2018-11-18 18:47:54,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:54.170 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [10.502s] 2018-11-18 18:47:56,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:56.772 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [13.483s] 2018-11-18 18:47:57,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:57.139 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.515s] 2018-11-18 18:47:57,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:57.412 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.273s] 2018-11-18 18:47:57,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:57.751 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.981s] 2018-11-18 18:47:58,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:58.963 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.212s] 2018-11-18 18:47:59,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:59.708 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.744s] 2018-11-18 18:47:59,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:47:59.841 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [7.833s] 2018-11-18 18:48:05,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:05.210 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [22.908s] 2018-11-18 18:48:05,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:05.362 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.201s] 2018-11-18 18:48:06,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:06.414 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [6.573s] 2018-11-18 18:48:08,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:08.140 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [13.969s] 2018-11-18 18:48:08,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:08.209 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.069s] 2018-11-18 18:48:08,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:08.323 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.113s] 2018-11-18 18:48:21,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:21.682 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [13.356s] 2018-11-18 18:48:21,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:21.816 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [15.401s] 2018-11-18 18:48:25,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:25.933 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [176.580s] 2018-11-18 18:48:29,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:29.127 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [23.914s] 2018-11-18 18:48:29,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:29.513 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [21.421s] 2018-11-18 18:48:35,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:35.653 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [6.143s] 2018-11-18 18:48:37,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:37.787 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [8.662s] 2018-11-18 18:48:38,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:38.078 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [38.363s] 2018-11-18 18:48:38,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:38.121 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [16.439s] 2018-11-18 18:48:43,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:43.672 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [8.018s] 2018-11-18 18:48:43,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:43.836 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... success [69.485s] 2018-11-18 18:48:43,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:43.950 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [6.162s] 2018-11-18 18:48:49,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:49.755 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [6.082s] 2018-11-18 18:48:49,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:49.901 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [3.951s] 2018-11-18 18:48:52,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:52.753 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [2.852s] 2018-11-18 18:48:54,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:54.345 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [4.589s] 2018-11-18 18:48:57,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:57.298 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [2.952s] 2018-11-18 18:48:59,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:48:59.800 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [7.042s] 2018-11-18 18:49:01,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:01.171 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.375s] 2018-11-18 18:49:04,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:04.748 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [20.795s] 2018-11-18 18:49:04,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:04.839 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [3.666s] 2018-11-18 18:49:06,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:06.096 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [4.177s] 2018-11-18 18:49:06,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:06.589 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [1.750s] 2018-11-18 18:49:07,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:07.198 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [19.139s] 2018-11-18 18:49:10,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:10.002 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.410s] 2018-11-18 18:49:10,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:10.012 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [3.918s] 2018-11-18 18:49:10,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:10.063 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.063s] 2018-11-18 18:49:13,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:13.472 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [6.276s] 2018-11-18 18:49:16,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:16.852 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.191s] 2018-11-18 18:49:17,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:17.043 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.190s] 2018-11-18 18:49:17,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:17.391 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.346s] 2018-11-18 18:49:17,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:17.647 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.256s] 2018-11-18 18:49:17,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:17.819 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.172s] 2018-11-18 18:49:17,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:17.981 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.162s] 2018-11-18 18:49:18,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:18.111 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-11-18 18:49:18,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:18.112 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test ... skip: The microversion range[3.20 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:49:18,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:18.114 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-11-18 18:49:18,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:18.165 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.183s] 2018-11-18 18:49:18,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:18.355 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.189s] 2018-11-18 18:49:18,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:18.593 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.238s] 2018-11-18 18:49:18,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:18.790 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.196s] 2018-11-18 18:49:18,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:18.850 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.060s] 2018-11-18 18:49:21,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:21.218 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.193s] 2018-11-18 18:49:21,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:21.433 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.214s] 2018-11-18 18:49:21,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:21.599 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.165s] 2018-11-18 18:49:21,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:21.786 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.186s] 2018-11-18 18:49:21,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:21.952 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.166s] 2018-11-18 18:49:25,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:25.397 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [252.594s] 2018-11-18 18:49:25,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:25.837 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [3.883s] 2018-11-18 18:49:28,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:28.884 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.833s] 2018-11-18 18:49:30,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:30.212 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.328s] 2018-11-18 18:49:44,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:44.815 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [6.513s] 2018-11-18 18:49:44,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:44.977 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [210.743s] 2018-11-18 18:49:46,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:46.758 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [42.004s] 2018-11-18 18:49:50,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:50.060 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [3.306s] 2018-11-18 18:49:50,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:50.553 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [5.739s] 2018-11-18 18:49:51,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:51.638 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [150.766s] 2018-11-18 18:49:58,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:58.878 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test ... skip: The microversion range[3.9 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:49:58,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:49:58.879 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest ... skip: The microversion range[3.42 - latest] of this test is out of the configuration range[None - None]. 2018-11-18 18:50:03,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:50:03.393 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [13.331s] 2018-11-18 18:50:15,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:50:15.852 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [12.457s] 2018-11-18 18:50:21,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:50:21.127 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [5.276s] 2018-11-18 18:50:22,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:50:22.142 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [37.155s] 2018-11-18 18:50:40,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:50:40.162 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.252s] 2018-11-18 18:50:40,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:50:40.944 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.783s] 2018-11-18 18:50:41,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:50:41.843 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.899s] 2018-11-18 18:50:42,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:50:42.310 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.466s] 2018-11-18 18:50:42,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:50:42.711 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.401s] 2018-11-18 18:50:43,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:50:43.864 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.152s] 2018-11-18 18:50:45,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:50:45.302 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.437s] 2018-11-18 18:50:45,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:50:45.906 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.603s] 2018-11-18 18:50:46,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:50:46.825 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.919s] 2018-11-18 18:50:47,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:50:47.436 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.610s] 2018-11-18 18:50:50,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:50:50.488 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-11-18 18:50:56,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:50:56.156 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [2.245s] 2018-11-18 18:51:01,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:01.272 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [40.140s] 2018-11-18 18:51:05,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:05.860 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.170s] 2018-11-18 18:51:10,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:10.207 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [164.259s] 2018-11-18 18:51:15,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:15.581 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.042s] 2018-11-18 18:51:15,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:15.783 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.203s] 2018-11-18 18:51:16,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:16.092 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.308s] 2018-11-18 18:51:18,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:18.509 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.415s] 2018-11-18 18:51:19,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:19.914 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [3.430s] 2018-11-18 18:51:20,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:20.096 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.182s] 2018-11-18 18:51:20,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:20.840 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.332s] 2018-11-18 18:51:21,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:21.031 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.191s] 2018-11-18 18:51:21,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:21.226 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.194s] 2018-11-18 18:51:21,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:21.587 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.490s] 2018-11-18 18:51:39,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:39.492 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-11-18 18:51:41,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:41.099 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-11-18 18:51:43,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:43.028 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-11-18 18:51:43,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:43.249 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [6.660s] 2018-11-18 18:51:49,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:49.330 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... skip [0.000s]: Cinder backup is disabled 2018-11-18 18:51:50,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:50.002 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [6.753s] 2018-11-18 18:51:53,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:53.952 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [3.949s] 2018-11-18 18:51:57,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:51:57.970 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [4.017s] 2018-11-18 18:52:02,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:02.921 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [4.951s] 2018-11-18 18:52:13,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:13.557 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.171s] 2018-11-18 18:52:17,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:17.265 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [3.706s] 2018-11-18 18:52:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:18.443 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.178s] 2018-11-18 18:52:19,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:19.649 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.204s] 2018-11-18 18:52:20,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:20.554 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [162.413s] 2018-11-18 18:52:21,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:21.316 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.666s] 2018-11-18 18:52:23,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:23.020 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [33.679s] 2018-11-18 18:52:24,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:24.427 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [3.110s] 2018-11-18 18:52:25,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:25.878 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.450s] 2018-11-18 18:52:26,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:26.028 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.151s] 2018-11-18 18:52:29,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:29.020 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [2.990s] 2018-11-18 18:52:29,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:29.073 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [6.056s] 2018-11-18 18:52:30,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:30.444 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.423s] 2018-11-18 18:52:30,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:30.672 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [226.822s] 2018-11-18 18:52:31,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:31.825 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [1.381s] 2018-11-18 18:52:31,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:31.848 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.023s] 2018-11-18 18:52:31,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:31.868 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.019s] 2018-11-18 18:52:31,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:31.886 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.018s] 2018-11-18 18:52:33,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:33.312 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-11-18 18:52:33,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:33.314 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-11-18 18:52:33,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:33.315 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-11-18 18:52:33,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:33.317 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-11-18 18:52:34,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:34.233 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [162.573s] 2018-11-18 18:52:47,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:52:47.714 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [13.480s] 2018-11-18 18:53:01,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:53:01.478 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [32.395s] 2018-11-18 18:53:07,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:53:07.115 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [27.291s] 2018-11-18 18:53:08,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:53:08.326 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.850s] 2018-11-18 18:53:34,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:53:34.407 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [248.717s] 2018-11-18 18:53:51,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:53:51.305 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [63.576s] 2018-11-18 18:55:16,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:55:16.545 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [85.221s] 2018-11-18 18:55:50,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:55:50.324 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [33.771s] 2018-11-18 18:55:50,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:55:50.325 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-11-18 18:56:16,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:56:16.751 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [26.422s] 2018-11-18 18:56:21,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:56:21.950 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [5.203s] 2018-11-18 18:56:44,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:56:44.732 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.160s] 2018-11-18 18:56:44,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:56:44.769 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.036s] 2018-11-18 18:56:50,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:56:50.936 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [1.063s] 2018-11-18 18:57:01,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:01.066 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [6.494s] 2018-11-18 18:57:03,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:03.156 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-11-18 18:57:03,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:03.156 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-11-18 18:57:07,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:07.451 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.320s] 2018-11-18 18:57:07,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:07.834 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.382s] 2018-11-18 18:57:15,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:15.728 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.276s] 2018-11-18 18:57:16,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:16.149 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.420s] 2018-11-18 18:57:16,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:16.775 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.626s] 2018-11-18 18:57:16,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:16.844 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.068s] 2018-11-18 18:57:16,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:16.911 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.067s] 2018-11-18 18:57:16,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:16.982 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.070s] 2018-11-18 18:57:22,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:22.114 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [218.823s] 2018-11-18 18:57:24,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:24.922 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [281.335s] 2018-11-18 18:57:25,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:25.955 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.443s] 2018-11-18 18:57:26,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:26.786 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.829s] 2018-11-18 18:57:27,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:27.187 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.401s] 2018-11-18 18:57:27,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:27.582 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.394s] 2018-11-18 18:57:28,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:28.819 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.236s] 2018-11-18 18:57:29,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:29.330 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.511s] 2018-11-18 18:57:29,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:29.767 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.436s] 2018-11-18 18:57:31,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:31.418 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.648s] 2018-11-18 18:57:31,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:31.820 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.399s] 2018-11-18 18:57:32,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:32.553 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.735s] 2018-11-18 18:57:32,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:32.619 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.067s] 2018-11-18 18:57:33,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:33.219 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.599s] 2018-11-18 18:57:33,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:33.965 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.745s] 2018-11-18 18:57:47,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:47.750 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.495s] 2018-11-18 18:57:47,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:47.766 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.019s] 2018-11-18 18:57:47,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:57:47.873 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.105s] 2018-11-18 18:58:00,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:58:00.353 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.656s] 2018-11-18 18:58:05,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:58:05.627 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.171s] 2018-11-18 18:58:07,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:58:07.623 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.993s] 2018-11-18 18:58:14,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:58:14.583 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.358s] 2018-11-18 18:58:14,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:58:14.750 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.168s] 2018-11-18 18:58:14,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:58:14.926 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.174s] 2018-11-18 18:58:15,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:58:15.081 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.155s] 2018-11-18 18:58:19,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 18:58:19.943 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.162s] 2018-11-18 19:00:57,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-18 19:00:57.234 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [215.111s] 2018-11-18 19:01:03,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 87a366d0-d01c-41ac-9a81-961749dbde80 2018-11-18 19:01:03,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '87a366d0-d01c-41ac-9a81-961749dbde80']'. 2018-11-18 19:01:04,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 87a366d0-d01c-41ac-9a81-961749dbde80 | 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-18 18:35:36 | 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-18 19:01:02 | 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:25:26 | 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2fb26ffe-ea7c-4ef9-957c-462975f05b7a) | 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1b167014-3a4d-4bbc-86b9-3a4f2b207361) | 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1515.566 | 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1059 | 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 390 | 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-18 19:01:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-18 19:01:04,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 19 | 2018-11-18 19:01:04,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-18 19:01:04,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-18 19:01:04,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-18 19:01:04,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 98.2374768089% 2018-11-18 19:01:04,962 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 25:42 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-11-18 19:01:10,404 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK