2018-10-04 03:11:20,719 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-290 | | 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-10-04 03:11:20,725 - 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=GgQqxtsaNZXGyRjzJBjnDJu4q export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-10-04 03:11:20,725 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-04 03:11:20,727 - 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-10-04 03:11:20,746 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-10-04 03:11:31,705 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50', 'id': u'25aee42b84e8444faa5caa5da2b2eba5', '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-10-04 03:11:32,321 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c298cf64828a4e33bce5ed809688f6aa', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50'}) 2018-10-04 03:11:32,527 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 03:11:32,807 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/8ede06643345429681280b2c1b445479'}, 'domain_id': None, 'human_id': None, 'id': u'8ede06643345429681280b2c1b445479', 'HUMAN_ID': False}) 2018-10-04 03:11:33,571 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50', 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': '6446ec5c-ce1e-4c60-b1ff-095a8b474e7a', 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_c9f88d4a-3b30-4425-af92-c51206f30c50', 'project_id': u'25aee42b84e8444faa5caa5da2b2eba5', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 03:11:33,576 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50', 'password': '6446ec5c-ce1e-4c60-b1ff-095a8b474e7a', 'project_name': 'connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '25aee42b84e8444faa5caa5da2b2eba5', 'project_domain_name': 'Default'} 2018-10-04 03:11:37,758 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-04 03:11:37,758 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-10-04 03:11:48,541 - 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.771s OK 2018-10-04 03:11:48,666 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 03:11:48,667 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-10-04 03:11:50,972 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-10-04 03:11:51,641 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8', 'id': u'3bd9fdb58042454785b75b915cc07acf', '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-10-04 03:11:52,134 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c0360f11565f4369acca37ec4c00a187', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8'}) 2018-10-04 03:11:52,288 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 03:11:52,570 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4'}, 'domain_id': None, 'human_id': None, 'id': u'7c3f6a78751b4f3691370c83830307e4', 'HUMAN_ID': False}) 2018-10-04 03:11:53,235 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8', 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': '79c9feb0-c6ad-4215-a9cb-28ab255a0f6d', 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_0eb6384d-c423-48ed-8d17-f9f4a330fca8', 'project_id': u'3bd9fdb58042454785b75b915cc07acf', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 03:11:53,241 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8', 'password': '79c9feb0-c6ad-4215-a9cb-28ab255a0f6d', 'project_name': 'api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '3bd9fdb58042454785b75b915cc07acf', 'project_domain_name': 'Default'} 2018-10-04 03:11:57,262 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-04 03:11:57,262 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-10-04 03:24:24,737 - 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 747.355s OK 2018-10-04 03:24:24,852 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 03:24:24,852 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:27 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-04 03:24:26,676 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-10-04 03:24:27,294 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100', 'id': u'c23a5f942efc4174a115162f3e558128', '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-10-04 03:24:27,746 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e89884157d0a47868c98b5bb58f2342e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_c938aa85-9f66-4771-a370-09649094f100'}) 2018-10-04 03:24:27,906 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 03:24:28,021 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/79d581a4c86147c09788061819f8c056'}, 'domain_id': None, 'human_id': None, 'id': u'79d581a4c86147c09788061819f8c056', 'HUMAN_ID': False}) 2018-10-04 03:24:28,577 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100', 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': '7a3092de-2246-4511-866e-297536afc85e', 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_c938aa85-9f66-4771-a370-09649094f100', 'project_id': u'c23a5f942efc4174a115162f3e558128', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 03:24:28,582 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_c938aa85-9f66-4771-a370-09649094f100', 'password': '7a3092de-2246-4511-866e-297536afc85e', 'project_name': 'snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'c23a5f942efc4174a115162f3e558128', 'project_domain_name': 'Default'} 2018-10-04 03:24:30,954 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-04 03:24:30,954 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-10-04 03:25:12,108 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.153s OK 2018-10-04 03:25:12,230 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 03:25:12,231 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-10-04 03:25:14,114 - 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:27 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-10-04 03:25:14,119 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-04 03:25:21,658 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-290 | | 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-10-04 03:25:21,663 - 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=GgQqxtsaNZXGyRjzJBjnDJu4q export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-10-04 03:25:21,663 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-04 03:25:21,665 - 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-10-04 03:25:21,703 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-10-04 03:25:26,953 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb', 'id': u'9bea6c36e259443094fbe34e2325f384', '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-10-04 03:25:27,458 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'22526835c5a74a9b9e0b5862486eb355', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_da72fe9d-ada9-4a1e-9697-006064967feb'}) 2018-10-04 03:25:27,635 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 03:25:27,807 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/c3a287480b0c4cebab9b7deb23584e3b'}, 'domain_id': None, 'human_id': None, 'id': u'c3a287480b0c4cebab9b7deb23584e3b', 'HUMAN_ID': False}) 2018-10-04 03:25:28,363 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb', 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': '068d0874-2996-4aaf-aca0-c7c720e7ec69', 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_da72fe9d-ada9-4a1e-9697-006064967feb', 'project_id': u'9bea6c36e259443094fbe34e2325f384', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 03:25:28,369 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_da72fe9d-ada9-4a1e-9697-006064967feb', 'password': '068d0874-2996-4aaf-aca0-c7c720e7ec69', 'project_name': 'vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '9bea6c36e259443094fbe34e2325f384', 'project_domain_name': 'Default'} 2018-10-04 03:25:28,369 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-10-04 03:25:29,369 - 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-10-04T03:25:29Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6f8fe04b-d07b-4dda-b157-665bdd284751', u'provider:segmentation_id': 10, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb', u'admin_state_up': True, u'tenant_id': u'9bea6c36e259443094fbe34e2325f384', u'created_at': u'2018-10-04T03:25:29Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9bea6c36e259443094fbe34e2325f384'}) 2018-10-04 03:25:30,788 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T03:25:30Z', 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'9c554d9b-8bb9-42bd-8c11-b433debd59b0', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_da72fe9d-ada9-4a1e-9697-006064967feb', u'enable_dhcp': True, u'network_id': u'6f8fe04b-d07b-4dda-b157-665bdd284751', u'tenant_id': u'9bea6c36e259443094fbe34e2325f384', u'created_at': u'2018-10-04T03:25:30Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9bea6c36e259443094fbe34e2325f384'}) 2018-10-04 03:25:32,061 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4e3704d3-5674-4369-98a3-8a8012d693a9', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd452f0e4-634e-4c49-b427-841d4086f073', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9bea6c36e259443094fbe34e2325f384', u'created_at': u'2018-10-04T03:25:30Z', u'admin_state_up': True, u'updated_at': u'2018-10-04T03:25:31Z', u'revision_number': 2, u'routes': [], u'project_id': u'9bea6c36e259443094fbe34e2325f384', u'id': u'87de2239-72bf-4ec3-9964-e8ce67f63cc2', u'name': u'vping_ssh-router_da72fe9d-ada9-4a1e-9697-006064967feb'}) 2018-10-04 03:25:36,230 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/105b187e-588f-4c9a-bdb4-089806f35142/snap', u'metadata': Munch({})})], 'file': u'/v2/images/105b187e-588f-4c9a-bdb4-089806f35142/file', 'owner': u'9bea6c36e259443094fbe34e2325f384', 'id': u'105b187e-588f-4c9a-bdb4-089806f35142', 'size': 12716032, u'self': u'/v2/images/105b187e-588f-4c9a-bdb4-089806f35142', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9bea6c36e259443094fbe34e2325f384', 'name': 'vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/105b187e-588f-4c9a-bdb4-089806f35142/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T03:25:36Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-04T03:25:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/105b187e-588f-4c9a-bdb4-089806f35142', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb', 'created': u'2018-10-04T03:25:34Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T03:25:34Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/105b187e-588f-4c9a-bdb4-089806f35142', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 03:25:36,433 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_da72fe9d-ada9-4a1e-9697-006064967feb', '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'510ab77bdaaa470cad047d68b7d85c03', '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'00fd948b-7d94-42fc-9331-855293e30491', 'swap': 0}) 2018-10-04 03:25:36,839 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD2/xxv9x2ef6WUgjNqRUOhVgXck/ozEoHaINa5scDkLkcGVP/y+qbjiqP/JSOXhnFQlcKv11vjLFqkwrdrYYPAkxQ0/2dYrtYcYS64v8u+LniNATpfEYTiBeXF5ZNs8gt1xmNRlVoeHc8lhL2emnAb2TSfS0NG+242GU7wCWM1QiJfCf74BZhyZF/NFvlFd4NVsJHJTd6invEkbeUwzVmkCYpo7QplURWO91eLRotLU3Gl4AKKeJKQJnbN0rlYxhW7rSjrjkvFqlCwkQ0aUYeng4JpwqbMG7+1jh+57jg4sS85WthQS8ErZgbxCSUmUdw+R6UqnEg9i1AemqwM9Vvv Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA9v8cb/cdnn+llIIzakVDoVYF3JP6MxKB2iDWubHA5C5HBlT/\n8vqm44qj/yUjl4ZxUJXCr9db4yxapMK3a2GDwJMUNP9nWK7WHGEuuL/Lvi54jQE6\nXxGE4gXlxeWTbPILdcZjUZVaHh3PJYS9nppwG9k0n0tDRvtuNhlO8AljNUIiXwn+\n+AWYcmRfzRb5RXeDVbCRyU3eop7xJG3lMM1ZpAmKaO0KZVEVjvdXi0aLS1NxpeAC\niniSkCZ2zdK5WMYVu60o645LxapQsJENGlGHp4OCacKmzBu/tY4fue44OLEvOVrY\nUEvBK2YG8QklJlHcPkelKpxIPYtQHpqsDPVb7wIDAQABAoIBAQDdKU0TTFgvJejj\nczoKe/60pcwV2EJ+HKI86I6cM3eeWXmrR8zuilWJBQkXWu/lq7InEBIFVXankX2Q\nbfHCqsxIUOoVEmQ9Wj/JpZMqRkJvBjlXOLRFj/BGWjWF360ELi7oxD0GPg81TEfB\nNnx7WZnsta6Su9d/5X6n3j16XU2BzvWQQ5zIZn4cmEw3ShVPp65HuH3gn41lL2k0\nAWCZP4cmEin5Gy5JKjKGfVtyo6SLkoh7vLoXKaLJ8LFRUqtJ29dICezaiMA1C9pi\nTIw/O1kNoOfvlY/sIrxUkt0mkPUdxpPsKKUUeTMpWDiwIu7jWMqQleWVo6GkWcNR\n6vvVw+JBAoGBAP7F20RjkLJ6KbzOJ6W6QUe6n7nwohj8omhYV2sCcdJkBNatvkyE\n8lT72wapXdwZQ4BtDcVTFA7jW5Qvvb5LC2Yo3G//oOyKfLNhhl3iJw0T+XXKDRkG\nkTJhXccNunqEMnonKCaJdQnjqSUCaar/l453ggQHkqOyHnmBH3JRv20xAoGBAPgv\nqoOzHFZgsQx7mKQTnTJeWpsiDPfo68xSjgq76UgS+6L5QYDKkHN+vP7kysmQ3z9y\n9ZW25p8koe7v562HnwXLXY6qGVEJVzw1KMrBpbxMJI/l4LWy0r/VBo4Lwfxoi5P3\nGr0qqztvcHFX38sXgQiJokrf+Nmr0to2FIQXVJMfAoGBAM6XdGktb406gJPIe9/o\ne70FeTYXCerHGY8Ra7mrXs7jKgVHGBQGjlcZb48kUacDmXgPdmY3KwGznXQ5jlw7\nkD/EDJSJLl4BIoN3JrUEiPQS6Wt5b0uGxsCasaeS208z2ZayH924Av8E7AjFvxfZ\ncHUnNXe9CEzTR+DxMqXJ4jdRAoGBAJVINoxZI+Zg6p3TihDHK3qsfltps9s6YvrX\nfVC/jqYnpOx2eQv6y8Bsr0myXLe5SE9l2opfJYD8C9sounYKaYCWvoOdlPTFZY91\nej/bEtGcCzHy16LzGQkCHZs7P0ePqsUpkQ/PpodtlHjYnmgOjzKPdusKpShozb8r\nYFPDpL+JAoGBAKyrEfn8gHL8Hya5CU1kNxCMEKNcWfuEdpUrO/SgXpeJAiGdS9/g\nGS/4xSqjnE7G+mDmh59vfo3Oak/7DFEu0Zl+xI0re1MHKHapGa/3X7hrg/Lhldlf\nRjfGsonM2q/UkiFQORP/f3kjQwO38pyxACSRYQUPfpGPY2ZBfpEdfvAA\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'22526835c5a74a9b9e0b5862486eb355', 'name': u'vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb', 'created_at': '2018-10-04T03:25:36.839097', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9bea6c36e259443094fbe34e2325f384', 'name': 'vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'de:30:28:1b:12:1f:71:72:a0:cc:e6:43:ce:0c:c9:00', 'type': 'ssh', 'id': u'vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb'}) 2018-10-04 03:25:36,839 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpgIBAAKCAQEA9v8cb/cdnn+llIIzakVDoVYF3JP6MxKB2iDWubHA5C5HBlT/ 8vqm44qj/yUjl4ZxUJXCr9db4yxapMK3a2GDwJMUNP9nWK7WHGEuuL/Lvi54jQE6 XxGE4gXlxeWTbPILdcZjUZVaHh3PJYS9nppwG9k0n0tDRvtuNhlO8AljNUIiXwn+ +AWYcmRfzRb5RXeDVbCRyU3eop7xJG3lMM1ZpAmKaO0KZVEVjvdXi0aLS1NxpeAC iniSkCZ2zdK5WMYVu60o645LxapQsJENGlGHp4OCacKmzBu/tY4fue44OLEvOVrY UEvBK2YG8QklJlHcPkelKpxIPYtQHpqsDPVb7wIDAQABAoIBAQDdKU0TTFgvJejj czoKe/60pcwV2EJ+HKI86I6cM3eeWXmrR8zuilWJBQkXWu/lq7InEBIFVXankX2Q bfHCqsxIUOoVEmQ9Wj/JpZMqRkJvBjlXOLRFj/BGWjWF360ELi7oxD0GPg81TEfB Nnx7WZnsta6Su9d/5X6n3j16XU2BzvWQQ5zIZn4cmEw3ShVPp65HuH3gn41lL2k0 AWCZP4cmEin5Gy5JKjKGfVtyo6SLkoh7vLoXKaLJ8LFRUqtJ29dICezaiMA1C9pi TIw/O1kNoOfvlY/sIrxUkt0mkPUdxpPsKKUUeTMpWDiwIu7jWMqQleWVo6GkWcNR 6vvVw+JBAoGBAP7F20RjkLJ6KbzOJ6W6QUe6n7nwohj8omhYV2sCcdJkBNatvkyE 8lT72wapXdwZQ4BtDcVTFA7jW5Qvvb5LC2Yo3G//oOyKfLNhhl3iJw0T+XXKDRkG kTJhXccNunqEMnonKCaJdQnjqSUCaar/l453ggQHkqOyHnmBH3JRv20xAoGBAPgv qoOzHFZgsQx7mKQTnTJeWpsiDPfo68xSjgq76UgS+6L5QYDKkHN+vP7kysmQ3z9y 9ZW25p8koe7v562HnwXLXY6qGVEJVzw1KMrBpbxMJI/l4LWy0r/VBo4Lwfxoi5P3 Gr0qqztvcHFX38sXgQiJokrf+Nmr0to2FIQXVJMfAoGBAM6XdGktb406gJPIe9/o e70FeTYXCerHGY8Ra7mrXs7jKgVHGBQGjlcZb48kUacDmXgPdmY3KwGznXQ5jlw7 kD/EDJSJLl4BIoN3JrUEiPQS6Wt5b0uGxsCasaeS208z2ZayH924Av8E7AjFvxfZ cHUnNXe9CEzTR+DxMqXJ4jdRAoGBAJVINoxZI+Zg6p3TihDHK3qsfltps9s6YvrX fVC/jqYnpOx2eQv6y8Bsr0myXLe5SE9l2opfJYD8C9sounYKaYCWvoOdlPTFZY91 ej/bEtGcCzHy16LzGQkCHZs7P0ePqsUpkQ/PpodtlHjYnmgOjzKPdusKpShozb8r YFPDpL+JAoGBAKyrEfn8gHL8Hya5CU1kNxCMEKNcWfuEdpUrO/SgXpeJAiGdS9/g GS/4xSqjnE7G+mDmh59vfo3Oak/7DFEu0Zl+xI0re1MHKHapGa/3X7hrg/Lhldlf RjfGsonM2q/UkiFQORP/f3kjQwO38pyxACSRYQUPfpGPY2ZBfpEdfvAA -----END RSA PRIVATE KEY----- 2018-10-04 03:25:46,871 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d9:39:86', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'105b187e-588f-4c9a-bdb4-089806f35142'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-04T03:25:44.000000', 'flavor': Munch({u'id': u'00fd948b-7d94-42fc-9331-855293e30491'}), 'az': u'nova', 'id': u'd5eea574-7772-4d9b-a783-0207696a052e', 'security_groups': [Munch({u'name': u'vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'22526835c5a74a9b9e0b5862486eb355', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9bea6c36e259443094fbe34e2325f384', 'name': 'vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb', '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-10-04T03:25:44.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-04T03:25:45Z', 'hostId': u'e901e4e9d8645bf95e1878098d5e4e678f155eb72888017df4e913e7', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'e901e4e9d8645bf95e1878098d5e4e678f155eb72888017df4e913e7', '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-10-04T03:25:44.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'9bea6c36e259443094fbe34e2325f384', 'name': u'vping_ssh-vm2_da72fe9d-ada9-4a1e-9697-006064967feb', 'adminPass': u'wJmcY3ZZDwJS', 'tenant_id': u'9bea6c36e259443094fbe34e2325f384', 'region': 'regionOne', 'created': u'2018-10-04T03:25:40Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-04 03:25:57,962 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:02:84:ab', u'version': 4, u'addr': u'192.168.120.15', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'105b187e-588f-4c9a-bdb4-089806f35142'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-04T03:25:53.000000', 'flavor': Munch({u'id': u'00fd948b-7d94-42fc-9331-855293e30491'}), 'az': u'nova', 'id': u'b471ff86-3a25-4d2e-8208-8fbc7b11729d', 'security_groups': [Munch({u'name': u'vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'22526835c5a74a9b9e0b5862486eb355', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9bea6c36e259443094fbe34e2325f384', 'name': 'vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb', '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-10-04T03:25:53.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-04T03:25:55Z', 'hostId': u'f7e58b32ac67a484853d2c7f6476bf93cec4454ade6fcf76eb5b5f24', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb', 'public_v6': '', 'private_v4': u'192.168.120.15', 'cloud': 'envvars', 'host_id': u'f7e58b32ac67a484853d2c7f6476bf93cec4454ade6fcf76eb5b5f24', '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-10-04T03:25:53.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'9bea6c36e259443094fbe34e2325f384', 'name': u'vping_ssh-vm_da72fe9d-ada9-4a1e-9697-006064967feb', 'adminPass': u'7MeQEuJhZeT8', 'tenant_id': u'9bea6c36e259443094fbe34e2325f384', 'region': 'regionOne', 'created': u'2018-10-04T03:25:49Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-04 03:26:00,072 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'87de2239-72bf-4ec3-9964-e8ce67f63cc2', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'9bea6c36e259443094fbe34e2325f384', 'created_at': u'2018-10-04T03:25:59Z', 'attached': True, 'updated_at': u'2018-10-04T03:25:59Z', 'id': u'0a9c0cb3-620f-4fa1-bebb-2d9cf9048387', 'floating_network_id': u'4e3704d3-5674-4369-98a3-8a8012d693a9', 'fixed_ip_address': u'192.168.120.15', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9bea6c36e259443094fbe34e2325f384', 'name': 'vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'87de2239-72bf-4ec3-9964-e8ce67f63cc2', 'project_id': u'9bea6c36e259443094fbe34e2325f384', 'port_id': u'faf710c5-2080-413b-b5ff-a06f9d7c64e5', 'port': u'faf710c5-2080-413b-b5ff-a06f9d7c64e5', 'network': u'4e3704d3-5674-4369-98a3-8a8012d693a9'}) 2018-10-04 03:26:01,178 - 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 510189836 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.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133380] pid_max: default: 32768 minimum: 301 [ 0.134293] ACPI: Core revision 20150930 [ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136996] Security Framework initialized [ 0.137837] Yama: becoming mindful. [ 0.138593] AppArmor: AppArmor initialized [ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144795] Initializing cgroup subsys io [ 0.145638] Initializing cgroup subsys memory [ 0.146521] Initializing cgroup subsys devices [ 0.147448] Initializing cgroup subsys freezer [ 0.148365] Initializing cgroup subsys net_cls [ 0.149276] Initializing cgroup subsys perf_event [ 0.150202] Initializing cgroup subsys net_prio [ 0.151111] Initializing cgroup subsys hugetlb [ 0.152025] Initializing cgroup subsys pids [ 0.152944] CPU: Physical Processor ID: 0 [ 0.154457] mce: CPU supports 10 MCE banks [ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174658] ftrace: allocating 31920 entries in 125 pages [ 0.200357] smpboot: Max logical packages: 1 [ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202609] x2apic enabled [ 0.203427] Switched APIC routing to physical x2apic. [ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210310] KVM setup paravirtual spinlock [ 0.211649] x86: Booted up 1 node, 1 CPUs [ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213943] devtmpfs: initialized [ 0.215642] evm: security.selinux [ 0.216347] evm: security.SMACK64 [ 0.217058] evm: security.SMACK64EXEC [ 0.217836] evm: security.SMACK64TRANSMUTE [ 0.218683] evm: security.SMACK64MMAP [ 0.219456] evm: security.ima [ 0.220114] evm: security.capability [ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222952] pinctrl core: initialized pinctrl subsystem [ 0.224129] RTC time: 3:25:53, date: 10/04/18 [ 0.225115] NET: Registered protocol family 16 [ 0.226087] cpuidle: using governor ladder [ 0.226938] cpuidle: using governor menu [ 0.227742] PCCT header not found. [ 0.228516] ACPI: bus type PCI registered [ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230638] PCI: Using configuration type 1 for base access [ 0.232401] ACPI: Added _OSI(Module Device) [ 0.233291] ACPI: Added _OSI(Processor Device) [ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235110] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237223] ACPI: Interpreter enabled [ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245681] ACPI: (supports S0 S5) [ 0.246404] ACPI: Using IOAPIC for interrupt routing [ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256742] acpiphp: Slot [3] registered [ 0.257560] acpiphp: Slot [4] registered [ 0.258403] acpiphp: Slot [5] registered [ 0.259207] acpiphp: Slot [6] registered [ 0.260046] acpiphp: Slot [7] registered [ 0.260893] acpiphp: Slot [8] registered [ 0.261731] acpiphp: Slot [9] registered [ 0.262545] acpiphp: Slot [10] registered [ 0.263367] acpiphp: Slot [11] registered [ 0.264184] acpiphp: Slot [12] registered [ 0.265014] acpiphp: Slot [13] registered [ 0.265832] acpiphp: Slot [14] registered [ 0.266648] acpiphp: Slot [15] registered [ 0.277341] acpiphp: Slot [16] registered [ 0.278170] acpiphp: Slot [17] registered [ 0.278992] acpiphp: Slot [18] registered [ 0.279808] acpiphp: Slot [19] registered [ 0.280636] acpiphp: Slot [20] registered [ 0.281458] acpiphp: Slot [21] registered [ 0.282280] acpiphp: Slot [22] registered [ 0.283100] acpiphp: Slot [23] registered [ 0.283935] acpiphp: Slot [24] registered [ 0.284774] acpiphp: Slot [25] registered [ 0.285615] acpiphp: Slot [26] registered [ 0.286434] acpiphp: Slot [27] registered [ 0.287257] acpiphp: Slot [28] registered [ 0.288082] acpiphp: Slot [29] registered [ 0.288902] acpiphp: Slot [30] registered [ 0.289728] acpiphp: Slot [31] registered [ 0.290542] PCI host bridge to bus 0000:00 [ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375199] vgaarb: loaded [ 0.375807] vgaarb: bridge control possible 0000:00:02.0 [ 0.376959] SCSI subsystem initialized [ 0.377793] ACPI: bus type USB registered [ 0.378624] usbcore: registered new interface driver usbfs [ 0.379670] usbcore: registered new interface driver hub [ 0.380694] usbcore: registered new device driver usb [ 0.381822] PCI: Using ACPI for IRQ routing [ 0.382899] NetLabel: Initializing [ 0.383655] NetLabel: domain hash size = 128 [ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.385525] NetLabel: unlabeled traffic allowed by default [ 0.386696] clocksource: Switched to clocksource kvm-clock [ 0.392301] AppArmor: AppArmor Filesystem Enabled [ 0.393279] pnp: PnP ACPI init [ 0.394223] pnp: PnP ACPI: found 5 devices [ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402477] NET: Registered protocol family 2 [ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406008] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409533] NET: Registered protocol family 1 [ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440939] Trying to unpack rootfs image as initramfs... [ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505713] Scanning for low memory corruption every 60 seconds [ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.508245] audit: initializing netlink subsys (disabled) [ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized [ 0.510614] Initialise system trusted keyring [ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514736] zbud: loaded [ 0.515444] VFS: Disk quotas dquot_6.6.0 [ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517811] fuse init (API version 7.23) [ 0.518723] Key type big_key registered [ 0.519532] Allocating IMA MOK and blacklist keyrings. [ 0.521027] Key type asymmetric registered [ 0.521865] Asymmetric key parser 'x509' registered [ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.524329] io scheduler noop registered [ 0.525142] io scheduler deadline registered (default) [ 0.526141] io scheduler cfq registered [ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530810] ACPI: Power Button [PWRF] [ 0.531658] GHES: HEST is not enabled! [ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604055] Linux agpgart interface v0.103 [ 0.606131] brd: module loaded [ 0.607349] loop: module loaded [ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613716] GPT:90111 != 2097151 [ 0.614534] GPT:Alternate GPT header not at the end of the disk. [ 0.615846] GPT:90111 != 2097151 [ 0.616672] GPT: Use GNU Parted to correct GPT errors. [ 0.617842] vda: vda1 vda15 [ 0.619554] scsi host0: ata_piix [ 0.620481] scsi host1: ata_piix [ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.624434] libphy: Fixed MDIO Bus: probed [ 0.625436] tun: Universal TUN/TAP device driver, 1.6 [ 0.626504] tun: (C) 1999-2004 Max Krasnyansky [ 0.629218] PPP generic driver version 2.4.2 [ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632216] ehci-pci: EHCI PCI platform driver [ 0.633282] ehci-platform: EHCI generic platform driver [ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636023] ohci-pci: OHCI PCI platform driver [ 0.637148] ohci-platform: OHCI generic platform driver [ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662671] usb usb1: Product: UHCI Host Controller [ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.665564] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667119] hub 1-0:1.0: USB hub found [ 0.668181] hub 1-0:1.0: 2 ports detected [ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674739] mousedev: PS/2 mouse device common for all mice [ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.678819] rtc_cmos 00:00: RTC can wake from S4 [ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683515] i2c /dev entries driver [ 0.684558] device-mapper: uevent: version 1.0.3 [ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs [ 0.689844] NET: Registered protocol family 10 [ 0.691195] NET: Registered protocol family 17 [ 0.692402] Key type dns_resolver registered [ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697552] registered taskstats version 1 [ 0.698710] Loading compiled-in X.509 certificates [ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.703141] zswap: loaded using pool lzo/zbud [ 0.705352] Key type trusted registered [ 0.707208] Key type encrypted registered [ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled [ 0.709754] ima: No TPM chip found, activating TPM-bypass! [ 0.711215] evm: HMAC attrs: 0x1 [ 0.712401] Magic number: 6:15:411 [ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554) [ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.717321] EDD information not available. [ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785694] Write protecting the kernel read-only data: 14336k [ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.799969] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.844219] 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.22 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... 2018-10-04 03:26:02,181 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-10-04 03:26:12,298 - 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 510189836 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.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133380] pid_max: default: 32768 minimum: 301 [ 0.134293] ACPI: Core revision 20150930 [ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136996] Security Framework initialized [ 0.137837] Yama: becoming mindful. [ 0.138593] AppArmor: AppArmor initialized [ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144795] Initializing cgroup subsys io [ 0.145638] Initializing cgroup subsys memory [ 0.146521] Initializing cgroup subsys devices [ 0.147448] Initializing cgroup subsys freezer [ 0.148365] Initializing cgroup subsys net_cls [ 0.149276] Initializing cgroup subsys perf_event [ 0.150202] Initializing cgroup subsys net_prio [ 0.151111] Initializing cgroup subsys hugetlb [ 0.152025] Initializing cgroup subsys pids [ 0.152944] CPU: Physical Processor ID: 0 [ 0.154457] mce: CPU supports 10 MCE banks [ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174658] ftrace: allocating 31920 entries in 125 pages [ 0.200357] smpboot: Max logical packages: 1 [ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202609] x2apic enabled [ 0.203427] Switched APIC routing to physical x2apic. [ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210310] KVM setup paravirtual spinlock [ 0.211649] x86: Booted up 1 node, 1 CPUs [ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213943] devtmpfs: initialized [ 0.215642] evm: security.selinux [ 0.216347] evm: security.SMACK64 [ 0.217058] evm: security.SMACK64EXEC [ 0.217836] evm: security.SMACK64TRANSMUTE [ 0.218683] evm: security.SMACK64MMAP [ 0.219456] evm: security.ima [ 0.220114] evm: security.capability [ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222952] pinctrl core: initialized pinctrl subsystem [ 0.224129] RTC time: 3:25:53, date: 10/04/18 [ 0.225115] NET: Registered protocol family 16 [ 0.226087] cpuidle: using governor ladder [ 0.226938] cpuidle: using governor menu [ 0.227742] PCCT header not found. [ 0.228516] ACPI: bus type PCI registered [ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230638] PCI: Using configuration type 1 for base access [ 0.232401] ACPI: Added _OSI(Module Device) [ 0.233291] ACPI: Added _OSI(Processor Device) [ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235110] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237223] ACPI: Interpreter enabled [ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245681] ACPI: (supports S0 S5) [ 0.246404] ACPI: Using IOAPIC for interrupt routing [ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256742] acpiphp: Slot [3] registered [ 0.257560] acpiphp: Slot [4] registered [ 0.258403] acpiphp: Slot [5] registered [ 0.259207] acpiphp: Slot [6] registered [ 0.260046] acpiphp: Slot [7] registered [ 0.260893] acpiphp: Slot [8] registered [ 0.261731] acpiphp: Slot [9] registered [ 0.262545] acpiphp: Slot [10] registered [ 0.263367] acpiphp: Slot [11] registered [ 0.264184] acpiphp: Slot [12] registered [ 0.265014] acpiphp: Slot [13] registered [ 0.265832] acpiphp: Slot [14] registered [ 0.266648] acpiphp: Slot [15] registered [ 0.277341] acpiphp: Slot [16] registered [ 0.278170] acpiphp: Slot [17] registered [ 0.278992] acpiphp: Slot [18] registered [ 0.279808] acpiphp: Slot [19] registered [ 0.280636] acpiphp: Slot [20] registered [ 0.281458] acpiphp: Slot [21] registered [ 0.282280] acpiphp: Slot [22] registered [ 0.283100] acpiphp: Slot [23] registered [ 0.283935] acpiphp: Slot [24] registered [ 0.284774] acpiphp: Slot [25] registered [ 0.285615] acpiphp: Slot [26] registered [ 0.286434] acpiphp: Slot [27] registered [ 0.287257] acpiphp: Slot [28] registered [ 0.288082] acpiphp: Slot [29] registered [ 0.288902] acpiphp: Slot [30] registered [ 0.289728] acpiphp: Slot [31] registered [ 0.290542] PCI host bridge to bus 0000:00 [ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375199] vgaarb: loaded [ 0.375807] vgaarb: bridge control possible 0000:00:02.0 [ 0.376959] SCSI subsystem initialized [ 0.377793] ACPI: bus type USB registered [ 0.378624] usbcore: registered new interface driver usbfs [ 0.379670] usbcore: registered new interface driver hub [ 0.380694] usbcore: registered new device driver usb [ 0.381822] PCI: Using ACPI for IRQ routing [ 0.382899] NetLabel: Initializing [ 0.383655] NetLabel: domain hash size = 128 [ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.385525] NetLabel: unlabeled traffic allowed by default [ 0.386696] clocksource: Switched to clocksource kvm-clock [ 0.392301] AppArmor: AppArmor Filesystem Enabled [ 0.393279] pnp: PnP ACPI init [ 0.394223] pnp: PnP ACPI: found 5 devices [ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402477] NET: Registered protocol family 2 [ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406008] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409533] NET: Registered protocol family 1 [ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440939] Trying to unpack rootfs image as initramfs... [ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505713] Scanning for low memory corruption every 60 seconds [ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.508245] audit: initializing netlink subsys (disabled) [ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized [ 0.510614] Initialise system trusted keyring [ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514736] zbud: loaded [ 0.515444] VFS: Disk quotas dquot_6.6.0 [ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517811] fuse init (API version 7.23) [ 0.518723] Key type big_key registered [ 0.519532] Allocating IMA MOK and blacklist keyrings. [ 0.521027] Key type asymmetric registered [ 0.521865] Asymmetric key parser 'x509' registered [ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.524329] io scheduler noop registered [ 0.525142] io scheduler deadline registered (default) [ 0.526141] io scheduler cfq registered [ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530810] ACPI: Power Button [PWRF] [ 0.531658] GHES: HEST is not enabled! [ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604055] Linux agpgart interface v0.103 [ 0.606131] brd: module loaded [ 0.607349] loop: module loaded [ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613716] GPT:90111 != 2097151 [ 0.614534] GPT:Alternate GPT header not at the end of the disk. [ 0.615846] GPT:90111 != 2097151 [ 0.616672] GPT: Use GNU Parted to correct GPT errors. [ 0.617842] vda: vda1 vda15 [ 0.619554] scsi host0: ata_piix [ 0.620481] scsi host1: ata_piix [ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.624434] libphy: Fixed MDIO Bus: probed [ 0.625436] tun: Universal TUN/TAP device driver, 1.6 [ 0.626504] tun: (C) 1999-2004 Max Krasnyansky [ 0.629218] PPP generic driver version 2.4.2 [ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632216] ehci-pci: EHCI PCI platform driver [ 0.633282] ehci-platform: EHCI generic platform driver [ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636023] ohci-pci: OHCI PCI platform driver [ 0.637148] ohci-platform: OHCI generic platform driver [ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662671] usb usb1: Product: UHCI Host Controller [ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.665564] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667119] hub 1-0:1.0: USB hub found [ 0.668181] hub 1-0:1.0: 2 ports detected [ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674739] mousedev: PS/2 mouse device common for all mice [ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.678819] rtc_cmos 00:00: RTC can wake from S4 [ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683515] i2c /dev entries driver [ 0.684558] device-mapper: uevent: version 1.0.3 [ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs [ 0.689844] NET: Registered protocol family 10 [ 0.691195] NET: Registered protocol family 17 [ 0.692402] Key type dns_resolver registered [ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697552] registered taskstats version 1 [ 0.698710] Loading compiled-in X.509 certificates [ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.703141] zswap: loaded using pool lzo/zbud [ 0.705352] Key type trusted registered [ 0.707208] Key type encrypted registered [ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled [ 0.709754] ima: No TPM chip found, activating TPM-bypass! [ 0.711215] evm: HMAC attrs: 0x1 [ 0.712401] Magic number: 6:15:411 [ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554) [ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.717321] EDD information not available. [ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785694] Write protecting the kernel read-only data: 14336k [ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.799969] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.844219] 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.22 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... 2018-10-04 03:26:13,300 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.201: timed out 2018-10-04 03:26:23,417 - 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 510189836 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.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133380] pid_max: default: 32768 minimum: 301 [ 0.134293] ACPI: Core revision 20150930 [ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136996] Security Framework initialized [ 0.137837] Yama: becoming mindful. [ 0.138593] AppArmor: AppArmor initialized [ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144795] Initializing cgroup subsys io [ 0.145638] Initializing cgroup subsys memory [ 0.146521] Initializing cgroup subsys devices [ 0.147448] Initializing cgroup subsys freezer [ 0.148365] Initializing cgroup subsys net_cls [ 0.149276] Initializing cgroup subsys perf_event [ 0.150202] Initializing cgroup subsys net_prio [ 0.151111] Initializing cgroup subsys hugetlb [ 0.152025] Initializing cgroup subsys pids [ 0.152944] CPU: Physical Processor ID: 0 [ 0.154457] mce: CPU supports 10 MCE banks [ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174658] ftrace: allocating 31920 entries in 125 pages [ 0.200357] smpboot: Max logical packages: 1 [ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202609] x2apic enabled [ 0.203427] Switched APIC routing to physical x2apic. [ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210310] KVM setup paravirtual spinlock [ 0.211649] x86: Booted up 1 node, 1 CPUs [ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213943] devtmpfs: initialized [ 0.215642] evm: security.selinux [ 0.216347] evm: security.SMACK64 [ 0.217058] evm: security.SMACK64EXEC [ 0.217836] evm: security.SMACK64TRANSMUTE [ 0.218683] evm: security.SMACK64MMAP [ 0.219456] evm: security.ima [ 0.220114] evm: security.capability [ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222952] pinctrl core: initialized pinctrl subsystem [ 0.224129] RTC time: 3:25:53, date: 10/04/18 [ 0.225115] NET: Registered protocol family 16 [ 0.226087] cpuidle: using governor ladder [ 0.226938] cpuidle: using governor menu [ 0.227742] PCCT header not found. [ 0.228516] ACPI: bus type PCI registered [ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230638] PCI: Using configuration type 1 for base access [ 0.232401] ACPI: Added _OSI(Module Device) [ 0.233291] ACPI: Added _OSI(Processor Device) [ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235110] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237223] ACPI: Interpreter enabled [ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245681] ACPI: (supports S0 S5) [ 0.246404] ACPI: Using IOAPIC for interrupt routing [ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256742] acpiphp: Slot [3] registered [ 0.257560] acpiphp: Slot [4] registered [ 0.258403] acpiphp: Slot [5] registered [ 0.259207] acpiphp: Slot [6] registered [ 0.260046] acpiphp: Slot [7] registered [ 0.260893] acpiphp: Slot [8] registered [ 0.261731] acpiphp: Slot [9] registered [ 0.262545] acpiphp: Slot [10] registered [ 0.263367] acpiphp: Slot [11] registered [ 0.264184] acpiphp: Slot [12] registered [ 0.265014] acpiphp: Slot [13] registered [ 0.265832] acpiphp: Slot [14] registered [ 0.266648] acpiphp: Slot [15] registered [ 0.277341] acpiphp: Slot [16] registered [ 0.278170] acpiphp: Slot [17] registered [ 0.278992] acpiphp: Slot [18] registered [ 0.279808] acpiphp: Slot [19] registered [ 0.280636] acpiphp: Slot [20] registered [ 0.281458] acpiphp: Slot [21] registered [ 0.282280] acpiphp: Slot [22] registered [ 0.283100] acpiphp: Slot [23] registered [ 0.283935] acpiphp: Slot [24] registered [ 0.284774] acpiphp: Slot [25] registered [ 0.285615] acpiphp: Slot [26] registered [ 0.286434] acpiphp: Slot [27] registered [ 0.287257] acpiphp: Slot [28] registered [ 0.288082] acpiphp: Slot [29] registered [ 0.288902] acpiphp: Slot [30] registered [ 0.289728] acpiphp: Slot [31] registered [ 0.290542] PCI host bridge to bus 0000:00 [ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375199] vgaarb: loaded [ 0.375807] vgaarb: bridge control possible 0000:00:02.0 [ 0.376959] SCSI subsystem initialized [ 0.377793] ACPI: bus type USB registered [ 0.378624] usbcore: registered new interface driver usbfs [ 0.379670] usbcore: registered new interface driver hub [ 0.380694] usbcore: registered new device driver usb [ 0.381822] PCI: Using ACPI for IRQ routing [ 0.382899] NetLabel: Initializing [ 0.383655] NetLabel: domain hash size = 128 [ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.385525] NetLabel: unlabeled traffic allowed by default [ 0.386696] clocksource: Switched to clocksource kvm-clock [ 0.392301] AppArmor: AppArmor Filesystem Enabled [ 0.393279] pnp: PnP ACPI init [ 0.394223] pnp: PnP ACPI: found 5 devices [ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402477] NET: Registered protocol family 2 [ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406008] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409533] NET: Registered protocol family 1 [ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440939] Trying to unpack rootfs image as initramfs... [ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505713] Scanning for low memory corruption every 60 seconds [ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.508245] audit: initializing netlink subsys (disabled) [ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized [ 0.510614] Initialise system trusted keyring [ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514736] zbud: loaded [ 0.515444] VFS: Disk quotas dquot_6.6.0 [ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517811] fuse init (API version 7.23) [ 0.518723] Key type big_key registered [ 0.519532] Allocating IMA MOK and blacklist keyrings. [ 0.521027] Key type asymmetric registered [ 0.521865] Asymmetric key parser 'x509' registered [ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.524329] io scheduler noop registered [ 0.525142] io scheduler deadline registered (default) [ 0.526141] io scheduler cfq registered [ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530810] ACPI: Power Button [PWRF] [ 0.531658] GHES: HEST is not enabled! [ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604055] Linux agpgart interface v0.103 [ 0.606131] brd: module loaded [ 0.607349] loop: module loaded [ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613716] GPT:90111 != 2097151 [ 0.614534] GPT:Alternate GPT header not at the end of the disk. [ 0.615846] GPT:90111 != 2097151 [ 0.616672] GPT: Use GNU Parted to correct GPT errors. [ 0.617842] vda: vda1 vda15 [ 0.619554] scsi host0: ata_piix [ 0.620481] scsi host1: ata_piix [ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.624434] libphy: Fixed MDIO Bus: probed [ 0.625436] tun: Universal TUN/TAP device driver, 1.6 [ 0.626504] tun: (C) 1999-2004 Max Krasnyansky [ 0.629218] PPP generic driver version 2.4.2 [ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632216] ehci-pci: EHCI PCI platform driver [ 0.633282] ehci-platform: EHCI generic platform driver [ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636023] ohci-pci: OHCI PCI platform driver [ 0.637148] ohci-platform: OHCI generic platform driver [ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662671] usb usb1: Product: UHCI Host Controller [ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.665564] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667119] hub 1-0:1.0: USB hub found [ 0.668181] hub 1-0:1.0: 2 ports detected [ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674739] mousedev: PS/2 mouse device common for all mice [ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.678819] rtc_cmos 00:00: RTC can wake from S4 [ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683515] i2c /dev entries driver [ 0.684558] device-mapper: uevent: version 1.0.3 [ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs [ 0.689844] NET: Registered protocol family 10 [ 0.691195] NET: Registered protocol family 17 [ 0.692402] Key type dns_resolver registered [ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697552] registered taskstats version 1 [ 0.698710] Loading compiled-in X.509 certificates [ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.703141] zswap: loaded using pool lzo/zbud [ 0.705352] Key type trusted registered [ 0.707208] Key type encrypted registered [ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled [ 0.709754] ima: No TPM chip found, activating TPM-bypass! [ 0.711215] evm: HMAC attrs: 0x1 [ 0.712401] Magic number: 6:15:411 [ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554) [ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.717321] EDD information not available. [ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785694] Write protecting the kernel read-only data: 14336k [ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.799969] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.844219] 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.22 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... 2018-10-04 03:26:24,419 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.201: timed out 2018-10-04 03:26:34,586 - 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 510189836 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.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133380] pid_max: default: 32768 minimum: 301 [ 0.134293] ACPI: Core revision 20150930 [ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136996] Security Framework initialized [ 0.137837] Yama: becoming mindful. [ 0.138593] AppArmor: AppArmor initialized [ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144795] Initializing cgroup subsys io [ 0.145638] Initializing cgroup subsys memory [ 0.146521] Initializing cgroup subsys devices [ 0.147448] Initializing cgroup subsys freezer [ 0.148365] Initializing cgroup subsys net_cls [ 0.149276] Initializing cgroup subsys perf_event [ 0.150202] Initializing cgroup subsys net_prio [ 0.151111] Initializing cgroup subsys hugetlb [ 0.152025] Initializing cgroup subsys pids [ 0.152944] CPU: Physical Processor ID: 0 [ 0.154457] mce: CPU supports 10 MCE banks [ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174658] ftrace: allocating 31920 entries in 125 pages [ 0.200357] smpboot: Max logical packages: 1 [ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202609] x2apic enabled [ 0.203427] Switched APIC routing to physical x2apic. [ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210310] KVM setup paravirtual spinlock [ 0.211649] x86: Booted up 1 node, 1 CPUs [ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213943] devtmpfs: initialized [ 0.215642] evm: security.selinux [ 0.216347] evm: security.SMACK64 [ 0.217058] evm: security.SMACK64EXEC [ 0.217836] evm: security.SMACK64TRANSMUTE [ 0.218683] evm: security.SMACK64MMAP [ 0.219456] evm: security.ima [ 0.220114] evm: security.capability [ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222952] pinctrl core: initialized pinctrl subsystem [ 0.224129] RTC time: 3:25:53, date: 10/04/18 [ 0.225115] NET: Registered protocol family 16 [ 0.226087] cpuidle: using governor ladder [ 0.226938] cpuidle: using governor menu [ 0.227742] PCCT header not found. [ 0.228516] ACPI: bus type PCI registered [ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230638] PCI: Using configuration type 1 for base access [ 0.232401] ACPI: Added _OSI(Module Device) [ 0.233291] ACPI: Added _OSI(Processor Device) [ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235110] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237223] ACPI: Interpreter enabled [ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245681] ACPI: (supports S0 S5) [ 0.246404] ACPI: Using IOAPIC for interrupt routing [ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256742] acpiphp: Slot [3] registered [ 0.257560] acpiphp: Slot [4] registered [ 0.258403] acpiphp: Slot [5] registered [ 0.259207] acpiphp: Slot [6] registered [ 0.260046] acpiphp: Slot [7] registered [ 0.260893] acpiphp: Slot [8] registered [ 0.261731] acpiphp: Slot [9] registered [ 0.262545] acpiphp: Slot [10] registered [ 0.263367] acpiphp: Slot [11] registered [ 0.264184] acpiphp: Slot [12] registered [ 0.265014] acpiphp: Slot [13] registered [ 0.265832] acpiphp: Slot [14] registered [ 0.266648] acpiphp: Slot [15] registered [ 0.277341] acpiphp: Slot [16] registered [ 0.278170] acpiphp: Slot [17] registered [ 0.278992] acpiphp: Slot [18] registered [ 0.279808] acpiphp: Slot [19] registered [ 0.280636] acpiphp: Slot [20] registered [ 0.281458] acpiphp: Slot [21] registered [ 0.282280] acpiphp: Slot [22] registered [ 0.283100] acpiphp: Slot [23] registered [ 0.283935] acpiphp: Slot [24] registered [ 0.284774] acpiphp: Slot [25] registered [ 0.285615] acpiphp: Slot [26] registered [ 0.286434] acpiphp: Slot [27] registered [ 0.287257] acpiphp: Slot [28] registered [ 0.288082] acpiphp: Slot [29] registered [ 0.288902] acpiphp: Slot [30] registered [ 0.289728] acpiphp: Slot [31] registered [ 0.290542] PCI host bridge to bus 0000:00 [ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375199] vgaarb: loaded [ 0.375807] vgaarb: bridge control possible 0000:00:02.0 [ 0.376959] SCSI subsystem initialized [ 0.377793] ACPI: bus type USB registered [ 0.378624] usbcore: registered new interface driver usbfs [ 0.379670] usbcore: registered new interface driver hub [ 0.380694] usbcore: registered new device driver usb [ 0.381822] PCI: Using ACPI for IRQ routing [ 0.382899] NetLabel: Initializing [ 0.383655] NetLabel: domain hash size = 128 [ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.385525] NetLabel: unlabeled traffic allowed by default [ 0.386696] clocksource: Switched to clocksource kvm-clock [ 0.392301] AppArmor: AppArmor Filesystem Enabled [ 0.393279] pnp: PnP ACPI init [ 0.394223] pnp: PnP ACPI: found 5 devices [ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402477] NET: Registered protocol family 2 [ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406008] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409533] NET: Registered protocol family 1 [ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440939] Trying to unpack rootfs image as initramfs... [ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505713] Scanning for low memory corruption every 60 seconds [ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.508245] audit: initializing netlink subsys (disabled) [ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized [ 0.510614] Initialise system trusted keyring [ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514736] zbud: loaded [ 0.515444] VFS: Disk quotas dquot_6.6.0 [ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517811] fuse init (API version 7.23) [ 0.518723] Key type big_key registered [ 0.519532] Allocating IMA MOK and blacklist keyrings. [ 0.521027] Key type asymmetric registered [ 0.521865] Asymmetric key parser 'x509' registered [ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.524329] io scheduler noop registered [ 0.525142] io scheduler deadline registered (default) [ 0.526141] io scheduler cfq registered [ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530810] ACPI: Power Button [PWRF] [ 0.531658] GHES: HEST is not enabled! [ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604055] Linux agpgart interface v0.103 [ 0.606131] brd: module loaded [ 0.607349] loop: module loaded [ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613716] GPT:90111 != 2097151 [ 0.614534] GPT:Alternate GPT header not at the end of the disk. [ 0.615846] GPT:90111 != 2097151 [ 0.616672] GPT: Use GNU Parted to correct GPT errors. [ 0.617842] vda: vda1 vda15 [ 0.619554] scsi host0: ata_piix [ 0.620481] scsi host1: ata_piix [ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.624434] libphy: Fixed MDIO Bus: probed [ 0.625436] tun: Universal TUN/TAP device driver, 1.6 [ 0.626504] tun: (C) 1999-2004 Max Krasnyansky [ 0.629218] PPP generic driver version 2.4.2 [ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632216] ehci-pci: EHCI PCI platform driver [ 0.633282] ehci-platform: EHCI generic platform driver [ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636023] ohci-pci: OHCI PCI platform driver [ 0.637148] ohci-platform: OHCI generic platform driver [ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662671] usb usb1: Product: UHCI Host Controller [ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.665564] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667119] hub 1-0:1.0: USB hub found [ 0.668181] hub 1-0:1.0: 2 ports detected [ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674739] mousedev: PS/2 mouse device common for all mice [ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.678819] rtc_cmos 00:00: RTC can wake from S4 [ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683515] i2c /dev entries driver [ 0.684558] device-mapper: uevent: version 1.0.3 [ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs [ 0.689844] NET: Registered protocol family 10 [ 0.691195] NET: Registered protocol family 17 [ 0.692402] Key type dns_resolver registered [ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697552] registered taskstats version 1 [ 0.698710] Loading compiled-in X.509 certificates [ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.703141] zswap: loaded using pool lzo/zbud [ 0.705352] Key type trusted registered [ 0.707208] Key type encrypted registered [ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled [ 0.709754] ima: No TPM chip found, activating TPM-bypass! [ 0.711215] evm: HMAC attrs: 0x1 [ 0.712401] Magic number: 6:15:411 [ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554) [ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.717321] EDD information not available. [ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785694] Write protecting the kernel read-only data: 14336k [ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.799969] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.844219] 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.22 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... 2018-10-04 03:26:35,589 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.201: timed out 2018-10-04 03:26:45,709 - 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 510189836 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.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133380] pid_max: default: 32768 minimum: 301 [ 0.134293] ACPI: Core revision 20150930 [ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136996] Security Framework initialized [ 0.137837] Yama: becoming mindful. [ 0.138593] AppArmor: AppArmor initialized [ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144795] Initializing cgroup subsys io [ 0.145638] Initializing cgroup subsys memory [ 0.146521] Initializing cgroup subsys devices [ 0.147448] Initializing cgroup subsys freezer [ 0.148365] Initializing cgroup subsys net_cls [ 0.149276] Initializing cgroup subsys perf_event [ 0.150202] Initializing cgroup subsys net_prio [ 0.151111] Initializing cgroup subsys hugetlb [ 0.152025] Initializing cgroup subsys pids [ 0.152944] CPU: Physical Processor ID: 0 [ 0.154457] mce: CPU supports 10 MCE banks [ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174658] ftrace: allocating 31920 entries in 125 pages [ 0.200357] smpboot: Max logical packages: 1 [ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202609] x2apic enabled [ 0.203427] Switched APIC routing to physical x2apic. [ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210310] KVM setup paravirtual spinlock [ 0.211649] x86: Booted up 1 node, 1 CPUs [ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213943] devtmpfs: initialized [ 0.215642] evm: security.selinux [ 0.216347] evm: security.SMACK64 [ 0.217058] evm: security.SMACK64EXEC [ 0.217836] evm: security.SMACK64TRANSMUTE [ 0.218683] evm: security.SMACK64MMAP [ 0.219456] evm: security.ima [ 0.220114] evm: security.capability [ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222952] pinctrl core: initialized pinctrl subsystem [ 0.224129] RTC time: 3:25:53, date: 10/04/18 [ 0.225115] NET: Registered protocol family 16 [ 0.226087] cpuidle: using governor ladder [ 0.226938] cpuidle: using governor menu [ 0.227742] PCCT header not found. [ 0.228516] ACPI: bus type PCI registered [ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230638] PCI: Using configuration type 1 for base access [ 0.232401] ACPI: Added _OSI(Module Device) [ 0.233291] ACPI: Added _OSI(Processor Device) [ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235110] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237223] ACPI: Interpreter enabled [ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245681] ACPI: (supports S0 S5) [ 0.246404] ACPI: Using IOAPIC for interrupt routing [ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256742] acpiphp: Slot [3] registered [ 0.257560] acpiphp: Slot [4] registered [ 0.258403] acpiphp: Slot [5] registered [ 0.259207] acpiphp: Slot [6] registered [ 0.260046] acpiphp: Slot [7] registered [ 0.260893] acpiphp: Slot [8] registered [ 0.261731] acpiphp: Slot [9] registered [ 0.262545] acpiphp: Slot [10] registered [ 0.263367] acpiphp: Slot [11] registered [ 0.264184] acpiphp: Slot [12] registered [ 0.265014] acpiphp: Slot [13] registered [ 0.265832] acpiphp: Slot [14] registered [ 0.266648] acpiphp: Slot [15] registered [ 0.277341] acpiphp: Slot [16] registered [ 0.278170] acpiphp: Slot [17] registered [ 0.278992] acpiphp: Slot [18] registered [ 0.279808] acpiphp: Slot [19] registered [ 0.280636] acpiphp: Slot [20] registered [ 0.281458] acpiphp: Slot [21] registered [ 0.282280] acpiphp: Slot [22] registered [ 0.283100] acpiphp: Slot [23] registered [ 0.283935] acpiphp: Slot [24] registered [ 0.284774] acpiphp: Slot [25] registered [ 0.285615] acpiphp: Slot [26] registered [ 0.286434] acpiphp: Slot [27] registered [ 0.287257] acpiphp: Slot [28] registered [ 0.288082] acpiphp: Slot [29] registered [ 0.288902] acpiphp: Slot [30] registered [ 0.289728] acpiphp: Slot [31] registered [ 0.290542] PCI host bridge to bus 0000:00 [ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375199] vgaarb: loaded [ 0.375807] vgaarb: bridge control possible 0000:00:02.0 [ 0.376959] SCSI subsystem initialized [ 0.377793] ACPI: bus type USB registered [ 0.378624] usbcore: registered new interface driver usbfs [ 0.379670] usbcore: registered new interface driver hub [ 0.380694] usbcore: registered new device driver usb [ 0.381822] PCI: Using ACPI for IRQ routing [ 0.382899] NetLabel: Initializing [ 0.383655] NetLabel: domain hash size = 128 [ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.385525] NetLabel: unlabeled traffic allowed by default [ 0.386696] clocksource: Switched to clocksource kvm-clock [ 0.392301] AppArmor: AppArmor Filesystem Enabled [ 0.393279] pnp: PnP ACPI init [ 0.394223] pnp: PnP ACPI: found 5 devices [ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402477] NET: Registered protocol family 2 [ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406008] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409533] NET: Registered protocol family 1 [ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440939] Trying to unpack rootfs image as initramfs... [ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505713] Scanning for low memory corruption every 60 seconds [ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.508245] audit: initializing netlink subsys (disabled) [ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized [ 0.510614] Initialise system trusted keyring [ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514736] zbud: loaded [ 0.515444] VFS: Disk quotas dquot_6.6.0 [ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517811] fuse init (API version 7.23) [ 0.518723] Key type big_key registered [ 0.519532] Allocating IMA MOK and blacklist keyrings. [ 0.521027] Key type asymmetric registered [ 0.521865] Asymmetric key parser 'x509' registered [ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.524329] io scheduler noop registered [ 0.525142] io scheduler deadline registered (default) [ 0.526141] io scheduler cfq registered [ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530810] ACPI: Power Button [PWRF] [ 0.531658] GHES: HEST is not enabled! [ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604055] Linux agpgart interface v0.103 [ 0.606131] brd: module loaded [ 0.607349] loop: module loaded [ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613716] GPT:90111 != 2097151 [ 0.614534] GPT:Alternate GPT header not at the end of the disk. [ 0.615846] GPT:90111 != 2097151 [ 0.616672] GPT: Use GNU Parted to correct GPT errors. [ 0.617842] vda: vda1 vda15 [ 0.619554] scsi host0: ata_piix [ 0.620481] scsi host1: ata_piix [ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.624434] libphy: Fixed MDIO Bus: probed [ 0.625436] tun: Universal TUN/TAP device driver, 1.6 [ 0.626504] tun: (C) 1999-2004 Max Krasnyansky [ 0.629218] PPP generic driver version 2.4.2 [ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632216] ehci-pci: EHCI PCI platform driver [ 0.633282] ehci-platform: EHCI generic platform driver [ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636023] ohci-pci: OHCI PCI platform driver [ 0.637148] ohci-platform: OHCI generic platform driver [ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662671] usb usb1: Product: UHCI Host Controller [ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.665564] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667119] hub 1-0:1.0: USB hub found [ 0.668181] hub 1-0:1.0: 2 ports detected [ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674739] mousedev: PS/2 mouse device common for all mice [ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.678819] rtc_cmos 00:00: RTC can wake from S4 [ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683515] i2c /dev entries driver [ 0.684558] device-mapper: uevent: version 1.0.3 [ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs [ 0.689844] NET: Registered protocol family 10 [ 0.691195] NET: Registered protocol family 17 [ 0.692402] Key type dns_resolver registered [ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697552] registered taskstats version 1 [ 0.698710] Loading compiled-in X.509 certificates [ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.703141] zswap: loaded using pool lzo/zbud [ 0.705352] Key type trusted registered [ 0.707208] Key type encrypted registered [ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled [ 0.709754] ima: No TPM chip found, activating TPM-bypass! [ 0.711215] evm: HMAC attrs: 0x1 [ 0.712401] Magic number: 6:15:411 [ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554) [ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.717321] EDD information not available. [ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785694] Write protecting the kernel read-only data: 14336k [ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.799969] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.844219] 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.22 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... 2018-10-04 03:26:46,711 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.201: timed out 2018-10-04 03:26:56,825 - 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 510189836 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.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133380] pid_max: default: 32768 minimum: 301 [ 0.134293] ACPI: Core revision 20150930 [ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136996] Security Framework initialized [ 0.137837] Yama: becoming mindful. [ 0.138593] AppArmor: AppArmor initialized [ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144795] Initializing cgroup subsys io [ 0.145638] Initializing cgroup subsys memory [ 0.146521] Initializing cgroup subsys devices [ 0.147448] Initializing cgroup subsys freezer [ 0.148365] Initializing cgroup subsys net_cls [ 0.149276] Initializing cgroup subsys perf_event [ 0.150202] Initializing cgroup subsys net_prio [ 0.151111] Initializing cgroup subsys hugetlb [ 0.152025] Initializing cgroup subsys pids [ 0.152944] CPU: Physical Processor ID: 0 [ 0.154457] mce: CPU supports 10 MCE banks [ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174658] ftrace: allocating 31920 entries in 125 pages [ 0.200357] smpboot: Max logical packages: 1 [ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202609] x2apic enabled [ 0.203427] Switched APIC routing to physical x2apic. [ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210310] KVM setup paravirtual spinlock [ 0.211649] x86: Booted up 1 node, 1 CPUs [ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213943] devtmpfs: initialized [ 0.215642] evm: security.selinux [ 0.216347] evm: security.SMACK64 [ 0.217058] evm: security.SMACK64EXEC [ 0.217836] evm: security.SMACK64TRANSMUTE [ 0.218683] evm: security.SMACK64MMAP [ 0.219456] evm: security.ima [ 0.220114] evm: security.capability [ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222952] pinctrl core: initialized pinctrl subsystem [ 0.224129] RTC time: 3:25:53, date: 10/04/18 [ 0.225115] NET: Registered protocol family 16 [ 0.226087] cpuidle: using governor ladder [ 0.226938] cpuidle: using governor menu [ 0.227742] PCCT header not found. [ 0.228516] ACPI: bus type PCI registered [ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230638] PCI: Using configuration type 1 for base access [ 0.232401] ACPI: Added _OSI(Module Device) [ 0.233291] ACPI: Added _OSI(Processor Device) [ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235110] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237223] ACPI: Interpreter enabled [ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245681] ACPI: (supports S0 S5) [ 0.246404] ACPI: Using IOAPIC for interrupt routing [ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256742] acpiphp: Slot [3] registered [ 0.257560] acpiphp: Slot [4] registered [ 0.258403] acpiphp: Slot [5] registered [ 0.259207] acpiphp: Slot [6] registered [ 0.260046] acpiphp: Slot [7] registered [ 0.260893] acpiphp: Slot [8] registered [ 0.261731] acpiphp: Slot [9] registered [ 0.262545] acpiphp: Slot [10] registered [ 0.263367] acpiphp: Slot [11] registered [ 0.264184] acpiphp: Slot [12] registered [ 0.265014] acpiphp: Slot [13] registered [ 0.265832] acpiphp: Slot [14] registered [ 0.266648] acpiphp: Slot [15] registered [ 0.277341] acpiphp: Slot [16] registered [ 0.278170] acpiphp: Slot [17] registered [ 0.278992] acpiphp: Slot [18] registered [ 0.279808] acpiphp: Slot [19] registered [ 0.280636] acpiphp: Slot [20] registered [ 0.281458] acpiphp: Slot [21] registered [ 0.282280] acpiphp: Slot [22] registered [ 0.283100] acpiphp: Slot [23] registered [ 0.283935] acpiphp: Slot [24] registered [ 0.284774] acpiphp: Slot [25] registered [ 0.285615] acpiphp: Slot [26] registered [ 0.286434] acpiphp: Slot [27] registered [ 0.287257] acpiphp: Slot [28] registered [ 0.288082] acpiphp: Slot [29] registered [ 0.288902] acpiphp: Slot [30] registered [ 0.289728] acpiphp: Slot [31] registered [ 0.290542] PCI host bridge to bus 0000:00 [ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375199] vgaarb: loaded [ 0.375807] vgaarb: bridge control possible 0000:00:02.0 [ 0.376959] SCSI subsystem initialized [ 0.377793] ACPI: bus type USB registered [ 0.378624] usbcore: registered new interface driver usbfs [ 0.379670] usbcore: registered new interface driver hub [ 0.380694] usbcore: registered new device driver usb [ 0.381822] PCI: Using ACPI for IRQ routing [ 0.382899] NetLabel: Initializing [ 0.383655] NetLabel: domain hash size = 128 [ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.385525] NetLabel: unlabeled traffic allowed by default [ 0.386696] clocksource: Switched to clocksource kvm-clock [ 0.392301] AppArmor: AppArmor Filesystem Enabled [ 0.393279] pnp: PnP ACPI init [ 0.394223] pnp: PnP ACPI: found 5 devices [ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402477] NET: Registered protocol family 2 [ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406008] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409533] NET: Registered protocol family 1 [ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440939] Trying to unpack rootfs image as initramfs... [ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505713] Scanning for low memory corruption every 60 seconds [ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.508245] audit: initializing netlink subsys (disabled) [ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized [ 0.510614] Initialise system trusted keyring [ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514736] zbud: loaded [ 0.515444] VFS: Disk quotas dquot_6.6.0 [ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517811] fuse init (API version 7.23) [ 0.518723] Key type big_key registered [ 0.519532] Allocating IMA MOK and blacklist keyrings. [ 0.521027] Key type asymmetric registered [ 0.521865] Asymmetric key parser 'x509' registered [ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.524329] io scheduler noop registered [ 0.525142] io scheduler deadline registered (default) [ 0.526141] io scheduler cfq registered [ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530810] ACPI: Power Button [PWRF] [ 0.531658] GHES: HEST is not enabled! [ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604055] Linux agpgart interface v0.103 [ 0.606131] brd: module loaded [ 0.607349] loop: module loaded [ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613716] GPT:90111 != 2097151 [ 0.614534] GPT:Alternate GPT header not at the end of the disk. [ 0.615846] GPT:90111 != 2097151 [ 0.616672] GPT: Use GNU Parted to correct GPT errors. [ 0.617842] vda: vda1 vda15 [ 0.619554] scsi host0: ata_piix [ 0.620481] scsi host1: ata_piix [ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.624434] libphy: Fixed MDIO Bus: probed [ 0.625436] tun: Universal TUN/TAP device driver, 1.6 [ 0.626504] tun: (C) 1999-2004 Max Krasnyansky [ 0.629218] PPP generic driver version 2.4.2 [ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632216] ehci-pci: EHCI PCI platform driver [ 0.633282] ehci-platform: EHCI generic platform driver [ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636023] ohci-pci: OHCI PCI platform driver [ 0.637148] ohci-platform: OHCI generic platform driver [ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662671] usb usb1: Product: UHCI Host Controller [ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.665564] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667119] hub 1-0:1.0: USB hub found [ 0.668181] hub 1-0:1.0: 2 ports detected [ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674739] mousedev: PS/2 mouse device common for all mice [ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.678819] rtc_cmos 00:00: RTC can wake from S4 [ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683515] i2c /dev entries driver [ 0.684558] device-mapper: uevent: version 1.0.3 [ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs [ 0.689844] NET: Registered protocol family 10 [ 0.691195] NET: Registered protocol family 17 [ 0.692402] Key type dns_resolver registered [ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697552] registered taskstats version 1 [ 0.698710] Loading compiled-in X.509 certificates [ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.703141] zswap: loaded using pool lzo/zbud [ 0.705352] Key type trusted registered [ 0.707208] Key type encrypted registered [ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled [ 0.709754] ima: No TPM chip found, activating TPM-bypass! [ 0.711215] evm: HMAC attrs: 0x1 [ 0.712401] Magic number: 6:15:411 [ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554) [ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.717321] EDD information not available. [ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785694] Write protecting the kernel read-only data: 14336k [ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.799969] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.844219] 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.22 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... 2018-10-04 03:26:57,827 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.201: timed out 2018-10-04 03:27:06,837 - functest.core.singlevm - ERROR - cannot connect to 172.30.9.201 2018-10-04 03:27:06,837 - functest.core.singlevm - ERROR - Cannot run vping_ssh Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 427, in run (self.fip, self.ssh) = self.connect(self.sshvm) TypeError: 'NoneType' object is not iterable 2018-10-04 03:27:06,963 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 03:27:06,964 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:38 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-10-04 03:27:22,702 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-10-04 03:27:22,755 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-10-04 03:27:23,731 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'id': u'293a9bdf32fc43f1b62777a893bfd82d', '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-10-04 03:27:24,181 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b6fcdfd5ccdf444a9677d369cb3cfae6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_94364b79-ce5b-416f-bff8-dfda15d7bb93'}) 2018-10-04 03:27:24,338 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 03:27:24,535 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/1f49d9b4ee7643948f4f5e891c5a9802'}, 'domain_id': None, 'human_id': None, 'id': u'1f49d9b4ee7643948f4f5e891c5a9802', 'HUMAN_ID': False}) 2018-10-04 03:27:25,092 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93', 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': 'aac5cdb2-00a5-4ffe-8045-e582926f316a', 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_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'project_id': u'293a9bdf32fc43f1b62777a893bfd82d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 03:27:25,098 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'password': 'aac5cdb2-00a5-4ffe-8045-e582926f316a', 'project_name': 'vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '293a9bdf32fc43f1b62777a893bfd82d', 'project_domain_name': 'Default'} 2018-10-04 03:27:25,098 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-10-04 03:27:25,782 - 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-10-04T03:27:25Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'9a77227a-cfb9-4648-8e9c-a7bc932ff60d', u'provider:segmentation_id': 44, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93', u'admin_state_up': True, u'tenant_id': u'293a9bdf32fc43f1b62777a893bfd82d', u'created_at': u'2018-10-04T03:27:25Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'293a9bdf32fc43f1b62777a893bfd82d'}) 2018-10-04 03:27:27,352 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T03:27:26Z', 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'27e061bc-f8c2-4628-b51e-c467ffd376c6', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_94364b79-ce5b-416f-bff8-dfda15d7bb93', u'enable_dhcp': True, u'network_id': u'9a77227a-cfb9-4648-8e9c-a7bc932ff60d', u'tenant_id': u'293a9bdf32fc43f1b62777a893bfd82d', u'created_at': u'2018-10-04T03:27:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'293a9bdf32fc43f1b62777a893bfd82d'}) 2018-10-04 03:27:28,600 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4e3704d3-5674-4369-98a3-8a8012d693a9', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd452f0e4-634e-4c49-b427-841d4086f073', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'293a9bdf32fc43f1b62777a893bfd82d', u'created_at': u'2018-10-04T03:27:27Z', u'admin_state_up': True, u'updated_at': u'2018-10-04T03:27:28Z', u'revision_number': 2, u'routes': [], u'project_id': u'293a9bdf32fc43f1b62777a893bfd82d', u'id': u'e50b27f8-850d-4ae6-ba27-ba0e18109791', u'name': u'vping_userdata-router_94364b79-ce5b-416f-bff8-dfda15d7bb93'}) 2018-10-04 03:27:31,819 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/file', 'owner': u'293a9bdf32fc43f1b62777a893bfd82d', 'id': u'9404bd9e-b34a-456d-9e61-eff8a2ad58f3', 'size': 12716032, u'self': u'/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'293a9bdf32fc43f1b62777a893bfd82d', 'name': 'vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T03:27:31Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-04T03:27:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'created': u'2018-10-04T03:27:30Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T03:27:30Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 03:27:32,011 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_94364b79-ce5b-416f-bff8-dfda15d7bb93', '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'510ab77bdaaa470cad047d68b7d85c03', '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'cb88cfb8-19ae-40ba-9e99-ab261bfa0922', 'swap': 0}) 2018-10-04 03:27:43,361 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:11:0d:38', 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'9404bd9e-b34a-456d-9e61-eff8a2ad58f3'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-04T03:27:38.000000', 'flavor': Munch({u'id': u'cb88cfb8-19ae-40ba-9e99-ab261bfa0922'}), 'az': u'nova', 'id': u'8d7a6472-81e6-422d-9eee-696cac9b99d0', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b6fcdfd5ccdf444a9677d369cb3cfae6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'293a9bdf32fc43f1b62777a893bfd82d', 'name': 'vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93', '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-10-04T03:27:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-04T03:27:39Z', 'hostId': u'e4914beb0e5883b924d5a235f083a33391ff2d55ff99d2492415e4e2', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'e4914beb0e5883b924d5a235f083a33391ff2d55ff99d2492415e4e2', '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-10-04T03:27:38.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'293a9bdf32fc43f1b62777a893bfd82d', 'name': u'vping_userdata-vm_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'adminPass': u'dazzX9AYh2L4', 'tenant_id': u'293a9bdf32fc43f1b62777a893bfd82d', 'region': 'regionOne', 'created': u'2018-10-04T03:27:33Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-04 03:27:53,167 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:14:5a:75', 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'9404bd9e-b34a-456d-9e61-eff8a2ad58f3'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-04T03:27:50.000000', 'flavor': Munch({u'id': u'cb88cfb8-19ae-40ba-9e99-ab261bfa0922'}), 'az': u'nova', 'id': u'3669b237-5d6f-4dab-a9b0-2e43e99d0afe', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b6fcdfd5ccdf444a9677d369cb3cfae6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'293a9bdf32fc43f1b62777a893bfd82d', 'name': 'vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93', '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-10-04T03:27:50.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-04T03:27:51Z', 'hostId': u'cc4ec6e522570ab9b64fcc7472c861ebfe24a7515eb83585849f1982', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'cc4ec6e522570ab9b64fcc7472c861ebfe24a7515eb83585849f1982', '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-10-04T03:27:50.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'293a9bdf32fc43f1b62777a893bfd82d', 'name': u'vping_userdata-vm2_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'adminPass': u'wj7kxHPT7tDB', 'tenant_id': u'293a9bdf32fc43f1b62777a893bfd82d', 'region': 'regionOne', 'created': u'2018-10-04T03:27:45Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-04 03:27:53,168 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-10-04 03:27:55,738 - 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 611983329 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.130722] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132384] pid_max: default: 32768 minimum: 301 [ 0.133285] ACPI: Core revision 20150930 [ 0.134669] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135989] Security Framework initialized [ 0.136809] Yama: becoming mindful. [ 0.137551] AppArmor: AppArmor initialized [ 0.138430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139776] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141060] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142287] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143682] Initializing cgroup subsys io [ 0.144498] Initializing cgroup subsys memory [ 0.145361] Initializing cgroup subsys devices [ 0.146243] Initializing cgroup subsys freezer [ 0.147119] Initializing cgroup subsys net_cls [ 0.147995] Initializing cgroup subsys perf_event [ 0.148907] Initializing cgroup subsys net_prio [ 0.149804] Initializing cgroup subsys hugetlb [ 0.150678] Initializing cgroup subsys pids [ 0.151559] CPU: Physical Processor ID: 0 [ 0.153078] mce: CPU supports 10 MCE banks [ 0.153943] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154948] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166827] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173201] ftrace: allocating 31920 entries in 125 pages [ 0.199413] smpboot: Max logical packages: 1 [ 0.200294] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201656] x2apic enabled [ 0.202484] Switched APIC routing to physical x2apic. [ 0.204232] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205369] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207377] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.209179] KVM setup paravirtual spinlock [ 0.210547] x86: Booted up 1 node, 1 CPUs [ 0.211359] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212757] devtmpfs: initialized [ 0.214481] evm: security.selinux [ 0.215185] evm: security.SMACK64 [ 0.215885] evm: security.SMACK64EXEC [ 0.216638] evm: security.SMACK64TRANSMUTE [ 0.217453] evm: security.SMACK64MMAP [ 0.218204] evm: security.ima [ 0.218856] evm: security.capability [ 0.219670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.221541] pinctrl core: initialized pinctrl subsystem [ 0.222654] RTC time: 3:27:50, date: 10/04/18 [ 0.223616] NET: Registered protocol family 16 [ 0.224591] cpuidle: using governor ladder [ 0.225412] cpuidle: using governor menu [ 0.226197] PCCT header not found. [ 0.226959] ACPI: bus type PCI registered [ 0.227769] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229018] PCI: Using configuration type 1 for base access [ 0.230786] ACPI: Added _OSI(Module Device) [ 0.231644] ACPI: Added _OSI(Processor Device) [ 0.232507] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.233408] ACPI: Added _OSI(Processor Aggregator Device) [ 0.235535] ACPI: Interpreter enabled [ 0.236317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240028] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243751] ACPI: (supports S0 S5) [ 0.244464] ACPI: Using IOAPIC for interrupt routing [ 0.245557] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249815] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252260] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254497] acpiphp: Slot [3] registered [ 0.255308] acpiphp: Slot [4] registered [ 0.256109] acpiphp: Slot [5] registered [ 0.256915] acpiphp: Slot [6] registered [ 0.257716] acpiphp: Slot [7] registered [ 0.258523] acpiphp: Slot [8] registered [ 0.259330] acpiphp: Slot [9] registered [ 0.260131] acpiphp: Slot [10] registered [ 0.260955] acpiphp: Slot [11] registered [ 0.261776] acpiphp: Slot [12] registered [ 0.262601] acpiphp: Slot [13] registered [ 0.263420] acpiphp: Slot [14] registered [ 0.264232] acpiphp: Slot [15] registered [ 0.275374] acpiphp: Slot [16] registered [ 0.276200] acpiphp: Slot [17] registered [ 0.277020] acpiphp: Slot [18] registered [ 0.277834] acpiphp: Slot [19] registered [ 0.278650] acpiphp: Slot [20] registered [ 0.279474] acpiphp: Slot [21] registered [ 0.280301] acpiphp: Slot [22] registered [ 0.281113] acpiphp: Slot [23] registered [ 0.281936] acpiphp: Slot [24] registered [ 0.282754] acpiphp: Slot [25] registered [ 0.283574] acpiphp: Slot [26] registered [ 0.284391] acpiphp: Slot [27] registered [ 0.285204] acpiphp: Slot [28] registered [ 0.286026] acpiphp: Slot [29] registered [ 0.286841] acpiphp: Slot [30] registered [ 0.287670] acpiphp: Slot [31] registered [ 0.288486] PCI host bridge to bus 0000:00 [ 0.289299] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290518] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291743] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293201] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294663] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300978] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302273] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303460] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304793] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358934] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360436] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361875] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365959] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367456] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368515] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370132] vgaarb: loaded [ 0.370752] vgaarb: bridge control possible 0000:00:02.0 [ 0.371887] SCSI subsystem initialized [ 0.372707] ACPI: bus type USB registered [ 0.373528] usbcore: registered new interface driver usbfs [ 0.374564] usbcore: registered new interface driver hub [ 0.375573] usbcore: registered new device driver usb [ 0.376624] PCI: Using ACPI for IRQ routing [ 0.377650] NetLabel: Initializing [ 0.378367] NetLabel: domain hash size = 128 [ 0.379224] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380181] NetLabel: unlabeled traffic allowed by default [ 0.381289] clocksource: Switched to clocksource kvm-clock [ 0.386681] AppArmor: AppArmor Filesystem Enabled [ 0.387676] pnp: PnP ACPI init [ 0.388585] pnp: PnP ACPI: found 5 devices [ 0.394956] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396654] NET: Registered protocol family 2 [ 0.397611] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398887] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400060] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401221] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402308] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403486] NET: Registered protocol family 1 [ 0.404357] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405460] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406576] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420613] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.434996] Trying to unpack rootfs image as initramfs... [ 0.484650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498620] Scanning for low memory corruption every 60 seconds [ 0.499973] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501125] audit: initializing netlink subsys (disabled) [ 0.502188] audit: type=2000 audit(1538623671.014:1): initialized [ 0.503508] Initialise system trusted keyring [ 0.504439] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505618] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507586] zbud: loaded [ 0.508292] VFS: Disk quotas dquot_6.6.0 [ 0.509141] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510700] fuse init (API version 7.23) [ 0.511603] Key type big_key registered [ 0.512420] Allocating IMA MOK and blacklist keyrings. [ 0.513534] Key type asymmetric registered [ 0.514366] Asymmetric key parser 'x509' registered [ 0.515345] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517227] io scheduler noop registered [ 0.518040] io scheduler deadline registered (default) [ 0.519041] io scheduler cfq registered [ 0.519877] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.520948] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522246] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523716] ACPI: Power Button [PWRF] [ 0.524650] GHES: HEST is not enabled! [ 0.539589] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.570138] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.573596] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.597212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599348] Linux agpgart interface v0.103 [ 0.601429] brd: module loaded [ 0.602662] loop: module loaded [ 0.607102] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.608593] GPT:90111 != 2097151 [ 0.609273] GPT:Alternate GPT header not at the end of the disk. [ 0.610368] GPT:90111 != 2097151 [ 0.611040] GPT: Use GNU Parted to correct GPT errors. [ 0.612006] vda: vda1 vda15 [ 0.613483] scsi host0: ata_piix [ 0.614257] scsi host1: ata_piix [ 0.614955] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616196] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617656] libphy: Fixed MDIO Bus: probed [ 0.618485] tun: Universal TUN/TAP device driver, 1.6 [ 0.619461] tun: (C) 1999-2004 Max Krasnyansky [ 0.621610] PPP generic driver version 2.4.2 [ 0.622500] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623789] ehci-pci: EHCI PCI platform driver [ 0.624665] ehci-platform: EHCI generic platform driver [ 0.625662] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.626835] ohci-pci: OHCI PCI platform driver [ 0.627702] ohci-platform: OHCI generic platform driver [ 0.628672] uhci_hcd: USB Universal Host Controller Interface driver [ 0.642774] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.643807] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.645269] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.646307] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.647439] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.648673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.650100] usb usb1: Product: UHCI Host Controller [ 0.651042] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.652197] usb usb1: SerialNumber: 0000:00:01.2 [ 0.653235] hub 1-0:1.0: USB hub found [ 0.654067] hub 1-0:1.0: 2 ports detected [ 0.654978] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.657116] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.658112] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.659163] mousedev: PS/2 mouse device common for all mice [ 0.660435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662286] rtc_cmos 00:00: RTC can wake from S4 [ 0.663427] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664649] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665881] i2c /dev entries driver [ 0.666683] device-mapper: uevent: version 1.0.3 [ 0.667652] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669361] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670674] NET: Registered protocol family 10 [ 0.671657] NET: Registered protocol family 17 [ 0.672559] Key type dns_resolver registered [ 0.673485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674618] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676409] registered taskstats version 1 [ 0.677270] Loading compiled-in X.509 certificates [ 0.678746] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680643] zswap: loaded using pool lzo/zbud [ 0.682017] Key type trusted registered [ 0.683998] Key type encrypted registered [ 0.684858] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685923] ima: No TPM chip found, activating TPM-bypass! [ 0.687019] evm: HMAC attrs: 0x1 [ 0.687964] Magic number: 6:565:461 [ 0.688825] rtc_cmos 00:00: setting system clock to 2018-10-04 03:27:51 UTC (1538623671) [ 0.690457] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.691607] EDD information not available. [ 0.774391] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.776046] Write protecting the kernel read-only data: 14336k [ 0.787830] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789750] 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.05 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.578656] 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.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.47. 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: 2018-10-04 03:27:55,739 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.12. Waiting for response... 2018-10-04 03:27:58,618 - 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 611983329 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.130722] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132384] pid_max: default: 32768 minimum: 301 [ 0.133285] ACPI: Core revision 20150930 [ 0.134669] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135989] Security Framework initialized [ 0.136809] Yama: becoming mindful. [ 0.137551] AppArmor: AppArmor initialized [ 0.138430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139776] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141060] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142287] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143682] Initializing cgroup subsys io [ 0.144498] Initializing cgroup subsys memory [ 0.145361] Initializing cgroup subsys devices [ 0.146243] Initializing cgroup subsys freezer [ 0.147119] Initializing cgroup subsys net_cls [ 0.147995] Initializing cgroup subsys perf_event [ 0.148907] Initializing cgroup subsys net_prio [ 0.149804] Initializing cgroup subsys hugetlb [ 0.150678] Initializing cgroup subsys pids [ 0.151559] CPU: Physical Processor ID: 0 [ 0.153078] mce: CPU supports 10 MCE banks [ 0.153943] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154948] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166827] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173201] ftrace: allocating 31920 entries in 125 pages [ 0.199413] smpboot: Max logical packages: 1 [ 0.200294] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201656] x2apic enabled [ 0.202484] Switched APIC routing to physical x2apic. [ 0.204232] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205369] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207377] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.209179] KVM setup paravirtual spinlock [ 0.210547] x86: Booted up 1 node, 1 CPUs [ 0.211359] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212757] devtmpfs: initialized [ 0.214481] evm: security.selinux [ 0.215185] evm: security.SMACK64 [ 0.215885] evm: security.SMACK64EXEC [ 0.216638] evm: security.SMACK64TRANSMUTE [ 0.217453] evm: security.SMACK64MMAP [ 0.218204] evm: security.ima [ 0.218856] evm: security.capability [ 0.219670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.221541] pinctrl core: initialized pinctrl subsystem [ 0.222654] RTC time: 3:27:50, date: 10/04/18 [ 0.223616] NET: Registered protocol family 16 [ 0.224591] cpuidle: using governor ladder [ 0.225412] cpuidle: using governor menu [ 0.226197] PCCT header not found. [ 0.226959] ACPI: bus type PCI registered [ 0.227769] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229018] PCI: Using configuration type 1 for base access [ 0.230786] ACPI: Added _OSI(Module Device) [ 0.231644] ACPI: Added _OSI(Processor Device) [ 0.232507] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.233408] ACPI: Added _OSI(Processor Aggregator Device) [ 0.235535] ACPI: Interpreter enabled [ 0.236317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240028] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243751] ACPI: (supports S0 S5) [ 0.244464] ACPI: Using IOAPIC for interrupt routing [ 0.245557] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249815] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252260] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254497] acpiphp: Slot [3] registered [ 0.255308] acpiphp: Slot [4] registered [ 0.256109] acpiphp: Slot [5] registered [ 0.256915] acpiphp: Slot [6] registered [ 0.257716] acpiphp: Slot [7] registered [ 0.258523] acpiphp: Slot [8] registered [ 0.259330] acpiphp: Slot [9] registered [ 0.260131] acpiphp: Slot [10] registered [ 0.260955] acpiphp: Slot [11] registered [ 0.261776] acpiphp: Slot [12] registered [ 0.262601] acpiphp: Slot [13] registered [ 0.263420] acpiphp: Slot [14] registered [ 0.264232] acpiphp: Slot [15] registered [ 0.275374] acpiphp: Slot [16] registered [ 0.276200] acpiphp: Slot [17] registered [ 0.277020] acpiphp: Slot [18] registered [ 0.277834] acpiphp: Slot [19] registered [ 0.278650] acpiphp: Slot [20] registered [ 0.279474] acpiphp: Slot [21] registered [ 0.280301] acpiphp: Slot [22] registered [ 0.281113] acpiphp: Slot [23] registered [ 0.281936] acpiphp: Slot [24] registered [ 0.282754] acpiphp: Slot [25] registered [ 0.283574] acpiphp: Slot [26] registered [ 0.284391] acpiphp: Slot [27] registered [ 0.285204] acpiphp: Slot [28] registered [ 0.286026] acpiphp: Slot [29] registered [ 0.286841] acpiphp: Slot [30] registered [ 0.287670] acpiphp: Slot [31] registered [ 0.288486] PCI host bridge to bus 0000:00 [ 0.289299] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290518] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291743] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293201] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294663] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300978] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302273] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303460] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304793] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358934] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360436] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361875] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365959] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367456] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368515] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370132] vgaarb: loaded [ 0.370752] vgaarb: bridge control possible 0000:00:02.0 [ 0.371887] SCSI subsystem initialized [ 0.372707] ACPI: bus type USB registered [ 0.373528] usbcore: registered new interface driver usbfs [ 0.374564] usbcore: registered new interface driver hub [ 0.375573] usbcore: registered new device driver usb [ 0.376624] PCI: Using ACPI for IRQ routing [ 0.377650] NetLabel: Initializing [ 0.378367] NetLabel: domain hash size = 128 [ 0.379224] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380181] NetLabel: unlabeled traffic allowed by default [ 0.381289] clocksource: Switched to clocksource kvm-clock [ 0.386681] AppArmor: AppArmor Filesystem Enabled [ 0.387676] pnp: PnP ACPI init [ 0.388585] pnp: PnP ACPI: found 5 devices [ 0.394956] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396654] NET: Registered protocol family 2 [ 0.397611] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398887] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400060] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401221] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402308] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403486] NET: Registered protocol family 1 [ 0.404357] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405460] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406576] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420613] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.434996] Trying to unpack rootfs image as initramfs... [ 0.484650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498620] Scanning for low memory corruption every 60 seconds [ 0.499973] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501125] audit: initializing netlink subsys (disabled) [ 0.502188] audit: type=2000 audit(1538623671.014:1): initialized [ 0.503508] Initialise system trusted keyring [ 0.504439] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505618] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507586] zbud: loaded [ 0.508292] VFS: Disk quotas dquot_6.6.0 [ 0.509141] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510700] fuse init (API version 7.23) [ 0.511603] Key type big_key registered [ 0.512420] Allocating IMA MOK and blacklist keyrings. [ 0.513534] Key type asymmetric registered [ 0.514366] Asymmetric key parser 'x509' registered [ 0.515345] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517227] io scheduler noop registered [ 0.518040] io scheduler deadline registered (default) [ 0.519041] io scheduler cfq registered [ 0.519877] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.520948] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522246] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523716] ACPI: Power Button [PWRF] [ 0.524650] GHES: HEST is not enabled! [ 0.539589] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.570138] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.573596] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.597212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599348] Linux agpgart interface v0.103 [ 0.601429] brd: module loaded [ 0.602662] loop: module loaded [ 0.607102] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.608593] GPT:90111 != 2097151 [ 0.609273] GPT:Alternate GPT header not at the end of the disk. [ 0.610368] GPT:90111 != 2097151 [ 0.611040] GPT: Use GNU Parted to correct GPT errors. [ 0.612006] vda: vda1 vda15 [ 0.613483] scsi host0: ata_piix [ 0.614257] scsi host1: ata_piix [ 0.614955] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616196] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617656] libphy: Fixed MDIO Bus: probed [ 0.618485] tun: Universal TUN/TAP device driver, 1.6 [ 0.619461] tun: (C) 1999-2004 Max Krasnyansky [ 0.621610] PPP generic driver version 2.4.2 [ 0.622500] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623789] ehci-pci: EHCI PCI platform driver [ 0.624665] ehci-platform: EHCI generic platform driver [ 0.625662] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.626835] ohci-pci: OHCI PCI platform driver [ 0.627702] ohci-platform: OHCI generic platform driver [ 0.628672] uhci_hcd: USB Universal Host Controller Interface driver [ 0.642774] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.643807] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.645269] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.646307] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.647439] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.648673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.650100] usb usb1: Product: UHCI Host Controller [ 0.651042] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.652197] usb usb1: SerialNumber: 0000:00:01.2 [ 0.653235] hub 1-0:1.0: USB hub found [ 0.654067] hub 1-0:1.0: 2 ports detected [ 0.654978] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.657116] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.658112] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.659163] mousedev: PS/2 mouse device common for all mice [ 0.660435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662286] rtc_cmos 00:00: RTC can wake from S4 [ 0.663427] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664649] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665881] i2c /dev entries driver [ 0.666683] device-mapper: uevent: version 1.0.3 [ 0.667652] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669361] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670674] NET: Registered protocol family 10 [ 0.671657] NET: Registered protocol family 17 [ 0.672559] Key type dns_resolver registered [ 0.673485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674618] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676409] registered taskstats version 1 [ 0.677270] Loading compiled-in X.509 certificates [ 0.678746] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680643] zswap: loaded using pool lzo/zbud [ 0.682017] Key type trusted registered [ 0.683998] Key type encrypted registered [ 0.684858] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685923] ima: No TPM chip found, activating TPM-bypass! [ 0.687019] evm: HMAC attrs: 0x1 [ 0.687964] Magic number: 6:565:461 [ 0.688825] rtc_cmos 00:00: setting system clock to 2018-10-04 03:27:51 UTC (1538623671) [ 0.690457] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.691607] EDD information not available. [ 0.774391] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.776046] Write protecting the kernel read-only data: 14336k [ 0.787830] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789750] 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.05 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.578656] 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.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.47. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCNNCeyul/6yMY3g1b43Zpj/qSsbazdHAkHVS0SBx21cmSv3leTa/xE/Z2F/s96JaeYDDQ+dHNn+O7Ov4FSJysZlTqreEXS4+V0ZYK8FPrRgDeeip4ytbZdLGfhxJ4BITDU2IpuG3GdR67THf3owNqFN3xxdmBIE98znwyo3m1NChKR62HJl5/6sAFZwKA1sXzQd/VW043i1lL83GVTSMKd9T/JsRPCuGSlK3K+9MPaqB1Gko/l0hEbU+lLzA+czjYzYSs9idAtD08QOR8r0eVJG/pdsZehxcE/kBGzc60PGJ6ZTu7RvvTbCudcSXsC0t/qEVu+Ei+IEmdA0thoyF6j root@vping-userdata-vm2-94364b79-ce5b-416f-bff8-dfda15d7bb93 ssh-dss AAAAB3NzaC1kc3MAAACBAMjEUMw7GJZfrR6OkwF2hLWDAlY0F15oqTYoBqevYwWTefKy4iSdonpBqel/aBZxJowDRI2Js8hkZz/6PUU7msS5HwKBBSqlDL5bZnfgd8cZqt+IHq0VWtHDaN9UAHf2oJKqwbXnSQ6VuMspsHd01gll2IOXZ7Z1RMDLjpYNKkvNAAAAFQC9GL4kNvu1vhdM3GOy9puVqIrJCQAAAIBfG88fTyGieHOV7Pk9inJLg2Qb8A9gsKljtoWZ/ARA3VmINJJ5YvHm6l3BqP5m2zSUm7QbyDSk46qgxVAOoLd0bLgwokrZuoO8kxjS651agmUELq4LOAUrgZ5DRMcXMOUGbIQIIFLSgy3nyGEobdtOBQqywWoYnf7YMlaDGIMBlgAAAIBNn3qUA6hNaC9IW5jz7iDO6MSJmb6Paad2YMi/wXmFTq1I617vyWfATrm3gtZ4M2vCW3gecQy7KTyrWi626JoxRMTkXSDWaNTcjwxLv1tIf+uMVMbgmhd1JDkNPLScAtp412lG+fVYFhPy5BwmxBvaOPOFYX31Lnd3HgnHagyN+w== root@vping-userdata-vm2-94364b79-ce5b-416f-bff8-dfda15d7bb93 -----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:fe14:5a75/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.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-94364b79-ce5b-416f-bff8-dfda15d7bb93 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.98 === /dev/root resized successfully [took 2.39s] 2018-10-04 03:27:58,619 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-10-04 03:27:58,740 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 03:27:58,741 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:34 | PASS | +------------------------+------------------+------------------+----------------+ 2018-10-04 03:28:17,029 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-10-04 03:28:17,904 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_87a84798-b529-4269-a1a1-6efd993ad501', 'id': u'51212494ee5645548f6ff99add09f5ba', '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-10-04 03:28:18,360 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'db7ba520d4b7442f97eaa890f7094612', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_87a84798-b529-4269-a1a1-6efd993ad501'}) 2018-10-04 03:28:18,513 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 03:28:18,699 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/17564f6607654a5f843e69191d7e42a2'}, 'domain_id': None, 'human_id': None, 'id': u'17564f6607654a5f843e69191d7e42a2', 'HUMAN_ID': False}) 2018-10-04 03:28:19,248 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_87a84798-b529-4269-a1a1-6efd993ad501', 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': 'ef41e890-2cda-44d4-b4fd-9c17e82b0686', 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_87a84798-b529-4269-a1a1-6efd993ad501', 'project_id': u'51212494ee5645548f6ff99add09f5ba', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 03:28:19,253 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_87a84798-b529-4269-a1a1-6efd993ad501', 'password': 'ef41e890-2cda-44d4-b4fd-9c17e82b0686', 'project_name': 'tempest_smoke_seri-project_87a84798-b529-4269-a1a1-6efd993ad501', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '51212494ee5645548f6ff99add09f5ba', 'project_domain_name': 'Default'} 2018-10-04 03:28:20,361 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 03:28:30,683 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 03:28:30.392 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=66afd650-dfa9-48a2-bcb5-a4074741732a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 66afd650-dfa9-48a2-bcb5-a4074741732a | 2018-10-04T03:28:30 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 66afd650-dfa9-48a2-bcb5-a4074741732a ~/.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-10-04 03:28:34,193 - 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-10-04 03:28:34,193 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-04 03:28:41,056 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-04 03:28:38.490 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-04 03:28:38.638 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-04 03:28:40.866 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95) as the default verifier for the future CLI operations. 2018-10-04 03:28:43,996 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-10-04 03:28:45,945 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/file', 'owner': u'51212494ee5645548f6ff99add09f5ba', 'id': u'17e3d033-b13e-45d7-8580-ed6bc90275d8', 'size': 12716032, u'self': u'/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'51212494ee5645548f6ff99add09f5ba', 'name': 'tempest_smoke_seri-project_87a84798-b529-4269-a1a1-6efd993ad501', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T03:28:45Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T03:28:45Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501', 'created': u'2018-10-04T03:28:44Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T03:28:44Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 03:28:46,188 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_87a84798-b529-4269-a1a1-6efd993ad501', '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'510ab77bdaaa470cad047d68b7d85c03', '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'88029d4d-00d2-4d68-ab42-11dc3fc448e2', 'swap': 0}) 2018-10-04 03:28:48,173 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1db4224d-4030-42b7-8e04-e2018ce7b74b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b/file', 'owner': u'51212494ee5645548f6ff99add09f5ba', 'id': u'1db4224d-4030-42b7-8e04-e2018ce7b74b', 'size': 12716032, u'self': u'/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'51212494ee5645548f6ff99add09f5ba', 'name': 'tempest_smoke_seri-project_87a84798-b529-4269-a1a1-6efd993ad501', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1db4224d-4030-42b7-8e04-e2018ce7b74b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T03:28:48Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T03:28:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_87a84798-b529-4269-a1a1-6efd993ad501', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_87a84798-b529-4269-a1a1-6efd993ad501', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_87a84798-b529-4269-a1a1-6efd993ad501', 'created': u'2018-10-04T03:28:46Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T03:28:46Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_87a84798-b529-4269-a1a1-6efd993ad501', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 03:28:48,246 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_87a84798-b529-4269-a1a1-6efd993ad501', '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'510ab77bdaaa470cad047d68b7d85c03', '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'8922d113-7d8e-4354-b7b9-8eac320378ea', 'swap': 0}) 2018-10-04 03:28:48,268 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_87a84798-b529-4269-a1a1-6efd993ad501', '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'510ab77bdaaa470cad047d68b7d85c03', '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'8922d113-7d8e-4354-b7b9-8eac320378ea', 'swap': 0}) 2018-10-04 03:28:51,604 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-04 03:28:50.417 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95) for deployment 'opnfv-rally' (UUID=66afd650-dfa9-48a2-bcb5-a4074741732a). 2018-10-04 03:28:51.463 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-04 03:28:51.465 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95) has been successfully configured for deployment 'opnfv-rally' (UUID=66afd650-dfa9-48a2-bcb5-a4074741732a)! 2018-10-04 03:28:51,604 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-04 03:28:51,605 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-04 03:28:51,607 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-04 03:28:51,631 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-04 03:28:56,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4db62c9e-b1f9-4ae7-87f0-176b70c29d95/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-10-04 03:28:56,728 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-04 03:28:56,749 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-04 03:28:56,750 - 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-10-04 03:28:58,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:28:58.805 49 INFO rally.api [-] Starting verification (UUID=b41afb9c-8004-46ab-9c2d-79544fa4b7e4) for deployment 'opnfv-rally' (UUID=66afd650-dfa9-48a2-bcb5-a4074741732a) by verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95). 2018-10-04 03:28:58,807 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b41afb9c-8004-46ab-9c2d-79544fa4b7e4 2018-10-04 03:29:04,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:29:04.899 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.175s] 2018-10-04 03:29:04,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:29:04.958 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.059s] 2018-10-04 03:29:11,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:29:11.741 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.644s] 2018-10-04 03:29:14,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:29:14.811 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.068s] 2018-10-04 03:29:27,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:29:27.915 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.998s] 2018-10-04 03:29:44,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:29:44.751 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.032s] 2018-10-04 03:30:17,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:30:17.645 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.067s] 2018-10-04 03:30:17,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:30:17.647 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-04 03:30:50,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:30:50.581 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.071s] 2018-10-04 03:30:50,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:30:50.583 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-04 03:31:21,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:31:21.357 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.073s] 2018-10-04 03:31:21,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:31:21.360 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-04 03:32:05,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:05.466 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.106s] 2018-10-04 03:32:27,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:27.345 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-10-04 03:32:27,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:27.448 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.103s] 2018-10-04 03:32:35,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:35.339 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.651s] 2018-10-04 03:32:35,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:35.347 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-10-04 03:32:37,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:37.132 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 03:32:37,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:37.133 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 03:32:41,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:41.284 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.328s] 2018-10-04 03:32:48,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:48.017 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.417s] 2018-10-04 03:32:55,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:55.215 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.529s] 2018-10-04 03:33:02,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:02.810 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.357s] 2018-10-04 03:33:11,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:11.835 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.890s] 2018-10-04 03:33:18,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:18.917 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.661s] 2018-10-04 03:33:25,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:25.526 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.176s] 2018-10-04 03:33:33,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:33.472 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.426s] 2018-10-04 03:33:40,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:40.907 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.733s] 2018-10-04 03:33:50,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:50.423 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.757s] 2018-10-04 03:33:52,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:52.802 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-04 03:33:54,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:54.897 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.073s] 2018-10-04 03:33:54,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:54.974 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.076s] 2018-10-04 03:33:55,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:55.052 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.078s] 2018-10-04 03:33:55,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:55.059 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-10-04 03:33:58,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:58.996 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.780s] 2018-10-04 03:34:00,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:00.663 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.667s] 2018-10-04 03:34:02,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:02.445 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.782s] 2018-10-04 03:34:08,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:08.696 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-10-04 03:34:15,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:15.800 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.876s] 2018-10-04 03:34:28,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:28.354 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.353s] 2018-10-04 03:34:31,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:31.517 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.162s] 2018-10-04 03:34:42,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:42.678 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.945s] 2018-10-04 03:34:46,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:46.342 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.662s] 2018-10-04 03:34:54,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:54.966 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.624s] 2018-10-04 03:35:04,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:04.412 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.055s] 2018-10-04 03:35:07,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:07.938 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.525s] 2018-10-04 03:35:14,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:14.684 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.746s] 2018-10-04 03:35:31,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:31.823 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.084s] 2018-10-04 03:35:32,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:32.098 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.275s] 2018-10-04 03:35:32,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:32.355 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.256s] 2018-10-04 03:35:32,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:32.555 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.200s] 2018-10-04 03:35:32,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:32.802 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.246s] 2018-10-04 03:35:32,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:32.860 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.057s] 2018-10-04 03:35:47,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:47.380 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.473s] 2018-10-04 03:35:47,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:47.807 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.427s] 2018-10-04 03:35:48,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:48.048 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.240s] 2018-10-04 03:35:48,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:48.334 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.285s] 2018-10-04 03:35:48,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:48.670 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.335s] 2018-10-04 03:35:48,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:48.992 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.322s] 2018-10-04 03:36:02,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:02.417 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.894s] 2018-10-04 03:36:09,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:09.305 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.888s] 2018-10-04 03:36:11,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:11.206 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.900s] 2018-10-04 03:36:11,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:11.407 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.201s] 2018-10-04 03:36:11,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:11.469 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.062s] 2018-10-04 03:36:22,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:22.389 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.812s] 2018-10-04 03:36:28,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:28.521 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.131s] 2018-10-04 03:36:30,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:30.565 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.043s] 2018-10-04 03:36:30,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:30.769 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.204s] 2018-10-04 03:36:30,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:30.958 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.189s] 2018-10-04 03:36:46,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:46.572 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.992s] 2018-10-04 03:36:51,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:51.774 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.202s] 2018-10-04 03:36:56,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:56.887 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.112s] 2018-10-04 03:36:59,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:59.676 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.789s] 2018-10-04 03:37:24,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:37:24.670 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.488s] 2018-10-04 03:37:29,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:37:29.824 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.154s] 2018-10-04 03:37:34,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:37:34.504 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.679s] 2018-10-04 03:37:37,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:37:37.537 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.033s] 2018-10-04 03:37:54,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:37:54.536 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.809s] 2018-10-04 03:37:57,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:37:57.039 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.500s] 2018-10-04 03:37:57,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:37:57.083 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.047s] 2018-10-04 03:38:02,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:02.246 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.830s] 2018-10-04 03:38:04,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:04.398 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.149s] 2018-10-04 03:38:04,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:04.603 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.208s] 2018-10-04 03:38:08,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:08.791 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.157s] 2018-10-04 03:38:12,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:12.064 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-10-04 03:38:13,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:13.491 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-04 03:38:13,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:13.494 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-04 03:38:13,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:13.496 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-04 03:38:13,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:13.497 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-04 03:38:13,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:13.498 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-04 03:38:15,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:15.322 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-10-04 03:38:29,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:29.398 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.439s] 2018-10-04 03:38:41,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:41.372 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.377s] 2018-10-04 03:38:53,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:53.018 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.643s] 2018-10-04 03:39:03,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:39:03.308 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.041s] 2018-10-04 03:41:46,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:41:46.025 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [156.946s] 2018-10-04 03:42:20,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:42:20.807 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [26.017s] 2018-10-04 03:43:05,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:43:05.759 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.982s] 2018-10-04 03:43:23,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: b41afb9c-8004-46ab-9c2d-79544fa4b7e4 2018-10-04 03:43:23,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b41afb9c-8004-46ab-9c2d-79544fa4b7e4']'. 2018-10-04 03:43:24,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-04 03:43:24,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-04 03:43:24,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 03:43:24,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b41afb9c-8004-46ab-9c2d-79544fa4b7e4 | 2018-10-04 03:43:24,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-04 03:43:24,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-04 03:28:58 | 2018-10-04 03:43:24,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-04 03:43:23 | 2018-10-04 03:43:24,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:25 | 2018-10-04 03:43:24,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-10-04 03:43:24,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-04 03:43:24,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-04 03:43:24,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4db62c9e-b1f9-4ae7-87f0-176b70c29d95) | 2018-10-04 03:43:24,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-04 03:43:24,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 66afd650-dfa9-48a2-bcb5-a4074741732a) | 2018-10-04 03:43:24,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-10-04 03:43:24,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 842.936 | 2018-10-04 03:43:24,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-10-04 03:43:24,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-10-04 03:43:24,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-04 03:43:24,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-04 03:43:24,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-10-04 03:43:24,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 03:43:24,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-04 03:43:24,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-04 03:43:24,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-10-04 03:43:24,628 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 03:43:24,628 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:41 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-10-04 03:43:29,574 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-10-04 03:43:29,628 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-10-04 03:43:30,533 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd', '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-10-04 03:43:30,980 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1ab99739a56b42559bb4408b3ab31bce', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_f117ed97-6d66-41ff-99ae-0dafc88e65f7'}) 2018-10-04 03:43:31,136 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 03:43:31,318 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/572ccc6feede4f2eb91ce96a56058a22'}, 'domain_id': None, 'human_id': None, 'id': u'572ccc6feede4f2eb91ce96a56058a22', 'HUMAN_ID': False}) 2018-10-04 03:43:31,889 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 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': '090c60a0-d4ca-401d-9874-55b1cb24a8d0', 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_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'project_id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 03:43:31,895 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'password': '090c60a0-d4ca-401d-9874-55b1cb24a8d0', 'project_name': 'rally_sanity-project_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '3ba7bdfff5d94acab7ccbf18c60dd0bd', 'project_domain_name': 'Default'} 2018-10-04 03:43:32,511 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-10-04 03:43:36,680 - 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 ConnectTimeoutError(, 'Connection to energy.opnfv.fr timed out. (connect timeout=4)')) 2018-10-04 03:43:37,513 - 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-10-04T03:43:37Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'18f9bcc2-ab25-475b-b138-ef549409b169', u'provider:segmentation_id': 49, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_f117ed97-6d66-41ff-99ae-0dafc88e65f7', u'admin_state_up': True, u'tenant_id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd', u'created_at': u'2018-10-04T03:43:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd'}) 2018-10-04 03:43:38,890 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T03:43:38Z', 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'2db7dbd4-75ca-4fe8-bdcf-95e56c1cd862', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_f117ed97-6d66-41ff-99ae-0dafc88e65f7', u'enable_dhcp': True, u'network_id': u'18f9bcc2-ab25-475b-b138-ef549409b169', u'tenant_id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd', u'created_at': u'2018-10-04T03:43:38Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd'}) 2018-10-04 03:43:41,390 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4e3704d3-5674-4369-98a3-8a8012d693a9', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd452f0e4-634e-4c49-b427-841d4086f073', u'ip_address': u'172.30.9.214'}]}, u'description': u'', u'tags': [], u'tenant_id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd', u'created_at': u'2018-10-04T03:43:40Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-10-04T03:43:41Z', u'revision_number': 2, u'routes': [], u'project_id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd', u'id': u'72082144-dabd-4d75-84f8-400aafd3db3c', u'name': u'rally_sanity-router_f117ed97-6d66-41ff-99ae-0dafc88e65f7'}) 2018-10-04 03:43:45,501 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b4f33623-9482-41d8-8233-2bd4c6b0242e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e/file', 'owner': u'3ba7bdfff5d94acab7ccbf18c60dd0bd', 'id': u'b4f33623-9482-41d8-8233-2bd4c6b0242e', 'size': 12716032, u'self': u'/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd', 'name': 'rally_sanity-project_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b4f33623-9482-41d8-8233-2bd4c6b0242e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T03:43:45Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T03:43:45Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'created': u'2018-10-04T03:43:43Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T03:43:43Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 03:43:45,702 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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'510ab77bdaaa470cad047d68b7d85c03', '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'0e994259-d2a3-4730-93b5-9bd1972d5d7a', 'swap': 0}) 2018-10-04 03:43:45,723 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 03:43:48,308 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-04 03:43:47.949 223 INFO rally.deployment.engine [-] Deployment 66afd650-dfa9-48a2-bcb5-a4074741732a | Starting: Destroy cloud and free allocated resources. 2018-10-04 03:43:48.030 223 INFO rally.deployment.engine [-] Deployment 66afd650-dfa9-48a2-bcb5-a4074741732a | Completed: Destroy cloud and free allocated resources. 2018-10-04 03:43:48.047 223 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95) for deployment 'opnfv-rally'. 2018-10-04 03:43:48.056 223 INFO rally.api [-] Deleting verification (UUID=b41afb9c-8004-46ab-9c2d-79544fa4b7e4). 2018-10-04 03:43:48.094 223 INFO rally.api [-] Verification has been successfully deleted! 2018-10-04 03:43:48.094 223 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95). 2018-10-04 03:43:48.097 223 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-04 03:43:50,667 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 03:43:50.384 226 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2417a928-0a5b-47e4-85e7-8c520c441f07) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2417a928-0a5b-47e4-85e7-8c520c441f07 | 2018-10-04T03:43:50 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2417a928-0a5b-47e4-85e7-8c520c441f07 ~/.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-10-04 03:43:53,946 - 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-10-04 03:43:53,947 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-10-04 03:43:54,203 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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'510ab77bdaaa470cad047d68b7d85c03', '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'0d876880-9eb0-47c5-8b95-28943ae58f30', 'swap': 0}) 2018-10-04 03:43:54,225 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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'510ab77bdaaa470cad047d68b7d85c03', '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'0d876880-9eb0-47c5-8b95-28943ae58f30', 'swap': 0}) 2018-10-04 03:43:54,226 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-10-04 03:43:54,240 - 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-10-04 03:43:54,241 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 03:43:54,260 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 03:43:54,269 - 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': '18f9bcc2-ab25-475b-b138-ef549409b169', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'flavor_name': 'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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-10-04 03:45:00,724 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bd074910-a4c3-4be7-82ca-5ed6f43237eb 2018-10-04 03:45:00,724 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-10-04 03:45:00,725 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'bd074910-a4c3-4be7-82ca-5ed6f43237eb'] 2018-10-04 03:45:01,690 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid bd074910-a4c3-4be7-82ca-5ed6f43237eb -------------------------------------------------------------------------------- Task bd074910-a4c3-4be7-82ca-5ed6f43237eb: 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 bd074910-a4c3-4be7-82ca-5ed6f43237eb 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.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | total | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> duration | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.481989 Full duration: 7.375473 -------------------------------------------------------------------------------- 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 bd074910-a4c3-4be7-82ca-5ed6f43237eb 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.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | total | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 100.0% | 1 | | -> duration | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.32673 Full duration: 8.242669 -------------------------------------------------------------------------------- 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 bd074910-a4c3-4be7-82ca-5ed6f43237eb 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.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | total | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> duration | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.948484 Full duration: 8.373067 -------------------------------------------------------------------------------- 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 bd074910-a4c3-4be7-82ca-5ed6f43237eb 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.345 | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 100.0% | 1 | | total | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> duration | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.805581 Full duration: 7.779816 -------------------------------------------------------------------------------- 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 bd074910-a4c3-4be7-82ca-5ed6f43237eb 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.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | total | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 100.0% | 1 | | -> duration | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.160922 Full duration: 8.311562 -------------------------------------------------------------------------------- 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 bd074910-a4c3-4be7-82ca-5ed6f43237eb 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.237 | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 100.0% | 1 | | total | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> duration | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.74877 Full duration: 7.753803 HINTS: * To plot HTML graphics with this data, run: rally task report bd074910-a4c3-4be7-82ca-5ed6f43237eb --out output.html * To generate a JUnit report, run: rally task export bd074910-a4c3-4be7-82ca-5ed6f43237eb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bd074910-a4c3-4be7-82ca-5ed6f43237eb --json --out output.json 2018-10-04 03:45:01,690 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'bd074910-a4c3-4be7-82ca-5ed6f43237eb', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-10-04 03:45:03,938 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid bd074910-a4c3-4be7-82ca-5ed6f43237eb --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-10-04 03:45:03.832 834 INFO rally.api [-] Building 'json' report for the following task(s): 'bd074910-a4c3-4be7-82ca-5ed6f43237eb'. 2018-10-04 03:45:03.836 834 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:45:03,939 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'bd074910-a4c3-4be7-82ca-5ed6f43237eb', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-10-04 03:45:06,215 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid bd074910-a4c3-4be7-82ca-5ed6f43237eb --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-10-04 03:45:06.073 837 INFO rally.api [-] Building 'html' report for the following task(s): 'bd074910-a4c3-4be7-82ca-5ed6f43237eb'. 2018-10-04 03:45:06.107 837 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:45:06,220 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-10-04 03:45:06,221 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-10-04 03:45:06,235 - 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-10-04 03:45:06,235 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 03:45:06,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 03:45:06,260 - 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': '18f9bcc2-ab25-475b-b138-ef549409b169', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'flavor_name': 'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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-10-04 03:46:44,758 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6e60768f-5021-4864-8121-faa0d4cd0d3b 2018-10-04 03:46:44,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '6e60768f-5021-4864-8121-faa0d4cd0d3b'] 2018-10-04 03:46:45,774 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 6e60768f-5021-4864-8121-faa0d4cd0d3b -------------------------------------------------------------------------------- Task 6e60768f-5021-4864-8121-faa0d4cd0d3b: 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 6e60768f-5021-4864-8121-faa0d4cd0d3b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.936 | 3.936 | 3.936 | 3.936 | 3.936 | 3.936 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 100.0% | 1 | | -> glance_v2.upload_data | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 100.0% | 1 | | glance_v2.delete_image | 1.287 | 1.287 | 1.287 | 1.287 | 1.287 | 1.287 | 100.0% | 1 | | total | 5.224 | 5.224 | 5.224 | 5.224 | 5.224 | 5.224 | 100.0% | 1 | | -> duration | 5.224 | 5.224 | 5.224 | 5.224 | 5.224 | 5.224 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.223762 Full duration: 13.749456 -------------------------------------------------------------------------------- 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 6e60768f-5021-4864-8121-faa0d4cd0d3b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.983 | 3.983 | 3.983 | 3.983 | 3.983 | 3.983 | 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.071 | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 100.0% | 1 | | glance_v2.list_images | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | total | 4.021 | 4.021 | 4.021 | 4.021 | 4.021 | 4.021 | 100.0% | 1 | | -> duration | 4.021 | 4.021 | 4.021 | 4.021 | 4.021 | 4.021 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.021161 Full duration: 15.438079 -------------------------------------------------------------------------------- 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 6e60768f-5021-4864-8121-faa0d4cd0d3b 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.427 | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 100.0% | 1 | | total | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 100.0% | 1 | | -> duration | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.427388 Full duration: 8.187379 -------------------------------------------------------------------------------- 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_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "number_instances": 2, "nics": [ { "net-id": "18f9bcc2-ab25-475b-b138-ef549409b169" } ] }, "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 6e60768f-5021-4864-8121-faa0d4cd0d3b 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.769 | 4.769 | 4.769 | 4.769 | 4.769 | 4.769 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | -> glance_v2.upload_data | 1.718 | 1.718 | 1.718 | 1.718 | 1.718 | 1.718 | 100.0% | 1 | | nova.boot_servers | 13.771 | 13.771 | 13.771 | 13.771 | 13.771 | 13.771 | 100.0% | 1 | | total | 18.541 | 18.541 | 18.541 | 18.541 | 18.541 | 18.541 | 100.0% | 1 | | -> duration | 17.541 | 17.541 | 17.541 | 17.541 | 17.541 | 17.541 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.540525 Full duration: 43.110628 HINTS: * To plot HTML graphics with this data, run: rally task report 6e60768f-5021-4864-8121-faa0d4cd0d3b --out output.html * To generate a JUnit report, run: rally task export 6e60768f-5021-4864-8121-faa0d4cd0d3b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6e60768f-5021-4864-8121-faa0d4cd0d3b --json --out output.json 2018-10-04 03:46:45,775 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '6e60768f-5021-4864-8121-faa0d4cd0d3b', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-10-04 03:46:47,935 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 6e60768f-5021-4864-8121-faa0d4cd0d3b --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-10-04 03:46:47.827 1390 INFO rally.api [-] Building 'json' report for the following task(s): '6e60768f-5021-4864-8121-faa0d4cd0d3b'. 2018-10-04 03:46:47.832 1390 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:46:47,936 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '6e60768f-5021-4864-8121-faa0d4cd0d3b', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-10-04 03:46:50,192 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 6e60768f-5021-4864-8121-faa0d4cd0d3b --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-10-04 03:46:50.068 1393 INFO rally.api [-] Building 'html' report for the following task(s): '6e60768f-5021-4864-8121-faa0d4cd0d3b'. 2018-10-04 03:46:50.090 1393 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:46:50,198 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-10-04 03:46:50,198 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-10-04 03:46:50,199 - 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-10-04 03:46:50,199 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 03:46:50,216 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 03:46:50,224 - 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': '18f9bcc2-ab25-475b-b138-ef549409b169', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'flavor_name': 'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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-10-04 03:50:13,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 21f3b898-7899-4ec7-b0f2-8df95e82df4a 2018-10-04 03:50:13,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '21f3b898-7899-4ec7-b0f2-8df95e82df4a'] 2018-10-04 03:50:14,275 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 21f3b898-7899-4ec7-b0f2-8df95e82df4a -------------------------------------------------------------------------------- Task 21f3b898-7899-4ec7-b0f2-8df95e82df4a: 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 21f3b898-7899-4ec7-b0f2-8df95e82df4a 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.187 | 3.187 | 3.187 | 3.187 | 3.187 | 3.187 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.715 | 2.715 | 2.715 | 2.715 | 2.715 | 2.715 | 100.0% | 1 | | total | 5.902 | 5.902 | 5.902 | 5.902 | 5.902 | 5.902 | 100.0% | 1 | | -> duration | 5.902 | 5.902 | 5.902 | 5.902 | 5.902 | 5.902 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.901646 Full duration: 23.917527 -------------------------------------------------------------------------------- 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 21f3b898-7899-4ec7-b0f2-8df95e82df4a 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.658 | 3.658 | 3.658 | 3.658 | 3.658 | 3.658 | 100.0% | 1 | | cinder_v2.delete_volume | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | total | 4.583 | 4.583 | 4.583 | 4.583 | 4.583 | 4.583 | 100.0% | 1 | | -> duration | 4.583 | 4.583 | 4.583 | 4.583 | 4.583 | 4.583 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.583055 Full duration: 14.838026 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 21f3b898-7899-4ec7-b0f2-8df95e82df4a 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.773 | 8.773 | 8.773 | 8.773 | 8.773 | 8.773 | 100.0% | 1 | | cinder_v2.delete_volume | 2.457 | 2.457 | 2.457 | 2.457 | 2.457 | 2.457 | 100.0% | 1 | | total | 11.23 | 11.23 | 11.23 | 11.23 | 11.23 | 11.23 | 100.0% | 1 | | -> duration | 11.23 | 11.23 | 11.23 | 11.23 | 11.23 | 11.23 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.230367 Full duration: 22.660202 -------------------------------------------------------------------------------- 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 21f3b898-7899-4ec7-b0f2-8df95e82df4a 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.745 | 3.745 | 3.745 | 3.745 | 3.745 | 3.745 | 100.0% | 1 | | cinder_v2.delete_volume | 2.792 | 2.792 | 2.792 | 2.792 | 2.792 | 2.792 | 100.0% | 1 | | total | 6.537 | 6.537 | 6.537 | 6.537 | 6.537 | 6.537 | 100.0% | 1 | | -> duration | 6.537 | 6.537 | 6.537 | 6.537 | 6.537 | 6.537 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.537307 Full duration: 16.37275 -------------------------------------------------------------------------------- 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 21f3b898-7899-4ec7-b0f2-8df95e82df4a 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.147 | 3.147 | 3.147 | 3.147 | 3.147 | 3.147 | 100.0% | 1 | | cinder_v2.extend_volume | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 100.0% | 1 | | cinder_v2.delete_volume | 2.532 | 2.532 | 2.532 | 2.532 | 2.532 | 2.532 | 100.0% | 1 | | total | 8.315 | 8.315 | 8.315 | 8.315 | 8.315 | 8.315 | 100.0% | 1 | | -> duration | 8.315 | 8.315 | 8.315 | 8.315 | 8.315 | 8.315 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.314823 Full duration: 18.403672 -------------------------------------------------------------------------------- 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 21f3b898-7899-4ec7-b0f2-8df95e82df4a 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.342 | 3.342 | 3.342 | 3.342 | 3.342 | 3.342 | 100.0% | 1 | | cinder_v2.delete_volume | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 100.0% | 1 | | total | 5.963 | 5.963 | 5.963 | 5.963 | 5.963 | 5.963 | 100.0% | 1 | | -> duration | 5.963 | 5.963 | 5.963 | 5.963 | 5.963 | 5.963 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.963206 Full duration: 24.336138 -------------------------------------------------------------------------------- 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 21f3b898-7899-4ec7-b0f2-8df95e82df4a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | cinder_v2.list_qos | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> duration | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.798327 Full duration: 12.368282 -------------------------------------------------------------------------------- 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 21f3b898-7899-4ec7-b0f2-8df95e82df4a 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.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | cinder_v2.set_qos | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 100.0% | 1 | | total | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> duration | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.79912 Full duration: 12.870593 -------------------------------------------------------------------------------- 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 21f3b898-7899-4ec7-b0f2-8df95e82df4a 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.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | cinder_v2.list_types | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | total | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> duration | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.78613 Full duration: 12.438963 -------------------------------------------------------------------------------- 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 21f3b898-7899-4ec7-b0f2-8df95e82df4a 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.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 100.0% | 1 | | total | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> duration | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.83092 Full duration: 12.909629 HINTS: * To plot HTML graphics with this data, run: rally task report 21f3b898-7899-4ec7-b0f2-8df95e82df4a --out output.html * To generate a JUnit report, run: rally task export 21f3b898-7899-4ec7-b0f2-8df95e82df4a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 21f3b898-7899-4ec7-b0f2-8df95e82df4a --json --out output.json 2018-10-04 03:50:14,275 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '21f3b898-7899-4ec7-b0f2-8df95e82df4a', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-10-04 03:50:16,686 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 21f3b898-7899-4ec7-b0f2-8df95e82df4a --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-10-04 03:50:16.530 3182 INFO rally.api [-] Building 'json' report for the following task(s): '21f3b898-7899-4ec7-b0f2-8df95e82df4a'. 2018-10-04 03:50:16.538 3182 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:50:16,687 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '21f3b898-7899-4ec7-b0f2-8df95e82df4a', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-10-04 03:50:18,970 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 21f3b898-7899-4ec7-b0f2-8df95e82df4a --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-10-04 03:50:18.792 3185 INFO rally.api [-] Building 'html' report for the following task(s): '21f3b898-7899-4ec7-b0f2-8df95e82df4a'. 2018-10-04 03:50:18.823 3185 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:50:18,974 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-10-04 03:50:18,974 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-10-04 03:50:18,975 - 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-10-04 03:50:18,975 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 03:50:18,981 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 03:50:18,985 - 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': '18f9bcc2-ab25-475b-b138-ef549409b169', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'flavor_name': 'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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-10-04 03:51:40,234 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1c72cb29-c291-4df9-b45c-f55a0e89b389 2018-10-04 03:51:40,235 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '1c72cb29-c291-4df9-b45c-f55a0e89b389'] 2018-10-04 03:51:41,247 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 1c72cb29-c291-4df9-b45c-f55a0e89b389 -------------------------------------------------------------------------------- Task 1c72cb29-c291-4df9-b45c-f55a0e89b389: 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 1c72cb29-c291-4df9-b45c-f55a0e89b389 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.813 | 4.813 | 4.813 | 4.813 | 4.813 | 4.813 | 100.0% | 1 | | heat.update_stack | 3.078 | 3.078 | 3.078 | 3.078 | 3.078 | 3.078 | 100.0% | 1 | | heat.delete_stack | 3.387 | 3.387 | 3.387 | 3.387 | 3.387 | 3.387 | 100.0% | 1 | | total | 11.278 | 11.278 | 11.278 | 11.278 | 11.278 | 11.278 | 100.0% | 1 | | -> duration | 7.278 | 7.278 | 7.278 | 7.278 | 7.278 | 7.278 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.278467 Full duration: 19.564485 -------------------------------------------------------------------------------- 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 1c72cb29-c291-4df9-b45c-f55a0e89b389 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.451 | 4.451 | 4.451 | 4.451 | 4.451 | 4.451 | 100.0% | 1 | | heat.check_stack | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | heat.delete_stack | 1.596 | 1.596 | 1.596 | 1.596 | 1.596 | 1.596 | 100.0% | 1 | | total | 6.948 | 6.948 | 6.948 | 6.948 | 6.948 | 6.948 | 100.0% | 1 | | -> duration | 4.948 | 4.948 | 4.948 | 4.948 | 4.948 | 4.948 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.947502 Full duration: 15.395026 -------------------------------------------------------------------------------- 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 1c72cb29-c291-4df9-b45c-f55a0e89b389 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.708 | 4.708 | 4.708 | 4.708 | 4.708 | 4.708 | 100.0% | 1 | | heat.suspend_stack | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 100.0% | 1 | | heat.resume_stack | 1.68 | 1.68 | 1.68 | 1.68 | 1.68 | 1.68 | 100.0% | 1 | | heat.delete_stack | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 100.0% | 1 | | total | 8.878 | 8.878 | 8.878 | 8.878 | 8.878 | 8.878 | 100.0% | 1 | | -> duration | 6.878 | 6.878 | 6.878 | 6.878 | 6.878 | 6.878 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.878329 Full duration: 19.170318 -------------------------------------------------------------------------------- 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 1c72cb29-c291-4df9-b45c-f55a0e89b389 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.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | total | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | -> duration | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.575067 Full duration: 8.325762 HINTS: * To plot HTML graphics with this data, run: rally task report 1c72cb29-c291-4df9-b45c-f55a0e89b389 --out output.html * To generate a JUnit report, run: rally task export 1c72cb29-c291-4df9-b45c-f55a0e89b389 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1c72cb29-c291-4df9-b45c-f55a0e89b389 --json --out output.json 2018-10-04 03:51:41,248 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '1c72cb29-c291-4df9-b45c-f55a0e89b389', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-10-04 03:51:43,683 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 1c72cb29-c291-4df9-b45c-f55a0e89b389 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-10-04 03:51:43.570 3918 INFO rally.api [-] Building 'json' report for the following task(s): '1c72cb29-c291-4df9-b45c-f55a0e89b389'. 2018-10-04 03:51:43.575 3918 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:51:43,683 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '1c72cb29-c291-4df9-b45c-f55a0e89b389', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-10-04 03:51:45,846 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 1c72cb29-c291-4df9-b45c-f55a0e89b389 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-10-04 03:51:45.722 3921 INFO rally.api [-] Building 'html' report for the following task(s): '1c72cb29-c291-4df9-b45c-f55a0e89b389'. 2018-10-04 03:51:45.743 3921 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:51:45,851 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-10-04 03:51:45,851 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-10-04 03:51:45,852 - 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-10-04 03:51:45,852 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 03:51:45,868 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 03:51:45,877 - 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': '18f9bcc2-ab25-475b-b138-ef549409b169', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'flavor_name': 'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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-10-04 03:55:01,941 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : baff3c84-2487-4814-9953-789916792ed2 2018-10-04 03:55:01,941 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'baff3c84-2487-4814-9953-789916792ed2'] 2018-10-04 03:55:03,006 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid baff3c84-2487-4814-9953-789916792ed2 -------------------------------------------------------------------------------- Task baff3c84-2487-4814-9953-789916792ed2: 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 baff3c84-2487-4814-9953-789916792ed2 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.526 | 0.526 | 0.526 | 0.526 | 0.526 | 0.526 | 100.0% | 1 | | keystone_v3.add_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | keystone_v3.revoke_role | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | total | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> duration | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.785693 Full duration: 14.673896 -------------------------------------------------------------------------------- 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 baff3c84-2487-4814-9953-789916792ed2 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | keystone_v3.add_role | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | keystone_v3.list_roles | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> duration | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.749616 Full duration: 14.400753 -------------------------------------------------------------------------------- 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 baff3c84-2487-4814-9953-789916792ed2 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.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | keystone_v3.list_projects | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 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.778415 Full duration: 15.026164 -------------------------------------------------------------------------------- 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 baff3c84-2487-4814-9953-789916792ed2 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.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | keystone_v3.delete_role | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | -> duration | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.600761 Full duration: 12.403471 -------------------------------------------------------------------------------- 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 baff3c84-2487-4814-9953-789916792ed2 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.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | keystone_v3.delete_service | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | -> duration | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.618611 Full duration: 11.936471 -------------------------------------------------------------------------------- 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 baff3c84-2487-4814-9953-789916792ed2 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.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | keystone_v3.create_user | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | -> keystone_v3.add_role | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 100.0% | 1 | | keystone_v3.create_role | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_project | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.get_user | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | keystone_v3.get_role | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.list_services | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_services | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 1.85 | 1.85 | 1.85 | 1.85 | 1.85 | 1.85 | 100.0% | 1 | | -> duration | 1.85 | 1.85 | 1.85 | 1.85 | 1.85 | 1.85 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.849887 Full duration: 20.224108 -------------------------------------------------------------------------------- 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 baff3c84-2487-4814-9953-789916792ed2 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.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | keystone_v3.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | total | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | -> duration | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.869319 Full duration: 12.916629 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task baff3c84-2487-4814-9953-789916792ed2 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.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | total | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> duration | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.83781 Full duration: 14.5955 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task baff3c84-2487-4814-9953-789916792ed2 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.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | total | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> duration | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.665364 Full duration: 14.676307 -------------------------------------------------------------------------------- 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 baff3c84-2487-4814-9953-789916792ed2 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.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | keystone_v3.list_users | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> duration | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.91487 Full duration: 14.878731 -------------------------------------------------------------------------------- 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 baff3c84-2487-4814-9953-789916792ed2 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.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | keystone_v3.create_users | 4.972 | 4.972 | 4.972 | 4.972 | 4.972 | 4.972 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.971 | 4.971 | 4.971 | 4.971 | 4.971 | 4.971 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 100.0% | 1 | | total | 6.742 | 6.742 | 6.742 | 6.742 | 6.742 | 6.742 | 100.0% | 1 | | -> duration | 6.742 | 6.742 | 6.742 | 6.742 | 6.742 | 6.742 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.742233 Full duration: 23.649391 HINTS: * To plot HTML graphics with this data, run: rally task report baff3c84-2487-4814-9953-789916792ed2 --out output.html * To generate a JUnit report, run: rally task export baff3c84-2487-4814-9953-789916792ed2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report baff3c84-2487-4814-9953-789916792ed2 --json --out output.json 2018-10-04 03:55:03,007 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'baff3c84-2487-4814-9953-789916792ed2', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-10-04 03:55:05,232 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid baff3c84-2487-4814-9953-789916792ed2 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-10-04 03:55:05.118 5836 INFO rally.api [-] Building 'json' report for the following task(s): 'baff3c84-2487-4814-9953-789916792ed2'. 2018-10-04 03:55:05.128 5836 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:55:05,233 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'baff3c84-2487-4814-9953-789916792ed2', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-10-04 03:55:07,420 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid baff3c84-2487-4814-9953-789916792ed2 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-10-04 03:55:07.286 5839 INFO rally.api [-] Building 'html' report for the following task(s): 'baff3c84-2487-4814-9953-789916792ed2'. 2018-10-04 03:55:07.316 5839 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:55:07,433 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-10-04 03:55:07,434 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-10-04 03:55:07,434 - 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-10-04 03:55:07,435 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 03:55:07,451 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 03:55:07,460 - 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': '18f9bcc2-ab25-475b-b138-ef549409b169', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'flavor_name': 'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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-10-04 04:00:24,906 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 43280cff-4136-4faf-ad69-c870d06ca288 2018-10-04 04:00:24,907 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '43280cff-4136-4faf-ad69-c870d06ca288'] 2018-10-04 04:00:25,974 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 43280cff-4136-4faf-ad69-c870d06ca288 -------------------------------------------------------------------------------- Task 43280cff-4136-4faf-ad69-c870d06ca288: 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 43280cff-4136-4faf-ad69-c870d06ca288 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.072 | 1.072 | 1.072 | 1.072 | 1.072 | 1.072 | 100.0% | 1 | | neutron.delete_network | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 100.0% | 1 | | total | 1.992 | 1.992 | 1.992 | 1.992 | 1.992 | 1.992 | 100.0% | 1 | | -> duration | 1.992 | 1.992 | 1.992 | 1.992 | 1.992 | 1.992 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.99183 Full duration: 15.066758 -------------------------------------------------------------------------------- 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 43280cff-4136-4faf-ad69-c870d06ca288 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.307 | 1.307 | 1.307 | 1.307 | 1.307 | 1.307 | 100.0% | 1 | | neutron.delete_port | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | total | 2.073 | 2.073 | 2.073 | 2.073 | 2.073 | 2.073 | 100.0% | 1 | | -> duration | 2.073 | 2.073 | 2.073 | 2.073 | 2.073 | 2.073 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.072769 Full duration: 28.710371 -------------------------------------------------------------------------------- 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 43280cff-4136-4faf-ad69-c870d06ca288 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.001 | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 100.0% | 1 | | neutron.create_subnet | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | neutron.create_router | 0.393 | 0.393 | 0.393 | 0.393 | 0.393 | 0.393 | 100.0% | 1 | | neutron.add_interface_router | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 100.0% | 1 | | neutron.remove_interface_router | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | neutron.delete_router | 0.433 | 0.433 | 0.433 | 0.433 | 0.433 | 0.433 | 100.0% | 1 | | total | 5.214 | 5.214 | 5.214 | 5.214 | 5.214 | 5.214 | 100.0% | 1 | | -> duration | 5.214 | 5.214 | 5.214 | 5.214 | 5.214 | 5.214 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.214031 Full duration: 37.994207 -------------------------------------------------------------------------------- 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 43280cff-4136-4faf-ad69-c870d06ca288 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.085 | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 100.0% | 1 | | neutron.delete_subnet | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | total | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 100.0% | 1 | | -> duration | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.950458 Full duration: 31.249086 -------------------------------------------------------------------------------- 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 43280cff-4136-4faf-ad69-c870d06ca288 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.995 | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 100.0% | 1 | | neutron.list_networks | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 100.0% | 1 | | total | 1.265 | 1.265 | 1.265 | 1.265 | 1.265 | 1.265 | 100.0% | 1 | | -> duration | 1.265 | 1.265 | 1.265 | 1.265 | 1.265 | 1.265 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.265224 Full duration: 17.006132 -------------------------------------------------------------------------------- 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 43280cff-4136-4faf-ad69-c870d06ca288 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.259 | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 100.0% | 1 | | neutron.list_ports | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 100.0% | 1 | | total | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 100.0% | 1 | | -> duration | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.497455 Full duration: 29.525856 -------------------------------------------------------------------------------- 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 43280cff-4136-4faf-ad69-c870d06ca288 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.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | neutron.create_subnet | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | neutron.create_router | 0.369 | 0.369 | 0.369 | 0.369 | 0.369 | 0.369 | 100.0% | 1 | | neutron.add_interface_router | 1.591 | 1.591 | 1.591 | 1.591 | 1.591 | 1.591 | 100.0% | 1 | | neutron.list_routers | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 3.661 | 3.661 | 3.661 | 3.661 | 3.661 | 3.661 | 100.0% | 1 | | -> duration | 3.661 | 3.661 | 3.661 | 3.661 | 3.661 | 3.661 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.661379 Full duration: 39.869572 -------------------------------------------------------------------------------- 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 43280cff-4136-4faf-ad69-c870d06ca288 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.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 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.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 2.002 | 2.002 | 2.002 | 2.002 | 2.002 | 2.002 | 100.0% | 1 | | -> duration | 2.002 | 2.002 | 2.002 | 2.002 | 2.002 | 2.002 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.00196 Full duration: 35.589411 -------------------------------------------------------------------------------- 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 43280cff-4136-4faf-ad69-c870d06ca288 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.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | neutron.delete_security_group | 0.315 | 0.315 | 0.315 | 0.315 | 0.315 | 0.315 | 100.0% | 1 | | total | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | -> duration | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.215565 Full duration: 14.471495 -------------------------------------------------------------------------------- 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 43280cff-4136-4faf-ad69-c870d06ca288 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.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | neutron.create_security_group_rule | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 100.0% | 1 | | neutron.delete_security_group | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 100.0% | 1 | | total | 1.899 | 1.899 | 1.899 | 1.899 | 1.899 | 1.899 | 100.0% | 1 | | -> duration | 1.899 | 1.899 | 1.899 | 1.899 | 1.899 | 1.899 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.898611 Full duration: 15.291608 -------------------------------------------------------------------------------- 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 43280cff-4136-4faf-ad69-c870d06ca288 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.066 | 1.066 | 1.066 | 1.066 | 1.066 | 1.066 | 100.0% | 1 | | neutron.create_router | 0.397 | 0.397 | 0.397 | 0.397 | 0.397 | 0.397 | 100.0% | 1 | | neutron.add_gateway_router | 1.926 | 1.926 | 1.926 | 1.926 | 1.926 | 1.926 | 100.0% | 1 | | neutron.remove_gateway_router | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | total | 4.147 | 4.147 | 4.147 | 4.147 | 4.147 | 4.147 | 100.0% | 1 | | -> duration | 4.147 | 4.147 | 4.147 | 4.147 | 4.147 | 4.147 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.146729 Full duration: 24.62359 HINTS: * To plot HTML graphics with this data, run: rally task report 43280cff-4136-4faf-ad69-c870d06ca288 --out output.html * To generate a JUnit report, run: rally task export 43280cff-4136-4faf-ad69-c870d06ca288 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 43280cff-4136-4faf-ad69-c870d06ca288 --json --out output.json 2018-10-04 04:00:25,975 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '43280cff-4136-4faf-ad69-c870d06ca288', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-10-04 04:00:28,265 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 43280cff-4136-4faf-ad69-c870d06ca288 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-10-04 04:00:28.149 9134 INFO rally.api [-] Building 'json' report for the following task(s): '43280cff-4136-4faf-ad69-c870d06ca288'. 2018-10-04 04:00:28.158 9134 INFO rally.api [-] The report has been successfully built. 2018-10-04 04:00:28,265 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '43280cff-4136-4faf-ad69-c870d06ca288', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-10-04 04:00:30,516 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 43280cff-4136-4faf-ad69-c870d06ca288 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-10-04 04:00:30.378 9137 INFO rally.api [-] Building 'html' report for the following task(s): '43280cff-4136-4faf-ad69-c870d06ca288'. 2018-10-04 04:00:30.410 9137 INFO rally.api [-] The report has been successfully built. 2018-10-04 04:00:30,528 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-10-04 04:00:30,529 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-10-04 04:00:30,530 - 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-10-04 04:00:30,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 04:00:30,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 04:00:30,549 - 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': '18f9bcc2-ab25-475b-b138-ef549409b169', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'flavor_name': 'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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-10-04 04:07:20,473 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 2018-10-04 04:07:20,473 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b5dbb2e2-27cf-4a84-92f0-77a5c85202f7'] 2018-10-04 04:07:21,680 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 -------------------------------------------------------------------------------- Task b5dbb2e2-27cf-4a84-92f0-77a5c85202f7: 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_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "block_migration": false, "nics": [ { "net-id": "18f9bcc2-ab25-475b-b138-ef549409b169" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 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.423 | 9.423 | 9.423 | 9.423 | 9.423 | 9.423 | 100.0% | 1 | | nova.find_host_to_migrate | 1.286 | 1.286 | 1.286 | 1.286 | 1.286 | 1.286 | 100.0% | 1 | | nova.live_migrate | 11.089 | 11.089 | 11.089 | 11.089 | 11.089 | 11.089 | 100.0% | 1 | | nova.delete_server | 2.828 | 2.828 | 2.828 | 2.828 | 2.828 | 2.828 | 100.0% | 1 | | total | 24.626 | 24.626 | 24.626 | 24.626 | 24.626 | 24.626 | 100.0% | 1 | | -> duration | 23.626 | 23.626 | 23.626 | 23.626 | 23.626 | 23.626 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.625606 Full duration: 34.034195 -------------------------------------------------------------------------------- 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_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "18f9bcc2-ab25-475b-b138-ef549409b169" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 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.868 | 9.868 | 9.868 | 9.868 | 9.868 | 9.868 | 100.0% | 1 | | cinder_v2.create_volume | 2.742 | 2.742 | 2.742 | 2.742 | 2.742 | 2.742 | 100.0% | 1 | | nova.attach_volume | 4.234 | 4.234 | 4.234 | 4.234 | 4.234 | 4.234 | 100.0% | 1 | | nova.find_host_to_migrate | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 100.0% | 1 | | nova.live_migrate | 14.043 | 14.043 | 14.043 | 14.043 | 14.043 | 14.043 | 100.0% | 1 | | nova.detach_volume | 1.232 | 1.232 | 1.232 | 1.232 | 1.232 | 1.232 | 100.0% | 1 | | cinder_v2.delete_volume | 2.534 | 2.534 | 2.534 | 2.534 | 2.534 | 2.534 | 100.0% | 1 | | nova.delete_server | 2.672 | 2.672 | 2.672 | 2.672 | 2.672 | 2.672 | 100.0% | 1 | | total | 38.731 | 38.731 | 38.731 | 38.731 | 38.731 | 38.731 | 100.0% | 1 | | -> duration | 37.731 | 37.731 | 37.731 | 37.731 | 37.731 | 37.731 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.730803 Full duration: 50.493201 -------------------------------------------------------------------------------- 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_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "18f9bcc2-ab25-475b-b138-ef549409b169" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 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.648 | 8.648 | 8.648 | 8.648 | 8.648 | 8.648 | 100.0% | 1 | | nova.boot_server | 9.772 | 9.772 | 9.772 | 9.772 | 9.772 | 9.772 | 100.0% | 1 | | nova.find_host_to_migrate | 1.212 | 1.212 | 1.212 | 1.212 | 1.212 | 1.212 | 100.0% | 1 | | nova.live_migrate | 16.831 | 16.831 | 16.831 | 16.831 | 16.831 | 16.831 | 100.0% | 1 | | nova.delete_server | 7.514 | 7.514 | 7.514 | 7.514 | 7.514 | 7.514 | 100.0% | 1 | | total | 43.978 | 43.978 | 43.978 | 43.978 | 43.978 | 43.978 | 100.0% | 1 | | -> duration | 42.978 | 42.978 | 42.978 | 42.978 | 42.978 | 42.978 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.977825 Full duration: 55.611815 -------------------------------------------------------------------------------- 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_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "server_kwargs": { "nics": [ { "net-id": "18f9bcc2-ab25-475b-b138-ef549409b169" } ] } }, "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 b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | nova.boot_server | 7.78 | 7.78 | 7.78 | 7.78 | 7.78 | 7.78 | 100.0% | 1 | | nova.delete_server | 2.932 | 2.932 | 2.932 | 2.932 | 2.932 | 2.932 | 100.0% | 1 | | nova.delete_keypair | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | total | 11.461 | 11.461 | 11.461 | 11.461 | 11.461 | 11.461 | 100.0% | 1 | | -> duration | 10.461 | 10.461 | 10.461 | 10.461 | 10.461 | 10.461 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.4611 Full duration: 36.050208 -------------------------------------------------------------------------------- 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_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "volume_size": 5, "nics": [ { "net-id": "18f9bcc2-ab25-475b-b138-ef549409b169" } ] }, "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 b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 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.214 | 8.214 | 8.214 | 8.214 | 8.214 | 8.214 | 100.0% | 1 | | nova.boot_server | 9.507 | 9.507 | 9.507 | 9.507 | 9.507 | 9.507 | 100.0% | 1 | | nova.delete_server | 2.782 | 2.782 | 2.782 | 2.782 | 2.782 | 2.782 | 100.0% | 1 | | total | 20.503 | 20.503 | 20.503 | 20.503 | 20.503 | 20.503 | 100.0% | 1 | | -> duration | 19.503 | 19.503 | 19.503 | 19.503 | 19.503 | 19.503 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.503154 Full duration: 47.082706 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "force_delete": false, "nics": [ { "net-id": "18f9bcc2-ab25-475b-b138-ef549409b169" } ] }, "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 b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 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.458 | 9.458 | 9.458 | 9.458 | 9.458 | 9.458 | 100.0% | 1 | | nova.pause_server | 3.078 | 3.078 | 3.078 | 3.078 | 3.078 | 3.078 | 100.0% | 1 | | nova.unpause_server | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 100.0% | 1 | | nova.delete_server | 5.461 | 5.461 | 5.461 | 5.461 | 5.461 | 5.461 | 100.0% | 1 | | total | 20.614 | 20.614 | 20.614 | 20.614 | 20.614 | 20.614 | 100.0% | 1 | | -> duration | 15.614 | 15.614 | 15.614 | 15.614 | 15.614 | 15.614 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.614024 Full duration: 45.159566 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "nics": [ { "net-id": "18f9bcc2-ab25-475b-b138-ef549409b169" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 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.321 | 9.321 | 9.321 | 9.321 | 9.321 | 9.321 | 100.0% | 1 | | nova.migrate | 31.878 | 31.878 | 31.878 | 31.878 | 31.878 | 31.878 | 100.0% | 1 | | nova.resize_confirm | 3.366 | 3.366 | 3.366 | 3.366 | 3.366 | 3.366 | 100.0% | 1 | | nova.delete_server | 2.759 | 2.759 | 2.759 | 2.759 | 2.759 | 2.759 | 100.0% | 1 | | total | 47.324 | 47.324 | 47.324 | 47.324 | 47.324 | 47.324 | 100.0% | 1 | | -> duration | 46.324 | 46.324 | 46.324 | 46.324 | 46.324 | 46.324 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 46.32428 Full duration: 56.771645 -------------------------------------------------------------------------------- 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_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 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.798 | 9.798 | 9.798 | 9.798 | 9.798 | 9.798 | 100.0% | 1 | | nova.list_interfaces | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | total | 10.148 | 10.148 | 10.148 | 10.148 | 10.148 | 10.148 | 100.0% | 1 | | -> duration | 9.148 | 9.148 | 9.148 | 9.148 | 9.148 | 9.148 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.147871 Full duration: 38.560276 -------------------------------------------------------------------------------- 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 b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 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.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | nova.delete_server_group | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 100.0% | 1 | | total | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> duration | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.689406 Full duration: 9.572545 HINTS: * To plot HTML graphics with this data, run: rally task report b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 --out output.html * To generate a JUnit report, run: rally task export b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 --json --out output.json 2018-10-04 04:07:21,681 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b5dbb2e2-27cf-4a84-92f0-77a5c85202f7', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-10-04 04:07:23,888 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-10-04 04:07:23.770 10780 INFO rally.api [-] Building 'json' report for the following task(s): 'b5dbb2e2-27cf-4a84-92f0-77a5c85202f7'. 2018-10-04 04:07:23.782 10780 INFO rally.api [-] The report has been successfully built. 2018-10-04 04:07:23,889 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b5dbb2e2-27cf-4a84-92f0-77a5c85202f7', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-10-04 04:07:26,172 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-10-04 04:07:26.038 10783 INFO rally.api [-] Building 'html' report for the following task(s): 'b5dbb2e2-27cf-4a84-92f0-77a5c85202f7'. 2018-10-04 04:07:26.068 10783 INFO rally.api [-] The report has been successfully built. 2018-10-04 04:07:26,186 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-10-04 04:07:26,186 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-10-04 04:07:26,187 - 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-10-04 04:07:26,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 04:07:26,203 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 04:07:26,208 - 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': '18f9bcc2-ab25-475b-b138-ef549409b169', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'flavor_name': 'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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-10-04 04:08:19,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 42289c5f-1673-40b2-a1b0-351aef69342a 2018-10-04 04:08:19,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '42289c5f-1673-40b2-a1b0-351aef69342a'] 2018-10-04 04:08:20,750 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 42289c5f-1673-40b2-a1b0-351aef69342a -------------------------------------------------------------------------------- Task 42289c5f-1673-40b2-a1b0-351aef69342a: 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 42289c5f-1673-40b2-a1b0-351aef69342a 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.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | quotas.delete_quotas | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 100.0% | 1 | | total | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 100.0% | 1 | | -> duration | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.977043 Full duration: 8.773395 -------------------------------------------------------------------------------- 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 42289c5f-1673-40b2-a1b0-351aef69342a 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.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | total | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> duration | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.730741 Full duration: 8.860024 -------------------------------------------------------------------------------- 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 42289c5f-1673-40b2-a1b0-351aef69342a 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.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> duration | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.689262 Full duration: 8.556651 -------------------------------------------------------------------------------- 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 42289c5f-1673-40b2-a1b0-351aef69342a 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.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | total | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | -> duration | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.067981 Full duration: 9.03024 HINTS: * To plot HTML graphics with this data, run: rally task report 42289c5f-1673-40b2-a1b0-351aef69342a --out output.html * To generate a JUnit report, run: rally task export 42289c5f-1673-40b2-a1b0-351aef69342a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 42289c5f-1673-40b2-a1b0-351aef69342a --json --out output.json 2018-10-04 04:08:20,750 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '42289c5f-1673-40b2-a1b0-351aef69342a', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-10-04 04:08:22,750 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 42289c5f-1673-40b2-a1b0-351aef69342a --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-10-04 04:08:22.653 11296 INFO rally.api [-] Building 'json' report for the following task(s): '42289c5f-1673-40b2-a1b0-351aef69342a'. 2018-10-04 04:08:22.657 11296 INFO rally.api [-] The report has been successfully built. 2018-10-04 04:08:22,751 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '42289c5f-1673-40b2-a1b0-351aef69342a', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-10-04 04:08:24,936 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 42289c5f-1673-40b2-a1b0-351aef69342a --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-10-04 04:08:24.814 11299 INFO rally.api [-] Building 'html' report for the following task(s): '42289c5f-1673-40b2-a1b0-351aef69342a'. 2018-10-04 04:08:24.835 11299 INFO rally.api [-] The report has been successfully built. 2018-10-04 04:08:24,941 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-10-04 04:08:24,944 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:20 | 4 | 100.00% | | cinder | 02:51 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 04:49 | 11 | 100.00% | | nova | 06:13 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:29 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-10-04 04:08:24,944 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-10-04 04:08:25,066 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 04:08:25,066 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:48 | PASS | +----------------------+------------------+------------------+----------------+ 2018-10-04 04:08:35,184 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-10-04 04:08:36,144 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_4425218f-cfc6-4970-a665-bafeadf1035b', 'id': u'4263598437c74f99b9a14e1d941ddfac', '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-10-04 04:08:36,601 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'24394a3f41a8477e91103e7efdf590bb', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_4425218f-cfc6-4970-a665-bafeadf1035b'}) 2018-10-04 04:08:36,693 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 04:08:36,885 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/0f6a35d0b25147098570aedc72db9d19'}, 'domain_id': None, 'human_id': None, 'id': u'0f6a35d0b25147098570aedc72db9d19', 'HUMAN_ID': False}) 2018-10-04 04:08:37,446 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_4425218f-cfc6-4970-a665-bafeadf1035b', 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': 'de5a4bf1-289e-4fb4-9233-a1577d59e9b0', 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_4425218f-cfc6-4970-a665-bafeadf1035b', 'project_id': u'4263598437c74f99b9a14e1d941ddfac', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 04:08:37,451 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_4425218f-cfc6-4970-a665-bafeadf1035b', 'password': 'de5a4bf1-289e-4fb4-9233-a1577d59e9b0', 'project_name': 'refstack_defcore-project_4425218f-cfc6-4970-a665-bafeadf1035b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '4263598437c74f99b9a14e1d941ddfac', 'project_domain_name': 'Default'} 2018-10-04 04:08:38,559 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 04:08:40,984 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-04 04:08:40.668 11302 INFO rally.deployment.engine [-] Deployment 2417a928-0a5b-47e4-85e7-8c520c441f07 | Starting: Destroy cloud and free allocated resources. 2018-10-04 04:08:40.754 11302 INFO rally.deployment.engine [-] Deployment 2417a928-0a5b-47e4-85e7-8c520c441f07 | Completed: Destroy cloud and free allocated resources. 2018-10-04 04:08:40.776 11302 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95). 2018-10-04 04:08:40.781 11302 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-04 04:08:43,383 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 04:08:43.083 11305 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3b45378d-1cd4-420c-b913-815056d903f2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3b45378d-1cd4-420c-b913-815056d903f2 | 2018-10-04T04:08:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3b45378d-1cd4-420c-b913-815056d903f2 ~/.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-10-04 04:08:46,509 - 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-10-04 04:08:46,509 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-04 04:08:48,980 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-04 04:08:48.701 11311 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95). 2018-10-04 04:08:48.831 11311 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-04 04:08:52,947 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-04 04:08:50.958 11314 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-04 04:08:51.515 11314 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-04 04:08:52.742 11314 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3b21b087-87ce-4720-a56d-c03d991cefbe) has been successfully created! Using verifier 'opnfv-tempest' (UUID=3b21b087-87ce-4720-a56d-c03d991cefbe) as the default verifier for the future CLI operations. 2018-10-04 04:08:55,945 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-10-04 04:08:58,932 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/file', 'owner': u'4263598437c74f99b9a14e1d941ddfac', 'id': u'5f700a5e-a58b-43a8-a5cc-e8dce8442b3d', 'size': 12716032, u'self': u'/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4263598437c74f99b9a14e1d941ddfac', 'name': 'refstack_defcore-project_4425218f-cfc6-4970-a665-bafeadf1035b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T04:08:58Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T04:08:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b', 'created': u'2018-10-04T04:08:56Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T04:08:56Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 04:08:59,125 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_4425218f-cfc6-4970-a665-bafeadf1035b', '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'510ab77bdaaa470cad047d68b7d85c03', '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'5618b76d-590f-41a8-b6c0-adf1f3ebeec1', 'swap': 0}) 2018-10-04 04:09:01,067 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/0de1c6e9-4c65-404a-89e0-b609f9408435/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435/file', 'owner': u'4263598437c74f99b9a14e1d941ddfac', 'id': u'0de1c6e9-4c65-404a-89e0-b609f9408435', 'size': 12716032, u'self': u'/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4263598437c74f99b9a14e1d941ddfac', 'name': 'refstack_defcore-project_4425218f-cfc6-4970-a665-bafeadf1035b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/0de1c6e9-4c65-404a-89e0-b609f9408435/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T04:09:00Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T04:09:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4425218f-cfc6-4970-a665-bafeadf1035b', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4425218f-cfc6-4970-a665-bafeadf1035b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_4425218f-cfc6-4970-a665-bafeadf1035b', 'created': u'2018-10-04T04:08:59Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T04:08:59Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4425218f-cfc6-4970-a665-bafeadf1035b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 04:09:01,120 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_4425218f-cfc6-4970-a665-bafeadf1035b', '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'510ab77bdaaa470cad047d68b7d85c03', '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'f81f26d6-2602-4681-9299-e38658fb45ad', 'swap': 0}) 2018-10-04 04:09:01,142 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_4425218f-cfc6-4970-a665-bafeadf1035b', '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'510ab77bdaaa470cad047d68b7d85c03', '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'f81f26d6-2602-4681-9299-e38658fb45ad', 'swap': 0}) 2018-10-04 04:09:04,296 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-04 04:09:03.257 11333 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3b21b087-87ce-4720-a56d-c03d991cefbe) for deployment 'opnfv-rally' (UUID=3b45378d-1cd4-420c-b913-815056d903f2). 2018-10-04 04:09:04.134 11333 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-04 04:09:04.136 11333 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3b21b087-87ce-4720-a56d-c03d991cefbe) has been successfully configured for deployment 'opnfv-rally' (UUID=3b45378d-1cd4-420c-b913-815056d903f2)! 2018-10-04 04:09:04,297 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-04 04:09:04,297 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-04 04:09:04,300 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-04 04:09:10,002 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-04 04:09:10,026 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-04 04:09:10,026 - 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-10-04 04:09:12,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:12.191 11345 INFO rally.api [-] Starting verification (UUID=4325bee2-4921-4f58-a6a1-8504066ffe9d) for deployment 'opnfv-rally' (UUID=3b45378d-1cd4-420c-b913-815056d903f2) by verifier 'opnfv-tempest' (UUID=3b21b087-87ce-4720-a56d-c03d991cefbe). 2018-10-04 04:09:12,193 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 4325bee2-4921-4f58-a6a1-8504066ffe9d 2018-10-04 04:09:20,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:20.363 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.766s] 2018-10-04 04:09:29,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:29.215 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [10.495s] 2018-10-04 04:09:32,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:32.919 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [12.550s] 2018-10-04 04:09:40,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:40.007 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.054s] 2018-10-04 04:09:43,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:43.022 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.012s] 2018-10-04 04:09:50,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:50.158 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [22.985s] 2018-10-04 04:09:50,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:50.756 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [17.835s] 2018-10-04 04:09:51,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:51.948 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.793s] 2018-10-04 04:10:00,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:00.379 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [9.623s] 2018-10-04 04:10:04,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:04.933 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.748s] 2018-10-04 04:10:05,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:05.927 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.993s] 2018-10-04 04:10:06,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:06.659 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.731s] 2018-10-04 04:10:07,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:07.350 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.690s] 2018-10-04 04:10:08,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:08.166 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.816s] 2018-10-04 04:10:08,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:08.237 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.070s] 2018-10-04 04:10:08,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:08.326 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.088s] 2018-10-04 04:10:08,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:08.393 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.067s] 2018-10-04 04:10:08,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:08.456 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.063s] 2018-10-04 04:10:08,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:08.530 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.073s] 2018-10-04 04:10:08,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:08.671 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.140s] 2018-10-04 04:11:02,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:11:02.788 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [62.394s] 2018-10-04 04:11:03,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:11:03.839 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [14.430s] 2018-10-04 04:11:07,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:11:07.869 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.288s] 2018-10-04 04:11:08,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:11:08.220 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.350s] 2018-10-04 04:12:16,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:12:16.338 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [72.499s] 2018-10-04 04:12:45,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:12:45.511 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [29.168s] 2018-10-04 04:13:03,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:03.012 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.500s] 2018-10-04 04:13:26,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:26.932 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.302s] 2018-10-04 04:13:26,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:26.993 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-10-04 04:13:27,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:27.056 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.871s] 2018-10-04 04:13:27,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:27.922 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.928s] 2018-10-04 04:13:28,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:28.072 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.014s] 2018-10-04 04:13:29,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:29.276 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.203s] 2018-10-04 04:13:30,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:30.544 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.266s] 2018-10-04 04:13:31,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:31.296 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.752s] 2018-10-04 04:13:33,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:33.026 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.730s] 2018-10-04 04:13:33,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:33.911 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.884s] 2018-10-04 04:13:34,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:34.587 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.676s] 2018-10-04 04:13:35,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:35.199 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.611s] 2018-10-04 04:13:36,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:36.368 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.167s] 2018-10-04 04:13:36,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:36.895 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.527s] 2018-10-04 04:13:37,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:37.717 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.821s] 2018-10-04 04:13:38,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:38.261 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.543s] 2018-10-04 04:13:39,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:39.301 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.039s] 2018-10-04 04:13:39,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:39.826 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.524s] 2018-10-04 04:13:40,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:40.354 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.528s] 2018-10-04 04:13:40,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:40.881 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.526s] 2018-10-04 04:13:41,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:41.243 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.362s] 2018-10-04 04:13:47,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:47.914 11345 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.256s] 2018-10-04 04:13:57,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:57.241 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.245s] 2018-10-04 04:14:02,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:02.516 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.275s] 2018-10-04 04:14:03,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:03.900 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.383s] 2018-10-04 04:14:04,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:04.102 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.202s] 2018-10-04 04:14:04,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:04.295 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.192s] 2018-10-04 04:14:04,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:04.506 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.210s] 2018-10-04 04:14:04,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:04.560 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.054s] 2018-10-04 04:14:11,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:11.246 11345 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.167s] 2018-10-04 04:14:21,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:21.725 11345 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.134s] 2018-10-04 04:14:30,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:30.535 11345 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.808s] 2018-10-04 04:14:41,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:41.257 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [204.896s] 2018-10-04 04:14:45,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:45.713 11345 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [15.176s] 2018-10-04 04:15:11,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:11.455 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [30.190s] 2018-10-04 04:15:23,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:23.308 11345 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.315s] 2018-10-04 04:15:38,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:38.867 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.158s] 2018-10-04 04:15:39,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:39.019 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.152s] 2018-10-04 04:15:39,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:39.193 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.174s] 2018-10-04 04:15:39,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:39.379 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.185s] 2018-10-04 04:15:39,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:39.942 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.562s] 2018-10-04 04:15:40,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:40.659 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.716s] 2018-10-04 04:15:41,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:41.371 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.711s] 2018-10-04 04:15:41,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:41.961 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.589s] 2018-10-04 04:15:42,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:42.003 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.041s] 2018-10-04 04:15:42,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:42.188 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.185s] 2018-10-04 04:15:54,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:54.411 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.972s] 2018-10-04 04:15:54,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:54.579 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.167s] 2018-10-04 04:16:00,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:00.007 11345 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.129s] 2018-10-04 04:16:09,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:09.314 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.503s] 2018-10-04 04:16:11,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:11.044 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.730s] 2018-10-04 04:16:23,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:23.935 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-10-04 04:16:23,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:23.980 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.045s] 2018-10-04 04:16:24,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:24.180 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.200s] 2018-10-04 04:16:25,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:25.039 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.857s] 2018-10-04 04:16:25,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:25.277 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.238s] 2018-10-04 04:16:25,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:25.937 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.659s] 2018-10-04 04:16:25,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:25.974 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.037s] 2018-10-04 04:16:26,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:26.165 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.190s] 2018-10-04 04:16:26,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:26.215 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.049s] 2018-10-04 04:16:26,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:26.267 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.052s] 2018-10-04 04:16:26,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:26.310 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.042s] 2018-10-04 04:16:26,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:26.534 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.223s] 2018-10-04 04:16:26,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:26.623 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.088s] 2018-10-04 04:16:26,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:26.674 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.051s] 2018-10-04 04:16:26,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:26.723 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.048s] 2018-10-04 04:16:33,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:33.584 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.015s] 2018-10-04 04:16:33,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:33.745 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.160s] 2018-10-04 04:16:33,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:33.929 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.184s] 2018-10-04 04:16:34,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:34.099 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.169s] 2018-10-04 04:16:34,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:34.258 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.158s] 2018-10-04 04:16:34,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:34.421 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.163s] 2018-10-04 04:16:34,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:34.594 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.172s] 2018-10-04 04:16:34,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:34.784 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.189s] 2018-10-04 04:16:34,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:34.942 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.157s] 2018-10-04 04:16:34,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:34.982 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.040s] 2018-10-04 04:16:34,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:34.993 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2018-10-04 04:16:35,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.037 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.043s] 2018-10-04 04:16:35,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.090 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.052s] 2018-10-04 04:16:35,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.128 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.038s] 2018-10-04 04:16:35,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.166 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.038s] 2018-10-04 04:16:35,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.176 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-10-04 04:16:35,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.211 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-10-04 04:16:35,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.383 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.171s] 2018-10-04 04:16:35,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.397 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.464s] 2018-10-04 04:16:35,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.398 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-04 04:16:35,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.418 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.034s] 2018-10-04 04:16:35,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.450 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.032s] 2018-10-04 04:20:18,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:20:18.387 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.177s] 2018-10-04 04:20:18,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:20:18.458 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.080s] 2018-10-04 04:20:19,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:20:19.304 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.845s] 2018-10-04 04:23:26,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:26.703 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.385s] 2018-10-04 04:23:26,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:26.705 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-10-04 04:23:47,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:47.370 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.351s] 2018-10-04 04:23:47,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:47.583 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.212s] 2018-10-04 04:23:47,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:47.774 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.190s] 2018-10-04 04:23:48,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:48.137 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.363s] 2018-10-04 04:23:48,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:48.703 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.565s] 2018-10-04 04:23:49,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:49.247 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.544s] 2018-10-04 04:23:55,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:55.456 11345 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.230s] 2018-10-04 04:23:57,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:57.175 11345 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.718s] 2018-10-04 04:24:04,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:04.498 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.852s] 2018-10-04 04:24:06,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:06.124 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.626s] 2018-10-04 04:24:10,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:10.124 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.995s] 2018-10-04 04:24:11,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:11.076 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.955s] 2018-10-04 04:24:12,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:12.667 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.589s] 2018-10-04 04:24:14,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:14.045 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.378s] 2018-10-04 04:24:16,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:16.011 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.963s] 2018-10-04 04:24:16,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:16.211 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.203s] 2018-10-04 04:24:19,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:19.820 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.545s] 2018-10-04 04:24:25,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:25.120 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.796s] 2018-10-04 04:24:26,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:26.161 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.040s] 2018-10-04 04:24:54,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:54.516 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [28.351s] 2018-10-04 04:25:06,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:25:06.956 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.589s] 2018-10-04 04:25:07,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:25:07.828 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.872s] 2018-10-04 04:25:18,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:25:18.449 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.181s] 2018-10-04 04:25:18,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:25:18.636 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.187s] 2018-10-04 04:25:21,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 4325bee2-4921-4f58-a6a1-8504066ffe9d 2018-10-04 04:25:21,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4325bee2-4921-4f58-a6a1-8504066ffe9d']'. 2018-10-04 04:25:22,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-04 04:25:22,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-04 04:25:22,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 04:25:22,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4325bee2-4921-4f58-a6a1-8504066ffe9d | 2018-10-04 04:25:22,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-04 04:25:22,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-04 04:09:12 | 2018-10-04 04:25:22,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-04 04:25:21 | 2018-10-04 04:25:22,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:16:09 | 2018-10-04 04:25:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-04 04:25:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-04 04:25:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-04 04:25:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 3b21b087-87ce-4720-a56d-c03d991cefbe) | 2018-10-04 04:25:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-04 04:25:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3b45378d-1cd4-420c-b913-815056d903f2) | 2018-10-04 04:25:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 144 | 2018-10-04 04:25:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 961.817 | 2018-10-04 04:25:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 139 | 2018-10-04 04:25:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-04 04:25:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-04 04:25:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-04 04:25:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 5 | 2018-10-04 04:25:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 04:25:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-04 04:25:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-04 04:25:22,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 96.5277777778% 2018-10-04 04:25:22,826 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 04:25:22,827 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 16:27 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-10-04 04:25:27,579 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-10-04 04:25:27,632 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-10-04 04:25:28,557 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_83955742-1659-402c-97ff-8f6c38fb0419', 'id': u'5038012922b8456784edc902ee62cead', '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-10-04 04:25:29,011 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9a069ba7dd004ad6a536df4b8d35fa23', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_83955742-1659-402c-97ff-8f6c38fb0419'}) 2018-10-04 04:25:29,189 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 04:25:29,379 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/a063db601c2d4d97aabbd6d233e260c0'}, 'domain_id': None, 'human_id': None, 'id': u'a063db601c2d4d97aabbd6d233e260c0', 'HUMAN_ID': False}) 2018-10-04 04:25:29,925 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_83955742-1659-402c-97ff-8f6c38fb0419', 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': '313e5be0-42c5-440e-8ced-5f1a702c679f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_83955742-1659-402c-97ff-8f6c38fb0419', 'project_id': u'5038012922b8456784edc902ee62cead', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 04:25:29,930 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_83955742-1659-402c-97ff-8f6c38fb0419', 'password': '313e5be0-42c5-440e-8ced-5f1a702c679f', 'project_name': 'patrole-project_83955742-1659-402c-97ff-8f6c38fb0419', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '5038012922b8456784edc902ee62cead', 'project_domain_name': 'Default'} 2018-10-04 04:25:31,158 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 04:25:33,980 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-04 04:25:33.582 11383 INFO rally.deployment.engine [-] Deployment 3b45378d-1cd4-420c-b913-815056d903f2 | Starting: Destroy cloud and free allocated resources. 2018-10-04 04:25:33.667 11383 INFO rally.deployment.engine [-] Deployment 3b45378d-1cd4-420c-b913-815056d903f2 | Completed: Destroy cloud and free allocated resources. 2018-10-04 04:25:33.714 11383 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=3b21b087-87ce-4720-a56d-c03d991cefbe) for deployment 'opnfv-rally'. 2018-10-04 04:25:33.734 11383 INFO rally.api [-] Deleting verification (UUID=4325bee2-4921-4f58-a6a1-8504066ffe9d). 2018-10-04 04:25:33.766 11383 INFO rally.api [-] Verification has been successfully deleted! 2018-10-04 04:25:33.766 11383 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=3b21b087-87ce-4720-a56d-c03d991cefbe). 2018-10-04 04:25:33.774 11383 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-04 04:25:36,369 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 04:25:36.087 11386 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1bc10bb8-ab2b-4e07-aff5-48db3773864f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1bc10bb8-ab2b-4e07-aff5-48db3773864f | 2018-10-04T04:25:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1bc10bb8-ab2b-4e07-aff5-48db3773864f ~/.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-10-04 04:25:39,727 - 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-10-04 04:25:39,728 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-04 04:25:42,097 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-04 04:25:41.840 11392 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=3b21b087-87ce-4720-a56d-c03d991cefbe). 2018-10-04 04:25:41.966 11392 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-04 04:25:45,700 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-04 04:25:44.184 11395 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-04 04:25:44.344 11395 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-04 04:25:45.529 11395 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6a912388-7be5-4119-8f87-3b7654a2f064) has been successfully created! Using verifier 'opnfv-tempest' (UUID=6a912388-7be5-4119-8f87-3b7654a2f064) as the default verifier for the future CLI operations. 2018-10-04 04:25:48,688 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-10-04 04:25:51,159 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1af324a0-4530-4dd1-adff-d22245e01153/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1af324a0-4530-4dd1-adff-d22245e01153/file', 'owner': u'5038012922b8456784edc902ee62cead', 'id': u'1af324a0-4530-4dd1-adff-d22245e01153', 'size': 12716032, u'self': u'/v2/images/1af324a0-4530-4dd1-adff-d22245e01153', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5038012922b8456784edc902ee62cead', 'name': 'patrole-project_83955742-1659-402c-97ff-8f6c38fb0419', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1af324a0-4530-4dd1-adff-d22245e01153/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T04:25:51Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T04:25:51Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_83955742-1659-402c-97ff-8f6c38fb0419', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1af324a0-4530-4dd1-adff-d22245e01153', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_83955742-1659-402c-97ff-8f6c38fb0419', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_83955742-1659-402c-97ff-8f6c38fb0419', 'created': u'2018-10-04T04:25:49Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T04:25:49Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1af324a0-4530-4dd1-adff-d22245e01153', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_83955742-1659-402c-97ff-8f6c38fb0419', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 04:25:51,380 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_83955742-1659-402c-97ff-8f6c38fb0419', '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'510ab77bdaaa470cad047d68b7d85c03', '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'da2b9141-cb50-4405-b474-0f06b1cce901', 'swap': 0}) 2018-10-04 04:25:53,597 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9704e02a-750c-4c18-a39b-3ae4411a0183/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183/file', 'owner': u'5038012922b8456784edc902ee62cead', 'id': u'9704e02a-750c-4c18-a39b-3ae4411a0183', 'size': 12716032, u'self': u'/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5038012922b8456784edc902ee62cead', 'name': 'patrole-project_83955742-1659-402c-97ff-8f6c38fb0419', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9704e02a-750c-4c18-a39b-3ae4411a0183/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T04:25:53Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T04:25:53Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_83955742-1659-402c-97ff-8f6c38fb0419', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_83955742-1659-402c-97ff-8f6c38fb0419', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_83955742-1659-402c-97ff-8f6c38fb0419', 'created': u'2018-10-04T04:25:52Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T04:25:52Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_83955742-1659-402c-97ff-8f6c38fb0419', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 04:25:53,645 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_83955742-1659-402c-97ff-8f6c38fb0419', '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'510ab77bdaaa470cad047d68b7d85c03', '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'811e062f-060f-415c-b113-414e42be8578', 'swap': 0}) 2018-10-04 04:25:53,668 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_83955742-1659-402c-97ff-8f6c38fb0419', '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'510ab77bdaaa470cad047d68b7d85c03', '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'811e062f-060f-415c-b113-414e42be8578', 'swap': 0}) 2018-10-04 04:25:56,793 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-04 04:25:55.784 11414 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6a912388-7be5-4119-8f87-3b7654a2f064) for deployment 'opnfv-rally' (UUID=1bc10bb8-ab2b-4e07-aff5-48db3773864f). 2018-10-04 04:25:56.624 11414 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-04 04:25:56.626 11414 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6a912388-7be5-4119-8f87-3b7654a2f064) has been successfully configured for deployment 'opnfv-rally' (UUID=1bc10bb8-ab2b-4e07-aff5-48db3773864f)! 2018-10-04 04:25:56,794 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-04 04:25:56,794 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-04 04:25:56,797 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-04 04:25:56,816 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-04 04:26:00,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-6a912388-7be5-4119-8f87-3b7654a2f064/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-10-04 04:26:00,198 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-04 04:26:00,212 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-04 04:26:00,212 - 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-10-04 04:26:02,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:26:02.366 11423 INFO rally.api [-] Starting verification (UUID=1bc07c9b-8a63-4c45-ad8c-18dbe179b4f5) for deployment 'opnfv-rally' (UUID=1bc10bb8-ab2b-4e07-aff5-48db3773864f) by verifier 'opnfv-tempest' (UUID=6a912388-7be5-4119-8f87-3b7654a2f064). 2018-10-04 04:26:02,367 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1bc07c9b-8a63-4c45-ad8c-18dbe179b4f5 2018-10-04 04:28:39,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 1bc07c9b-8a63-4c45-ad8c-18dbe179b4f5 2018-10-04 04:28:39,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1bc07c9b-8a63-4c45-ad8c-18dbe179b4f5']'. 2018-10-04 04:28:40,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-04 04:28:40,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-04 04:28:40,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 04:28:40,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1bc07c9b-8a63-4c45-ad8c-18dbe179b4f5 | 2018-10-04 04:28:40,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-04 04:28:40,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-04 04:26:02 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-04 04:28:39 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:37 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6a912388-7be5-4119-8f87-3b7654a2f064) | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1bc10bb8-ab2b-4e07-aff5-48db3773864f) | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 148.835 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-04 04:28:41,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-10-04 04:28:41,228 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 04:28:41,229 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:52 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-04 04:28:45,541 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-10-04 04:28:46,453 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-10-04 04:29:07,139 - 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-10-04 04:29:07,176 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-10-04 04:29:07,416 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-10-04 04:29:07,540 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 04:29:07,541 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-04 04:29:07,578 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-10-04 04:29:09,391 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 04:29:12,347 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-04 04:29:12,347 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-10-04 05:12:18,633 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 05:12:18,634 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 43:06 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-10-04 05:12:20,684 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-10-04 05:12:20,737 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-10-04 05:12:22,572 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 05:12:24,516 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 05:12:27,109 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-04 05:12:26.700 11517 INFO rally.deployment.engine [-] Deployment 1bc10bb8-ab2b-4e07-aff5-48db3773864f | Starting: Destroy cloud and free allocated resources. 2018-10-04 05:12:26.772 11517 INFO rally.deployment.engine [-] Deployment 1bc10bb8-ab2b-4e07-aff5-48db3773864f | Completed: Destroy cloud and free allocated resources. 2018-10-04 05:12:26.829 11517 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=6a912388-7be5-4119-8f87-3b7654a2f064) for deployment 'opnfv-rally'. 2018-10-04 05:12:26.861 11517 INFO rally.api [-] Deleting verification (UUID=1bc07c9b-8a63-4c45-ad8c-18dbe179b4f5). 2018-10-04 05:12:26.901 11517 INFO rally.api [-] Verification has been successfully deleted! 2018-10-04 05:12:26.902 11517 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6a912388-7be5-4119-8f87-3b7654a2f064). 2018-10-04 05:12:26.910 11517 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-04 05:12:29,336 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 05:12:29.087 11520 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=cc938df8-944a-4e79-870b-e75baa8ef54a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | cc938df8-944a-4e79-870b-e75baa8ef54a | 2018-10-04T05:12:29 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: cc938df8-944a-4e79-870b-e75baa8ef54a ~/.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-10-04 05:12:32,574 - 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-10-04 05:12:32,575 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-04 05:12:34,969 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-04 05:12:34.696 11526 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=6a912388-7be5-4119-8f87-3b7654a2f064). 2018-10-04 05:12:34.820 11526 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-04 05:12:38,391 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-04 05:12:36.972 11529 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-04 05:12:37.096 11529 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-04 05:12:38.269 11529 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=30bd7221-dd79-42ed-af25-0d075c6a5bd6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=30bd7221-dd79-42ed-af25-0d075c6a5bd6) as the default verifier for the future CLI operations. 2018-10-04 05:12:41,277 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-10-04 05:12:48,842 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-04 05:12:47.835 11548 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=30bd7221-dd79-42ed-af25-0d075c6a5bd6) for deployment 'opnfv-rally' (UUID=cc938df8-944a-4e79-870b-e75baa8ef54a). 2018-10-04 05:12:48.679 11548 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-04 05:12:48.681 11548 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=30bd7221-dd79-42ed-af25-0d075c6a5bd6) has been successfully configured for deployment 'opnfv-rally' (UUID=cc938df8-944a-4e79-870b-e75baa8ef54a)! 2018-10-04 05:12:52,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-30bd7221-dd79-42ed-af25-0d075c6a5bd6/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-10-04 05:12:52,364 - 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-10-04 05:12:54,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 05:12:54.482 11557 INFO rally.api [-] Starting verification (UUID=bd6ea761-acc6-43df-bb3f-db3f8b0a2aec) for deployment 'opnfv-rally' (UUID=cc938df8-944a-4e79-870b-e75baa8ef54a) by verifier 'opnfv-tempest' (UUID=30bd7221-dd79-42ed-af25-0d075c6a5bd6). 2018-10-04 05:14:46,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: bd6ea761-acc6-43df-bb3f-db3f8b0a2aec 2018-10-04 05:14:46,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'bd6ea761-acc6-43df-bb3f-db3f8b0a2aec']'. 2018-10-04 05:14:47,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-04 05:14:47,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-04 05:14:47,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 05:14:47,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | bd6ea761-acc6-43df-bb3f-db3f8b0a2aec | 2018-10-04 05:14:47,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-04 05:14:47,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-04 05:12:54 | 2018-10-04 05:14:47,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-04 05:14:45 | 2018-10-04 05:14:47,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:51 | 2018-10-04 05:14:47,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-04 05:14:47,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-04 05:14:47,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 30bd7221-dd79-42ed-af25-0d075c6a5bd6) | 2018-10-04 05:14:47,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-04 05:14:47,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: cc938df8-944a-4e79-870b-e75baa8ef54a) | 2018-10-04 05:14:47,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-10-04 05:14:47,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 100.929 | 2018-10-04 05:14:47,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-10-04 05:14:47,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-10-04 05:14:47,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-04 05:14:47,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-04 05:14:47,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-10-04 05:14:47,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 05:14:47,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-04 05:14:47,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-04 05:14:47,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-10-04 05:14:47,350 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 05:14:47,351 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:06 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-10-04 05:14:52,896 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-10-04 05:14:52,897 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:38 | FAIL | | vping_userdata | functest | smoke | 00:34 | PASS | | tempest_smoke_serial | functest | smoke | 14:41 | FAIL | | rally_sanity | functest | smoke | 24:48 | PASS | | refstack_defcore | functest | smoke | 16:27 | FAIL | | patrole | functest | smoke | 02:52 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 43:06 | FAIL | | neutron_trunk | functest | smoke | 02:06 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-10-04 05:14:52,906 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-10-04 05:14:59,884 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-290 | | 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-10-04 05:14:59,890 - 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=GgQqxtsaNZXGyRjzJBjnDJu4q export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-10-04 05:14:59,890 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-04 05:14:59,892 - 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-10-04 05:14:59,915 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-10-04 05:14:59,946 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-10-04 05:18:39,164 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-10-04 05:18:39,293 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 05:18:39,293 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:39 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-10-04 05:18:39,325 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-10-04 05:18:41,893 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-10-04 05:18:43,317 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-10-04 05:18:44,962 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-10-04 05:18:45,807 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-10-04 05:18:45,807 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-10-04 05:18:45,859 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-10-04 05:18:46,655 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-10-04 05:19:13,416 - 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-10-04 05:19:13,416 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-10-04 05:19:13,416 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-10-04 05:19:13,500 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-10-04 05:19:42,289 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-10-04 05:19:42,289 - 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-10-04 05:19:42,290 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-10-04 05:19:42,291 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-10-04 05:19:42,291 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-10-04 05:19:42,378 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-10-04 05:19:42,387 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:19:43,453 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-04 05:19:46,696 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-10-04 05:19:47,272 - sdnvpn.lib.openstack_utils - DEBUG - Network '8fb7ad61-319a-49e7-aa3b-18f62b8a5857' created successfully 2018-10-04 05:19:47,272 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-04 05:19:47,853 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '3cd51fa5-6b05-4281-8370-48ec55590957' created successfully 2018-10-04 05:19:47,853 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-04 05:19:48,012 - sdnvpn.lib.openstack_utils - DEBUG - Router 'ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4' created successfully 2018-10-04 05:19:48,013 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-04 05:19:49,484 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-04 05:19:49,484 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-04 05:19:51,440 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-04 05:19:52,084 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-10-04 05:19:52,320 - sdnvpn.lib.openstack_utils - DEBUG - Network 'e1d76305-4ef7-4b34-864f-64be069ad255' created successfully 2018-10-04 05:19:52,320 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-04 05:19:53,278 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'eb39df70-efcc-4b92-8054-2c48eaf7c4aa' created successfully 2018-10-04 05:19:53,278 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-04 05:19:53,279 - sdnvpn.lib.openstack_utils - DEBUG - Router 'ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4' created successfully 2018-10-04 05:19:53,279 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-04 05:19:55,172 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-04 05:19:55,172 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-04 05:19:55,874 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-04 05:19:56,097 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-10-04 05:19:56,460 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=c4c5d4ac-533e-45a0-90d8-4a462d750e9d created successfully. 2018-10-04 05:19:56,461 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-10-04 05:19:56,461 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-10-04 05:19:56,778 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-10-04 05:19:56,778 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-04 05:19:57,128 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-04 05:19:57,803 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-04 05:20:34,471 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-04 05:21:10,454 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.205 -c 10' 2018-10-04 05:21:33,741 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-10-04 05:21:33,741 - 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.205': 'PASS'}]} 2018-10-04 05:21:33,742 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-10-04 05:21:33,742 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-10-04 05:21:33,742 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-10-04 05:21:33,829 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-10-04 05:21:48,859 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-10-04 05:21:48,859 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-10-04 05:21:48,920 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-10-04 05:21:48,980 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-10-04 05:21:49,037 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-10-04 05:21:49,710 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-1 2018-10-04 05:21:49,752 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.22 2018-10-04 05:21:59,637 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-10-04 05:21:59,693 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-10-04 05:21:59,693 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-10-04 05:22:06,767 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:22:07,378 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-10-04 05:22:07,437 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=7130c426-9510-4cd0-b679-714cecfb6127 created successfully. 2018-10-04 05:22:08,249 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-04 05:22:08,850 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-04 05:22:09,783 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-10-04 05:22:10,182 - sdnvpn.lib.openstack_utils - DEBUG - Network 'eccf3afc-7370-4ed7-aea7-838bac71bca1' created successfully 2018-10-04 05:22:10,183 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-04 05:22:10,625 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '105a7276-4c0c-4ca9-8819-80b598131d85' created successfully 2018-10-04 05:22:10,625 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-04 05:22:10,818 - sdnvpn.lib.openstack_utils - DEBUG - Router '4be0ecac-5fd7-4d23-8193-446501c24369' created successfully 2018-10-04 05:22:10,819 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-04 05:22:12,352 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-04 05:22:12,352 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-04 05:22:14,615 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-04 05:22:15,315 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-10-04 05:22:15,565 - sdnvpn.lib.openstack_utils - DEBUG - Network 'f381d7d5-5d57-4695-bb25-6fbf0b0f0c00' created successfully 2018-10-04 05:22:15,566 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-04 05:22:16,146 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '283deb15-731d-4f1b-99cd-94bea87b17b7' created successfully 2018-10-04 05:22:16,146 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-04 05:22:16,345 - sdnvpn.lib.openstack_utils - DEBUG - Router '927b95bc-4d1c-4cc1-829e-3e3be2eaa001' created successfully 2018-10-04 05:22:16,345 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-04 05:22:17,732 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-04 05:22:17,733 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-04 05:22:19,490 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-04 05:22:20,038 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-10-04 05:27:54,211 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-10-04 05:27:54,211 - 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-10-04 05:27:54,212 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-10-04 05:27:54,212 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-10-04 05:27:54,212 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-10-04 05:27:54,302 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-10-04 05:27:54,311 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:27:54,311 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-10-04 05:27:54,876 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-04 05:28:01,404 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-04 05:28:41,946 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-898150', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'510ab77bdaaa470cad047d68b7d85c03', u'route_targets': [u'55:55'], u'project_id': u'510ab77bdaaa470cad047d68b7d85c03', u'type': u'l3', u'id': u'96791309-d9b4-47ae-8c74-3bd8613d9ae7'}} 2018-10-04 05:29:10,687 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-04 05:29:43,047 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-888334', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'510ab77bdaaa470cad047d68b7d85c03', u'route_targets': [u'88:88'], u'project_id': u'510ab77bdaaa470cad047d68b7d85c03', u'type': u'l3', u'id': u'8f4e4ed9-db7c-4d12-bd56-5d636c4003ae'}} 2018-10-04 05:29:46,254 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-04 05:30:28,904 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-10-04 05:30:28,905 - 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-10-04 05:30:28,905 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-10-04 05:30:28,905 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-10-04 05:30:28,905 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-10-04 05:30:28,996 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-10-04 05:30:29,005 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:30:29,564 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-04 05:30:34,284 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-04 05:31:38,592 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-412076', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'510ab77bdaaa470cad047d68b7d85c03', u'route_targets': [], u'project_id': u'510ab77bdaaa470cad047d68b7d85c03', u'type': u'l3', u'id': u'94ccaea4-d458-435f-91e7-c95860d0ee6a'}} 2018-10-04 05:33:16,112 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-04 05:34:18,874 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-412076', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'510ab77bdaaa470cad047d68b7d85c03', u'route_targets': [], u'project_id': u'510ab77bdaaa470cad047d68b7d85c03', u'type': u'l3', u'id': u'3013e78f-ba6d-4a0b-a34d-18c2f6cac804'}} 2018-10-04 05:34:22,712 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-04 05:35:07,132 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-10-04 05:35:07,132 - 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-10-04 05:35:07,133 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-10-04 05:35:07,133 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-10-04 05:35:07,133 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-10-04 05:35:07,215 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-10-04 05:35:07,223 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:35:22,081 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-04 05:35:25,055 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-04 05:37:25,123 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-10-04 05:38:56,134 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-10-04 05:40:26,942 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-10-04 05:41:04,163 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-10-04 05:41:04,163 - 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 280, actual flow count 282': 'PASS'}, {'OVS groups are programmed after resync expected group count 35, actual group count 35': 'PASS'}, {'OVS flows are programmed after resync expected flow count 280, actual flow count 304': 'PASS'}, {'OVS groups are programmed after resync expected group count 35, actual group count 35': 'PASS'}]} 2018-10-04 05:41:04,163 - 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-10-04 05:41:04,163 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-10-04 05:41:04,164 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-10-04 05:41:04,255 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-10-04 05:41:04,264 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:41:19,862 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-04 05:41:24,225 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-04 05:43:24,121 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-10-04 05:43:56,136 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '78277f23-0c64-430b-b033-80f8e8809c1c')]: Unable to complete operation on subnet 78277f23-0c64-430b-b033-80f8e8809c1c: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-027bc9d9-9cae-4d31-bd3c-932d15456e91'] 2018-10-04 05:43:56,277 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-10-04 05:44:26,551 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-10-04 05:44:26,551 - 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': 'PASS', 'details': [{'New OVS group added': 'PASS'}, {'Group was deleted from ovs': 'PASS'}]} 2018-10-04 05:44:26,552 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-10-04 05:44:26,553 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-10-04 05:44:26,553 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-10-04 05:44:26,630 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-10-04 05:44:26,639 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:44:27,213 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-04 05:44:29,919 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-10-04 05:44:30,332 - sdnvpn.lib.openstack_utils - DEBUG - Network '8469fa6c-f666-48e8-9f10-5930b36eb078' created successfully 2018-10-04 05:44:30,332 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-04 05:44:30,937 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'f0a5d7ee-a554-43e2-beb6-080a3bc898ee' created successfully 2018-10-04 05:44:30,937 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-04 05:44:31,256 - sdnvpn.lib.openstack_utils - DEBUG - Router '44c9c1f6-58dc-4461-9f60-bd9b58d4d383' created successfully 2018-10-04 05:44:31,257 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-04 05:44:33,048 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-04 05:44:33,049 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-04 05:44:34,614 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-04 05:44:35,792 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-04 05:45:33,382 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-902320', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'510ab77bdaaa470cad047d68b7d85c03', u'route_targets': [], u'project_id': u'510ab77bdaaa470cad047d68b7d85c03', u'type': u'l3', u'id': u'd0fab671-6620-4128-b5d7-43e0b54be27e'}} 2018-10-04 05:48:11,931 - sdnvpn.test.functest.testcase_4 - ERROR - One or more instances are down 2018-10-04 05:48:21,613 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-04 05:49:24,873 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-902320', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'510ab77bdaaa470cad047d68b7d85c03', u'route_targets': [], u'project_id': u'510ab77bdaaa470cad047d68b7d85c03', u'type': u'l3', u'id': u'b29e6b91-2c8d-466d-ac0d-cb8eee9d3996'}} 2018-10-04 05:49:28,972 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-04 05:49:59,003 - 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. | +----------------------------------------------------------------------------------------+ | FAIL | '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-10-04 05:50:11,619 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-10-04 05:50:11,619 - 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': 'FAIL', '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'": 'FAIL'}]} 2018-10-04 05:50:11,620 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-10-04 05:50:11,620 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-10-04 05:50:11,620 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-10-04 05:50:11,722 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-10-04 05:50:19,480 - functest.opnfv_tests.openstack.tempest.conf_utils - ERROR - Tempest verifier not found. 2018-10-04 05:50:19,494 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.run_tempest: Error with command:rally verify list-verifiers | awk '/opnfv-tempest/ {print $2}' Trace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_sdnvpn_tests.py", line 109, in execute result = t.main() File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_tempest.py", line 31, in main verifier_id = tempest_utils.get_verifier_id() File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/conf_utils.py", line 119, in get_verifier_id raise Exception('Error with command:%s' % cmd) Exception: Error with command:rally verify list-verifiers | awk '/opnfv-tempest/ {print $2}' 2018-10-04 05:50:19,494 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.run_tempest failed 2018-10-04 05:50:19,494 - 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-10-04 05:50:19,494 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-10-04 05:50:19,495 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-10-04 05:50:19,590 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-10-04 05:50:19,603 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:50:20,159 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-04 05:50:24,406 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-04 05:54:50,677 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-10-04 05:54:50,680 - 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-10-04 05:54:50,680 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-10-04 05:54:50,680 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-10-04 05:54:50,680 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-10-04 05:54:50,884 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-10-04 05:54:50,884 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-10-04 05:54:50,895 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:54:51,439 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-10-04 05:55:04,239 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-10-04 05:55:04,344 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=6c8ae848-66b9-43a6-b7dc-cde9b1360e44 created successfully. 2018-10-04 05:55:05,524 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-10-04 05:55:05,918 - sdnvpn.lib.openstack_utils - DEBUG - Network '0671cc57-c043-4ceb-b27f-f159f6258f9c' created successfully 2018-10-04 05:55:05,918 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-04 05:55:06,570 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a' created successfully 2018-10-04 05:55:06,571 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-04 05:55:06,855 - sdnvpn.lib.openstack_utils - DEBUG - Router '327e032d-a92b-450b-b078-8990ed2753a9' created successfully 2018-10-04 05:55:06,855 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-04 05:55:08,274 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-04 05:55:08,274 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-04 05:55:09,893 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-04 05:55:10,118 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-04 05:57:49,449 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-04 05:58:06,857 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-935655', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'510ab77bdaaa470cad047d68b7d85c03', u'route_targets': [], u'project_id': u'510ab77bdaaa470cad047d68b7d85c03', u'type': u'l3', u'id': u'757d193a-dd1b-4736-9909-77aef6798c67'}} 2018-10-04 05:58:08,077 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-04 05:58:40,259 - 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-10-04 05:58:51,523 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-10-04 05:58:51,523 - 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-10-04 05:58:51,523 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-10-04 05:58:51,795 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-10-04 05:59:07,569 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-10-04 05:59:14,186 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-04 05:59:14,203 - 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-10-04 05:59:19,584 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-04 05:59:19,600 - 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-10-04 05:59:20,130 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-04 05:59:20,146 - 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-10-04 05:59:24,017 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-04 05:59:24,034 - 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-10-04 05:59:24,608 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-04 05:59:24,626 - 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-10-04 05:59:24,658 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-10-04 05:59:26,486 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 05:59:26,486 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 40:44 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-10-04 05:59:26,489 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-10-04 05:59:26,489 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:39 | PASS | | bgpvpn | sdnvpn | features | 40:44 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-10-04 05:59:26,492 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-10-04 05:59:34,383 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-290 | | 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-10-04 05:59:34,390 - 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=GgQqxtsaNZXGyRjzJBjnDJu4q export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-10-04 05:59:34,390 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-04 05:59:34,391 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-04 05:59:34,392 - 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-10-04 05:59:34,396 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-04 05:59:39,939 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-290 | | 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-10-04 05:59:39,942 - 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=GgQqxtsaNZXGyRjzJBjnDJu4q export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-10-04 05:59:39,942 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-04 05:59:39,942 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-04 05:59:39,943 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-10-04 05:59:39,944 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-04 05:59:45,115 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-290 | | 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-10-04 05:59:45,118 - 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=GgQqxtsaNZXGyRjzJBjnDJu4q export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-10-04 05:59:45,118 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-10-04 05:59:45,123 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-10-04 05:59:48,777 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'id': u'9caa214c09bd47ebb19b2d2e981d3b3d', '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-10-04 05:59:49,231 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ca92eba1954346a2b18a7e113e7b2c03', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_e17da317-ec30-4713-bbe0-d40e9e3b9ecc'}) 2018-10-04 05:59:49,339 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 05:59:49,612 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/f4ee75e2e752471b94fbdd5c195161ad'}, 'domain_id': None, 'human_id': None, 'id': u'f4ee75e2e752471b94fbdd5c195161ad', 'HUMAN_ID': False}) 2018-10-04 05:59:50,200 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 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': 'd2488af3-b6ef-46f4-8567-eec9f5bbebff', 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_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'project_id': u'9caa214c09bd47ebb19b2d2e981d3b3d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 05:59:50,206 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'password': 'd2488af3-b6ef-46f4-8567-eec9f5bbebff', 'project_name': 'tempest_full_paral-project_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '9caa214c09bd47ebb19b2d2e981d3b3d', 'project_domain_name': 'Default'} 2018-10-04 05:59:51,318 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 05:59:59,249 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 05:59:58.973 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=6a6b3542-5059-4f7b-bb9c-c1812aa5f699) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 6a6b3542-5059-4f7b-bb9c-c1812aa5f699 | 2018-10-04T05:59:58 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 6a6b3542-5059-4f7b-bb9c-c1812aa5f699 ~/.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-10-04 06:00:02,291 - 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-10-04 06:00:02,292 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-04 06:00:07,941 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-04 06:00:06.171 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-04 06:00:06.317 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-04 06:00:07.837 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e52073a8-a2a6-4800-9e23-68dedda6a080) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e52073a8-a2a6-4800-9e23-68dedda6a080) as the default verifier for the future CLI operations. 2018-10-04 06:00:10,752 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-10-04 06:00:13,000 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/file', 'owner': u'9caa214c09bd47ebb19b2d2e981d3b3d', 'id': u'b0c7a071-74d8-4c64-810f-1c9f7fc0ae69', 'size': 12716032, u'self': u'/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9caa214c09bd47ebb19b2d2e981d3b3d', 'name': 'tempest_full_paral-project_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T06:00:12Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T06:00:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'created': u'2018-10-04T06:00:11Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T06:00:11Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 06:00:13,201 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', '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'510ab77bdaaa470cad047d68b7d85c03', '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'c55fec33-d818-4713-8a47-8811d58ca0f1', 'swap': 0}) 2018-10-04 06:00:15,360 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e/file', 'owner': u'9caa214c09bd47ebb19b2d2e981d3b3d', 'id': u'cfb44b79-ba63-42a4-a765-7ca62a6afe8e', 'size': 12716032, u'self': u'/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9caa214c09bd47ebb19b2d2e981d3b3d', 'name': 'tempest_full_paral-project_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T06:00:15Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T06:00:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'created': u'2018-10-04T06:00:13Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T06:00:13Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 06:00:15,424 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', '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'510ab77bdaaa470cad047d68b7d85c03', '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'a18883bd-c3f5-47fd-bdbd-a64b308a377f', 'swap': 0}) 2018-10-04 06:00:15,446 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', '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'510ab77bdaaa470cad047d68b7d85c03', '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'a18883bd-c3f5-47fd-bdbd-a64b308a377f', 'swap': 0}) 2018-10-04 06:00:18,458 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-04 06:00:17.419 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e52073a8-a2a6-4800-9e23-68dedda6a080) for deployment 'opnfv-rally' (UUID=6a6b3542-5059-4f7b-bb9c-c1812aa5f699). 2018-10-04 06:00:18.299 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-04 06:00:18.301 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e52073a8-a2a6-4800-9e23-68dedda6a080) has been successfully configured for deployment 'opnfv-rally' (UUID=6a6b3542-5059-4f7b-bb9c-c1812aa5f699)! 2018-10-04 06:00:18,458 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-04 06:00:18,459 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-04 06:00:18,462 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-04 06:00:18,472 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-04 06:00:21,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e52073a8-a2a6-4800-9e23-68dedda6a080/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-10-04 06:00:21,286 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-04 06:00:21,307 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-04 06:00:21,309 - 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-10-04 06:00:23,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:23.273 49 INFO rally.api [-] Starting verification (UUID=cddacb44-f86b-4db0-8d33-892643a36c88) for deployment 'opnfv-rally' (UUID=6a6b3542-5059-4f7b-bb9c-c1812aa5f699) by verifier 'opnfv-tempest' (UUID=e52073a8-a2a6-4800-9e23-68dedda6a080). 2018-10-04 06:00:23,274 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: cddacb44-f86b-4db0-8d33-892643a36c88 2018-10-04 06:00:27,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:27.708 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-10-04 06:00:27,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:27.852 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-10-04 06:00:27,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:27.853 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-10-04 06:00:27,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:27.878 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-10-04 06:00:27,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:27.895 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-10-04 06:00:31,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.143 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.215s] 2018-10-04 06:00:31,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.177 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.208s] 2018-10-04 06:00:31,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.220 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.077s] 2018-10-04 06:00:31,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.303 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.348s] 2018-10-04 06:00:31,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.312 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.093s] 2018-10-04 06:00:31,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.357 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.216s] 2018-10-04 06:00:31,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.372 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.015s] 2018-10-04 06:00:31,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.423 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.109s] 2018-10-04 06:00:31,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.449 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.326s] 2018-10-04 06:00:31,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.454 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.032s] 2018-10-04 06:00:31,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.515 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.256s] 2018-10-04 06:00:31,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.564 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.260s] 2018-10-04 06:00:31,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.635 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.119s] 2018-10-04 06:00:31,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.644 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.193s] 2018-10-04 06:00:31,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.645 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.271s] 2018-10-04 06:00:31,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.695 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.238s] 2018-10-04 06:00:31,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.707 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.223s] 2018-10-04 06:00:31,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.718 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.011s] 2018-10-04 06:00:31,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.742 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.099s] 2018-10-04 06:00:31,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.760 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.195s] 2018-10-04 06:00:31,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.762 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.067s] 2018-10-04 06:00:31,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.789 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.070s] 2018-10-04 06:00:31,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.822 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.268s] 2018-10-04 06:00:31,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.845 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.056s] 2018-10-04 06:00:31,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.881 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.060s] 2018-10-04 06:00:32,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.073 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.525s] 2018-10-04 06:00:32,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.108 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.051s] 2018-10-04 06:00:32,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.348 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.501s] 2018-10-04 06:00:32,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.361 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.012s] 2018-10-04 06:00:32,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.372 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.011s] 2018-10-04 06:00:32,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.500 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.739s] 2018-10-04 06:00:32,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.518 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.409s] 2018-10-04 06:00:32,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.575 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.483s] 2018-10-04 06:00:32,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.696 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.953s] 2018-10-04 06:00:33,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:33.210 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.514s] 2018-10-04 06:00:33,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:33.661 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [1.588s] 2018-10-04 06:00:34,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:34.075 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [1.573s] 2018-10-04 06:00:34,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:34.120 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [2.237s] 2018-10-04 06:00:34,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:34.201 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [3.033s] 2018-10-04 06:00:34,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:34.517 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [1.943s] 2018-10-04 06:00:34,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:34.763 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [1.100s] 2018-10-04 06:00:34,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:34.776 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.014s] 2018-10-04 06:00:34,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:34.788 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.010s] 2018-10-04 06:00:34,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:34.800 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.012s] 2018-10-04 06:00:35,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:35.129 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [1.052s] 2018-10-04 06:00:35,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:35.581 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.781s] 2018-10-04 06:00:35,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:35.876 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.747s] 2018-10-04 06:00:36,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:36.097 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.515s] 2018-10-04 06:00:36,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:36.177 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.080s] 2018-10-04 06:00:36,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:36.626 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [5.297s] 2018-10-04 06:00:36,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:36.708 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.529s] 2018-10-04 06:00:36,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:36.748 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.040s] 2018-10-04 06:00:36,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:36.765 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.017s] 2018-10-04 06:00:37,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:37.067 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [1.187s] 2018-10-04 06:00:37,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:37.768 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.701s] 2018-10-04 06:00:37,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:37.780 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.013s] 2018-10-04 06:00:38,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:38.333 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.565s] 2018-10-04 06:00:38,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:38.384 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.604s] 2018-10-04 06:00:39,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:39.884 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-10-04 06:00:40,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:40.223 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [3.596s] 2018-10-04 06:00:40,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:40.623 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.884s] 2018-10-04 06:00:40,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:40.927 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.303s] 2018-10-04 06:00:41,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:41.272 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.345s] 2018-10-04 06:00:41,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:41.649 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.376s] 2018-10-04 06:00:41,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:41.994 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.345s] 2018-10-04 06:00:42,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:42.163 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.167s] 2018-10-04 06:00:42,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:42.575 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.116s] 2018-10-04 06:00:42,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:42.601 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.026s] 2018-10-04 06:00:43,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:43.720 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [3.496s] 2018-10-04 06:00:43,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:43.724 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-10-04 06:00:43,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:43.727 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-10-04 06:00:43,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:43.740 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.018s] 2018-10-04 06:00:44,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:44.092 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.232s] 2018-10-04 06:00:44,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:44.191 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.099s] 2018-10-04 06:00:44,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:44.233 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.042s] 2018-10-04 06:00:44,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:44.289 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.055s] 2018-10-04 06:00:44,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:44.604 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-10-04 06:00:44,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:44.605 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-10-04 06:00:46,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.013 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.096s] 2018-10-04 06:00:46,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.027 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.015s] 2018-10-04 06:00:46,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.042 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.183s] 2018-10-04 06:00:46,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.088 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.046s] 2018-10-04 06:00:46,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.128 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.039s] 2018-10-04 06:00:46,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.190 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.161s] 2018-10-04 06:00:46,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.202 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.012s] 2018-10-04 06:00:46,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.218 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.015s] 2018-10-04 06:00:46,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.230 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.011s] 2018-10-04 06:00:46,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.257 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.026s] 2018-10-04 06:00:46,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.268 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.011s] 2018-10-04 06:00:46,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.292 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.024s] 2018-10-04 06:00:46,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.302 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.010s] 2018-10-04 06:00:46,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.312 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.009s] 2018-10-04 06:00:46,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.323 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.010s] 2018-10-04 06:00:46,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.333 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.010s] 2018-10-04 06:00:46,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.369 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.036s] 2018-10-04 06:00:46,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.980 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.187s] 2018-10-04 06:00:47,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:47.807 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [16.391s] 2018-10-04 06:00:49,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:49.577 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.717s] 2018-10-04 06:00:50,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:50.089 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.511s] 2018-10-04 06:00:50,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:50.433 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.345s] 2018-10-04 06:00:52,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:52.218 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [20.941s] 2018-10-04 06:00:56,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:56.006 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.210s] 2018-10-04 06:00:57,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:57.722 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [1.365s] 2018-10-04 06:00:58,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:58.328 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.604s] 2018-10-04 06:00:58,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:58.800 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.472s] 2018-10-04 06:00:59,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:59.045 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [2.545s] 2018-10-04 06:00:59,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:59.233 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.189s] 2018-10-04 06:00:59,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:59.267 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [17.501s] 2018-10-04 06:00:59,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:59.649 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.789s] 2018-10-04 06:01:00,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:00.334 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.683s] 2018-10-04 06:01:00,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:00.754 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.420s] 2018-10-04 06:01:00,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:00.893 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [16.359s] 2018-10-04 06:01:03,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:03.530 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [4.728s] 2018-10-04 06:01:03,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:03.813 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [2.922s] 2018-10-04 06:01:04,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:04.296 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.367s] 2018-10-04 06:01:04,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:04.307 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.011s] 2018-10-04 06:01:05,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.294 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [0.984s] 2018-10-04 06:01:05,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.297 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-10-04 06:01:05,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.301 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-10-04 06:01:05,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.303 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-10-04 06:01:05,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.635 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.336s] 2018-10-04 06:01:05,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.888 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [6.652s] 2018-10-04 06:01:05,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.944 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.305s] 2018-10-04 06:01:05,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.947 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-10-04 06:01:05,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.948 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-10-04 06:01:05,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.948 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-10-04 06:01:06,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:06.966 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [3.153s] 2018-10-04 06:01:09,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:09.781 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [2.814s] 2018-10-04 06:01:09,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:09.923 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [23.794s] 2018-10-04 06:01:10,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:10.094 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.171s] 2018-10-04 06:01:10,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:10.484 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [23.497s] 2018-10-04 06:01:10,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:10.493 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.014s] 2018-10-04 06:01:10,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:10.505 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.010s] 2018-10-04 06:01:10,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:10.507 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.726s] 2018-10-04 06:01:10,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:10.517 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.012s] 2018-10-04 06:01:11,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:11.641 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [23.902s] 2018-10-04 06:01:11,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:11.662 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.026s] 2018-10-04 06:01:11,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:11.675 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.012s] 2018-10-04 06:01:11,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:11.686 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-10-04 06:01:11,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:11.697 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.010s] 2018-10-04 06:01:11,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:11.911 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [1.403s] 2018-10-04 06:01:12,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:12.022 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.324s] 2018-10-04 06:01:12,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:12.198 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.175s] 2018-10-04 06:01:12,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:12.995 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.797s] 2018-10-04 06:01:13,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:13.067 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [1.155s] 2018-10-04 06:01:13,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:13.315 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.319s] 2018-10-04 06:01:13,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:13.618 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.303s] 2018-10-04 06:01:15,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:15.308 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [2.240s] 2018-10-04 06:01:15,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:15.772 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [23.548s] 2018-10-04 06:01:15,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:15.773 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.462s] 2018-10-04 06:01:17,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:17.320 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [11.432s] 2018-10-04 06:01:19,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:19.126 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [8.606s] 2018-10-04 06:01:20,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:20.492 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [1.365s] 2018-10-04 06:01:22,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:22.802 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.183s] 2018-10-04 06:01:22,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:22.813 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.011s] 2018-10-04 06:01:22,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:22.826 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.012s] 2018-10-04 06:01:22,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:22.876 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [24.121s] 2018-10-04 06:01:22,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:22.970 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.143s] 2018-10-04 06:01:22,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:22.982 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.012s] 2018-10-04 06:01:23,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:23.031 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.048s] 2018-10-04 06:01:23,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:23.053 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.022s] 2018-10-04 06:01:23,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:23.100 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.046s] 2018-10-04 06:01:23,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:23.112 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.011s] 2018-10-04 06:01:23,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:23.357 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.244s] 2018-10-04 06:01:23,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:23.375 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.018s] 2018-10-04 06:01:27,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:27.911 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-10-04 06:01:28,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:28.083 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [5.209s] 2018-10-04 06:01:30,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:30.315 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.220s] 2018-10-04 06:01:30,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:30.405 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.090s] 2018-10-04 06:01:30,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:30.498 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.092s] 2018-10-04 06:01:30,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:30.693 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.196s] 2018-10-04 06:01:32,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:32.044 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.756s] 2018-10-04 06:01:32,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:32.466 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.421s] 2018-10-04 06:01:32,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:32.657 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [1.739s] 2018-10-04 06:01:33,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:33.187 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.530s] 2018-10-04 06:01:35,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:35.816 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [2.628s] 2018-10-04 06:01:36,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:36.731 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-10-04 06:01:37,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:37.933 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [2.114s] 2018-10-04 06:01:38,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:38.136 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [25.138s] 2018-10-04 06:01:38,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:38.189 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [16.246s] 2018-10-04 06:01:38,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:38.431 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.246s] 2018-10-04 06:01:38,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:38.626 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.694s] 2018-10-04 06:01:38,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:38.776 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.169s] 2018-10-04 06:01:38,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:38.824 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.047s] 2018-10-04 06:01:39,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:39.051 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.226s] 2018-10-04 06:01:39,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:39.811 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.377s] 2018-10-04 06:01:40,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:40.323 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.512s] 2018-10-04 06:01:40,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:40.360 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.038s] 2018-10-04 06:01:41,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:41.505 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [3.371s] 2018-10-04 06:01:42,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:42.735 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [2.373s] 2018-10-04 06:01:43,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.348 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.608s] 2018-10-04 06:01:43,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.348 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.171s] 2018-10-04 06:01:43,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.402 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.056s] 2018-10-04 06:01:43,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.476 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.071s] 2018-10-04 06:01:43,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.537 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.063s] 2018-10-04 06:01:43,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.565 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.027s] 2018-10-04 06:01:43,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.625 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.059s] 2018-10-04 06:01:43,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.679 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.053s] 2018-10-04 06:01:43,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.744 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.065s] 2018-10-04 06:01:43,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.766 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.022s] 2018-10-04 06:01:43,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.832 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.065s] 2018-10-04 06:01:43,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.907 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.075s] 2018-10-04 06:01:46,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:46.490 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-10-04 06:01:51,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:51.155 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [9.648s] 2018-10-04 06:01:58,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:58.091 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [24.789s] 2018-10-04 06:01:58,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:58.380 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 [57.614s] 2018-10-04 06:02:01,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:01.702 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [8.886s] 2018-10-04 06:02:09,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:09.759 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.276s] 2018-10-04 06:02:09,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:09.787 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.027s] 2018-10-04 06:02:10,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:10.324 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [8.623s] 2018-10-04 06:02:13,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:13.721 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-10-04 06:02:13,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:13.819 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.098s] 2018-10-04 06:02:15,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:15.761 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [38.101s] 2018-10-04 06:02:17,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:17.801 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.045s] 2018-10-04 06:02:21,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:21.539 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [91.953s] 2018-10-04 06:02:21,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:21.562 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.029s] 2018-10-04 06:02:23,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:23.986 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [26.735s] 2018-10-04 06:02:27,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:27.956 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-10-04 06:02:30,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:30.467 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.001s] 2018-10-04 06:02:30,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:30.947 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [44.444s] 2018-10-04 06:02:30,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:30.953 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.412s] 2018-10-04 06:02:38,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:38.239 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [47.073s] 2018-10-04 06:02:40,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:40.499 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.542s] 2018-10-04 06:02:40,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:40.509 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [16.522s] 2018-10-04 06:02:40,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:40.545 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.047s] 2018-10-04 06:02:40,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:40.719 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [2.487s] 2018-10-04 06:02:42,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:42.070 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [43.972s] 2018-10-04 06:02:42,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:42.282 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [1.736s] 2018-10-04 06:02:42,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:42.302 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.019s] 2018-10-04 06:02:44,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:44.250 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [1.947s] 2018-10-04 06:02:46,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:46.491 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [4.424s] 2018-10-04 06:02:46,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:46.553 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 [18.078s] 2018-10-04 06:02:46,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:46.564 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.011s] 2018-10-04 06:02:46,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:46.984 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.418s] 2018-10-04 06:02:47,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:47.189 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.206s] 2018-10-04 06:02:50,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:50.465 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [52.073s] 2018-10-04 06:02:56,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:56.826 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.419s] 2018-10-04 06:02:58,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:58.253 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [1.427s] 2018-10-04 06:02:59,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:59.597 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.841s] 2018-10-04 06:03:00,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:00.346 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [29.393s] 2018-10-04 06:03:00,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:00.348 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.001s]: Skipped until Bug: 1524898 is resolved. 2018-10-04 06:03:02,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:02.634 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [27.501s] 2018-10-04 06:03:04,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:04.099 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [17.601s] 2018-10-04 06:03:04,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:04.100 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-10-04 06:03:05,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:05.423 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-10-04 06:03:07,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:07.218 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.445s] 2018-10-04 06:03:09,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:09.165 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [6.535s] 2018-10-04 06:03:09,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:09.217 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.128s] 2018-10-04 06:03:10,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:10.033 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [3.436s] 2018-10-04 06:03:11,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:11.383 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON ... fail 2018-10-04 06:03:11,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:11.384 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-10-04 06:03:11,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:11.531 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 [1.499s] 2018-10-04 06:03:11,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:11.543 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.012s] 2018-10-04 06:03:12,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:12.367 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-10-04 06:03:12,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:12.711 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [3.492s] 2018-10-04 06:03:13,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:13.147 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 [0.780s] 2018-10-04 06:03:14,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:14.934 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.785s] 2018-10-04 06:03:15,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:15.116 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.182s] 2018-10-04 06:03:15,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:15.195 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [2.484s] 2018-10-04 06:03:15,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:15.474 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.357s] 2018-10-04 06:03:16,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:16.314 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [16.712s] 2018-10-04 06:03:20,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:20.758 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:03:27,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:27.178 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_add_image_member ... fail [0.012s] 2018-10-04 06:03:27,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:27.188 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_get_shared_images ... fail [0.010s] 2018-10-04 06:03:27,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:27.199 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_remove_member ... fail [0.010s] 2018-10-04 06:03:30,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:30.101 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-10-04 06:03:30,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:30.432 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [107.062s] 2018-10-04 06:03:33,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:33.630 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... fail [28.190s] 2018-10-04 06:03:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:35.709 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [19.393s] 2018-10-04 06:03:37,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:37.423 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_http_image ... fail [0.009s] 2018-10-04 06:03:37,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:37.430 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_image_with_min_ram ... fail [0.007s] 2018-10-04 06:03:37,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:37.438 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_remote_image ... fail [0.007s] 2018-10-04 06:03:37,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:37.445 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_then_upload ... fail [0.007s] 2018-10-04 06:03:39,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:39.225 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [5.600s] 2018-10-04 06:03:42,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:42.516 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [16.664s] 2018-10-04 06:03:42,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:42.754 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.527s] 2018-10-04 06:03:43,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:43.121 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.366s] 2018-10-04 06:03:43,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:43.617 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.496s] 2018-10-04 06:03:43,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:43.859 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.241s] 2018-10-04 06:03:44,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:44.136 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [18.050s] 2018-10-04 06:03:44,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:44.304 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.443s] 2018-10-04 06:03:44,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:44.371 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.068s] 2018-10-04 06:03:44,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:44.508 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.137s] 2018-10-04 06:03:44,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:44.581 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.072s] 2018-10-04 06:03:44,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:44.657 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.075s] 2018-10-04 06:03:44,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:44.729 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.071s] 2018-10-04 06:03:44,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:44.797 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.068s] 2018-10-04 06:03:45,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:45.638 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [84.055s] 2018-10-04 06:03:45,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:45.865 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [15.435s] 2018-10-04 06:03:47,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:47.196 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.331s] 2018-10-04 06:03:51,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:51.176 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [4.075s] 2018-10-04 06:03:52,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:52.229 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.057s] 2018-10-04 06:03:58,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:58.037 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [6.860s] 2018-10-04 06:03:58,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:58.224 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.994s] 2018-10-04 06:03:59,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:59.819 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... fail [0.200s] 2018-10-04 06:04:03,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:03.054 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-10-04 06:04:06,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:06.955 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.506s] 2018-10-04 06:04:07,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:07.121 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.166s] 2018-10-04 06:04:07,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:07.461 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.339s] 2018-10-04 06:04:08,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:08.704 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [10.666s] 2018-10-04 06:04:16,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:16.078 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [40.362s] 2018-10-04 06:04:16,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:16.112 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [71.997s] 2018-10-04 06:04:17,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:17.168 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [8.463s] 2018-10-04 06:04:18,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:18.151 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [133.803s] 2018-10-04 06:04:18,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:18.211 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-10-04 06:04:18,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:18.734 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.523s] 2018-10-04 06:04:23,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:23.690 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [6.522s] 2018-10-04 06:04:27,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:27.262 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [110.658s] 2018-10-04 06:04:27,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:27.753 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.391s] 2018-10-04 06:04:28,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:28.122 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.368s] 2018-10-04 06:04:28,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:28.646 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [4.955s] 2018-10-04 06:04:29,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:29.787 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [1.665s] 2018-10-04 06:04:30,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:30.117 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [45.976s] 2018-10-04 06:04:30,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:30.177 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.390s] 2018-10-04 06:04:30,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:30.955 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.776s] 2018-10-04 06:04:31,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:31.547 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.592s] 2018-10-04 06:04:33,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:33.483 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [17.371s] 2018-10-04 06:04:33,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:33.581 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.500s] 2018-10-04 06:04:34,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:34.937 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [6.289s] 2018-10-04 06:04:41,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:41.822 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [6.885s] 2018-10-04 06:04:42,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:42.407 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [28.110s] 2018-10-04 06:04:42,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:42.533 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:04:49,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:49.135 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.425s] 2018-10-04 06:04:57,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:57.593 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [72.776s] 2018-10-04 06:04:57,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:57.613 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.024s] 2018-10-04 06:04:58,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:58.440 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [26.285s] 2018-10-04 06:04:58,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:58.442 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-10-04 06:04:58,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:58.442 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-10-04 06:04:58,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:58.443 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-10-04 06:04:58,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:58.926 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.310s] 2018-10-04 06:04:58,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:58.930 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-10-04 06:04:59,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:59.312 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.385s] 2018-10-04 06:04:59,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:59.488 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.177s] 2018-10-04 06:05:00,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:00.187 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.986s] 2018-10-04 06:05:01,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:01.497 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [1.304s] 2018-10-04 06:05:01,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:01.525 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [232.837s] 2018-10-04 06:05:02,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:02.377 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [83.130s] 2018-10-04 06:05:02,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:02.378 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.014s] 2018-10-04 06:05:02,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:02.845 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.466s] 2018-10-04 06:05:02,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:02.910 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.065s] 2018-10-04 06:05:02,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:02.961 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.050s] 2018-10-04 06:05:03,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:03.041 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.080s] 2018-10-04 06:05:03,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:03.822 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.180s] 2018-10-04 06:05:03,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:03.884 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-10-04 06:05:04,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:04.264 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.377s] 2018-10-04 06:05:04,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:04.265 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [1.221s] 2018-10-04 06:05:05,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:05.468 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [1.204s] 2018-10-04 06:05:06,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:06.084 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [8.807s] 2018-10-04 06:05:09,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:09.061 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [7.567s] 2018-10-04 06:05:11,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:11.699 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-10-04 06:05:11,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:11.719 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [2.659s] 2018-10-04 06:05:14,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:14.686 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [8.602s] 2018-10-04 06:05:16,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:16.041 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [4.321s] 2018-10-04 06:05:17,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:17.596 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [91.930s] 2018-10-04 06:05:17,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:17.663 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [1.191s] 2018-10-04 06:05:17,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:17.781 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [47.658s] 2018-10-04 06:05:18,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:18.269 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [15.891s] 2018-10-04 06:05:19,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:19.298 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [1.033s] 2018-10-04 06:05:19,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:19.877 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [2.214s] 2018-10-04 06:05:22,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:22.047 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [7.360s] 2018-10-04 06:05:28,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:28.393 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON ... fail 2018-10-04 06:05:28,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:28.971 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.924s] 2018-10-04 06:05:29,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:29.841 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.182s] 2018-10-04 06:05:29,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:29.991 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.149s] 2018-10-04 06:05:30,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.109 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.208s] 2018-10-04 06:05:30,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.179 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.188s] 2018-10-04 06:05:30,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.335 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.155s] 2018-10-04 06:05:30,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.484 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.148s] 2018-10-04 06:05:30,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.651 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.167s] 2018-10-04 06:05:30,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.834 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.182s] 2018-10-04 06:05:30,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.843 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.008s] 2018-10-04 06:05:30,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.895 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [2.683s] 2018-10-04 06:05:30,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.975 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.082s] 2018-10-04 06:05:31,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:31.029 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.186s] 2018-10-04 06:05:31,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:31.173 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.143s] 2018-10-04 06:05:33,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:33.584 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [66.305s] 2018-10-04 06:05:33,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:33.840 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.868s] 2018-10-04 06:05:36,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:36.606 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.147s] 2018-10-04 06:05:36,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:36.767 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.161s] 2018-10-04 06:05:37,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:37.976 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.977s] 2018-10-04 06:05:38,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:38.479 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [88.567s] 2018-10-04 06:05:38,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:38.833 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [2.064s] 2018-10-04 06:05:39,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:39.311 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-10-04 06:05:39,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:39.742 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.908s] 2018-10-04 06:05:39,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:39.750 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.007s] 2018-10-04 06:05:39,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:39.925 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.175s] 2018-10-04 06:05:40,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:40.121 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.194s] 2018-10-04 06:05:40,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:40.298 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.177s] 2018-10-04 06:05:40,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:40.419 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [2.443s] 2018-10-04 06:05:40,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:40.656 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.816s] 2018-10-04 06:05:41,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:41.040 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.157s] 2018-10-04 06:05:41,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:41.152 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.112s] 2018-10-04 06:05:41,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:41.229 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [2.753s] 2018-10-04 06:05:41,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:41.915 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-10-04 06:05:45,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:45.319 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.898s] 2018-10-04 06:05:50,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:50.501 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [9.844s] 2018-10-04 06:05:52,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:52.387 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 [7.068s] 2018-10-04 06:05:53,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:53.849 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [12.618s] 2018-10-04 06:05:58,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:58.702 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [85.100s] 2018-10-04 06:05:59,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:59.343 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [6.955s] 2018-10-04 06:05:59,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:59.550 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.776s] 2018-10-04 06:06:00,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:00.503 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.953s] 2018-10-04 06:06:01,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:01.295 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [8.752s] 2018-10-04 06:06:03,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.241 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.091s] 2018-10-04 06:06:03,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.252 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-10-04 06:06:03,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.412 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.160s] 2018-10-04 06:06:03,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.423 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-10-04 06:06:03,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.435 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-10-04 06:06:03,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.471 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.035s] 2018-10-04 06:06:03,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.540 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.069s] 2018-10-04 06:06:03,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.609 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.068s] 2018-10-04 06:06:03,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.777 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.167s] 2018-10-04 06:06:03,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.792 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-10-04 06:06:03,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.880 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.088s] 2018-10-04 06:06:04,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:04.466 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [90.963s] 2018-10-04 06:06:05,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:05.041 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [14.539s] 2018-10-04 06:06:08,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:08.205 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [3.162s] 2018-10-04 06:06:09,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:09.770 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.172s] 2018-10-04 06:06:12,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:12.167 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-10-04 06:06:12,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:12.168 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-10-04 06:06:12,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:12.169 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-10-04 06:06:14,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:14.790 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.454s] 2018-10-04 06:06:15,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:15.173 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.382s] 2018-10-04 06:06:15,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:15.435 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-10-04 06:06:15,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:15.437 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:06:15,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:15.563 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.390s] 2018-10-04 06:06:15,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:15.912 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [7.707s] 2018-10-04 06:06:16,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:16.335 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.771s] 2018-10-04 06:06:16,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:16.683 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.771s] 2018-10-04 06:06:16,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:16.725 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.389s] 2018-10-04 06:06:16,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:16.815 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.131s] 2018-10-04 06:06:17,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:17.453 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.638s] 2018-10-04 06:06:17,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:17.517 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.063s] 2018-10-04 06:06:17,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:17.581 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.064s] 2018-10-04 06:06:17,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:17.929 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.346s] 2018-10-04 06:06:18,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:18.041 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.111s] 2018-10-04 06:06:18,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:18.257 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.216s] 2018-10-04 06:06:18,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:18.307 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.050s] 2018-10-04 06:06:18,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:18.945 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [4.595s] 2018-10-04 06:06:21,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:21.680 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.486s] 2018-10-04 06:06:22,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:22.001 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.321s] 2018-10-04 06:06:23,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:23.236 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.235s] 2018-10-04 06:06:23,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:23.476 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [1.431s] 2018-10-04 06:06:23,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:23.617 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.032s] 2018-10-04 06:06:24,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:24.229 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.612s] 2018-10-04 06:06:25,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:25.633 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [1.403s] 2018-10-04 06:06:26,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:26.076 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-04 06:06:26,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:26.099 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [2.622s] 2018-10-04 06:06:26,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:26.398 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.765s] 2018-10-04 06:06:27,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:27.523 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.123s] 2018-10-04 06:06:27,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:27.579 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.478s] 2018-10-04 06:06:28,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:28.625 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [1.103s] 2018-10-04 06:06:28,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:28.914 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [1.333s] 2018-10-04 06:06:29,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:29.018 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.103s] 2018-10-04 06:06:29,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:29.215 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.589s] 2018-10-04 06:06:30,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:30.619 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [71.300s] 2018-10-04 06:06:30,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:30.625 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [12.317s] 2018-10-04 06:06:31,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:31.613 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [16.487s] 2018-10-04 06:06:31,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:31.717 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [2.801s] 2018-10-04 06:06:32,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:32.658 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [13.422s] 2018-10-04 06:06:32,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:32.871 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.214s] 2018-10-04 06:06:33,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:33.268 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:06:33,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:33.460 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.588s] 2018-10-04 06:06:34,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:34.419 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [2.701s] 2018-10-04 06:06:34,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:34.428 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [3.227s] 2018-10-04 06:06:35,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:35.640 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [5.022s] 2018-10-04 06:06:38,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:38.396 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [4.935s] 2018-10-04 06:06:38,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:38.727 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... fail 2018-10-04 06:06:39,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:39.149 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.070s] 2018-10-04 06:06:39,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:39.208 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.059s] 2018-10-04 06:06:39,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:39.952 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.744s] 2018-10-04 06:06:40,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:40.896 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.499s] 2018-10-04 06:06:41,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:41.074 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.178s] 2018-10-04 06:06:41,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:41.126 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.051s] 2018-10-04 06:06:41,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:41.533 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [83.920s] 2018-10-04 06:06:41,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:41.705 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [1.753s] 2018-10-04 06:06:42,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:42.054 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [49.659s] 2018-10-04 06:06:43,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:43.046 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.168s] 2018-10-04 06:06:43,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:43.241 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.194s] 2018-10-04 06:06:43,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:43.593 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.351s] 2018-10-04 06:06:43,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:43.787 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.194s] 2018-10-04 06:06:43,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:43.959 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.171s] 2018-10-04 06:06:44,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.158 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.199s] 2018-10-04 06:06:44,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.444 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.285s] 2018-10-04 06:06:44,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.471 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.027s] 2018-10-04 06:06:44,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.658 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.186s] 2018-10-04 06:06:44,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.839 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.180s] 2018-10-04 06:06:44,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.980 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2018-10-04 06:06:44,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.987 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-10-04 06:06:44,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.989 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-04 06:06:44,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.991 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-04 06:06:44,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.993 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-10-04 06:06:44,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.994 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-10-04 06:06:48,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:48.776 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [5.296s] 2018-10-04 06:06:53,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:53.245 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [79.642s] 2018-10-04 06:06:53,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:53.472 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [21.857s] 2018-10-04 06:06:53,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:53.661 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [2.094s] 2018-10-04 06:06:53,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:53.909 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.248s] 2018-10-04 06:06:53,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:53.941 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.308s] 2018-10-04 06:06:54,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:54.007 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.066s] 2018-10-04 06:06:54,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:54.071 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.063s] 2018-10-04 06:06:54,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:54.080 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.171s] 2018-10-04 06:06:54,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:54.141 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.069s] 2018-10-04 06:06:54,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:54.204 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.063s] 2018-10-04 06:06:59,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:59.843 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [5.760s] 2018-10-04 06:07:00,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:00.651 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [6.950s] 2018-10-04 06:07:02,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:02.864 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.611s] 2018-10-04 06:07:04,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:04.271 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.170s] 2018-10-04 06:07:04,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:04.280 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-10-04 06:07:04,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:04.479 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.199s] 2018-10-04 06:07:04,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:04.668 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.188s] 2018-10-04 06:07:04,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:04.881 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.213s] 2018-10-04 06:07:05,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:05.133 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.252s] 2018-10-04 06:07:05,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:05.184 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-10-04 06:07:05,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:05.339 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.205s] 2018-10-04 06:07:05,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:05.374 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.035s] 2018-10-04 06:07:05,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:05.606 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [5.144s] 2018-10-04 06:07:05,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:05.781 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.406s] 2018-10-04 06:07:06,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:06.007 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.225s] 2018-10-04 06:07:06,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:06.242 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.234s] 2018-10-04 06:07:06,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:06.497 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.253s] 2018-10-04 06:07:06,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:06.530 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.032s] 2018-10-04 06:07:06,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:06.566 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.037s] 2018-10-04 06:07:06,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:06.874 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.307s] 2018-10-04 06:07:07,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:07.944 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [5.078s] 2018-10-04 06:07:08,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:08.354 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.164s] 2018-10-04 06:07:08,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:08.986 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [9.141s] 2018-10-04 06:07:09,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:09.029 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.046s] 2018-10-04 06:07:09,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:09.084 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [3.476s] 2018-10-04 06:07:10,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:10.971 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [10.319s] 2018-10-04 06:07:11,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:11.027 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [1.997s] 2018-10-04 06:07:11,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:11.736 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [2.653s] 2018-10-04 06:07:12,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:12.041 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.685s] 2018-10-04 06:07:12,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:12.055 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [4.111s] 2018-10-04 06:07:13,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:13.050 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.994s] 2018-10-04 06:07:13,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:13.341 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.300s] 2018-10-04 06:07:13,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:13.853 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.802s] 2018-10-04 06:07:14,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:14.336 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.257s] 2018-10-04 06:07:14,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:14.398 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.069s] 2018-10-04 06:07:14,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:14.422 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.018s] 2018-10-04 06:07:14,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:14.451 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [20.979s] 2018-10-04 06:07:14,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:14.650 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.797s] 2018-10-04 06:07:14,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:14.924 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [7.498s] 2018-10-04 06:07:14,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:14.992 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [3.255s] 2018-10-04 06:07:15,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:15.065 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.667s] 2018-10-04 06:07:15,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:15.425 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.082s] 2018-10-04 06:07:15,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:15.431 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.780s] 2018-10-04 06:07:16,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:16.422 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.989s] 2018-10-04 06:07:17,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:17.747 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.321s] 2018-10-04 06:07:18,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:18.432 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.009s] 2018-10-04 06:07:18,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:18.992 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [4.568s] 2018-10-04 06:07:19,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:19.305 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-10-04 06:07:20,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:20.131 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [5.206s] 2018-10-04 06:07:20,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:20.573 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.141s] 2018-10-04 06:07:20,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:20.815 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.242s] 2018-10-04 06:07:21,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:21.344 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.528s] 2018-10-04 06:07:21,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:21.431 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [10.460s] 2018-10-04 06:07:21,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:21.863 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.518s] 2018-10-04 06:07:22,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:22.118 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.255s] 2018-10-04 06:07:22,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:22.249 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.500s] 2018-10-04 06:07:22,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:22.364 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.245s] 2018-10-04 06:07:22,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:22.781 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.416s] 2018-10-04 06:07:23,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:23.402 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.619s] 2018-10-04 06:07:23,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:23.957 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.707s] 2018-10-04 06:07:24,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:24.173 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.771s] 2018-10-04 06:07:24,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:24.235 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.279s] 2018-10-04 06:07:25,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:25.258 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [1.084s] 2018-10-04 06:07:25,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:25.933 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [4.501s] 2018-10-04 06:07:26,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:26.749 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [6.616s] 2018-10-04 06:07:27,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:27.401 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.837s] 2018-10-04 06:07:27,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:27.477 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [188.730s] 2018-10-04 06:07:27,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:27.478 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-04 06:07:27,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:27.913 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [3.676s] 2018-10-04 06:07:28,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:28.960 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.048s] 2018-10-04 06:07:28,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:28.990 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.057s] 2018-10-04 06:07:29,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:29.064 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [3.806s] 2018-10-04 06:07:29,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:29.065 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-10-04 06:07:29,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:29.380 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.420s] 2018-10-04 06:07:29,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:29.400 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.020s] 2018-10-04 06:07:29,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:29.419 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.019s] 2018-10-04 06:07:29,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:29.506 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.440s] 2018-10-04 06:07:29,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:29.760 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.254s] 2018-10-04 06:07:30,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:30.198 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.437s] 2018-10-04 06:07:30,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:30.335 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [3.585s] 2018-10-04 06:07:31,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:31.204 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.005s] 2018-10-04 06:07:31,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:31.520 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-04 06:07:31,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:31.522 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-10-04 06:07:31,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:31.523 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-10-04 06:07:31,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:31.610 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [5.862s] 2018-10-04 06:07:31,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:31.741 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.129s] 2018-10-04 06:07:31,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:31.852 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.647s] 2018-10-04 06:07:32,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:32.139 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.286s] 2018-10-04 06:07:32,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:32.408 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.666s] 2018-10-04 06:07:32,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:32.561 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.421s] 2018-10-04 06:07:32,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:32.829 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.268s] 2018-10-04 06:07:33,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:33.336 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.506s] 2018-10-04 06:07:33,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:33.846 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.509s] 2018-10-04 06:07:34,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:34.133 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.286s] 2018-10-04 06:07:34,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:34.351 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [6.948s] 2018-10-04 06:07:34,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:34.762 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.627s] 2018-10-04 06:07:34,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:34.765 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-10-04 06:07:34,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:34.766 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-10-04 06:07:35,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:35.267 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.504s] 2018-10-04 06:07:35,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:35.683 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.415s] 2018-10-04 06:07:35,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:35.812 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [13.551s] 2018-10-04 06:07:38,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:38.078 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [7.741s] 2018-10-04 06:07:42,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:42.383 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [6.696s] 2018-10-04 06:07:43,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:43.572 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [1.191s] 2018-10-04 06:07:44,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:44.061 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.487s] 2018-10-04 06:07:44,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:44.064 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-10-04 06:07:44,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:44.064 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-10-04 06:07:44,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:44.149 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [6.070s] 2018-10-04 06:07:44,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:44.704 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.643s] 2018-10-04 06:07:44,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:44.805 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.553s] 2018-10-04 06:07:45,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:45.136 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.431s] 2018-10-04 06:07:45,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:45.535 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.399s] 2018-10-04 06:07:50,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:50.584 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [16.232s] 2018-10-04 06:07:51,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:51.355 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [22.363s] 2018-10-04 06:07:51,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:51.414 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.059s] 2018-10-04 06:07:51,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:51.647 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.232s] 2018-10-04 06:07:51,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:51.753 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-10-04 06:07:55,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:55.994 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [8.170s] 2018-10-04 06:07:56,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:56.410 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.077s] 2018-10-04 06:07:56,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:56.482 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.072s] 2018-10-04 06:07:56,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:56.526 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.174s] 2018-10-04 06:07:56,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:56.565 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.082s] 2018-10-04 06:07:56,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:56.573 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2018-10-04 06:07:56,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:56.597 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.071s] 2018-10-04 06:07:57,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:57.506 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.907s] 2018-10-04 06:07:57,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:57.517 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.011s] 2018-10-04 06:07:57,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:57.560 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.042s] 2018-10-04 06:07:57,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:57.570 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.011s] 2018-10-04 06:07:57,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:57.632 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.061s] 2018-10-04 06:07:57,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:57.668 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.035s] 2018-10-04 06:08:01,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:01.707 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-10-04 06:08:01,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:01.708 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-10-04 06:08:01,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:01.708 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-10-04 06:08:01,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:01.726 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [16.920s] 2018-10-04 06:08:04,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:04.904 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.233s] 2018-10-04 06:08:07,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:07.938 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.505s] 2018-10-04 06:08:08,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:08.107 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.169s] 2018-10-04 06:08:08,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:08.652 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.770s] 2018-10-04 06:08:08,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:08.662 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-10-04 06:08:08,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:08.865 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [17.216s] 2018-10-04 06:08:11,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:11.018 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-10-04 06:08:11,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:11.062 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.334s] 2018-10-04 06:08:11,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:11.064 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-10-04 06:08:11,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:11.343 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [78.082s] 2018-10-04 06:08:11,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:11.643 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.369s] 2018-10-04 06:08:11,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:11.644 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-10-04 06:08:12,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:12.388 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.061s] 2018-10-04 06:08:12,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:12.403 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.015s] 2018-10-04 06:08:12,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:12.661 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.504s] 2018-10-04 06:08:15,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:15.325 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [93.255s] 2018-10-04 06:08:15,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:15.532 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-10-04 06:08:16,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:16.679 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.056s] 2018-10-04 06:08:16,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:16.697 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.018s] 2018-10-04 06:08:17,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:17.915 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.851s] 2018-10-04 06:08:19,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:19.250 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.821s] 2018-10-04 06:08:19,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:19.501 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.055s] 2018-10-04 06:08:20,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:20.790 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [1.288s] 2018-10-04 06:08:22,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:22.057 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [2.806s] 2018-10-04 06:08:22,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:22.247 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.456s] 2018-10-04 06:08:24,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:24.266 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [15.399s] 2018-10-04 06:08:24,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:24.315 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.049s] 2018-10-04 06:08:24,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:24.361 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.046s] 2018-10-04 06:08:25,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:25.890 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [14.546s] 2018-10-04 06:08:26,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:26.910 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.852s] 2018-10-04 06:08:27,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:27.493 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.104s] 2018-10-04 06:08:27,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:27.507 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.014s] 2018-10-04 06:08:27,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:27.526 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.018s] 2018-10-04 06:08:27,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:27.938 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.412s] 2018-10-04 06:08:27,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:27.950 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.012s] 2018-10-04 06:08:27,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:27.961 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2018-10-04 06:08:28,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:28.369 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.406s] 2018-10-04 06:08:28,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:28.732 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.362s] 2018-10-04 06:08:29,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:29.493 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [11.577s] 2018-10-04 06:08:29,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:29.828 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.095s] 2018-10-04 06:08:31,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:31.130 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:08:31,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:31.256 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.341s] 2018-10-04 06:08:31,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:31.620 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-10-04 06:08:31,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:31.991 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.191s] 2018-10-04 06:08:34,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:34.151 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [75.138s] 2018-10-04 06:08:34,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:34.837 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.377s] 2018-10-04 06:08:34,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:34.855 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.019s] 2018-10-04 06:08:34,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:34.881 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.025s] 2018-10-04 06:08:35,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:35.205 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.322s] 2018-10-04 06:08:36,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:36.749 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.540s] 2018-10-04 06:08:36,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:36.765 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.019s] 2018-10-04 06:08:36,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:36.784 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.019s] 2018-10-04 06:08:36,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:36.796 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.011s] 2018-10-04 06:08:36,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:36.807 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.011s] 2018-10-04 06:08:36,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:36.827 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.020s] 2018-10-04 06:08:36,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:36.838 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.010s] 2018-10-04 06:08:36,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:36.849 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.011s] 2018-10-04 06:08:37,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:37.064 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.866s] 2018-10-04 06:08:37,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:37.710 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [7.880s] 2018-10-04 06:08:37,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:37.849 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [13.484s] 2018-10-04 06:08:41,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:41.367 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [5.059s] 2018-10-04 06:08:42,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:42.459 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.973s] 2018-10-04 06:08:43,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:43.571 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [1.112s] 2018-10-04 06:08:44,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:44.182 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [6.471s] 2018-10-04 06:08:45,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:45.535 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [1.963s] 2018-10-04 06:08:46,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:46.580 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [31.251s] 2018-10-04 06:08:46,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:46.605 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [1.071s] 2018-10-04 06:08:48,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:48.157 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... fail 2018-10-04 06:08:51,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:51.388 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [7.205s] 2018-10-04 06:08:52,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:52.368 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [14.400s] 2018-10-04 06:08:53,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:53.632 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.355s] 2018-10-04 06:08:54,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:54.133 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [16.284s] 2018-10-04 06:08:55,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:55.801 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [2.167s] 2018-10-04 06:08:55,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:55.864 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.064s] 2018-10-04 06:08:56,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:56.585 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [16.175s] 2018-10-04 06:08:56,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:56.692 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.828s] 2018-10-04 06:08:58,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:58.570 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [1.521s] 2018-10-04 06:08:58,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:58.571 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-10-04 06:08:59,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:59.265 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [7.876s] 2018-10-04 06:09:00,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:00.219 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.280s] 2018-10-04 06:09:00,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:00.317 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [1.053s] 2018-10-04 06:09:00,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:00.391 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.174s] 2018-10-04 06:09:00,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:00.544 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.152s] 2018-10-04 06:09:00,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:00.561 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [1.992s] 2018-10-04 06:09:01,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:01.257 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [31.759s] 2018-10-04 06:09:01,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:01.329 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [4.746s] 2018-10-04 06:09:02,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:02.267 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [15.686s] 2018-10-04 06:09:03,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:03.166 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.052s] 2018-10-04 06:09:03,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:03.843 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [3.296s] 2018-10-04 06:09:05,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:05.709 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [4.454s] 2018-10-04 06:09:07,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:07.025 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [14.655s] 2018-10-04 06:09:07,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:07.227 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [3.383s] 2018-10-04 06:09:09,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:09.746 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [8.416s] 2018-10-04 06:09:09,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:09.904 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.158s] 2018-10-04 06:09:10,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.096 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.192s] 2018-10-04 06:09:10,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.158 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.061s] 2018-10-04 06:09:10,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.195 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.036s] 2018-10-04 06:09:10,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.231 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [2.605s] 2018-10-04 06:09:10,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.303 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [3.076s] 2018-10-04 06:09:10,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.397 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.202s] 2018-10-04 06:09:10,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.572 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.175s] 2018-10-04 06:09:10,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.767 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.194s] 2018-10-04 06:09:10,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.972 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.204s] 2018-10-04 06:09:11,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:11.150 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.178s] 2018-10-04 06:09:11,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:11.333 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.182s] 2018-10-04 06:09:11,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:11.544 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.209s] 2018-10-04 06:09:11,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:11.682 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.360s] 2018-10-04 06:09:11,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:11.734 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.191s] 2018-10-04 06:09:11,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:11.926 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-10-04 06:09:11,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:11.948 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.214s] 2018-10-04 06:09:12,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:12.142 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.193s] 2018-10-04 06:09:12,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:12.312 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.169s] 2018-10-04 06:09:12,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:12.566 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.254s] 2018-10-04 06:09:13,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:13.759 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.192s] 2018-10-04 06:09:13,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:13.957 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.197s] 2018-10-04 06:09:14,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.021 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.063s] 2018-10-04 06:09:14,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.289 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.268s] 2018-10-04 06:09:14,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.331 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.041s] 2018-10-04 06:09:14,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.369 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.037s] 2018-10-04 06:09:14,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.405 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.036s] 2018-10-04 06:09:14,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.462 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.057s] 2018-10-04 06:09:14,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.709 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.245s] 2018-10-04 06:09:14,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.745 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.035s] 2018-10-04 06:09:14,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.793 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.047s] 2018-10-04 06:09:14,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.826 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.033s] 2018-10-04 06:09:14,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.871 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.044s] 2018-10-04 06:09:18,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:18.549 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.084s] 2018-10-04 06:09:18,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:18.799 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.250s] 2018-10-04 06:09:19,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:19.464 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [4.515s] 2018-10-04 06:09:20,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:20.545 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.082s] 2018-10-04 06:09:22,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:22.130 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [3.926s] 2018-10-04 06:09:22,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:22.619 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.073s] 2018-10-04 06:09:24,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:24.452 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [2.321s] 2018-10-04 06:09:24,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:24.947 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.209s] 2018-10-04 06:09:25,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:25.084 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.136s] 2018-10-04 06:09:26,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:26.020 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.150s] 2018-10-04 06:09:26,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:26.049 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [16.483s] 2018-10-04 06:09:26,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:26.676 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.058s] 2018-10-04 06:09:29,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:29.294 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [0.757s] 2018-10-04 06:09:30,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:30.935 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [0.011s] 2018-10-04 06:09:32,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:32.071 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:09:34,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:34.561 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [8.539s] 2018-10-04 06:09:35,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:35.248 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.269s] 2018-10-04 06:09:36,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:36.226 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.978s] 2018-10-04 06:09:37,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:37.726 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.676s] 2018-10-04 06:09:37,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:37.767 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [3.206s] 2018-10-04 06:09:39,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:39.690 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [1.268s] 2018-10-04 06:09:40,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:40.112 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.419s] 2018-10-04 06:09:41,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:41.488 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [3.720s] 2018-10-04 06:09:41,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:41.788 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [3.618s] 2018-10-04 06:09:42,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:42.461 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [2.351s] 2018-10-04 06:09:44,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:44.640 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.990s] 2018-10-04 06:09:44,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:44.736 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [3.248s] 2018-10-04 06:09:45,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:45.655 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.213s] 2018-10-04 06:09:45,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:45.950 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.317s]: Skipped until Bug: 1014647 is resolved. 2018-10-04 06:09:47,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:47.690 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.035s] 2018-10-04 06:09:48,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:48.194 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.466s] 2018-10-04 06:09:48,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:48.196 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-10-04 06:09:50,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:50.201 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-04 06:09:50,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:50.434 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.977s] 2018-10-04 06:09:53,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:53.471 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-10-04 06:09:55,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:55.046 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_add_member_with_non_existing_image ... fail [0.031s] 2018-10-04 06:09:55,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:55.057 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_image ... fail [0.006s] 2018-10-04 06:09:55,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:55.063 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_tenant ... fail [0.010s] 2018-10-04 06:09:55,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:55.068 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_get_image_without_membership ... fail [0.009s] 2018-10-04 06:09:55,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:55.315 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.233s] 2018-10-04 06:09:55,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:55.736 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.420s] 2018-10-04 06:09:57,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:57.024 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [8.828s] 2018-10-04 06:09:57,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:57.946 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [83.777s] 2018-10-04 06:09:58,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:58.013 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.072s] 2018-10-04 06:09:58,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:58.088 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.075s] 2018-10-04 06:10:03,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:03.628 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... fail [27.179s] 2018-10-04 06:10:03,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:03.919 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [9.181s] 2018-10-04 06:10:04,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:04.133 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [5.669s] 2018-10-04 06:10:04,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:04.737 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [4.199s] 2018-10-04 06:10:06,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:06.364 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [6.399s] 2018-10-04 06:10:07,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:07.565 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [10.540s] 2018-10-04 06:10:09,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:09.152 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.439s] 2018-10-04 06:10:10,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:10.118 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-10-04 06:10:10,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:10.706 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [6.787s] 2018-10-04 06:10:11,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:11.069 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... fail [3.845s] 2018-10-04 06:10:11,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:11.677 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.611s] 2018-10-04 06:10:13,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:13.057 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... fail [9.423s] 2018-10-04 06:10:13,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:13.371 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [49.492s] 2018-10-04 06:10:14,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:14.580 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.901s] 2018-10-04 06:10:14,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:14.612 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.033s] 2018-10-04 06:10:14,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:14.864 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [4.156s] 2018-10-04 06:10:15,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:15.579 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.965s] 2018-10-04 06:10:16,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:16.924 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... fail [3.870s] 2018-10-04 06:10:17,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:17.538 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.014s] 2018-10-04 06:10:17,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:17.824 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.285s] 2018-10-04 06:10:18,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:18.064 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.239s] 2018-10-04 06:10:19,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:19.163 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [1.097s] 2018-10-04 06:10:19,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:19.197 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.035s] 2018-10-04 06:10:19,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:19.437 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [5.160s] 2018-10-04 06:10:22,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:22.140 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-10-04 06:10:22,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:22.143 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:10:22,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:22.475 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.397s] 2018-10-04 06:10:22,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:22.476 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-04 06:10:24,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:24.313 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [9.449s] 2018-10-04 06:10:24,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:24.482 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [4.029s] 2018-10-04 06:10:27,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:27.946 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [3.633s] 2018-10-04 06:10:29,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:29.388 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [4.906s] 2018-10-04 06:10:29,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:29.413 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [9.977s] 2018-10-04 06:10:30,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:30.261 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.901s] 2018-10-04 06:10:31,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:31.378 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [1.117s] 2018-10-04 06:10:32,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:32.691 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.302s] 2018-10-04 06:10:33,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:33.948 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.309s] 2018-10-04 06:10:35,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:35.766 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [7.818s] 2018-10-04 06:10:37,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:37.039 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-10-04 06:10:37,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:37.258 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.218s] 2018-10-04 06:10:37,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:37.507 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [4.404s] 2018-10-04 06:10:37,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:37.527 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.269s] 2018-10-04 06:10:38,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:38.440 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [9.025s] 2018-10-04 06:10:38,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:38.553 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.024s] 2018-10-04 06:10:38,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:38.951 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.397s] 2018-10-04 06:10:39,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:39.638 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.686s] 2018-10-04 06:10:39,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:39.674 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.036s] 2018-10-04 06:10:39,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:39.749 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [7.059s] 2018-10-04 06:10:39,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:39.879 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.204s] 2018-10-04 06:10:39,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:39.962 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.083s] 2018-10-04 06:10:40,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:40.054 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.091s] 2018-10-04 06:10:40,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:40.121 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.066s] 2018-10-04 06:10:40,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:40.170 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.048s] 2018-10-04 06:10:40,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:40.456 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.285s] 2018-10-04 06:10:40,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:40.546 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.090s] 2018-10-04 06:10:40,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:40.931 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.384s] 2018-10-04 06:10:40,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:40.982 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.051s] 2018-10-04 06:10:41,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:41.202 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.219s] 2018-10-04 06:10:41,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:41.268 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.066s] 2018-10-04 06:10:41,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:41.474 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [3.966s] 2018-10-04 06:10:42,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:42.147 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.381s] 2018-10-04 06:10:42,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:42.617 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [35.048s] 2018-10-04 06:10:43,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:43.521 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [2.047s] 2018-10-04 06:10:44,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:44.052 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-10-04 06:10:44,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:44.345 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [1.731s] 2018-10-04 06:10:44,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:44.408 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.081s] 2018-10-04 06:10:44,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:44.496 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.088s] 2018-10-04 06:10:44,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:44.592 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.095s] 2018-10-04 06:10:44,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:44.689 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.096s] 2018-10-04 06:10:44,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:44.779 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.090s] 2018-10-04 06:10:46,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:46.583 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [3.061s] 2018-10-04 06:10:47,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:47.964 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [5.816s] 2018-10-04 06:10:51,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:51.193 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.228s] 2018-10-04 06:10:52,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:52.986 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [3.161s] 2018-10-04 06:10:53,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:53.363 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [39.990s] 2018-10-04 06:10:55,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:55.157 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.170s] 2018-10-04 06:10:56,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:56.346 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.266s] 2018-10-04 06:10:56,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:56.950 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.756s] 2018-10-04 06:10:57,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:57.156 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [2.513s] 2018-10-04 06:10:57,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:57.635 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [2.537s] 2018-10-04 06:10:58,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:58.900 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [1.950s] 2018-10-04 06:11:01,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:01.355 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [4.197s] 2018-10-04 06:11:01,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:01.357 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-10-04 06:11:01,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:01.722 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [4.087s] 2018-10-04 06:11:02,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:02.268 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [7.108s] 2018-10-04 06:11:03,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:03.661 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.395s] 2018-10-04 06:11:03,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:03.773 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [4.871s] 2018-10-04 06:11:03,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:03.786 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.439s] 2018-10-04 06:11:03,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:03.944 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.172s] 2018-10-04 06:11:04,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:04.416 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.470s] 2018-10-04 06:11:04,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:04.590 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.175s] 2018-10-04 06:11:04,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:04.816 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.225s] 2018-10-04 06:11:04,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:04.900 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [3.544s] 2018-10-04 06:11:05,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:05.006 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.190s] 2018-10-04 06:11:05,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:05.125 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.118s] 2018-10-04 06:11:05,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:05.409 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.282s] 2018-10-04 06:11:05,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:05.463 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.054s] 2018-10-04 06:11:05,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:05.534 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.071s] 2018-10-04 06:11:07,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:07.292 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [2.392s] 2018-10-04 06:11:07,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:07.585 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.928s] 2018-10-04 06:11:07,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:07.892 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [4.228s] 2018-10-04 06:11:08,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:08.144 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.558s] 2018-10-04 06:11:08,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:08.652 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.507s] 2018-10-04 06:11:10,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:10.031 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.139s] 2018-10-04 06:11:11,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:11.338 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [9.615s] 2018-10-04 06:11:14,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:14.295 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.760s] 2018-10-04 06:11:14,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:14.475 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [10.689s] 2018-10-04 06:11:14,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:14.603 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-10-04 06:11:14,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:14.604 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-10-04 06:11:14,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:14.886 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [4.852s] 2018-10-04 06:11:14,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:14.936 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.053s] 2018-10-04 06:11:16,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:16.893 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-10-04 06:11:17,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:17.712 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [6.372s] 2018-10-04 06:11:19,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:19.317 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [4.839s] 2018-10-04 06:11:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:19.400 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [93.442s] 2018-10-04 06:11:20,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:20.653 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [11.997s] 2018-10-04 06:11:20,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:20.699 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.047s] 2018-10-04 06:11:20,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:20.724 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.230s] 2018-10-04 06:11:20,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:20.735 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.037s] 2018-10-04 06:11:20,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:20.974 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.248s] 2018-10-04 06:11:21,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:21.619 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.013s] 2018-10-04 06:11:21,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:21.701 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.383s] 2018-10-04 06:11:23,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:23.079 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [5.366s] 2018-10-04 06:11:23,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:23.357 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-10-04 06:11:23,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:23.359 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:11:23,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:23.849 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-10-04 06:11:26,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:26.302 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_blank_id ... fail [0.011s] 2018-10-04 06:11:26,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:26.320 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_id_over_character_limit ... fail [0.016s] 2018-10-04 06:11:26,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:26.329 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_negative_image_id ... fail [0.008s] 2018-10-04 06:11:26,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:26.337 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_non_hex_string_id ... fail [0.006s] 2018-10-04 06:11:26,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:26.345 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_non_existent_image ... fail [0.006s] 2018-10-04 06:11:26,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:26.357 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_container_format ... fail [0.008s] 2018-10-04 06:11:26,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:26.363 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_disk_format ... fail [0.006s] 2018-10-04 06:11:27,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:27.628 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [4.548s] 2018-10-04 06:11:27,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:27.921 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.656s] 2018-10-04 06:11:28,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:28.153 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.177s] 2018-10-04 06:11:28,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:28.321 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.168s] 2018-10-04 06:11:28,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:28.506 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.185s] 2018-10-04 06:11:28,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:28.569 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.648s] 2018-10-04 06:11:29,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:29.696 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.124s] 2018-10-04 06:11:30,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:30.693 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... fail [2.241s] 2018-10-04 06:11:30,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:30.776 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.267s] 2018-10-04 06:11:30,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:30.798 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.024s] 2018-10-04 06:11:32,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:32.935 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... fail [2.239s] 2018-10-04 06:11:33,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:33.046 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [5.417s] 2018-10-04 06:11:33,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:33.593 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-10-04 06:11:35,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:35.136 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-04 06:11:35,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:35.137 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-10-04 06:11:36,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:36.024 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.309s] 2018-10-04 06:11:36,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:36.710 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.685s] 2018-10-04 06:11:36,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:36.834 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [3.788s] 2018-10-04 06:11:37,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:37.214 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [15.512s] 2018-10-04 06:11:37,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:37.274 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.061s] 2018-10-04 06:11:37,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:37.472 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.197s] 2018-10-04 06:11:42,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:42.774 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [1.895s] 2018-10-04 06:11:43,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:43.831 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.055s] 2018-10-04 06:11:45,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:45.068 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.237s] 2018-10-04 06:11:45,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:45.900 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.005s] 2018-10-04 06:11:46,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:46.140 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.240s] 2018-10-04 06:11:46,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:46.288 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [8.814s] 2018-10-04 06:11:46,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:46.616 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.029s] 2018-10-04 06:11:46,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:46.946 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.430s] 2018-10-04 06:11:47,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:47.119 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.502s] 2018-10-04 06:11:47,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:47.286 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.166s] 2018-10-04 06:11:47,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:47.485 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.198s] 2018-10-04 06:11:47,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:47.519 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.034s] 2018-10-04 06:11:47,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:47.546 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.027s] 2018-10-04 06:11:47,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:47.739 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.192s] 2018-10-04 06:11:47,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:47.925 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.185s] 2018-10-04 06:11:48,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:48.230 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.305s] 2018-10-04 06:11:48,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:48.252 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.021s] 2018-10-04 06:11:48,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:48.557 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.304s] 2018-10-04 06:11:48,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:48.963 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.405s] 2018-10-04 06:11:49,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:49.996 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [2.857s] 2018-10-04 06:11:51,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:51.104 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [1.442s] 2018-10-04 06:11:52,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:52.961 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [6.014s] 2018-10-04 06:11:53,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:53.050 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.054s] 2018-10-04 06:11:53,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:53.196 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [2.092s] 2018-10-04 06:11:55,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:55.866 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-04 06:11:55,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:55.867 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-10-04 06:11:56,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:56.332 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.281s] 2018-10-04 06:11:56,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:56.374 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-10-04 06:11:57,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:57.946 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [11.656s] 2018-10-04 06:11:58,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:58.114 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.169s] 2018-10-04 06:11:58,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:58.304 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.189s] 2018-10-04 06:12:00,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:00.651 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [4.318s] 2018-10-04 06:12:02,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:02.660 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [2.990s] 2018-10-04 06:12:03,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:03.229 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.569s] 2018-10-04 06:12:03,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:03.863 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.633s] 2018-10-04 06:12:04,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:04.612 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.748s] 2018-10-04 06:12:04,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:04.818 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.207s] 2018-10-04 06:12:05,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:05.070 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.251s] 2018-10-04 06:12:06,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:06.050 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.979s] 2018-10-04 06:12:08,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:08.458 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [10.151s] 2018-10-04 06:12:09,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:09.028 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.872s] 2018-10-04 06:12:18,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:18.106 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.099s] 2018-10-04 06:12:18,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:18.338 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.232s] 2018-10-04 06:12:19,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:19.913 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [11.454s] 2018-10-04 06:12:21,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:21.575 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [12.545s] 2018-10-04 06:12:22,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:22.671 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.099s] 2018-10-04 06:12:23,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:23.566 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.894s] 2018-10-04 06:12:23,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:23.953 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.869s] 2018-10-04 06:12:24,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:24.236 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.669s] 2018-10-04 06:12:28,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:28.539 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.584s] 2018-10-04 06:12:33,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:33.892 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [22.089s] 2018-10-04 06:12:36,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:36.865 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [8.324s] 2018-10-04 06:12:45,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:45.878 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [178.595s] 2018-10-04 06:12:46,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:46.465 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [9.601s] 2018-10-04 06:12:49,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:49.489 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... fail [313.599s] 2018-10-04 06:12:51,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:51.108 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [22.918s] 2018-10-04 06:12:52,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:52.662 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [6.049s] 2018-10-04 06:12:54,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:54.969 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [21.076s] 2018-10-04 06:12:57,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:57.920 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [6.816s] 2018-10-04 06:12:59,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:59.724 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [7.060s] 2018-10-04 06:13:00,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:00.145 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [100.719s] 2018-10-04 06:13:01,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:01.178 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [14.710s] 2018-10-04 06:13:02,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:02.942 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [5.021s] 2018-10-04 06:13:03,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:03.754 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [8.786s] 2018-10-04 06:13:03,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:03.901 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [39.657s] 2018-10-04 06:13:06,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:06.397 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [171.100s] 2018-10-04 06:13:06,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:06.863 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [3.921s] 2018-10-04 06:13:08,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:08.447 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-10-04 06:13:08,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:08.449 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-10-04 06:13:08,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:08.449 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-10-04 06:13:08,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:08.822 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [5.067s] 2018-10-04 06:13:11,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:11.093 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.197s] 2018-10-04 06:13:11,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:11.270 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.177s] 2018-10-04 06:13:11,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:11.317 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [4.452s] 2018-10-04 06:13:11,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:11.429 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.159s] 2018-10-04 06:13:11,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:11.616 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.186s] 2018-10-04 06:13:11,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:11.787 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.170s] 2018-10-04 06:13:14,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:14.698 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [3.380s] 2018-10-04 06:13:16,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:16.502 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [4.713s] 2018-10-04 06:13:23,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:23.385 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.179s] 2018-10-04 06:13:25,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:25.246 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [1.860s] 2018-10-04 06:13:25,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:25.432 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [14.524s] 2018-10-04 06:13:26,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:26.557 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [17.730s] 2018-10-04 06:13:31,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:31.903 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [6.473s] 2018-10-04 06:13:32,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:32.503 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [7.251s] 2018-10-04 06:13:33,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:33.913 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.414s] 2018-10-04 06:13:37,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:37.290 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [3.374s] 2018-10-04 06:13:39,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:39.540 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [2.251s] 2018-10-04 06:13:40,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:40.632 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [29.229s] 2018-10-04 06:13:42,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:42.077 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.533s] 2018-10-04 06:13:42,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:42.118 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.045s] 2018-10-04 06:13:48,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:48.061 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.210s] 2018-10-04 06:13:48,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:48.339 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.277s] 2018-10-04 06:13:48,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:48.527 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.188s] 2018-10-04 06:13:48,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:48.692 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.165s] 2018-10-04 06:13:48,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:48.726 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.033s] 2018-10-04 06:13:48,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:48.902 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.175s] 2018-10-04 06:13:49,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:49.071 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.168s] 2018-10-04 06:13:49,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:49.278 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.207s] 2018-10-04 06:13:49,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:49.518 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.239s] 2018-10-04 06:13:49,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:49.756 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.237s] 2018-10-04 06:13:49,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:49.832 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.077s] 2018-10-04 06:14:00,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:00.094 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.919s] 2018-10-04 06:14:01,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:01.249 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.155s] 2018-10-04 06:14:06,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:06.762 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [40.199s] 2018-10-04 06:14:09,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:09.292 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [2.533s] 2018-10-04 06:14:16,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:16.220 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [5.842s] 2018-10-04 06:14:21,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:21.337 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [5.117s] 2018-10-04 06:14:21,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:21.816 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [12.522s] 2018-10-04 06:14:22,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:22.920 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [209.477s] 2018-10-04 06:14:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:27.818 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-10-04 06:14:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:27.819 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-10-04 06:14:34,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:34.020 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [12.202s] 2018-10-04 06:14:37,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:37.455 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [97.290s] 2018-10-04 06:14:40,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:40.208 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [6.187s] 2018-10-04 06:14:49,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:49.074 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [11.618s] 2018-10-04 06:15:00,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:00.931 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [37.999s] 2018-10-04 06:15:16,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:16.582 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.334s] 2018-10-04 06:15:17,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:17.305 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.724s] 2018-10-04 06:15:17,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:17.629 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.323s] 2018-10-04 06:15:18,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:18.060 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.430s] 2018-10-04 06:15:18,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:18.448 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.387s] 2018-10-04 06:15:19,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:19.583 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.133s] 2018-10-04 06:15:20,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:20.810 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [40.593s] 2018-10-04 06:15:21,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:21.174 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.590s] 2018-10-04 06:15:21,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:21.646 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.472s] 2018-10-04 06:15:22,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:22.149 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.502s] 2018-10-04 06:15:22,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:22.678 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.527s] 2018-10-04 06:15:25,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:25.615 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-10-04 06:15:30,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:30.938 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [1.842s] 2018-10-04 06:15:34,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:34.331 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.645s] 2018-10-04 06:15:34,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:34.560 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.231s] 2018-10-04 06:15:35,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:35.223 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.662s] 2018-10-04 06:15:37,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:37.777 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.553s] 2018-10-04 06:15:39,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:39.398 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.754s] 2018-10-04 06:15:39,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:39.511 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [1.734s] 2018-10-04 06:15:39,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:39.560 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.047s] 2018-10-04 06:15:39,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:39.606 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.045s] 2018-10-04 06:15:44,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:44.042 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [157.622s] 2018-10-04 06:15:51,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:51.577 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.695s] 2018-10-04 06:15:51,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:51.984 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.406s] 2018-10-04 06:15:53,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:53.336 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.352s] 2018-10-04 06:16:00,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:00.117 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-10-04 06:16:01,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:01.920 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-10-04 06:16:02,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:02.881 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [73.790s] 2018-10-04 06:16:03,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:03.926 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-10-04 06:16:12,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:12.327 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... fail [2.509s] 2018-10-04 06:16:15,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:15.138 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [6.913s] 2018-10-04 06:16:21,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:21.962 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [6.824s] 2018-10-04 06:16:27,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:27.210 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [5.247s] 2018-10-04 06:16:31,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:31.087 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [3.876s] 2018-10-04 06:16:36,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:36.045 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [4.957s] 2018-10-04 06:16:39,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:39.480 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [27.149s] 2018-10-04 06:16:43,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:43.758 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.281s] 2018-10-04 06:16:46,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:46.122 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.164s] 2018-10-04 06:16:48,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:48.645 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.521s] 2018-10-04 06:16:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:50.028 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.383s] 2018-10-04 06:16:51,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:51.177 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.148s] 2018-10-04 06:16:52,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:52.894 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.716s] 2018-10-04 06:16:55,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:55.775 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.880s] 2018-10-04 06:16:57,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:57.478 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.703s] 2018-10-04 06:16:57,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:57.658 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.181s] 2018-10-04 06:16:59,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:59.517 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.857s] 2018-10-04 06:17:00,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:00.303 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [0.785s] 2018-10-04 06:17:01,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:01.435 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [1.132s] 2018-10-04 06:17:01,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:01.456 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.022s] 2018-10-04 06:17:01,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:01.625 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.166s] 2018-10-04 06:17:01,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:01.642 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.018s] 2018-10-04 06:17:03,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:03.088 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-10-04 06:17:03,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:03.089 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-10-04 06:17:03,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:03.091 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-10-04 06:17:03,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:03.095 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-10-04 06:17:08,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:08.135 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [24.369s] 2018-10-04 06:17:15,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:15.402 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.269s] 2018-10-04 06:17:28,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:28.000 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... fail [331.511s] 2018-10-04 06:17:34,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:34.576 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [91.677s] 2018-10-04 06:17:45,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:45.402 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [242.493s] 2018-10-04 06:17:59,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:59.219 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [3.739s] 2018-10-04 06:17:59,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:59.222 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-10-04 06:18:59,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:18:59.690 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [85.088s] 2018-10-04 06:18:59,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:18:59.691 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-10-04 06:20:12,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:12.182 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [72.475s] 2018-10-04 06:20:16,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:16.612 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [4.432s] 2018-10-04 06:20:40,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:40.070 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.157s] 2018-10-04 06:20:40,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:40.108 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.037s] 2018-10-04 06:20:44,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:44.469 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [213.793s] 2018-10-04 06:20:45,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:45.858 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.890s] 2018-10-04 06:20:55,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:55.477 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [5.894s] 2018-10-04 06:20:57,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:57.902 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:20:57,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:57.903 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:21:02,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:02.324 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.376s] 2018-10-04 06:21:02,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:02.713 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.388s] 2018-10-04 06:21:10,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:10.708 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.281s] 2018-10-04 06:21:11,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:11.086 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.377s] 2018-10-04 06:21:11,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:11.728 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.640s] 2018-10-04 06:21:11,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:11.793 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.065s] 2018-10-04 06:21:11,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:11.862 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.069s] 2018-10-04 06:21:11,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:11.932 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.070s] 2018-10-04 06:21:12,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:12.225 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [224.217s] 2018-10-04 06:21:20,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:20.272 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.540s] 2018-10-04 06:21:20,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:20.910 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.637s] 2018-10-04 06:21:21,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:21.310 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.400s] 2018-10-04 06:21:21,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:21.695 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.383s] 2018-10-04 06:21:22,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:22.729 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.033s] 2018-10-04 06:21:23,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:23.144 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.414s] 2018-10-04 06:21:23,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:23.647 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.503s] 2018-10-04 06:21:25,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:25.783 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [2.133s] 2018-10-04 06:21:26,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:26.088 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.303s] 2018-10-04 06:21:26,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:26.847 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.760s] 2018-10-04 06:21:26,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:26.917 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.071s] 2018-10-04 06:21:27,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:27.655 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.736s] 2018-10-04 06:21:28,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:28.366 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.710s] 2018-10-04 06:21:31,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:31.073 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [217.717s] 2018-10-04 06:21:40,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:40.250 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.437s] 2018-10-04 06:21:40,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:40.266 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.019s] 2018-10-04 06:21:40,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:40.673 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.405s] 2018-10-04 06:21:52,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:52.478 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.063s] 2018-10-04 06:21:57,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:57.909 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.163s] 2018-10-04 06:21:59,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:59.767 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.856s] 2018-10-04 06:22:06,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:22:06.969 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.374s] 2018-10-04 06:22:07,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:22:07.132 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.163s] 2018-10-04 06:22:07,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:22:07.311 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.178s] 2018-10-04 06:22:07,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:22:07.466 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.154s] 2018-10-04 06:22:12,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:22:12.109 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.149s] 2018-10-04 06:25:06,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:25:06.787 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [215.701s] 2018-10-04 06:25:13,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: cddacb44-f86b-4db0-8d33-892643a36c88 2018-10-04 06:25:14,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'cddacb44-f86b-4db0-8d33-892643a36c88']'. 2018-10-04 06:25:15,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-04 06:25:15,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-04 06:25:15,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 06:25:15,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | cddacb44-f86b-4db0-8d33-892643a36c88 | 2018-10-04 06:25:15,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-04 06:25:15,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-04 06:00:23 | 2018-10-04 06:25:15,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-04 06:25:13 | 2018-10-04 06:25:15,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:24:50 | 2018-10-04 06:25:15,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-04 06:25:15,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-04 06:25:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e52073a8-a2a6-4800-9e23-68dedda6a080) | 2018-10-04 06:25:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-04 06:25:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 6a6b3542-5059-4f7b-bb9c-c1812aa5f699) | 2018-10-04 06:25:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-10-04 06:25:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1479.165 | 2018-10-04 06:25:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1036 | 2018-10-04 06:25:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 356 | 2018-10-04 06:25:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-04 06:25:15,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-04 06:25:15,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 76 | 2018-10-04 06:25:15,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 06:25:15,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-04 06:25:15,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-04 06:25:15,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 93.1654676259% 2018-10-04 06:25:15,691 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 25:05 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-10-04 06:25:21,774 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK