2018-09-04 10:21:51,611 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-275 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-04 10:21:51,614 - 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=sMm7fUKQ9MBhjVpaGRpybdxGx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-09-04 10:21:51,614 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-04 10:21:51,615 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-09-04 10:21:51,624 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-04 10:21:53,160 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d', 'id': u'db6bb8e6383a41f5af7ce3bbb8ddb3ab', 'description': u'Created by OPNFV Functest: connection_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-04 10:21:53,866 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'33a545d46c6b49ac85c107b50682d490', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d'}) 2018-09-04 10:21:54,035 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 10:21:54,201 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/73f0bffd657b446e93a6d122f974fe7b'}, 'domain_id': None, 'human_id': None, 'id': u'73f0bffd657b446e93a6d122f974fe7b', 'HUMAN_ID': False}) 2018-09-04 10:21:55,048 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d', 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': 'b612be86-0b2b-4c80-b4b4-6492ef26de93', 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_3fd74dfd-593e-499e-a971-57e057b6935d', 'project_id': u'db6bb8e6383a41f5af7ce3bbb8ddb3ab', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 10:21:55,053 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d', 'password': 'b612be86-0b2b-4c80-b4b4-6492ef26de93', 'project_name': 'connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'db6bb8e6383a41f5af7ce3bbb8ddb3ab', 'project_domain_name': 'Default'} 2018-09-04 10:21:59,249 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-04 10:21:59,250 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-04 10:22:09,768 - 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.507s OK 2018-09-04 10:22:09,888 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 10:22:09,888 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-04 10:22:11,546 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-09-04 10:22:12,180 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2', 'id': u'da1aa3dc9e564d3d922e61c0121a390e', 'description': u'Created by OPNFV Functest: api_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-04 10:22:12,647 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6cb53a06110b45a6a2f21cb265048110', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2'}) 2018-09-04 10:22:12,811 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 10:22:12,982 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301'}, 'domain_id': None, 'human_id': None, 'id': u'9a944a8c31754b8f941d2fa9034d4301', 'HUMAN_ID': False}) 2018-09-04 10:22:13,645 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2', 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': '2576ebd1-cfad-4991-94ee-900a63cf4502', 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_95790658-ea1a-473f-b71a-0aa15c3467f2', 'project_id': u'da1aa3dc9e564d3d922e61c0121a390e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 10:22:13,650 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2', 'password': '2576ebd1-cfad-4991-94ee-900a63cf4502', 'project_name': 'api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'da1aa3dc9e564d3d922e61c0121a390e', 'project_domain_name': 'Default'} 2018-09-04 10:22:16,551 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-04 10:22:16,551 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-09-04 10:34:22,560 - 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 725.889s OK 2018-09-04 10:34:22,681 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 10:34:22,681 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:06 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-04 10:34:23,808 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-09-04 10:34:24,422 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f', 'id': u'63ce1c38db314aae844c45218d595c6c', '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-09-04 10:34:24,884 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'150012a50ed642dc815059cb3881f910', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_f3bc4919-11b1-4924-8857-2a48e0030f8f'}) 2018-09-04 10:34:25,046 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 10:34:25,219 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/e18ad2d0d48a44969f2b9c35ef23aba1'}, 'domain_id': None, 'human_id': None, 'id': u'e18ad2d0d48a44969f2b9c35ef23aba1', 'HUMAN_ID': False}) 2018-09-04 10:34:25,850 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f', 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': '1d1e480a-d0b5-4687-84f5-cf62892d36e6', 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_f3bc4919-11b1-4924-8857-2a48e0030f8f', 'project_id': u'63ce1c38db314aae844c45218d595c6c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 10:34:25,855 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_f3bc4919-11b1-4924-8857-2a48e0030f8f', 'password': '1d1e480a-d0b5-4687-84f5-cf62892d36e6', 'project_name': 'snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '63ce1c38db314aae844c45218d595c6c', 'project_domain_name': 'Default'} 2018-09-04 10:34:28,112 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-04 10:34:28,112 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-09-04 10:36:02,818 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 94.704s OK 2018-09-04 10:36:02,935 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 10:36:02,935 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:35 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-09-04 10:36:03,997 - 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:06 | PASS | | snaps_health_check | functest | healthcheck | 01:35 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-09-04 10:36:04,001 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-04 10:36:49,025 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-275 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-04 10:36:49,029 - 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=sMm7fUKQ9MBhjVpaGRpybdxGx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-09-04 10:36:49,029 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-04 10:36:49,030 - 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-09-04 10:36:49,061 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-09-04 10:36:51,167 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14', 'id': u'4ad41bc126174d318b5e7a8516fcf4af', '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-09-04 10:36:51,666 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a130cb00c12346ac914af686eb312045', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_765e872f-da41-4d34-89de-e797c7840b14'}) 2018-09-04 10:36:51,773 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 10:36:51,951 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/742f44a3e0dd49a9b23341eba1a5aa95'}, 'domain_id': None, 'human_id': None, 'id': u'742f44a3e0dd49a9b23341eba1a5aa95', 'HUMAN_ID': False}) 2018-09-04 10:36:52,492 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14', 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': '4746b58b-fa45-4bf4-8e21-159b6a4ed314', 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_765e872f-da41-4d34-89de-e797c7840b14', 'project_id': u'4ad41bc126174d318b5e7a8516fcf4af', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 10:36:52,498 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_765e872f-da41-4d34-89de-e797c7840b14', 'password': '4746b58b-fa45-4bf4-8e21-159b6a4ed314', 'project_name': 'vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '4ad41bc126174d318b5e7a8516fcf4af', 'project_domain_name': 'Default'} 2018-09-04 10:36:52,498 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-09-04 10:36:53,259 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T10:36:53Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'38af771c-820d-4a64-b632-1c8051984458', u'provider:segmentation_id': 64, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14', u'admin_state_up': True, u'tenant_id': u'4ad41bc126174d318b5e7a8516fcf4af', u'created_at': u'2018-09-04T10:36:53Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4ad41bc126174d318b5e7a8516fcf4af'}) 2018-09-04 10:36:54,631 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T10:36:54Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'221b800a-9f82-4af9-9256-b4d42731e505', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_765e872f-da41-4d34-89de-e797c7840b14', u'enable_dhcp': True, u'network_id': u'38af771c-820d-4a64-b632-1c8051984458', u'tenant_id': u'4ad41bc126174d318b5e7a8516fcf4af', u'created_at': u'2018-09-04T10:36:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'4ad41bc126174d318b5e7a8516fcf4af'}) 2018-09-04 10:37:01,492 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4097e349-dd4a-4a5e-95d6-eed5c2d7b85a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5092c110-d468-4f12-acae-47d56d35dff1', u'ip_address': u'172.30.9.215'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4ad41bc126174d318b5e7a8516fcf4af', u'created_at': u'2018-09-04T10:37:00Z', u'admin_state_up': True, u'updated_at': u'2018-09-04T10:37:01Z', u'revision_number': 2, u'routes': [], u'project_id': u'4ad41bc126174d318b5e7a8516fcf4af', u'id': u'f8441678-4ef0-4f00-9425-ad7170e569d7', u'name': u'vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14'}) 2018-09-04 10:37:04,991 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/file', 'owner': u'4ad41bc126174d318b5e7a8516fcf4af', 'id': u'1920edb0-48eb-4ed9-8c61-551882a9dc7b', 'size': 12716032, u'self': u'/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4ad41bc126174d318b5e7a8516fcf4af', 'name': 'vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T10:37:04Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-04T10:37:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14', 'created': u'2018-09-04T10:37:03Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T10:37:03Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 10:37:05,245 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_765e872f-da41-4d34-89de-e797c7840b14', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'bfa52e47-4fe8-4dc7-b814-05dce008e7a5', 'swap': 0}) 2018-09-04 10:37:05,577 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwOuayri729J6QP61/tigI3mFkYt2Z+AfN5fe3Orv746od+swzMpDdLKOexPJpKJbpwHSDkuu3FeA5dhYCA0scUsr1+m7Hfzh2Sxv8cnPTcmN4gc7QB9WkPYX18ms4JGZQviDpmb2YKh8qfTusQ8eDCJQZ1yNXhEPTmosWGCLQy8jqu+DYN0yBxAEQIqvuJms3PR21mby4Eo+9s68toCpgAyiqTcW/lSvyN9UVUlGGOOfj5Jb5+hQD3YqOAtwSmi5eflkNLHfTYTD20l8T7LfkFNbN4JR06ROwXVxY1+BPaJq5sDSAbD+ir+xQRuDgxSSKWWwq5O3yPqrWlXm3nZF9 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsDrmsq4u9vSekD+tf7YoCN5hZGLdmfgHzeX3tzq7++OqHfrM\nMzKQ3SyjnsTyaSiW6cB0g5LrtxXgOXYWAgNLHFLK9fpux384dksb/HJz03JjeIHO\n0AfVpD2F9fJrOCRmUL4g6Zm9mCofKn07rEPHgwiUGdcjV4RD05qLFhgi0MvI6rvg\n2DdMgcQBECKr7iZrNz0dtZm8uBKPvbOvLaAqYAMoqk3Fv5Ur8jfVFVJRhjjn4+SW\n+foUA92KjgLcEpouXn5ZDSx302Ew9tJfE+y35BTWzeCUdOkTsF1cWNfgT2iaubA0\ngGw/oq/sUEbg4MUkillsKuTt8j6q1pV5t52RfQIDAQABAoIBAQCvCfH2a7fOJm4Q\nDI+BmCXvmSHXGbPNqGPoCJCg97+bkyd3G5ITEBh+9kWV/zxfYqdyiWuw/A8QDLRn\nnniBi0/hVAKviwzZLe2g4T1s4ylUTfuqyBPo4L88oLcb8Kq6Wr0dWZtLKx77smq+\nQyEwGyphZfXkLKG33XGZDZk0WsjJ5Nk6jGfpJqVvIzxOIpRGH7D/GBLI5cGiL8yo\nhapXPQglYRFY+it85Yn5f2ALBKH5LxJgUVVR2zojwebXaqfJiDrlbick9XxMjzan\nrR1Y8tzOCqNtqMKvk8XTYuQaR5GeBRbZu4TJCUmQS4KOzTO7gGPXfEzVqHOaFiRw\n+9sJ13ApAoGBANWatYlV2UcrH8wJ9RAorp7J5EJO58BJ2LlAN9D6uOObgkaNYU3D\n0bD7cwXcKWPOb1Fhcs8OgxD/Lah+u0U/KCqX+rRQi/4dl0D4nCL/W9AGIAxPTJda\nyrp0fUY23YBxfRXUzqlhwTIcV8oyyRUEMeIfuynR3iVQMzIBSeDnPUbLAoGBANM1\nMmMY0TmpMhKFPBhf5nhjdrkWevLfyHfn2zPwCHKn3jqNk3PThPgp5byIfzu8rPuP\nhqhTunuDvzfwPH53MroTm7OzWdR6df3XOymQiLwBUmipXaz7cu/g0CUerwPbeJWU\n3whEL8IMcpj0XQa/iwLU9bkJ/wwD2JZzTh0jJLfXAoGAWzHuB3BLj4Lt1GL76aY0\nxz5S4axmbUYZ7R1ptyMUBLjD6fM6c8UCpZj1Bq90TFQ6WnhMV/JOKteHWsSgl3Pb\nZjP0qT8qRZfEl8yMfLShMjMrQ5YnkQcGPoy1X2DVOJ07VjLA+Lfvj8FiCcWc7Aga\nc/wwIC6ltTCEavj53bdcBfkCgYEAobJydwfC9sAgQ6mZTpftHHIZrK4XRuYo1hO9\n8E9uSElYi79kCiMAA/Yfmm1t61ARpy5Ey43+kR1WQf88cR3UyjzE0ZkXxuJSfxpO\ngw3SgQ0KCHLR8uM3JYsaD7EkEHHwKaSl8/AwGAHrokpDBi2SwYJE9Xs/tfUj1ltE\njG4haFUCgYBait0lxApIaMzOVjCo23cFIfAsEhFvQTaNIlfoGgcjrFnRV0/SJHhw\nDiIhMabyz+9ehD8j3xb/G91xaDeh/Pg1Ze8sdjosCp82w4aEd5m/Vc+xaWHKz1X8\n9r+ZAR18J7Vu4+oVg1qSrwZzz/ys+ZJdh0043huuOQIPUGuK1V9ITg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'a130cb00c12346ac914af686eb312045', 'name': u'vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14', 'created_at': '2018-09-04T10:37:05.577819', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4ad41bc126174d318b5e7a8516fcf4af', 'name': 'vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'35:a8:89:39:b3:6b:1f:3c:3f:59:05:36:bf:30:b3:f8', 'type': 'ssh', 'id': u'vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14'}) 2018-09-04 10:37:05,578 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAsDrmsq4u9vSekD+tf7YoCN5hZGLdmfgHzeX3tzq7++OqHfrM MzKQ3SyjnsTyaSiW6cB0g5LrtxXgOXYWAgNLHFLK9fpux384dksb/HJz03JjeIHO 0AfVpD2F9fJrOCRmUL4g6Zm9mCofKn07rEPHgwiUGdcjV4RD05qLFhgi0MvI6rvg 2DdMgcQBECKr7iZrNz0dtZm8uBKPvbOvLaAqYAMoqk3Fv5Ur8jfVFVJRhjjn4+SW +foUA92KjgLcEpouXn5ZDSx302Ew9tJfE+y35BTWzeCUdOkTsF1cWNfgT2iaubA0 gGw/oq/sUEbg4MUkillsKuTt8j6q1pV5t52RfQIDAQABAoIBAQCvCfH2a7fOJm4Q DI+BmCXvmSHXGbPNqGPoCJCg97+bkyd3G5ITEBh+9kWV/zxfYqdyiWuw/A8QDLRn nniBi0/hVAKviwzZLe2g4T1s4ylUTfuqyBPo4L88oLcb8Kq6Wr0dWZtLKx77smq+ QyEwGyphZfXkLKG33XGZDZk0WsjJ5Nk6jGfpJqVvIzxOIpRGH7D/GBLI5cGiL8yo hapXPQglYRFY+it85Yn5f2ALBKH5LxJgUVVR2zojwebXaqfJiDrlbick9XxMjzan rR1Y8tzOCqNtqMKvk8XTYuQaR5GeBRbZu4TJCUmQS4KOzTO7gGPXfEzVqHOaFiRw +9sJ13ApAoGBANWatYlV2UcrH8wJ9RAorp7J5EJO58BJ2LlAN9D6uOObgkaNYU3D 0bD7cwXcKWPOb1Fhcs8OgxD/Lah+u0U/KCqX+rRQi/4dl0D4nCL/W9AGIAxPTJda yrp0fUY23YBxfRXUzqlhwTIcV8oyyRUEMeIfuynR3iVQMzIBSeDnPUbLAoGBANM1 MmMY0TmpMhKFPBhf5nhjdrkWevLfyHfn2zPwCHKn3jqNk3PThPgp5byIfzu8rPuP hqhTunuDvzfwPH53MroTm7OzWdR6df3XOymQiLwBUmipXaz7cu/g0CUerwPbeJWU 3whEL8IMcpj0XQa/iwLU9bkJ/wwD2JZzTh0jJLfXAoGAWzHuB3BLj4Lt1GL76aY0 xz5S4axmbUYZ7R1ptyMUBLjD6fM6c8UCpZj1Bq90TFQ6WnhMV/JOKteHWsSgl3Pb ZjP0qT8qRZfEl8yMfLShMjMrQ5YnkQcGPoy1X2DVOJ07VjLA+Lfvj8FiCcWc7Aga c/wwIC6ltTCEavj53bdcBfkCgYEAobJydwfC9sAgQ6mZTpftHHIZrK4XRuYo1hO9 8E9uSElYi79kCiMAA/Yfmm1t61ARpy5Ey43+kR1WQf88cR3UyjzE0ZkXxuJSfxpO gw3SgQ0KCHLR8uM3JYsaD7EkEHHwKaSl8/AwGAHrokpDBi2SwYJE9Xs/tfUj1ltE jG4haFUCgYBait0lxApIaMzOVjCo23cFIfAsEhFvQTaNIlfoGgcjrFnRV0/SJHhw DiIhMabyz+9ehD8j3xb/G91xaDeh/Pg1Ze8sdjosCp82w4aEd5m/Vc+xaWHKz1X8 9r+ZAR18J7Vu4+oVg1qSrwZzz/ys+ZJdh0043huuOQIPUGuK1V9ITg== -----END RSA PRIVATE KEY----- 2018-09-04 10:37:15,771 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e0:08:06', 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'1920edb0-48eb-4ed9-8c61-551882a9dc7b'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T10:37:13.000000', 'flavor': Munch({u'id': u'bfa52e47-4fe8-4dc7-b814-05dce008e7a5'}), 'az': u'nova', 'id': u'0ae97522-b0f9-45e7-beb5-1d1fbea64233', 'security_groups': [Munch({u'name': u'vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a130cb00c12346ac914af686eb312045', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4ad41bc126174d318b5e7a8516fcf4af', 'name': 'vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14', '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-09-04T10:37:13.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-04T10:37:14Z', 'hostId': u'985c06eae46281b27166440baf4ebf87893e4dde2ef274d8fc222046', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'985c06eae46281b27166440baf4ebf87893e4dde2ef274d8fc222046', '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-09-04T10:37:13.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4ad41bc126174d318b5e7a8516fcf4af', 'name': u'vping_ssh-vm2_765e872f-da41-4d34-89de-e797c7840b14', 'adminPass': u'qxak5cTDmgVq', 'tenant_id': u'4ad41bc126174d318b5e7a8516fcf4af', 'region': 'regionOne', 'created': u'2018-09-04T10:37:09Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-04 10:37:26,817 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:07:b9:d2', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'1920edb0-48eb-4ed9-8c61-551882a9dc7b'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T10:37:24.000000', 'flavor': Munch({u'id': u'bfa52e47-4fe8-4dc7-b814-05dce008e7a5'}), 'az': u'nova', 'id': u'5e3fd031-8357-41e9-9d25-80b9c56aeb99', 'security_groups': [Munch({u'name': u'vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a130cb00c12346ac914af686eb312045', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4ad41bc126174d318b5e7a8516fcf4af', 'name': 'vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14', '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-09-04T10:37:24.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-04T10:37:24Z', 'hostId': u'bd6e81c874ddae44a79515f770c5004802201ea0afc949daa78fb531', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'bd6e81c874ddae44a79515f770c5004802201ea0afc949daa78fb531', '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-09-04T10:37:24.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4ad41bc126174d318b5e7a8516fcf4af', 'name': u'vping_ssh-vm_765e872f-da41-4d34-89de-e797c7840b14', 'adminPass': u'poiC3HBN2via', 'tenant_id': u'4ad41bc126174d318b5e7a8516fcf4af', 'region': 'regionOne', 'created': u'2018-09-04T10:37:17Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-04 10:37:28,698 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'f8441678-4ef0-4f00-9425-ad7170e569d7', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'4ad41bc126174d318b5e7a8516fcf4af', 'created_at': u'2018-09-04T10:37:27Z', 'attached': True, 'updated_at': u'2018-09-04T10:37:27Z', 'id': u'a1cf30c9-2410-4bd5-a779-a93e13b8b3d7', 'floating_network_id': u'4097e349-dd4a-4a5e-95d6-eed5c2d7b85a', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.209', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4ad41bc126174d318b5e7a8516fcf4af', 'name': 'vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'f8441678-4ef0-4f00-9425-ad7170e569d7', 'project_id': u'4ad41bc126174d318b5e7a8516fcf4af', 'port_id': u'0377fdc8-91d4-4a4d-b821-e1fb07367d28', 'port': u'0377fdc8-91d4-4a4d-b821-e1fb07367d28', 'network': u'4097e349-dd4a-4a5e-95d6-eed5c2d7b85a'}) 2018-09-04 10:37:29,799 - 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 486577007 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.135498] pid_max: default: 32768 minimum: 301 [ 0.136405] ACPI: Core revision 20150930 [ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139094] Security Framework initialized [ 0.139906] Yama: becoming mindful. [ 0.140633] AppArmor: AppArmor initialized [ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146763] Initializing cgroup subsys io [ 0.147625] Initializing cgroup subsys memory [ 0.148494] Initializing cgroup subsys devices [ 0.149416] Initializing cgroup subsys freezer [ 0.150279] Initializing cgroup subsys net_cls [ 0.151136] Initializing cgroup subsys perf_event [ 0.152037] Initializing cgroup subsys net_prio [ 0.152934] Initializing cgroup subsys hugetlb [ 0.153813] Initializing cgroup subsys pids [ 0.154680] CPU: Physical Processor ID: 0 [ 0.156158] mce: CPU supports 10 MCE banks [ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175271] ftrace: allocating 31920 entries in 125 pages [ 0.201231] smpboot: Max logical packages: 1 [ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203444] x2apic enabled [ 0.204238] Switched APIC routing to physical x2apic. [ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210903] KVM setup paravirtual spinlock [ 0.212210] x86: Booted up 1 node, 1 CPUs [ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214392] devtmpfs: initialized [ 0.216075] evm: security.selinux [ 0.216769] evm: security.SMACK64 [ 0.217486] evm: security.SMACK64EXEC [ 0.218224] evm: security.SMACK64TRANSMUTE [ 0.219024] evm: security.SMACK64MMAP [ 0.219762] evm: security.ima [ 0.220407] evm: security.capability [ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223045] pinctrl core: initialized pinctrl subsystem [ 0.224141] RTC time: 10:37:24, date: 09/04/18 [ 0.225083] NET: Registered protocol family 16 [ 0.226046] cpuidle: using governor ladder [ 0.226851] cpuidle: using governor menu [ 0.227662] PCCT header not found. [ 0.228448] ACPI: bus type PCI registered [ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230485] PCI: Using configuration type 1 for base access [ 0.232215] ACPI: Added _OSI(Module Device) [ 0.233053] ACPI: Added _OSI(Processor Device) [ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234798] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236926] ACPI: Interpreter enabled [ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245076] ACPI: (supports S0 S5) [ 0.245775] ACPI: Using IOAPIC for interrupt routing [ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255787] acpiphp: Slot [3] registered [ 0.256599] acpiphp: Slot [4] registered [ 0.257471] acpiphp: Slot [5] registered [ 0.258310] acpiphp: Slot [6] registered [ 0.259095] acpiphp: Slot [7] registered [ 0.259885] acpiphp: Slot [8] registered [ 0.260677] acpiphp: Slot [9] registered [ 0.261467] acpiphp: Slot [10] registered [ 0.262287] acpiphp: Slot [11] registered [ 0.263116] acpiphp: Slot [12] registered [ 0.263933] acpiphp: Slot [13] registered [ 0.264733] acpiphp: Slot [14] registered [ 0.265542] acpiphp: Slot [15] registered [ 0.276353] acpiphp: Slot [16] registered [ 0.277164] acpiphp: Slot [17] registered [ 0.277995] acpiphp: Slot [18] registered [ 0.278826] acpiphp: Slot [19] registered [ 0.279628] acpiphp: Slot [20] registered [ 0.280438] acpiphp: Slot [21] registered [ 0.281244] acpiphp: Slot [22] registered [ 0.282049] acpiphp: Slot [23] registered [ 0.282850] acpiphp: Slot [24] registered [ 0.283651] acpiphp: Slot [25] registered [ 0.284466] acpiphp: Slot [26] registered [ 0.285269] acpiphp: Slot [27] registered [ 0.286074] acpiphp: Slot [28] registered [ 0.286874] acpiphp: Slot [29] registered [ 0.287689] acpiphp: Slot [30] registered [ 0.288519] acpiphp: Slot [31] registered [ 0.289321] PCI host bridge to bus 0000:00 [ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370021] vgaarb: loaded [ 0.370614] vgaarb: bridge control possible 0000:00:02.0 [ 0.371745] SCSI subsystem initialized [ 0.372562] ACPI: bus type USB registered [ 0.373399] usbcore: registered new interface driver usbfs [ 0.374457] usbcore: registered new interface driver hub [ 0.375483] usbcore: registered new device driver usb [ 0.376581] PCI: Using ACPI for IRQ routing [ 0.377625] NetLabel: Initializing [ 0.378366] NetLabel: domain hash size = 128 [ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380207] NetLabel: unlabeled traffic allowed by default [ 0.381348] clocksource: Switched to clocksource kvm-clock [ 0.386844] AppArmor: AppArmor Filesystem Enabled [ 0.387816] pnp: PnP ACPI init [ 0.388720] pnp: PnP ACPI: found 5 devices [ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396824] NET: Registered protocol family 2 [ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400307] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403822] NET: Registered protocol family 1 [ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435077] Trying to unpack rootfs image as initramfs... [ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498763] Scanning for low memory corruption every 60 seconds [ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501334] audit: initializing netlink subsys (disabled) [ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized [ 0.503693] Initialise system trusted keyring [ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507796] zbud: loaded [ 0.508502] VFS: Disk quotas dquot_6.6.0 [ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510872] fuse init (API version 7.23) [ 0.511794] Key type big_key registered [ 0.512594] Allocating IMA MOK and blacklist keyrings. [ 0.513701] Key type asymmetric registered [ 0.514529] Asymmetric key parser 'x509' registered [ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517323] io scheduler noop registered [ 0.518133] io scheduler deadline registered (default) [ 0.519134] io scheduler cfq registered [ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523791] ACPI: Power Button [PWRF] [ 0.524616] GHES: HEST is not enabled! [ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.595962] Linux agpgart interface v0.103 [ 0.598048] brd: module loaded [ 0.599246] loop: module loaded [ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605609] GPT:90111 != 2097151 [ 0.606307] GPT:Alternate GPT header not at the end of the disk. [ 0.607422] GPT:90111 != 2097151 [ 0.608117] GPT: Use GNU Parted to correct GPT errors. [ 0.609104] vda: vda1 vda15 [ 0.610880] scsi host0: ata_piix [ 0.611632] scsi host1: ata_piix [ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.615060] libphy: Fixed MDIO Bus: probed [ 0.615888] tun: Universal TUN/TAP device driver, 1.6 [ 0.616857] tun: (C) 1999-2004 Max Krasnyansky [ 0.619153] PPP generic driver version 2.4.2 [ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621384] ehci-pci: EHCI PCI platform driver [ 0.622251] ehci-platform: EHCI generic platform driver [ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624352] ohci-pci: OHCI PCI platform driver [ 0.625212] ohci-platform: OHCI generic platform driver [ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647888] usb usb1: Product: UHCI Host Controller [ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649951] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650958] hub 1-0:1.0: USB hub found [ 0.651739] hub 1-0:1.0: 2 ports detected [ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656769] mousedev: PS/2 mouse device common for all mice [ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659855] rtc_cmos 00:00: RTC can wake from S4 [ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663328] i2c /dev entries driver [ 0.664072] device-mapper: uevent: version 1.0.3 [ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667885] NET: Registered protocol family 10 [ 0.668870] NET: Registered protocol family 17 [ 0.669763] Key type dns_resolver registered [ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673510] registered taskstats version 1 [ 0.674336] Loading compiled-in X.509 certificates [ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677601] zswap: loaded using pool lzo/zbud [ 0.678949] Key type trusted registered [ 0.680495] Key type encrypted registered [ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682371] ima: No TPM chip found, activating TPM-bypass! [ 0.683415] evm: HMAC attrs: 0x1 [ 0.684351] Magic number: 2:957:627 [ 0.685111] block vda15: hash matches [ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445) [ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688641] EDD information not available. [ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786429] Write protecting the kernel read-only data: 14336k [ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789887] 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.52 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.734314] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-09-04 10:37:30,802 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.209: timed out 2018-09-04 10:37:40,938 - 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 486577007 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.135498] pid_max: default: 32768 minimum: 301 [ 0.136405] ACPI: Core revision 20150930 [ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139094] Security Framework initialized [ 0.139906] Yama: becoming mindful. [ 0.140633] AppArmor: AppArmor initialized [ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146763] Initializing cgroup subsys io [ 0.147625] Initializing cgroup subsys memory [ 0.148494] Initializing cgroup subsys devices [ 0.149416] Initializing cgroup subsys freezer [ 0.150279] Initializing cgroup subsys net_cls [ 0.151136] Initializing cgroup subsys perf_event [ 0.152037] Initializing cgroup subsys net_prio [ 0.152934] Initializing cgroup subsys hugetlb [ 0.153813] Initializing cgroup subsys pids [ 0.154680] CPU: Physical Processor ID: 0 [ 0.156158] mce: CPU supports 10 MCE banks [ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175271] ftrace: allocating 31920 entries in 125 pages [ 0.201231] smpboot: Max logical packages: 1 [ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203444] x2apic enabled [ 0.204238] Switched APIC routing to physical x2apic. [ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210903] KVM setup paravirtual spinlock [ 0.212210] x86: Booted up 1 node, 1 CPUs [ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214392] devtmpfs: initialized [ 0.216075] evm: security.selinux [ 0.216769] evm: security.SMACK64 [ 0.217486] evm: security.SMACK64EXEC [ 0.218224] evm: security.SMACK64TRANSMUTE [ 0.219024] evm: security.SMACK64MMAP [ 0.219762] evm: security.ima [ 0.220407] evm: security.capability [ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223045] pinctrl core: initialized pinctrl subsystem [ 0.224141] RTC time: 10:37:24, date: 09/04/18 [ 0.225083] NET: Registered protocol family 16 [ 0.226046] cpuidle: using governor ladder [ 0.226851] cpuidle: using governor menu [ 0.227662] PCCT header not found. [ 0.228448] ACPI: bus type PCI registered [ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230485] PCI: Using configuration type 1 for base access [ 0.232215] ACPI: Added _OSI(Module Device) [ 0.233053] ACPI: Added _OSI(Processor Device) [ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234798] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236926] ACPI: Interpreter enabled [ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245076] ACPI: (supports S0 S5) [ 0.245775] ACPI: Using IOAPIC for interrupt routing [ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255787] acpiphp: Slot [3] registered [ 0.256599] acpiphp: Slot [4] registered [ 0.257471] acpiphp: Slot [5] registered [ 0.258310] acpiphp: Slot [6] registered [ 0.259095] acpiphp: Slot [7] registered [ 0.259885] acpiphp: Slot [8] registered [ 0.260677] acpiphp: Slot [9] registered [ 0.261467] acpiphp: Slot [10] registered [ 0.262287] acpiphp: Slot [11] registered [ 0.263116] acpiphp: Slot [12] registered [ 0.263933] acpiphp: Slot [13] registered [ 0.264733] acpiphp: Slot [14] registered [ 0.265542] acpiphp: Slot [15] registered [ 0.276353] acpiphp: Slot [16] registered [ 0.277164] acpiphp: Slot [17] registered [ 0.277995] acpiphp: Slot [18] registered [ 0.278826] acpiphp: Slot [19] registered [ 0.279628] acpiphp: Slot [20] registered [ 0.280438] acpiphp: Slot [21] registered [ 0.281244] acpiphp: Slot [22] registered [ 0.282049] acpiphp: Slot [23] registered [ 0.282850] acpiphp: Slot [24] registered [ 0.283651] acpiphp: Slot [25] registered [ 0.284466] acpiphp: Slot [26] registered [ 0.285269] acpiphp: Slot [27] registered [ 0.286074] acpiphp: Slot [28] registered [ 0.286874] acpiphp: Slot [29] registered [ 0.287689] acpiphp: Slot [30] registered [ 0.288519] acpiphp: Slot [31] registered [ 0.289321] PCI host bridge to bus 0000:00 [ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370021] vgaarb: loaded [ 0.370614] vgaarb: bridge control possible 0000:00:02.0 [ 0.371745] SCSI subsystem initialized [ 0.372562] ACPI: bus type USB registered [ 0.373399] usbcore: registered new interface driver usbfs [ 0.374457] usbcore: registered new interface driver hub [ 0.375483] usbcore: registered new device driver usb [ 0.376581] PCI: Using ACPI for IRQ routing [ 0.377625] NetLabel: Initializing [ 0.378366] NetLabel: domain hash size = 128 [ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380207] NetLabel: unlabeled traffic allowed by default [ 0.381348] clocksource: Switched to clocksource kvm-clock [ 0.386844] AppArmor: AppArmor Filesystem Enabled [ 0.387816] pnp: PnP ACPI init [ 0.388720] pnp: PnP ACPI: found 5 devices [ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396824] NET: Registered protocol family 2 [ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400307] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403822] NET: Registered protocol family 1 [ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435077] Trying to unpack rootfs image as initramfs... [ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498763] Scanning for low memory corruption every 60 seconds [ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501334] audit: initializing netlink subsys (disabled) [ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized [ 0.503693] Initialise system trusted keyring [ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507796] zbud: loaded [ 0.508502] VFS: Disk quotas dquot_6.6.0 [ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510872] fuse init (API version 7.23) [ 0.511794] Key type big_key registered [ 0.512594] Allocating IMA MOK and blacklist keyrings. [ 0.513701] Key type asymmetric registered [ 0.514529] Asymmetric key parser 'x509' registered [ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517323] io scheduler noop registered [ 0.518133] io scheduler deadline registered (default) [ 0.519134] io scheduler cfq registered [ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523791] ACPI: Power Button [PWRF] [ 0.524616] GHES: HEST is not enabled! [ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.595962] Linux agpgart interface v0.103 [ 0.598048] brd: module loaded [ 0.599246] loop: module loaded [ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605609] GPT:90111 != 2097151 [ 0.606307] GPT:Alternate GPT header not at the end of the disk. [ 0.607422] GPT:90111 != 2097151 [ 0.608117] GPT: Use GNU Parted to correct GPT errors. [ 0.609104] vda: vda1 vda15 [ 0.610880] scsi host0: ata_piix [ 0.611632] scsi host1: ata_piix [ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.615060] libphy: Fixed MDIO Bus: probed [ 0.615888] tun: Universal TUN/TAP device driver, 1.6 [ 0.616857] tun: (C) 1999-2004 Max Krasnyansky [ 0.619153] PPP generic driver version 2.4.2 [ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621384] ehci-pci: EHCI PCI platform driver [ 0.622251] ehci-platform: EHCI generic platform driver [ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624352] ohci-pci: OHCI PCI platform driver [ 0.625212] ohci-platform: OHCI generic platform driver [ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647888] usb usb1: Product: UHCI Host Controller [ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649951] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650958] hub 1-0:1.0: USB hub found [ 0.651739] hub 1-0:1.0: 2 ports detected [ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656769] mousedev: PS/2 mouse device common for all mice [ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659855] rtc_cmos 00:00: RTC can wake from S4 [ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663328] i2c /dev entries driver [ 0.664072] device-mapper: uevent: version 1.0.3 [ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667885] NET: Registered protocol family 10 [ 0.668870] NET: Registered protocol family 17 [ 0.669763] Key type dns_resolver registered [ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673510] registered taskstats version 1 [ 0.674336] Loading compiled-in X.509 certificates [ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677601] zswap: loaded using pool lzo/zbud [ 0.678949] Key type trusted registered [ 0.680495] Key type encrypted registered [ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682371] ima: No TPM chip found, activating TPM-bypass! [ 0.683415] evm: HMAC attrs: 0x1 [ 0.684351] Magic number: 2:957:627 [ 0.685111] block vda15: hash matches [ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445) [ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688641] EDD information not available. [ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786429] Write protecting the kernel read-only data: 14336k [ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789887] 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.52 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.734314] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-09-04 10:37:41,940 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.209: timed out 2018-09-04 10:37:52,072 - 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 486577007 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.135498] pid_max: default: 32768 minimum: 301 [ 0.136405] ACPI: Core revision 20150930 [ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139094] Security Framework initialized [ 0.139906] Yama: becoming mindful. [ 0.140633] AppArmor: AppArmor initialized [ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146763] Initializing cgroup subsys io [ 0.147625] Initializing cgroup subsys memory [ 0.148494] Initializing cgroup subsys devices [ 0.149416] Initializing cgroup subsys freezer [ 0.150279] Initializing cgroup subsys net_cls [ 0.151136] Initializing cgroup subsys perf_event [ 0.152037] Initializing cgroup subsys net_prio [ 0.152934] Initializing cgroup subsys hugetlb [ 0.153813] Initializing cgroup subsys pids [ 0.154680] CPU: Physical Processor ID: 0 [ 0.156158] mce: CPU supports 10 MCE banks [ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175271] ftrace: allocating 31920 entries in 125 pages [ 0.201231] smpboot: Max logical packages: 1 [ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203444] x2apic enabled [ 0.204238] Switched APIC routing to physical x2apic. [ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210903] KVM setup paravirtual spinlock [ 0.212210] x86: Booted up 1 node, 1 CPUs [ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214392] devtmpfs: initialized [ 0.216075] evm: security.selinux [ 0.216769] evm: security.SMACK64 [ 0.217486] evm: security.SMACK64EXEC [ 0.218224] evm: security.SMACK64TRANSMUTE [ 0.219024] evm: security.SMACK64MMAP [ 0.219762] evm: security.ima [ 0.220407] evm: security.capability [ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223045] pinctrl core: initialized pinctrl subsystem [ 0.224141] RTC time: 10:37:24, date: 09/04/18 [ 0.225083] NET: Registered protocol family 16 [ 0.226046] cpuidle: using governor ladder [ 0.226851] cpuidle: using governor menu [ 0.227662] PCCT header not found. [ 0.228448] ACPI: bus type PCI registered [ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230485] PCI: Using configuration type 1 for base access [ 0.232215] ACPI: Added _OSI(Module Device) [ 0.233053] ACPI: Added _OSI(Processor Device) [ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234798] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236926] ACPI: Interpreter enabled [ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245076] ACPI: (supports S0 S5) [ 0.245775] ACPI: Using IOAPIC for interrupt routing [ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255787] acpiphp: Slot [3] registered [ 0.256599] acpiphp: Slot [4] registered [ 0.257471] acpiphp: Slot [5] registered [ 0.258310] acpiphp: Slot [6] registered [ 0.259095] acpiphp: Slot [7] registered [ 0.259885] acpiphp: Slot [8] registered [ 0.260677] acpiphp: Slot [9] registered [ 0.261467] acpiphp: Slot [10] registered [ 0.262287] acpiphp: Slot [11] registered [ 0.263116] acpiphp: Slot [12] registered [ 0.263933] acpiphp: Slot [13] registered [ 0.264733] acpiphp: Slot [14] registered [ 0.265542] acpiphp: Slot [15] registered [ 0.276353] acpiphp: Slot [16] registered [ 0.277164] acpiphp: Slot [17] registered [ 0.277995] acpiphp: Slot [18] registered [ 0.278826] acpiphp: Slot [19] registered [ 0.279628] acpiphp: Slot [20] registered [ 0.280438] acpiphp: Slot [21] registered [ 0.281244] acpiphp: Slot [22] registered [ 0.282049] acpiphp: Slot [23] registered [ 0.282850] acpiphp: Slot [24] registered [ 0.283651] acpiphp: Slot [25] registered [ 0.284466] acpiphp: Slot [26] registered [ 0.285269] acpiphp: Slot [27] registered [ 0.286074] acpiphp: Slot [28] registered [ 0.286874] acpiphp: Slot [29] registered [ 0.287689] acpiphp: Slot [30] registered [ 0.288519] acpiphp: Slot [31] registered [ 0.289321] PCI host bridge to bus 0000:00 [ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370021] vgaarb: loaded [ 0.370614] vgaarb: bridge control possible 0000:00:02.0 [ 0.371745] SCSI subsystem initialized [ 0.372562] ACPI: bus type USB registered [ 0.373399] usbcore: registered new interface driver usbfs [ 0.374457] usbcore: registered new interface driver hub [ 0.375483] usbcore: registered new device driver usb [ 0.376581] PCI: Using ACPI for IRQ routing [ 0.377625] NetLabel: Initializing [ 0.378366] NetLabel: domain hash size = 128 [ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380207] NetLabel: unlabeled traffic allowed by default [ 0.381348] clocksource: Switched to clocksource kvm-clock [ 0.386844] AppArmor: AppArmor Filesystem Enabled [ 0.387816] pnp: PnP ACPI init [ 0.388720] pnp: PnP ACPI: found 5 devices [ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396824] NET: Registered protocol family 2 [ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400307] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403822] NET: Registered protocol family 1 [ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435077] Trying to unpack rootfs image as initramfs... [ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498763] Scanning for low memory corruption every 60 seconds [ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501334] audit: initializing netlink subsys (disabled) [ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized [ 0.503693] Initialise system trusted keyring [ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507796] zbud: loaded [ 0.508502] VFS: Disk quotas dquot_6.6.0 [ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510872] fuse init (API version 7.23) [ 0.511794] Key type big_key registered [ 0.512594] Allocating IMA MOK and blacklist keyrings. [ 0.513701] Key type asymmetric registered [ 0.514529] Asymmetric key parser 'x509' registered [ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517323] io scheduler noop registered [ 0.518133] io scheduler deadline registered (default) [ 0.519134] io scheduler cfq registered [ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523791] ACPI: Power Button [PWRF] [ 0.524616] GHES: HEST is not enabled! [ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.595962] Linux agpgart interface v0.103 [ 0.598048] brd: module loaded [ 0.599246] loop: module loaded [ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605609] GPT:90111 != 2097151 [ 0.606307] GPT:Alternate GPT header not at the end of the disk. [ 0.607422] GPT:90111 != 2097151 [ 0.608117] GPT: Use GNU Parted to correct GPT errors. [ 0.609104] vda: vda1 vda15 [ 0.610880] scsi host0: ata_piix [ 0.611632] scsi host1: ata_piix [ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.615060] libphy: Fixed MDIO Bus: probed [ 0.615888] tun: Universal TUN/TAP device driver, 1.6 [ 0.616857] tun: (C) 1999-2004 Max Krasnyansky [ 0.619153] PPP generic driver version 2.4.2 [ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621384] ehci-pci: EHCI PCI platform driver [ 0.622251] ehci-platform: EHCI generic platform driver [ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624352] ohci-pci: OHCI PCI platform driver [ 0.625212] ohci-platform: OHCI generic platform driver [ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647888] usb usb1: Product: UHCI Host Controller [ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649951] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650958] hub 1-0:1.0: USB hub found [ 0.651739] hub 1-0:1.0: 2 ports detected [ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656769] mousedev: PS/2 mouse device common for all mice [ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659855] rtc_cmos 00:00: RTC can wake from S4 [ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663328] i2c /dev entries driver [ 0.664072] device-mapper: uevent: version 1.0.3 [ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667885] NET: Registered protocol family 10 [ 0.668870] NET: Registered protocol family 17 [ 0.669763] Key type dns_resolver registered [ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673510] registered taskstats version 1 [ 0.674336] Loading compiled-in X.509 certificates [ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677601] zswap: loaded using pool lzo/zbud [ 0.678949] Key type trusted registered [ 0.680495] Key type encrypted registered [ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682371] ima: No TPM chip found, activating TPM-bypass! [ 0.683415] evm: HMAC attrs: 0x1 [ 0.684351] Magic number: 2:957:627 [ 0.685111] block vda15: hash matches [ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445) [ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688641] EDD information not available. [ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786429] Write protecting the kernel read-only data: 14336k [ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789887] 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.52 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.734314] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-09-04 10:37:53,075 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.209: timed out 2018-09-04 10:38:03,206 - 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 486577007 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.135498] pid_max: default: 32768 minimum: 301 [ 0.136405] ACPI: Core revision 20150930 [ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139094] Security Framework initialized [ 0.139906] Yama: becoming mindful. [ 0.140633] AppArmor: AppArmor initialized [ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146763] Initializing cgroup subsys io [ 0.147625] Initializing cgroup subsys memory [ 0.148494] Initializing cgroup subsys devices [ 0.149416] Initializing cgroup subsys freezer [ 0.150279] Initializing cgroup subsys net_cls [ 0.151136] Initializing cgroup subsys perf_event [ 0.152037] Initializing cgroup subsys net_prio [ 0.152934] Initializing cgroup subsys hugetlb [ 0.153813] Initializing cgroup subsys pids [ 0.154680] CPU: Physical Processor ID: 0 [ 0.156158] mce: CPU supports 10 MCE banks [ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175271] ftrace: allocating 31920 entries in 125 pages [ 0.201231] smpboot: Max logical packages: 1 [ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203444] x2apic enabled [ 0.204238] Switched APIC routing to physical x2apic. [ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210903] KVM setup paravirtual spinlock [ 0.212210] x86: Booted up 1 node, 1 CPUs [ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214392] devtmpfs: initialized [ 0.216075] evm: security.selinux [ 0.216769] evm: security.SMACK64 [ 0.217486] evm: security.SMACK64EXEC [ 0.218224] evm: security.SMACK64TRANSMUTE [ 0.219024] evm: security.SMACK64MMAP [ 0.219762] evm: security.ima [ 0.220407] evm: security.capability [ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223045] pinctrl core: initialized pinctrl subsystem [ 0.224141] RTC time: 10:37:24, date: 09/04/18 [ 0.225083] NET: Registered protocol family 16 [ 0.226046] cpuidle: using governor ladder [ 0.226851] cpuidle: using governor menu [ 0.227662] PCCT header not found. [ 0.228448] ACPI: bus type PCI registered [ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230485] PCI: Using configuration type 1 for base access [ 0.232215] ACPI: Added _OSI(Module Device) [ 0.233053] ACPI: Added _OSI(Processor Device) [ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234798] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236926] ACPI: Interpreter enabled [ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245076] ACPI: (supports S0 S5) [ 0.245775] ACPI: Using IOAPIC for interrupt routing [ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255787] acpiphp: Slot [3] registered [ 0.256599] acpiphp: Slot [4] registered [ 0.257471] acpiphp: Slot [5] registered [ 0.258310] acpiphp: Slot [6] registered [ 0.259095] acpiphp: Slot [7] registered [ 0.259885] acpiphp: Slot [8] registered [ 0.260677] acpiphp: Slot [9] registered [ 0.261467] acpiphp: Slot [10] registered [ 0.262287] acpiphp: Slot [11] registered [ 0.263116] acpiphp: Slot [12] registered [ 0.263933] acpiphp: Slot [13] registered [ 0.264733] acpiphp: Slot [14] registered [ 0.265542] acpiphp: Slot [15] registered [ 0.276353] acpiphp: Slot [16] registered [ 0.277164] acpiphp: Slot [17] registered [ 0.277995] acpiphp: Slot [18] registered [ 0.278826] acpiphp: Slot [19] registered [ 0.279628] acpiphp: Slot [20] registered [ 0.280438] acpiphp: Slot [21] registered [ 0.281244] acpiphp: Slot [22] registered [ 0.282049] acpiphp: Slot [23] registered [ 0.282850] acpiphp: Slot [24] registered [ 0.283651] acpiphp: Slot [25] registered [ 0.284466] acpiphp: Slot [26] registered [ 0.285269] acpiphp: Slot [27] registered [ 0.286074] acpiphp: Slot [28] registered [ 0.286874] acpiphp: Slot [29] registered [ 0.287689] acpiphp: Slot [30] registered [ 0.288519] acpiphp: Slot [31] registered [ 0.289321] PCI host bridge to bus 0000:00 [ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370021] vgaarb: loaded [ 0.370614] vgaarb: bridge control possible 0000:00:02.0 [ 0.371745] SCSI subsystem initialized [ 0.372562] ACPI: bus type USB registered [ 0.373399] usbcore: registered new interface driver usbfs [ 0.374457] usbcore: registered new interface driver hub [ 0.375483] usbcore: registered new device driver usb [ 0.376581] PCI: Using ACPI for IRQ routing [ 0.377625] NetLabel: Initializing [ 0.378366] NetLabel: domain hash size = 128 [ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380207] NetLabel: unlabeled traffic allowed by default [ 0.381348] clocksource: Switched to clocksource kvm-clock [ 0.386844] AppArmor: AppArmor Filesystem Enabled [ 0.387816] pnp: PnP ACPI init [ 0.388720] pnp: PnP ACPI: found 5 devices [ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396824] NET: Registered protocol family 2 [ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400307] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403822] NET: Registered protocol family 1 [ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435077] Trying to unpack rootfs image as initramfs... [ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498763] Scanning for low memory corruption every 60 seconds [ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501334] audit: initializing netlink subsys (disabled) [ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized [ 0.503693] Initialise system trusted keyring [ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507796] zbud: loaded [ 0.508502] VFS: Disk quotas dquot_6.6.0 [ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510872] fuse init (API version 7.23) [ 0.511794] Key type big_key registered [ 0.512594] Allocating IMA MOK and blacklist keyrings. [ 0.513701] Key type asymmetric registered [ 0.514529] Asymmetric key parser 'x509' registered [ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517323] io scheduler noop registered [ 0.518133] io scheduler deadline registered (default) [ 0.519134] io scheduler cfq registered [ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523791] ACPI: Power Button [PWRF] [ 0.524616] GHES: HEST is not enabled! [ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.595962] Linux agpgart interface v0.103 [ 0.598048] brd: module loaded [ 0.599246] loop: module loaded [ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605609] GPT:90111 != 2097151 [ 0.606307] GPT:Alternate GPT header not at the end of the disk. [ 0.607422] GPT:90111 != 2097151 [ 0.608117] GPT: Use GNU Parted to correct GPT errors. [ 0.609104] vda: vda1 vda15 [ 0.610880] scsi host0: ata_piix [ 0.611632] scsi host1: ata_piix [ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.615060] libphy: Fixed MDIO Bus: probed [ 0.615888] tun: Universal TUN/TAP device driver, 1.6 [ 0.616857] tun: (C) 1999-2004 Max Krasnyansky [ 0.619153] PPP generic driver version 2.4.2 [ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621384] ehci-pci: EHCI PCI platform driver [ 0.622251] ehci-platform: EHCI generic platform driver [ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624352] ohci-pci: OHCI PCI platform driver [ 0.625212] ohci-platform: OHCI generic platform driver [ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647888] usb usb1: Product: UHCI Host Controller [ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649951] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650958] hub 1-0:1.0: USB hub found [ 0.651739] hub 1-0:1.0: 2 ports detected [ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656769] mousedev: PS/2 mouse device common for all mice [ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659855] rtc_cmos 00:00: RTC can wake from S4 [ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663328] i2c /dev entries driver [ 0.664072] device-mapper: uevent: version 1.0.3 [ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667885] NET: Registered protocol family 10 [ 0.668870] NET: Registered protocol family 17 [ 0.669763] Key type dns_resolver registered [ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673510] registered taskstats version 1 [ 0.674336] Loading compiled-in X.509 certificates [ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677601] zswap: loaded using pool lzo/zbud [ 0.678949] Key type trusted registered [ 0.680495] Key type encrypted registered [ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682371] ima: No TPM chip found, activating TPM-bypass! [ 0.683415] evm: HMAC attrs: 0x1 [ 0.684351] Magic number: 2:957:627 [ 0.685111] block vda15: hash matches [ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445) [ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688641] EDD information not available. [ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786429] Write protecting the kernel read-only data: 14336k [ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789887] 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.52 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.734314] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-09-04 10:38:04,208 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.209: timed out 2018-09-04 10:38:14,326 - 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 486577007 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.135498] pid_max: default: 32768 minimum: 301 [ 0.136405] ACPI: Core revision 20150930 [ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139094] Security Framework initialized [ 0.139906] Yama: becoming mindful. [ 0.140633] AppArmor: AppArmor initialized [ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146763] Initializing cgroup subsys io [ 0.147625] Initializing cgroup subsys memory [ 0.148494] Initializing cgroup subsys devices [ 0.149416] Initializing cgroup subsys freezer [ 0.150279] Initializing cgroup subsys net_cls [ 0.151136] Initializing cgroup subsys perf_event [ 0.152037] Initializing cgroup subsys net_prio [ 0.152934] Initializing cgroup subsys hugetlb [ 0.153813] Initializing cgroup subsys pids [ 0.154680] CPU: Physical Processor ID: 0 [ 0.156158] mce: CPU supports 10 MCE banks [ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175271] ftrace: allocating 31920 entries in 125 pages [ 0.201231] smpboot: Max logical packages: 1 [ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203444] x2apic enabled [ 0.204238] Switched APIC routing to physical x2apic. [ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210903] KVM setup paravirtual spinlock [ 0.212210] x86: Booted up 1 node, 1 CPUs [ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214392] devtmpfs: initialized [ 0.216075] evm: security.selinux [ 0.216769] evm: security.SMACK64 [ 0.217486] evm: security.SMACK64EXEC [ 0.218224] evm: security.SMACK64TRANSMUTE [ 0.219024] evm: security.SMACK64MMAP [ 0.219762] evm: security.ima [ 0.220407] evm: security.capability [ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223045] pinctrl core: initialized pinctrl subsystem [ 0.224141] RTC time: 10:37:24, date: 09/04/18 [ 0.225083] NET: Registered protocol family 16 [ 0.226046] cpuidle: using governor ladder [ 0.226851] cpuidle: using governor menu [ 0.227662] PCCT header not found. [ 0.228448] ACPI: bus type PCI registered [ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230485] PCI: Using configuration type 1 for base access [ 0.232215] ACPI: Added _OSI(Module Device) [ 0.233053] ACPI: Added _OSI(Processor Device) [ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234798] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236926] ACPI: Interpreter enabled [ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245076] ACPI: (supports S0 S5) [ 0.245775] ACPI: Using IOAPIC for interrupt routing [ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255787] acpiphp: Slot [3] registered [ 0.256599] acpiphp: Slot [4] registered [ 0.257471] acpiphp: Slot [5] registered [ 0.258310] acpiphp: Slot [6] registered [ 0.259095] acpiphp: Slot [7] registered [ 0.259885] acpiphp: Slot [8] registered [ 0.260677] acpiphp: Slot [9] registered [ 0.261467] acpiphp: Slot [10] registered [ 0.262287] acpiphp: Slot [11] registered [ 0.263116] acpiphp: Slot [12] registered [ 0.263933] acpiphp: Slot [13] registered [ 0.264733] acpiphp: Slot [14] registered [ 0.265542] acpiphp: Slot [15] registered [ 0.276353] acpiphp: Slot [16] registered [ 0.277164] acpiphp: Slot [17] registered [ 0.277995] acpiphp: Slot [18] registered [ 0.278826] acpiphp: Slot [19] registered [ 0.279628] acpiphp: Slot [20] registered [ 0.280438] acpiphp: Slot [21] registered [ 0.281244] acpiphp: Slot [22] registered [ 0.282049] acpiphp: Slot [23] registered [ 0.282850] acpiphp: Slot [24] registered [ 0.283651] acpiphp: Slot [25] registered [ 0.284466] acpiphp: Slot [26] registered [ 0.285269] acpiphp: Slot [27] registered [ 0.286074] acpiphp: Slot [28] registered [ 0.286874] acpiphp: Slot [29] registered [ 0.287689] acpiphp: Slot [30] registered [ 0.288519] acpiphp: Slot [31] registered [ 0.289321] PCI host bridge to bus 0000:00 [ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370021] vgaarb: loaded [ 0.370614] vgaarb: bridge control possible 0000:00:02.0 [ 0.371745] SCSI subsystem initialized [ 0.372562] ACPI: bus type USB registered [ 0.373399] usbcore: registered new interface driver usbfs [ 0.374457] usbcore: registered new interface driver hub [ 0.375483] usbcore: registered new device driver usb [ 0.376581] PCI: Using ACPI for IRQ routing [ 0.377625] NetLabel: Initializing [ 0.378366] NetLabel: domain hash size = 128 [ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380207] NetLabel: unlabeled traffic allowed by default [ 0.381348] clocksource: Switched to clocksource kvm-clock [ 0.386844] AppArmor: AppArmor Filesystem Enabled [ 0.387816] pnp: PnP ACPI init [ 0.388720] pnp: PnP ACPI: found 5 devices [ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396824] NET: Registered protocol family 2 [ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400307] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403822] NET: Registered protocol family 1 [ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435077] Trying to unpack rootfs image as initramfs... [ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498763] Scanning for low memory corruption every 60 seconds [ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501334] audit: initializing netlink subsys (disabled) [ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized [ 0.503693] Initialise system trusted keyring [ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507796] zbud: loaded [ 0.508502] VFS: Disk quotas dquot_6.6.0 [ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510872] fuse init (API version 7.23) [ 0.511794] Key type big_key registered [ 0.512594] Allocating IMA MOK and blacklist keyrings. [ 0.513701] Key type asymmetric registered [ 0.514529] Asymmetric key parser 'x509' registered [ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517323] io scheduler noop registered [ 0.518133] io scheduler deadline registered (default) [ 0.519134] io scheduler cfq registered [ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523791] ACPI: Power Button [PWRF] [ 0.524616] GHES: HEST is not enabled! [ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.595962] Linux agpgart interface v0.103 [ 0.598048] brd: module loaded [ 0.599246] loop: module loaded [ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605609] GPT:90111 != 2097151 [ 0.606307] GPT:Alternate GPT header not at the end of the disk. [ 0.607422] GPT:90111 != 2097151 [ 0.608117] GPT: Use GNU Parted to correct GPT errors. [ 0.609104] vda: vda1 vda15 [ 0.610880] scsi host0: ata_piix [ 0.611632] scsi host1: ata_piix [ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.615060] libphy: Fixed MDIO Bus: probed [ 0.615888] tun: Universal TUN/TAP device driver, 1.6 [ 0.616857] tun: (C) 1999-2004 Max Krasnyansky [ 0.619153] PPP generic driver version 2.4.2 [ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621384] ehci-pci: EHCI PCI platform driver [ 0.622251] ehci-platform: EHCI generic platform driver [ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624352] ohci-pci: OHCI PCI platform driver [ 0.625212] ohci-platform: OHCI generic platform driver [ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647888] usb usb1: Product: UHCI Host Controller [ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649951] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650958] hub 1-0:1.0: USB hub found [ 0.651739] hub 1-0:1.0: 2 ports detected [ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656769] mousedev: PS/2 mouse device common for all mice [ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659855] rtc_cmos 00:00: RTC can wake from S4 [ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663328] i2c /dev entries driver [ 0.664072] device-mapper: uevent: version 1.0.3 [ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667885] NET: Registered protocol family 10 [ 0.668870] NET: Registered protocol family 17 [ 0.669763] Key type dns_resolver registered [ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673510] registered taskstats version 1 [ 0.674336] Loading compiled-in X.509 certificates [ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677601] zswap: loaded using pool lzo/zbud [ 0.678949] Key type trusted registered [ 0.680495] Key type encrypted registered [ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682371] ima: No TPM chip found, activating TPM-bypass! [ 0.683415] evm: HMAC attrs: 0x1 [ 0.684351] Magic number: 2:957:627 [ 0.685111] block vda15: hash matches [ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445) [ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688641] EDD information not available. [ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786429] Write protecting the kernel read-only data: 14336k [ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789887] 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.52 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.734314] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-09-04 10:38:15,329 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.209: timed out 2018-09-04 10:38:25,421 - 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 486577007 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.135498] pid_max: default: 32768 minimum: 301 [ 0.136405] ACPI: Core revision 20150930 [ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139094] Security Framework initialized [ 0.139906] Yama: becoming mindful. [ 0.140633] AppArmor: AppArmor initialized [ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146763] Initializing cgroup subsys io [ 0.147625] Initializing cgroup subsys memory [ 0.148494] Initializing cgroup subsys devices [ 0.149416] Initializing cgroup subsys freezer [ 0.150279] Initializing cgroup subsys net_cls [ 0.151136] Initializing cgroup subsys perf_event [ 0.152037] Initializing cgroup subsys net_prio [ 0.152934] Initializing cgroup subsys hugetlb [ 0.153813] Initializing cgroup subsys pids [ 0.154680] CPU: Physical Processor ID: 0 [ 0.156158] mce: CPU supports 10 MCE banks [ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175271] ftrace: allocating 31920 entries in 125 pages [ 0.201231] smpboot: Max logical packages: 1 [ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203444] x2apic enabled [ 0.204238] Switched APIC routing to physical x2apic. [ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210903] KVM setup paravirtual spinlock [ 0.212210] x86: Booted up 1 node, 1 CPUs [ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214392] devtmpfs: initialized [ 0.216075] evm: security.selinux [ 0.216769] evm: security.SMACK64 [ 0.217486] evm: security.SMACK64EXEC [ 0.218224] evm: security.SMACK64TRANSMUTE [ 0.219024] evm: security.SMACK64MMAP [ 0.219762] evm: security.ima [ 0.220407] evm: security.capability [ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223045] pinctrl core: initialized pinctrl subsystem [ 0.224141] RTC time: 10:37:24, date: 09/04/18 [ 0.225083] NET: Registered protocol family 16 [ 0.226046] cpuidle: using governor ladder [ 0.226851] cpuidle: using governor menu [ 0.227662] PCCT header not found. [ 0.228448] ACPI: bus type PCI registered [ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230485] PCI: Using configuration type 1 for base access [ 0.232215] ACPI: Added _OSI(Module Device) [ 0.233053] ACPI: Added _OSI(Processor Device) [ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234798] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236926] ACPI: Interpreter enabled [ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245076] ACPI: (supports S0 S5) [ 0.245775] ACPI: Using IOAPIC for interrupt routing [ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255787] acpiphp: Slot [3] registered [ 0.256599] acpiphp: Slot [4] registered [ 0.257471] acpiphp: Slot [5] registered [ 0.258310] acpiphp: Slot [6] registered [ 0.259095] acpiphp: Slot [7] registered [ 0.259885] acpiphp: Slot [8] registered [ 0.260677] acpiphp: Slot [9] registered [ 0.261467] acpiphp: Slot [10] registered [ 0.262287] acpiphp: Slot [11] registered [ 0.263116] acpiphp: Slot [12] registered [ 0.263933] acpiphp: Slot [13] registered [ 0.264733] acpiphp: Slot [14] registered [ 0.265542] acpiphp: Slot [15] registered [ 0.276353] acpiphp: Slot [16] registered [ 0.277164] acpiphp: Slot [17] registered [ 0.277995] acpiphp: Slot [18] registered [ 0.278826] acpiphp: Slot [19] registered [ 0.279628] acpiphp: Slot [20] registered [ 0.280438] acpiphp: Slot [21] registered [ 0.281244] acpiphp: Slot [22] registered [ 0.282049] acpiphp: Slot [23] registered [ 0.282850] acpiphp: Slot [24] registered [ 0.283651] acpiphp: Slot [25] registered [ 0.284466] acpiphp: Slot [26] registered [ 0.285269] acpiphp: Slot [27] registered [ 0.286074] acpiphp: Slot [28] registered [ 0.286874] acpiphp: Slot [29] registered [ 0.287689] acpiphp: Slot [30] registered [ 0.288519] acpiphp: Slot [31] registered [ 0.289321] PCI host bridge to bus 0000:00 [ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370021] vgaarb: loaded [ 0.370614] vgaarb: bridge control possible 0000:00:02.0 [ 0.371745] SCSI subsystem initialized [ 0.372562] ACPI: bus type USB registered [ 0.373399] usbcore: registered new interface driver usbfs [ 0.374457] usbcore: registered new interface driver hub [ 0.375483] usbcore: registered new device driver usb [ 0.376581] PCI: Using ACPI for IRQ routing [ 0.377625] NetLabel: Initializing [ 0.378366] NetLabel: domain hash size = 128 [ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380207] NetLabel: unlabeled traffic allowed by default [ 0.381348] clocksource: Switched to clocksource kvm-clock [ 0.386844] AppArmor: AppArmor Filesystem Enabled [ 0.387816] pnp: PnP ACPI init [ 0.388720] pnp: PnP ACPI: found 5 devices [ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396824] NET: Registered protocol family 2 [ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400307] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403822] NET: Registered protocol family 1 [ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435077] Trying to unpack rootfs image as initramfs... [ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498763] Scanning for low memory corruption every 60 seconds [ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501334] audit: initializing netlink subsys (disabled) [ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized [ 0.503693] Initialise system trusted keyring [ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507796] zbud: loaded [ 0.508502] VFS: Disk quotas dquot_6.6.0 [ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510872] fuse init (API version 7.23) [ 0.511794] Key type big_key registered [ 0.512594] Allocating IMA MOK and blacklist keyrings. [ 0.513701] Key type asymmetric registered [ 0.514529] Asymmetric key parser 'x509' registered [ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517323] io scheduler noop registered [ 0.518133] io scheduler deadline registered (default) [ 0.519134] io scheduler cfq registered [ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523791] ACPI: Power Button [PWRF] [ 0.524616] GHES: HEST is not enabled! [ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.595962] Linux agpgart interface v0.103 [ 0.598048] brd: module loaded [ 0.599246] loop: module loaded [ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605609] GPT:90111 != 2097151 [ 0.606307] GPT:Alternate GPT header not at the end of the disk. [ 0.607422] GPT:90111 != 2097151 [ 0.608117] GPT: Use GNU Parted to correct GPT errors. [ 0.609104] vda: vda1 vda15 [ 0.610880] scsi host0: ata_piix [ 0.611632] scsi host1: ata_piix [ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.615060] libphy: Fixed MDIO Bus: probed [ 0.615888] tun: Universal TUN/TAP device driver, 1.6 [ 0.616857] tun: (C) 1999-2004 Max Krasnyansky [ 0.619153] PPP generic driver version 2.4.2 [ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621384] ehci-pci: EHCI PCI platform driver [ 0.622251] ehci-platform: EHCI generic platform driver [ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624352] ohci-pci: OHCI PCI platform driver [ 0.625212] ohci-platform: OHCI generic platform driver [ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647888] usb usb1: Product: UHCI Host Controller [ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649951] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650958] hub 1-0:1.0: USB hub found [ 0.651739] hub 1-0:1.0: 2 ports detected [ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656769] mousedev: PS/2 mouse device common for all mice [ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659855] rtc_cmos 00:00: RTC can wake from S4 [ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663328] i2c /dev entries driver [ 0.664072] device-mapper: uevent: version 1.0.3 [ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667885] NET: Registered protocol family 10 [ 0.668870] NET: Registered protocol family 17 [ 0.669763] Key type dns_resolver registered [ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673510] registered taskstats version 1 [ 0.674336] Loading compiled-in X.509 certificates [ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677601] zswap: loaded using pool lzo/zbud [ 0.678949] Key type trusted registered [ 0.680495] Key type encrypted registered [ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682371] ima: No TPM chip found, activating TPM-bypass! [ 0.683415] evm: HMAC attrs: 0x1 [ 0.684351] Magic number: 2:957:627 [ 0.685111] block vda15: hash matches [ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445) [ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688641] EDD information not available. [ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786429] Write protecting the kernel read-only data: 14336k [ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789887] 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.52 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.734314] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-09-04 10:38:26,423 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.209: timed out 2018-09-04 10:38:35,433 - functest.core.singlevm - ERROR - cannot connect to 172.30.9.209 2018-09-04 10:38:35,433 - 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-09-04 10:38:35,552 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 10:38:35,552 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:43 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-04 10:38:51,793 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-09-04 10:38:51,843 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-09-04 10:38:52,711 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007', 'id': u'dd849fe9e11c435393e8fa6b997c6f1a', '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-09-04 10:38:53,153 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'82120a4f51474158bdeb04bb7ea3a6b8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_4c72e486-8686-4d13-9a22-c1b34edca007'}) 2018-09-04 10:38:53,315 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 10:38:53,534 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/e58b4e6e68494cbca73f76d891ebd0dc'}, 'domain_id': None, 'human_id': None, 'id': u'e58b4e6e68494cbca73f76d891ebd0dc', 'HUMAN_ID': False}) 2018-09-04 10:38:54,007 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007', 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': '9cb809a1-3075-4f21-b9f7-8ea7fc933994', 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_4c72e486-8686-4d13-9a22-c1b34edca007', 'project_id': u'dd849fe9e11c435393e8fa6b997c6f1a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 10:38:54,012 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_4c72e486-8686-4d13-9a22-c1b34edca007', 'password': '9cb809a1-3075-4f21-b9f7-8ea7fc933994', 'project_name': 'vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'dd849fe9e11c435393e8fa6b997c6f1a', 'project_domain_name': 'Default'} 2018-09-04 10:38:54,012 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-09-04 10:38:54,818 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T10:38:54Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'334d4fff-29b1-48b7-8619-290986d1236a', u'provider:segmentation_id': 42, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007', u'admin_state_up': True, u'tenant_id': u'dd849fe9e11c435393e8fa6b997c6f1a', u'created_at': u'2018-09-04T10:38:54Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dd849fe9e11c435393e8fa6b997c6f1a'}) 2018-09-04 10:38:56,302 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T10:38:55Z', 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'ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_4c72e486-8686-4d13-9a22-c1b34edca007', u'enable_dhcp': True, u'network_id': u'334d4fff-29b1-48b7-8619-290986d1236a', u'tenant_id': u'dd849fe9e11c435393e8fa6b997c6f1a', u'created_at': u'2018-09-04T10:38:55Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dd849fe9e11c435393e8fa6b997c6f1a'}) 2018-09-04 10:38:57,629 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4097e349-dd4a-4a5e-95d6-eed5c2d7b85a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5092c110-d468-4f12-acae-47d56d35dff1', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dd849fe9e11c435393e8fa6b997c6f1a', u'created_at': u'2018-09-04T10:38:56Z', u'admin_state_up': True, u'updated_at': u'2018-09-04T10:38:57Z', u'revision_number': 2, u'routes': [], u'project_id': u'dd849fe9e11c435393e8fa6b997c6f1a', u'id': u'f91fd1f4-294c-41ea-89bf-a7de474a8edc', u'name': u'vping_userdata-router_4c72e486-8686-4d13-9a22-c1b34edca007'}) 2018-09-04 10:39:02,927 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/file', 'owner': u'dd849fe9e11c435393e8fa6b997c6f1a', 'id': u'643311ef-6f8a-4fdb-afc3-f267f9fbd94e', 'size': 12716032, u'self': u'/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dd849fe9e11c435393e8fa6b997c6f1a', 'name': 'vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T10:39:02Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-04T10:39:02Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007', 'created': u'2018-09-04T10:39:00Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T10:39:00Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 10:39:03,149 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_4c72e486-8686-4d13-9a22-c1b34edca007', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9', 'swap': 0}) 2018-09-04 10:39:12,343 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:be:ae:4a', 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'643311ef-6f8a-4fdb-afc3-f267f9fbd94e'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T10:39:10.000000', 'flavor': Munch({u'id': u'e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9'}), 'az': u'nova', 'id': u'bd29cea3-a1f9-4395-b41f-4e072025e905', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'82120a4f51474158bdeb04bb7ea3a6b8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dd849fe9e11c435393e8fa6b997c6f1a', 'name': 'vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007', '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-09-04T10:39:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-04T10:39:11Z', 'hostId': u'0014a18eadb253bf3488ebfe0c653efe9ed6b10a7a42b82ff2731f62', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'0014a18eadb253bf3488ebfe0c653efe9ed6b10a7a42b82ff2731f62', '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-09-04T10:39:10.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'dd849fe9e11c435393e8fa6b997c6f1a', 'name': u'vping_userdata-vm_4c72e486-8686-4d13-9a22-c1b34edca007', 'adminPass': u'LhjrhKSQ3F4K', 'tenant_id': u'dd849fe9e11c435393e8fa6b997c6f1a', 'region': 'regionOne', 'created': u'2018-09-04T10:39:05Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-04 10:39:22,029 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:46:1d:65', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'643311ef-6f8a-4fdb-afc3-f267f9fbd94e'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T10:39:19.000000', 'flavor': Munch({u'id': u'e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9'}), 'az': u'nova', 'id': u'2ed64a1b-6e6e-4141-b127-28da795670c4', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'82120a4f51474158bdeb04bb7ea3a6b8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dd849fe9e11c435393e8fa6b997c6f1a', 'name': 'vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007', '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-09-04T10:39:19.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-04T10:39:20Z', 'hostId': u'd74e979858fcee3ab50933129eeb86edda60086deeaf21d320de6c77', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'd74e979858fcee3ab50933129eeb86edda60086deeaf21d320de6c77', '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-09-04T10:39:19.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'dd849fe9e11c435393e8fa6b997c6f1a', 'name': u'vping_userdata-vm2_4c72e486-8686-4d13-9a22-c1b34edca007', 'adminPass': u'anRUw8RWjin5', 'tenant_id': u'dd849fe9e11c435393e8fa6b997c6f1a', 'region': 'regionOne', 'created': u'2018-09-04T10:39:13Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-04 10:39:22,030 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-09-04 10:39:24,504 - 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 539758507 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.147728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149459] pid_max: default: 32768 minimum: 301 [ 0.150561] ACPI: Core revision 20150930 [ 0.152010] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153664] Security Framework initialized [ 0.154766] Yama: becoming mindful. [ 0.155760] AppArmor: AppArmor initialized [ 0.156904] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.158702] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160403] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162034] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163886] Initializing cgroup subsys io [ 0.164959] Initializing cgroup subsys memory [ 0.166093] Initializing cgroup subsys devices [ 0.167289] Initializing cgroup subsys freezer [ 0.168475] Initializing cgroup subsys net_cls [ 0.169630] Initializing cgroup subsys perf_event [ 0.170852] Initializing cgroup subsys net_prio [ 0.172062] Initializing cgroup subsys hugetlb [ 0.173233] Initializing cgroup subsys pids [ 0.174389] CPU: Physical Processor ID: 0 [ 0.176175] mce: CPU supports 10 MCE banks [ 0.177291] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.178658] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.190943] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.197858] ftrace: allocating 31920 entries in 125 pages [ 0.224494] smpboot: Max logical packages: 1 [ 0.225633] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.227412] x2apic enabled [ 0.228403] Switched APIC routing to physical x2apic. [ 0.230467] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.231970] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.234581] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.236931] KVM setup paravirtual spinlock [ 0.238484] x86: Booted up 1 node, 1 CPUs [ 0.239546] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.241350] devtmpfs: initialized [ 0.243262] evm: security.selinux [ 0.244171] evm: security.SMACK64 [ 0.245073] evm: security.SMACK64EXEC [ 0.246052] evm: security.SMACK64TRANSMUTE [ 0.247114] evm: security.SMACK64MMAP [ 0.248080] evm: security.ima [ 0.248908] evm: security.capability [ 0.249936] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.252408] pinctrl core: initialized pinctrl subsystem [ 0.253832] RTC time: 10:39:19, date: 09/04/18 [ 0.255076] NET: Registered protocol family 16 [ 0.256346] cpuidle: using governor ladder [ 0.257437] cpuidle: using governor menu [ 0.258490] PCCT header not found. [ 0.259460] ACPI: bus type PCI registered [ 0.260522] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.262155] PCI: Using configuration type 1 for base access [ 0.264156] ACPI: Added _OSI(Module Device) [ 0.265171] ACPI: Added _OSI(Processor Device) [ 0.266216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.267300] ACPI: Added _OSI(Processor Aggregator Device) [ 0.269611] ACPI: Interpreter enabled [ 0.270547] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.272410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.275124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.277831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.280674] ACPI: (supports S0 S5) [ 0.281704] ACPI: Using IOAPIC for interrupt routing [ 0.283134] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.287130] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.288843] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.290735] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.292564] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.295817] acpiphp: Slot [3] registered [ 0.296971] acpiphp: Slot [4] registered [ 0.298162] acpiphp: Slot [5] registered [ 0.299337] acpiphp: Slot [6] registered [ 0.300509] acpiphp: Slot [7] registered [ 0.301638] acpiphp: Slot [8] registered [ 0.302765] acpiphp: Slot [9] registered [ 0.303936] acpiphp: Slot [10] registered [ 0.305096] acpiphp: Slot [11] registered [ 0.306293] acpiphp: Slot [12] registered [ 0.307446] acpiphp: Slot [13] registered [ 0.308605] acpiphp: Slot [14] registered [ 0.309772] acpiphp: Slot [15] registered [ 0.321008] acpiphp: Slot [16] registered [ 0.322095] acpiphp: Slot [17] registered [ 0.323171] acpiphp: Slot [18] registered [ 0.324312] acpiphp: Slot [19] registered [ 0.325476] acpiphp: Slot [20] registered [ 0.326652] acpiphp: Slot [21] registered [ 0.327744] acpiphp: Slot [22] registered [ 0.328874] acpiphp: Slot [23] registered [ 0.330200] acpiphp: Slot [24] registered [ 0.331006] acpiphp: Slot [25] registered [ 0.331919] acpiphp: Slot [26] registered [ 0.332955] acpiphp: Slot [27] registered [ 0.333858] acpiphp: Slot [28] registered [ 0.334669] acpiphp: Slot [29] registered [ 0.335553] acpiphp: Slot [30] registered [ 0.336370] acpiphp: Slot [31] registered [ 0.337413] PCI host bridge to bus 0000:00 [ 0.338468] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.339914] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.341111] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.342537] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.343972] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.350320] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.351592] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.352752] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.354003] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.360565] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.362270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.410380] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.411853] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.413257] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.414652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.416943] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.418182] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.419325] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.420562] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.422585] vgaarb: loaded [ 0.423345] vgaarb: bridge control possible 0000:00:02.0 [ 0.424811] SCSI subsystem initialized [ 0.425847] ACPI: bus type USB registered [ 0.426720] usbcore: registered new interface driver usbfs [ 0.427818] usbcore: registered new interface driver hub [ 0.428814] usbcore: registered new device driver usb [ 0.429864] PCI: Using ACPI for IRQ routing [ 0.430898] NetLabel: Initializing [ 0.431613] NetLabel: domain hash size = 128 [ 0.432462] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.433410] NetLabel: unlabeled traffic allowed by default [ 0.434505] clocksource: Switched to clocksource kvm-clock [ 0.440184] AppArmor: AppArmor Filesystem Enabled [ 0.441150] pnp: PnP ACPI init [ 0.442434] pnp: PnP ACPI: found 5 devices [ 0.449225] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.451918] NET: Registered protocol family 2 [ 0.453400] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.455468] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.457299] TCP: Hash tables configured (established 4096 bind 4096) [ 0.459066] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.460754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.462521] NET: Registered protocol family 1 [ 0.463835] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.465523] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.467148] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.483937] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.498291] Trying to unpack rootfs image as initramfs... [ 0.548579] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.564780] Scanning for low memory corruption every 60 seconds [ 0.567357] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.569184] audit: initializing netlink subsys (disabled) [ 0.570813] audit: type=2000 audit(1536057560.761:1): initialized [ 0.572786] Initialise system trusted keyring [ 0.574171] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.576036] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.578716] zbud: loaded [ 0.579698] VFS: Disk quotas dquot_6.6.0 [ 0.580971] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.583243] fuse init (API version 7.23) [ 0.584323] Key type big_key registered [ 0.585129] Allocating IMA MOK and blacklist keyrings. [ 0.586258] Key type asymmetric registered [ 0.587098] Asymmetric key parser 'x509' registered [ 0.588067] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.589922] io scheduler noop registered [ 0.590753] io scheduler deadline registered (default) [ 0.591763] io scheduler cfq registered [ 0.592625] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.593688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.594990] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.596474] ACPI: Power Button [PWRF] [ 0.597329] GHES: HEST is not enabled! [ 0.610901] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.639566] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.642193] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.665959] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.668108] Linux agpgart interface v0.103 [ 0.670125] brd: module loaded [ 0.671341] loop: module loaded [ 0.931649] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.933134] GPT:90111 != 2097151 [ 0.933806] GPT:Alternate GPT header not at the end of the disk. [ 0.934888] GPT:90111 != 2097151 [ 0.935564] GPT: Use GNU Parted to correct GPT errors. [ 0.936516] vda: vda1 vda15 [ 0.938085] scsi host0: ata_piix [ 0.938833] scsi host1: ata_piix [ 0.939532] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.940727] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.942159] libphy: Fixed MDIO Bus: probed [ 0.942979] tun: Universal TUN/TAP device driver, 1.6 [ 0.943911] tun: (C) 1999-2004 Max Krasnyansky [ 0.946228] PPP generic driver version 2.4.2 [ 0.947312] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.948690] ehci-pci: EHCI PCI platform driver [ 0.949626] ehci-platform: EHCI generic platform driver [ 0.950676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.951984] ohci-pci: OHCI PCI platform driver [ 0.952891] ohci-platform: OHCI generic platform driver [ 0.953921] uhci_hcd: USB Universal Host Controller Interface driver [ 0.968597] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.969672] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.971215] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.972277] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.973486] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.974774] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.976265] usb usb1: Product: UHCI Host Controller [ 0.977235] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.978403] usb usb1: SerialNumber: 0000:00:01.2 [ 0.979384] hub 1-0:1.0: USB hub found [ 0.980183] hub 1-0:1.0: 2 ports detected [ 0.981116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.983282] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.984260] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.985307] mousedev: PS/2 mouse device common for all mice [ 0.986795] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.988723] rtc_cmos 00:00: RTC can wake from S4 [ 0.989855] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.991122] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.992384] i2c /dev entries driver [ 0.993163] device-mapper: uevent: version 1.0.3 [ 0.994123] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.995801] ledtrig-cpu: registered to indicate activity on CPUs [ 0.997131] NET: Registered protocol family 10 [ 0.998269] NET: Registered protocol family 17 [ 0.999198] Key type dns_resolver registered [ 1.000158] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.001293] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.003092] registered taskstats version 1 [ 1.003947] Loading compiled-in X.509 certificates [ 1.005406] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 1.007312] zswap: loaded using pool lzo/zbud [ 1.009200] Key type trusted registered [ 1.010916] Key type encrypted registered [ 1.011770] AppArmor: AppArmor sha1 policy hashing enabled [ 1.012825] ima: No TPM chip found, activating TPM-bypass! [ 1.013880] evm: HMAC attrs: 0x1 [ 1.014863] Magic number: 2:510:678 [ 1.015756] rtc_cmos 00:00: setting system clock to 2018-09-04 10:39:20 UTC (1536057560) [ 1.017489] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.018704] EDD information not available. [ 1.099519] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 1.101149] Write protecting the kernel read-only data: 14336k [ 1.113074] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 1.114971] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.92 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 [ 1.157491] 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 2.48 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.57. 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 2018-09-04 10:39:24,505 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-09-04 10:39:27,462 - 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 539758507 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.147728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149459] pid_max: default: 32768 minimum: 301 [ 0.150561] ACPI: Core revision 20150930 [ 0.152010] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153664] Security Framework initialized [ 0.154766] Yama: becoming mindful. [ 0.155760] AppArmor: AppArmor initialized [ 0.156904] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.158702] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160403] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162034] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163886] Initializing cgroup subsys io [ 0.164959] Initializing cgroup subsys memory [ 0.166093] Initializing cgroup subsys devices [ 0.167289] Initializing cgroup subsys freezer [ 0.168475] Initializing cgroup subsys net_cls [ 0.169630] Initializing cgroup subsys perf_event [ 0.170852] Initializing cgroup subsys net_prio [ 0.172062] Initializing cgroup subsys hugetlb [ 0.173233] Initializing cgroup subsys pids [ 0.174389] CPU: Physical Processor ID: 0 [ 0.176175] mce: CPU supports 10 MCE banks [ 0.177291] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.178658] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.190943] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.197858] ftrace: allocating 31920 entries in 125 pages [ 0.224494] smpboot: Max logical packages: 1 [ 0.225633] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.227412] x2apic enabled [ 0.228403] Switched APIC routing to physical x2apic. [ 0.230467] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.231970] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.234581] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.236931] KVM setup paravirtual spinlock [ 0.238484] x86: Booted up 1 node, 1 CPUs [ 0.239546] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.241350] devtmpfs: initialized [ 0.243262] evm: security.selinux [ 0.244171] evm: security.SMACK64 [ 0.245073] evm: security.SMACK64EXEC [ 0.246052] evm: security.SMACK64TRANSMUTE [ 0.247114] evm: security.SMACK64MMAP [ 0.248080] evm: security.ima [ 0.248908] evm: security.capability [ 0.249936] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.252408] pinctrl core: initialized pinctrl subsystem [ 0.253832] RTC time: 10:39:19, date: 09/04/18 [ 0.255076] NET: Registered protocol family 16 [ 0.256346] cpuidle: using governor ladder [ 0.257437] cpuidle: using governor menu [ 0.258490] PCCT header not found. [ 0.259460] ACPI: bus type PCI registered [ 0.260522] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.262155] PCI: Using configuration type 1 for base access [ 0.264156] ACPI: Added _OSI(Module Device) [ 0.265171] ACPI: Added _OSI(Processor Device) [ 0.266216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.267300] ACPI: Added _OSI(Processor Aggregator Device) [ 0.269611] ACPI: Interpreter enabled [ 0.270547] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.272410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.275124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.277831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.280674] ACPI: (supports S0 S5) [ 0.281704] ACPI: Using IOAPIC for interrupt routing [ 0.283134] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.287130] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.288843] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.290735] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.292564] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.295817] acpiphp: Slot [3] registered [ 0.296971] acpiphp: Slot [4] registered [ 0.298162] acpiphp: Slot [5] registered [ 0.299337] acpiphp: Slot [6] registered [ 0.300509] acpiphp: Slot [7] registered [ 0.301638] acpiphp: Slot [8] registered [ 0.302765] acpiphp: Slot [9] registered [ 0.303936] acpiphp: Slot [10] registered [ 0.305096] acpiphp: Slot [11] registered [ 0.306293] acpiphp: Slot [12] registered [ 0.307446] acpiphp: Slot [13] registered [ 0.308605] acpiphp: Slot [14] registered [ 0.309772] acpiphp: Slot [15] registered [ 0.321008] acpiphp: Slot [16] registered [ 0.322095] acpiphp: Slot [17] registered [ 0.323171] acpiphp: Slot [18] registered [ 0.324312] acpiphp: Slot [19] registered [ 0.325476] acpiphp: Slot [20] registered [ 0.326652] acpiphp: Slot [21] registered [ 0.327744] acpiphp: Slot [22] registered [ 0.328874] acpiphp: Slot [23] registered [ 0.330200] acpiphp: Slot [24] registered [ 0.331006] acpiphp: Slot [25] registered [ 0.331919] acpiphp: Slot [26] registered [ 0.332955] acpiphp: Slot [27] registered [ 0.333858] acpiphp: Slot [28] registered [ 0.334669] acpiphp: Slot [29] registered [ 0.335553] acpiphp: Slot [30] registered [ 0.336370] acpiphp: Slot [31] registered [ 0.337413] PCI host bridge to bus 0000:00 [ 0.338468] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.339914] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.341111] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.342537] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.343972] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.350320] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.351592] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.352752] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.354003] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.360565] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.362270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.410380] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.411853] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.413257] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.414652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.416943] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.418182] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.419325] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.420562] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.422585] vgaarb: loaded [ 0.423345] vgaarb: bridge control possible 0000:00:02.0 [ 0.424811] SCSI subsystem initialized [ 0.425847] ACPI: bus type USB registered [ 0.426720] usbcore: registered new interface driver usbfs [ 0.427818] usbcore: registered new interface driver hub [ 0.428814] usbcore: registered new device driver usb [ 0.429864] PCI: Using ACPI for IRQ routing [ 0.430898] NetLabel: Initializing [ 0.431613] NetLabel: domain hash size = 128 [ 0.432462] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.433410] NetLabel: unlabeled traffic allowed by default [ 0.434505] clocksource: Switched to clocksource kvm-clock [ 0.440184] AppArmor: AppArmor Filesystem Enabled [ 0.441150] pnp: PnP ACPI init [ 0.442434] pnp: PnP ACPI: found 5 devices [ 0.449225] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.451918] NET: Registered protocol family 2 [ 0.453400] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.455468] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.457299] TCP: Hash tables configured (established 4096 bind 4096) [ 0.459066] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.460754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.462521] NET: Registered protocol family 1 [ 0.463835] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.465523] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.467148] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.483937] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.498291] Trying to unpack rootfs image as initramfs... [ 0.548579] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.564780] Scanning for low memory corruption every 60 seconds [ 0.567357] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.569184] audit: initializing netlink subsys (disabled) [ 0.570813] audit: type=2000 audit(1536057560.761:1): initialized [ 0.572786] Initialise system trusted keyring [ 0.574171] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.576036] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.578716] zbud: loaded [ 0.579698] VFS: Disk quotas dquot_6.6.0 [ 0.580971] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.583243] fuse init (API version 7.23) [ 0.584323] Key type big_key registered [ 0.585129] Allocating IMA MOK and blacklist keyrings. [ 0.586258] Key type asymmetric registered [ 0.587098] Asymmetric key parser 'x509' registered [ 0.588067] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.589922] io scheduler noop registered [ 0.590753] io scheduler deadline registered (default) [ 0.591763] io scheduler cfq registered [ 0.592625] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.593688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.594990] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.596474] ACPI: Power Button [PWRF] [ 0.597329] GHES: HEST is not enabled! [ 0.610901] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.639566] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.642193] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.665959] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.668108] Linux agpgart interface v0.103 [ 0.670125] brd: module loaded [ 0.671341] loop: module loaded [ 0.931649] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.933134] GPT:90111 != 2097151 [ 0.933806] GPT:Alternate GPT header not at the end of the disk. [ 0.934888] GPT:90111 != 2097151 [ 0.935564] GPT: Use GNU Parted to correct GPT errors. [ 0.936516] vda: vda1 vda15 [ 0.938085] scsi host0: ata_piix [ 0.938833] scsi host1: ata_piix [ 0.939532] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.940727] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.942159] libphy: Fixed MDIO Bus: probed [ 0.942979] tun: Universal TUN/TAP device driver, 1.6 [ 0.943911] tun: (C) 1999-2004 Max Krasnyansky [ 0.946228] PPP generic driver version 2.4.2 [ 0.947312] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.948690] ehci-pci: EHCI PCI platform driver [ 0.949626] ehci-platform: EHCI generic platform driver [ 0.950676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.951984] ohci-pci: OHCI PCI platform driver [ 0.952891] ohci-platform: OHCI generic platform driver [ 0.953921] uhci_hcd: USB Universal Host Controller Interface driver [ 0.968597] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.969672] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.971215] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.972277] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.973486] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.974774] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.976265] usb usb1: Product: UHCI Host Controller [ 0.977235] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.978403] usb usb1: SerialNumber: 0000:00:01.2 [ 0.979384] hub 1-0:1.0: USB hub found [ 0.980183] hub 1-0:1.0: 2 ports detected [ 0.981116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.983282] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.984260] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.985307] mousedev: PS/2 mouse device common for all mice [ 0.986795] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.988723] rtc_cmos 00:00: RTC can wake from S4 [ 0.989855] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.991122] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.992384] i2c /dev entries driver [ 0.993163] device-mapper: uevent: version 1.0.3 [ 0.994123] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.995801] ledtrig-cpu: registered to indicate activity on CPUs [ 0.997131] NET: Registered protocol family 10 [ 0.998269] NET: Registered protocol family 17 [ 0.999198] Key type dns_resolver registered [ 1.000158] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.001293] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.003092] registered taskstats version 1 [ 1.003947] Loading compiled-in X.509 certificates [ 1.005406] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 1.007312] zswap: loaded using pool lzo/zbud [ 1.009200] Key type trusted registered [ 1.010916] Key type encrypted registered [ 1.011770] AppArmor: AppArmor sha1 policy hashing enabled [ 1.012825] ima: No TPM chip found, activating TPM-bypass! [ 1.013880] evm: HMAC attrs: 0x1 [ 1.014863] Magic number: 2:510:678 [ 1.015756] rtc_cmos 00:00: setting system clock to 2018-09-04 10:39:20 UTC (1536057560) [ 1.017489] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.018704] EDD information not available. [ 1.099519] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 1.101149] Write protecting the kernel read-only data: 14336k [ 1.113074] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 1.114971] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.92 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 [ 1.157491] 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 2.48 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.57. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCDbpkiE1kWyBn7ZjOY8mRa8qMsromTZ826NrHw+4TQuUoihSp/n4hnKGQ7PKoNZcghJMnMY4bF+NqHwhxwGt/C614f6EF0kPp0IqMT8DgwXoAWPNyc8EqAGP7bmsEHAMr1Tgf+jU4iX8z99OV1FN44BXNBJ4Ic83Y8tSmdSse2DcEwz8Xxj3G0D0V9TP88TGDzFeVw3uMIWpE8DFc6+/DalUm6YUfjudjZwSg7Kf/N/YJ9Ymu68V7xBxc90zLEuQn0kGsu9dpS3xUVu953/Xu122cJy9xxN8MolxHcPHuvM42L2DMr0tr2I6dxWVJD77P3NV18TkjT9VjHQb9tx4BH root@vping-userdata-vm2-4c72e486-8686-4d13-9a22-c1b34edca007 ssh-dss AAAAB3NzaC1kc3MAAACBAMr3k/diTFAUToiqmZ6CoYBBoeytNB8LBtUlv+z3x0kTsflE6C/B6MpvaFJhmJ3r9YefukvkZdPOhSFTBD4B5MpQRcPWXjDHyl1zN2B+0ayYeT8Ep61Dc0zVtkS2qqstKXaKPof2RlKlEszKeRj9OyKaXjqwxYlc/KwbvXg+qdy9AAAAFQD4QKwD9tlfQIhqtpL2WezRsTdrqwAAAIEArPuCXjWb//ZhXFtyksonI+TnZ/6S0zTXjmaX3MdxjADTDrtecjvqlZeeJ6ky+i2luY27S8rxI9Nfu0dUVFcHbQ0up2/Be1GuF0YhtRUzy+wyzz0tW7Tna3sYvKIzneKYqtpbHhNgPy6ATduzSS5UNhPZ9WEwYeRiVdgKPlJ/+B0AAACAXUhqNrVuqY0E0i70u3ANrpd+AomgUg55piVJytuWh969b7mapIILkXtt5osBCWEtGnSS1KHjOsdYcaqutdW8mjDTLdTJxcKZJU3SrXy7r3qDDsyzYhaFgbTCYOUUnP/trBncMoMHfCPfYFXkVU3pnjHfyjxaXWYGp+R7PoZ2tcU= root@vping-userdata-vm2-4c72e486-8686-4d13-9a22-c1b34edca007 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe46:1d65/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 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-4c72e486-8686-4d13-9a22-c1b34edca007 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.22 === 2018-09-04 10:39:27,464 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-09-04 10:39:27,569 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 10:39:27,569 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:33 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-04 10:39:48,732 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-09-04 10:39:49,635 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_068261eb-5f06-4915-acc8-7f5edd711ae8', 'id': u'14e46315a5e14e95a6bd31ddd3090094', '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-09-04 10:39:50,081 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c3ea0f1119d44480b1e969c14992aecb', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_068261eb-5f06-4915-acc8-7f5edd711ae8'}) 2018-09-04 10:39:50,237 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 10:39:50,434 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/3a7fbeea7ce544488fa1e0fede8e56f0'}, 'domain_id': None, 'human_id': None, 'id': u'3a7fbeea7ce544488fa1e0fede8e56f0', 'HUMAN_ID': False}) 2018-09-04 10:39:51,067 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_068261eb-5f06-4915-acc8-7f5edd711ae8', 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': 'a72fd28c-2d8c-4ff1-8c2a-88cc7f914929', 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_068261eb-5f06-4915-acc8-7f5edd711ae8', 'project_id': u'14e46315a5e14e95a6bd31ddd3090094', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 10:39:51,073 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_068261eb-5f06-4915-acc8-7f5edd711ae8', 'password': 'a72fd28c-2d8c-4ff1-8c2a-88cc7f914929', 'project_name': 'tempest_smoke_seri-project_068261eb-5f06-4915-acc8-7f5edd711ae8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '14e46315a5e14e95a6bd31ddd3090094', 'project_domain_name': 'Default'} 2018-09-04 10:39:51,714 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-04 10:39:56,345 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-04 10:39:56.087 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=16411604-8436-4024-88cd-76f21471198b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 16411604-8436-4024-88cd-76f21471198b | 2018-09-04T10:39:56 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 16411604-8436-4024-88cd-76f21471198b ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-04 10:39:59,735 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-09-04 10:39:59,736 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-04 10:40:05,782 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-04 10:40:03.932 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-04 10:40:04.107 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-04 10:40:05.592 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c) as the default verifier for the future CLI operations. 2018-09-04 10:40:08,672 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-09-04 10:40:09,668 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T10:40:09Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'414cc770-445a-4612-a395-ef5ebfe7c246', u'provider:segmentation_id': 19, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke_serial-net_068261eb-5f06-4915-acc8-7f5edd711ae8', u'admin_state_up': True, u'tenant_id': u'14e46315a5e14e95a6bd31ddd3090094', u'created_at': u'2018-09-04T10:40:09Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'14e46315a5e14e95a6bd31ddd3090094'}) 2018-09-04 10:40:10,907 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T10:40:10Z', 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'cab460ee-0413-4610-b77b-76ed317f66ee', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke_serial-subnet_068261eb-5f06-4915-acc8-7f5edd711ae8', u'enable_dhcp': True, u'network_id': u'414cc770-445a-4612-a395-ef5ebfe7c246', u'tenant_id': u'14e46315a5e14e95a6bd31ddd3090094', u'created_at': u'2018-09-04T10:40:10Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'14e46315a5e14e95a6bd31ddd3090094'}) 2018-09-04 10:40:14,299 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4097e349-dd4a-4a5e-95d6-eed5c2d7b85a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5092c110-d468-4f12-acae-47d56d35dff1', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'14e46315a5e14e95a6bd31ddd3090094', u'created_at': u'2018-09-04T10:40:13Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-04T10:40:14Z', u'revision_number': 2, u'routes': [], u'project_id': u'14e46315a5e14e95a6bd31ddd3090094', u'id': u'a58d2208-47fc-49fe-b0b4-0d3b755d35b7', u'name': u'tempest_smoke_serial-router_068261eb-5f06-4915-acc8-7f5edd711ae8'}) 2018-09-04 10:40:17,875 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/4f9ad537-045d-4c19-978c-11873d0e31ff/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff/file', 'owner': u'14e46315a5e14e95a6bd31ddd3090094', 'id': u'4f9ad537-045d-4c19-978c-11873d0e31ff', 'size': 12716032, u'self': u'/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'14e46315a5e14e95a6bd31ddd3090094', 'name': 'tempest_smoke_seri-project_068261eb-5f06-4915-acc8-7f5edd711ae8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/4f9ad537-045d-4c19-978c-11873d0e31ff/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T10:40:17Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T10:40:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8', 'created': u'2018-09-04T10:40:16Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T10:40:16Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 10:40:18,185 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_068261eb-5f06-4915-acc8-7f5edd711ae8', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'8fd91eb9-62eb-4f20-948e-09d298294660', 'swap': 0}) 2018-09-04 10:40:20,004 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/5fcce608-5524-447d-84df-5df2d25ca6f9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9/file', 'owner': u'14e46315a5e14e95a6bd31ddd3090094', 'id': u'5fcce608-5524-447d-84df-5df2d25ca6f9', 'size': 12716032, u'self': u'/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'14e46315a5e14e95a6bd31ddd3090094', 'name': 'tempest_smoke_seri-project_068261eb-5f06-4915-acc8-7f5edd711ae8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/5fcce608-5524-447d-84df-5df2d25ca6f9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T10:40:19Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T10:40:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_068261eb-5f06-4915-acc8-7f5edd711ae8', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_068261eb-5f06-4915-acc8-7f5edd711ae8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_068261eb-5f06-4915-acc8-7f5edd711ae8', 'created': u'2018-09-04T10:40:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T10:40:18Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_068261eb-5f06-4915-acc8-7f5edd711ae8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 10:40:20,063 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_068261eb-5f06-4915-acc8-7f5edd711ae8', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'af378346-2725-439c-a2cc-dbafd782710a', 'swap': 0}) 2018-09-04 10:40:20,089 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_068261eb-5f06-4915-acc8-7f5edd711ae8', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'af378346-2725-439c-a2cc-dbafd782710a', 'swap': 0}) 2018-09-04 10:40:23,239 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-04 10:40:22.198 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c) for deployment 'opnfv-rally' (UUID=16411604-8436-4024-88cd-76f21471198b). 2018-09-04 10:40:23.066 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-09-04 10:40:23.068 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c) has been successfully configured for deployment 'opnfv-rally' (UUID=16411604-8436-4024-88cd-76f21471198b)! 2018-09-04 10:40:23,239 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-04 10:40:23,240 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-04 10:40:23,242 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-04 10:40:23,246 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-04 10:40:27,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-93d194ff-1532-48fd-a299-830ae9c58b7c/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-09-04 10:40:27,103 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-04 10:40:27,737 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-04 10:40:27,738 - 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-09-04 10:40:29,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:40:29.899 49 INFO rally.api [-] Starting verification (UUID=de464a60-5fcd-4f9d-a983-d5242f89faa9) for deployment 'opnfv-rally' (UUID=16411604-8436-4024-88cd-76f21471198b) by verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c). 2018-09-04 10:40:29,901 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: de464a60-5fcd-4f9d-a983-d5242f89faa9 2018-09-04 10:40:37,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:40:37.046 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.177s] 2018-09-04 10:40:37,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:40:37.107 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.061s] 2018-09-04 10:40:44,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:40:44.459 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.593s] 2018-09-04 10:40:47,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:40:47.674 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.213s] 2018-09-04 10:41:01,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:41:01.794 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.459s] 2018-09-04 10:41:19,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:41:19.084 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.557s] 2018-09-04 10:41:52,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:41:52.313 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.068s] 2018-09-04 10:41:52,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:41:52.315 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-09-04 10:42:25,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:42:25.524 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.065s] 2018-09-04 10:42:25,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:42:25.526 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-09-04 10:42:55,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:42:55.099 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-09-04 10:42:55,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:42:55.100 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-09-04 10:46:33,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:46:33.884 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [189.077s] 2018-09-04 10:47:00,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:00.975 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-09-04 10:47:01,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:01.290 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.316s] 2018-09-04 10:47:09,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:09.588 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.638s] 2018-09-04 10:47:09,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:09.598 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-09-04 10:47:11,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:11.151 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-09-04 10:47:11,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:11.151 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-09-04 10:47:15,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:15.219 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.398s] 2018-09-04 10:47:21,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:21.972 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.078s] 2018-09-04 10:47:28,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:28.770 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.770s] 2018-09-04 10:47:36,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:36.380 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.454s] 2018-09-04 10:47:45,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:45.543 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.022s] 2018-09-04 10:47:51,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:51.994 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.375s] 2018-09-04 10:47:58,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:58.228 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.188s] 2018-09-04 10:48:05,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:05.940 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.462s] 2018-09-04 10:48:13,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:13.304 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.471s] 2018-09-04 10:48:22,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:22.008 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.803s] 2018-09-04 10:48:24,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:24.569 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-09-04 10:48:26,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:26.635 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.083s] 2018-09-04 10:48:26,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:26.716 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.081s] 2018-09-04 10:48:26,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:26.788 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-09-04 10:48:26,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:26.795 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-09-04 10:48:30,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:30.995 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.836s] 2018-09-04 10:48:33,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:33.241 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.246s] 2018-09-04 10:48:35,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:35.411 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.169s] 2018-09-04 10:48:42,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:42.970 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-09-04 10:48:50,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:50.364 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.663s] 2018-09-04 10:49:02,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:49:02.883 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.659s] 2018-09-04 10:49:05,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:49:05.776 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.892s] 2018-09-04 10:49:17,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:49:17.137 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.098s] 2018-09-04 10:49:20,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:49:20.700 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.563s] 2018-09-04 10:49:29,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:49:29.636 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.934s] 2018-09-04 10:49:38,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:49:38.853 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.063s] 2018-09-04 10:49:42,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:49:42.317 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.462s] 2018-09-04 10:49:48,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:49:48.680 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.363s] 2018-09-04 10:50:05,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:05.459 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.495s] 2018-09-04 10:50:05,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:05.880 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.421s] 2018-09-04 10:50:06,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:06.051 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.171s] 2018-09-04 10:50:06,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:06.252 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.200s] 2018-09-04 10:50:06,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:06.604 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.350s] 2018-09-04 10:50:06,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:06.659 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.055s] 2018-09-04 10:50:22,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:22.521 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.181s] 2018-09-04 10:50:23,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:23.098 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.577s] 2018-09-04 10:50:23,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:23.381 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.283s] 2018-09-04 10:50:23,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:23.575 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.192s] 2018-09-04 10:50:23,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:23.675 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.101s] 2018-09-04 10:50:23,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:23.726 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.050s] 2018-09-04 10:50:37,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:37.632 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.927s] 2018-09-04 10:50:44,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:44.471 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.838s] 2018-09-04 10:50:46,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:46.665 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.192s] 2018-09-04 10:50:46,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:46.869 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.203s] 2018-09-04 10:50:46,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:46.921 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.052s] 2018-09-04 10:51:00,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:00.174 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.750s] 2018-09-04 10:51:07,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:07.398 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.223s] 2018-09-04 10:51:08,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:08.869 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.471s] 2018-09-04 10:51:08,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:08.927 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.058s] 2018-09-04 10:51:09,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:09.004 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.076s] 2018-09-04 10:51:23,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:23.952 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.440s] 2018-09-04 10:51:29,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:29.572 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.620s] 2018-09-04 10:51:34,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:34.311 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.737s] 2018-09-04 10:51:37,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:37.319 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.007s] 2018-09-04 10:52:03,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:03.016 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.178s] 2018-09-04 10:52:08,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:08.454 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.438s] 2018-09-04 10:52:12,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:12.968 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.513s] 2018-09-04 10:52:15,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:15.822 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.854s] 2018-09-04 10:52:33,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:33.220 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.601s] 2018-09-04 10:52:35,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:35.775 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.551s] 2018-09-04 10:52:35,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:35.976 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.205s] 2018-09-04 10:52:40,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:40.876 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.563s] 2018-09-04 10:52:43,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:43.481 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.602s] 2018-09-04 10:52:43,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:43.526 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-09-04 10:52:48,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:48.002 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.285s] 2018-09-04 10:52:51,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:51.481 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-09-04 10:52:52,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:52.830 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-09-04 10:52:52,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:52.832 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-09-04 10:52:52,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:52.833 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-09-04 10:52:52,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:52.834 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-09-04 10:52:52,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:52.834 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-09-04 10:52:54,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:54.902 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2018-09-04 10:53:14,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:53:14.760 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [14.332s] 2018-09-04 10:53:27,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:53:27.893 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.428s] 2018-09-04 10:53:40,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:53:40.130 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.235s] 2018-09-04 10:53:49,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:53:49.538 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.041s] 2018-09-04 10:56:28,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:56:28.548 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [152.192s] 2018-09-04 11:00:11,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:00:11.536 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [214.397s] 2018-09-04 11:00:55,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:00:55.922 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.242s] 2018-09-04 11:01:11,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: de464a60-5fcd-4f9d-a983-d5242f89faa9 2018-09-04 11:01:11,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'de464a60-5fcd-4f9d-a983-d5242f89faa9']'. 2018-09-04 11:01:12,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-04 11:01:12,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-04 11:01:12,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-04 11:01:12,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | de464a60-5fcd-4f9d-a983-d5242f89faa9 | 2018-09-04 11:01:12,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-09-04 11:01:12,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-04 10:40:29 | 2018-09-04 11:01:12,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-04 11:01:11 | 2018-09-04 11:01:12,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:20:42 | 2018-09-04 11:01:12,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-09-04 11:01:12,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-04 11:01:12,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 93d194ff-1532-48fd-a299-830ae9c58b7c) | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 16411604-8436-4024-88cd-76f21471198b) | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1221.018 | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 87 | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-04 11:01:12,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-09-04 11:01:12,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-04 11:01:12,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-04 11:01:12,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-04 11:01:12,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 96.6666666667% 2018-09-04 11:01:12,700 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 11:01:12,701 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 21:04 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-09-04 11:01:23,586 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-09-04 11:01:23,640 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-09-04 11:01:24,497 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'id': u'e8b2daffe9fd4140890aa7b5c11b6bf1', '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-09-04 11:01:24,948 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'52f80ae1baca4495a95891239a45459d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_e4bdca99-1c26-4475-b749-a4f10ceb2a07'}) 2018-09-04 11:01:25,107 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 11:01:25,217 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/c40c92a89248463d9399541e18b75078'}, 'domain_id': None, 'human_id': None, 'id': u'c40c92a89248463d9399541e18b75078', 'HUMAN_ID': False}) 2018-09-04 11:01:25,768 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 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': '5b789661-e37e-4c48-bab5-aca33663fcaf', 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_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'project_id': u'e8b2daffe9fd4140890aa7b5c11b6bf1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 11:01:25,773 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'password': '5b789661-e37e-4c48-bab5-aca33663fcaf', 'project_name': 'rally_sanity-project_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'e8b2daffe9fd4140890aa7b5c11b6bf1', 'project_domain_name': 'Default'} 2018-09-04 11:01:26,414 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-09-04 11:01:30,583 - 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-09-04 11:01:31,321 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T11:01:31Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e25e97a2-7f54-4097-94b7-89b85657ba77', u'provider:segmentation_id': 67, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_e4bdca99-1c26-4475-b749-a4f10ceb2a07', u'admin_state_up': True, u'tenant_id': u'e8b2daffe9fd4140890aa7b5c11b6bf1', u'created_at': u'2018-09-04T11:01:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'e8b2daffe9fd4140890aa7b5c11b6bf1'}) 2018-09-04 11:01:32,477 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T11:01:32Z', 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'12e0d3e0-3d0e-4a11-b340-4be63bfd4bd3', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_e4bdca99-1c26-4475-b749-a4f10ceb2a07', u'enable_dhcp': True, u'network_id': u'e25e97a2-7f54-4097-94b7-89b85657ba77', u'tenant_id': u'e8b2daffe9fd4140890aa7b5c11b6bf1', u'created_at': u'2018-09-04T11:01:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e8b2daffe9fd4140890aa7b5c11b6bf1'}) 2018-09-04 11:01:33,572 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4097e349-dd4a-4a5e-95d6-eed5c2d7b85a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5092c110-d468-4f12-acae-47d56d35dff1', u'ip_address': u'172.30.9.219'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e8b2daffe9fd4140890aa7b5c11b6bf1', u'created_at': u'2018-09-04T11:01:32Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-04T11:01:33Z', u'revision_number': 2, u'routes': [], u'project_id': u'e8b2daffe9fd4140890aa7b5c11b6bf1', u'id': u'5cab58f1-fa86-4f84-882a-50df6211b0f0', u'name': u'rally_sanity-router_e4bdca99-1c26-4475-b749-a4f10ceb2a07'}) 2018-09-04 11:01:37,193 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/c57b1f4d-28f0-4878-a045-17ea17063fe1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1/file', 'owner': u'e8b2daffe9fd4140890aa7b5c11b6bf1', 'id': u'c57b1f4d-28f0-4878-a045-17ea17063fe1', 'size': 12716032, u'self': u'/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e8b2daffe9fd4140890aa7b5c11b6bf1', 'name': 'rally_sanity-project_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/c57b1f4d-28f0-4878-a045-17ea17063fe1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T11:01:36Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T11:01:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'created': u'2018-09-04T11:01:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T11:01:35Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 11:01:37,403 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'0a1cbd5c-1a4e-411a-964c-233c11339e04', 'swap': 0}) 2018-09-04 11:01:37,427 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-04 11:01:39,953 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-04 11:01:39.529 124 INFO rally.deployment.engine [-] Deployment 16411604-8436-4024-88cd-76f21471198b | Starting: Destroy cloud and free allocated resources. 2018-09-04 11:01:39.620 124 INFO rally.deployment.engine [-] Deployment 16411604-8436-4024-88cd-76f21471198b | Completed: Destroy cloud and free allocated resources. 2018-09-04 11:01:39.663 124 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c) for deployment 'opnfv-rally'. 2018-09-04 11:01:39.681 124 INFO rally.api [-] Deleting verification (UUID=de464a60-5fcd-4f9d-a983-d5242f89faa9). 2018-09-04 11:01:39.733 124 INFO rally.api [-] Verification has been successfully deleted! 2018-09-04 11:01:39.734 124 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c). 2018-09-04 11:01:39.741 124 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-04 11:01:42,562 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-04 11:01:42.209 127 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=270e710b-b994-4f91-b4a9-d9b1dc28dacf) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 270e710b-b994-4f91-b4a9-d9b1dc28dacf | 2018-09-04T11:01:42 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 270e710b-b994-4f91-b4a9-d9b1dc28dacf ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-04 11:01:46,000 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-09-04 11:01:46,001 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-09-04 11:01:46,249 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'b8912e0d-84ca-4f7a-b17a-03fca54911ec', 'swap': 0}) 2018-09-04 11:01:46,272 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'b8912e0d-84ca-4f7a-b17a-03fca54911ec', 'swap': 0}) 2018-09-04 11:01:46,273 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-09-04 11:01:46,273 - 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-09-04 11:01:46,275 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 11:01:46,293 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 11:01:46,293 - 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': 'e25e97a2-7f54-4097-94b7-89b85657ba77', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'flavor_name': 'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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-09-04 11:02:48,860 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bda5f95c-42a3-414c-9396-1b97905d9c4a 2018-09-04 11:02:48,860 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-09-04 11:02:48,861 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'bda5f95c-42a3-414c-9396-1b97905d9c4a'] 2018-09-04 11:02:49,932 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid bda5f95c-42a3-414c-9396-1b97905d9c4a -------------------------------------------------------------------------------- Task bda5f95c-42a3-414c-9396-1b97905d9c4a: 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 bda5f95c-42a3-414c-9396-1b97905d9c4a 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.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | total | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | -> duration | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.484305 Full duration: 7.37246 -------------------------------------------------------------------------------- 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 bda5f95c-42a3-414c-9396-1b97905d9c4a 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.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | total | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 100.0% | 1 | | -> duration | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.26577 Full duration: 8.476972 -------------------------------------------------------------------------------- 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 bda5f95c-42a3-414c-9396-1b97905d9c4a 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | total | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 100.0% | 1 | | -> duration | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.936327 Full duration: 7.997536 -------------------------------------------------------------------------------- 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 bda5f95c-42a3-414c-9396-1b97905d9c4a 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.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | total | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> duration | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.774047 Full duration: 8.042744 -------------------------------------------------------------------------------- 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 bda5f95c-42a3-414c-9396-1b97905d9c4a 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.651 | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 100.0% | 1 | | total | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | -> duration | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.042387 Full duration: 7.954341 -------------------------------------------------------------------------------- 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 bda5f95c-42a3-414c-9396-1b97905d9c4a 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.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | total | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | -> duration | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.675505 Full duration: 7.783415 HINTS: * To plot HTML graphics with this data, run: rally task report bda5f95c-42a3-414c-9396-1b97905d9c4a --out output.html * To generate a JUnit report, run: rally task export bda5f95c-42a3-414c-9396-1b97905d9c4a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bda5f95c-42a3-414c-9396-1b97905d9c4a --json --out output.json 2018-09-04 11:02:49,933 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'bda5f95c-42a3-414c-9396-1b97905d9c4a', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-09-04 11:02:52,139 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid bda5f95c-42a3-414c-9396-1b97905d9c4a --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-09-04 11:02:52.047 735 INFO rally.api [-] Building 'json' report for the following task(s): 'bda5f95c-42a3-414c-9396-1b97905d9c4a'. 2018-09-04 11:02:52.052 735 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:02:52,140 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'bda5f95c-42a3-414c-9396-1b97905d9c4a', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-09-04 11:02:54,233 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid bda5f95c-42a3-414c-9396-1b97905d9c4a --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-09-04 11:02:54.109 738 INFO rally.api [-] Building 'html' report for the following task(s): 'bda5f95c-42a3-414c-9396-1b97905d9c4a'. 2018-09-04 11:02:54.131 738 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:02:54,240 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-09-04 11:02:54,240 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-09-04 11:02:54,240 - 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-09-04 11:02:54,241 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 11:02:54,257 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 11:02:54,258 - 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': 'e25e97a2-7f54-4097-94b7-89b85657ba77', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'flavor_name': 'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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-09-04 11:04:58,692 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f8ba3012-81bd-4803-97b6-d77f458a777e 2018-09-04 11:04:58,692 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f8ba3012-81bd-4803-97b6-d77f458a777e'] 2018-09-04 11:04:59,688 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f8ba3012-81bd-4803-97b6-d77f458a777e -------------------------------------------------------------------------------- Task f8ba3012-81bd-4803-97b6-d77f458a777e: 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 f8ba3012-81bd-4803-97b6-d77f458a777e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.972 | 3.972 | 3.972 | 3.972 | 3.972 | 3.972 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.403 | 0.403 | 0.403 | 0.403 | 0.403 | 0.403 | 100.0% | 1 | | -> glance_v2.upload_data | 1.164 | 1.164 | 1.164 | 1.164 | 1.164 | 1.164 | 100.0% | 1 | | glance_v2.delete_image | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 100.0% | 1 | | total | 5.37 | 5.37 | 5.37 | 5.37 | 5.37 | 5.37 | 100.0% | 1 | | -> duration | 5.37 | 5.37 | 5.37 | 5.37 | 5.37 | 5.37 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.369844 Full duration: 13.662318 -------------------------------------------------------------------------------- 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 f8ba3012-81bd-4803-97b6-d77f458a777e 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.952 | 3.952 | 3.952 | 3.952 | 3.952 | 3.952 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | -> glance_v2.upload_data | 1.029 | 1.029 | 1.029 | 1.029 | 1.029 | 1.029 | 100.0% | 1 | | glance_v2.list_images | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 4.131 | 4.131 | 4.131 | 4.131 | 4.131 | 4.131 | 100.0% | 1 | | -> duration | 4.131 | 4.131 | 4.131 | 4.131 | 4.131 | 4.131 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.130576 Full duration: 16.382127 -------------------------------------------------------------------------------- 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 f8ba3012-81bd-4803-97b6-d77f458a777e 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.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | total | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | -> duration | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.338549 Full duration: 8.141698 -------------------------------------------------------------------------------- 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_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "number_instances": 2, "nics": [ { "net-id": "e25e97a2-7f54-4097-94b7-89b85657ba77" } ] }, "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 f8ba3012-81bd-4803-97b6-d77f458a777e 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.849 | 3.849 | 3.849 | 3.849 | 3.849 | 3.849 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | -> glance_v2.upload_data | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 100.0% | 1 | | nova.boot_servers | 11.539 | 11.539 | 11.539 | 11.539 | 11.539 | 11.539 | 100.0% | 1 | | total | 15.389 | 15.389 | 15.389 | 15.389 | 15.389 | 15.389 | 100.0% | 1 | | -> duration | 14.389 | 14.389 | 14.389 | 14.389 | 14.389 | 14.389 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.388581 Full duration: 66.480616 HINTS: * To plot HTML graphics with this data, run: rally task report f8ba3012-81bd-4803-97b6-d77f458a777e --out output.html * To generate a JUnit report, run: rally task export f8ba3012-81bd-4803-97b6-d77f458a777e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f8ba3012-81bd-4803-97b6-d77f458a777e --json --out output.json 2018-09-04 11:04:59,689 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f8ba3012-81bd-4803-97b6-d77f458a777e', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-09-04 11:05:01,892 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f8ba3012-81bd-4803-97b6-d77f458a777e --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-09-04 11:05:01.788 1291 INFO rally.api [-] Building 'json' report for the following task(s): 'f8ba3012-81bd-4803-97b6-d77f458a777e'. 2018-09-04 11:05:01.793 1291 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:05:01,893 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f8ba3012-81bd-4803-97b6-d77f458a777e', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-09-04 11:05:04,149 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f8ba3012-81bd-4803-97b6-d77f458a777e --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-09-04 11:05:04.028 1294 INFO rally.api [-] Building 'html' report for the following task(s): 'f8ba3012-81bd-4803-97b6-d77f458a777e'. 2018-09-04 11:05:04.050 1294 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:05:04,154 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-09-04 11:05:04,154 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-09-04 11:05:04,155 - 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-09-04 11:05:04,155 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 11:05:04,171 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 11:05:04,172 - 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': 'e25e97a2-7f54-4097-94b7-89b85657ba77', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'flavor_name': 'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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-09-04 11:08:24,053 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4e657d42-dad0-4de7-ad57-600d0ef2cb05 2018-09-04 11:08:24,053 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '4e657d42-dad0-4de7-ad57-600d0ef2cb05'] 2018-09-04 11:08:25,076 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 4e657d42-dad0-4de7-ad57-600d0ef2cb05 -------------------------------------------------------------------------------- Task 4e657d42-dad0-4de7-ad57-600d0ef2cb05: 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 4e657d42-dad0-4de7-ad57-600d0ef2cb05 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.745 | 3.745 | 3.745 | 3.745 | 3.745 | 3.745 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.592 | 2.592 | 2.592 | 2.592 | 2.592 | 2.592 | 100.0% | 1 | | total | 6.337 | 6.337 | 6.337 | 6.337 | 6.337 | 6.337 | 100.0% | 1 | | -> duration | 6.337 | 6.337 | 6.337 | 6.337 | 6.337 | 6.337 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.336775 Full duration: 24.50221 -------------------------------------------------------------------------------- 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 4e657d42-dad0-4de7-ad57-600d0ef2cb05 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.264 | 3.264 | 3.264 | 3.264 | 3.264 | 3.264 | 100.0% | 1 | | cinder_v2.delete_volume | 2.481 | 2.481 | 2.481 | 2.481 | 2.481 | 2.481 | 100.0% | 1 | | total | 5.745 | 5.745 | 5.745 | 5.745 | 5.745 | 5.745 | 100.0% | 1 | | -> duration | 5.745 | 5.745 | 5.745 | 5.745 | 5.745 | 5.745 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.745216 Full duration: 16.052304 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 4e657d42-dad0-4de7-ad57-600d0ef2cb05 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.338 | 2.338 | 2.338 | 2.338 | 2.338 | 2.338 | 100.0% | 1 | | total | 11.111 | 11.111 | 11.111 | 11.111 | 11.111 | 11.111 | 100.0% | 1 | | -> duration | 11.111 | 11.111 | 11.111 | 11.111 | 11.111 | 11.111 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.111153 Full duration: 21.726124 -------------------------------------------------------------------------------- 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 4e657d42-dad0-4de7-ad57-600d0ef2cb05 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.143 | 3.143 | 3.143 | 3.143 | 3.143 | 3.143 | 100.0% | 1 | | cinder_v2.delete_volume | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 100.0% | 1 | | total | 5.75 | 5.75 | 5.75 | 5.75 | 5.75 | 5.75 | 100.0% | 1 | | -> duration | 5.75 | 5.75 | 5.75 | 5.75 | 5.75 | 5.75 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.75035 Full duration: 15.934985 -------------------------------------------------------------------------------- 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 4e657d42-dad0-4de7-ad57-600d0ef2cb05 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.641 | 3.641 | 3.641 | 3.641 | 3.641 | 3.641 | 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.643 | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 100.0% | 1 | | total | 8.919 | 8.919 | 8.919 | 8.919 | 8.919 | 8.919 | 100.0% | 1 | | -> duration | 8.919 | 8.919 | 8.919 | 8.919 | 8.919 | 8.919 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.919468 Full duration: 19.144737 -------------------------------------------------------------------------------- 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 4e657d42-dad0-4de7-ad57-600d0ef2cb05 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.194 | 3.194 | 3.194 | 3.194 | 3.194 | 3.194 | 100.0% | 1 | | cinder_v2.delete_volume | 2.628 | 2.628 | 2.628 | 2.628 | 2.628 | 2.628 | 100.0% | 1 | | total | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 100.0% | 1 | | -> duration | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.823059 Full duration: 22.623322 -------------------------------------------------------------------------------- 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 4e657d42-dad0-4de7-ad57-600d0ef2cb05 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.list_qos | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | total | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> duration | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.77656 Full duration: 12.524311 -------------------------------------------------------------------------------- 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 4e657d42-dad0-4de7-ad57-600d0ef2cb05 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.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | cinder_v2.set_qos | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | total | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> duration | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.821687 Full duration: 12.27159 -------------------------------------------------------------------------------- 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 4e657d42-dad0-4de7-ad57-600d0ef2cb05 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.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | cinder_v2.list_types | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | total | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> duration | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.792098 Full duration: 12.853738 -------------------------------------------------------------------------------- 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 4e657d42-dad0-4de7-ad57-600d0ef2cb05 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.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> duration | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.810959 Full duration: 12.237232 HINTS: * To plot HTML graphics with this data, run: rally task report 4e657d42-dad0-4de7-ad57-600d0ef2cb05 --out output.html * To generate a JUnit report, run: rally task export 4e657d42-dad0-4de7-ad57-600d0ef2cb05 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4e657d42-dad0-4de7-ad57-600d0ef2cb05 --json --out output.json 2018-09-04 11:08:25,077 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '4e657d42-dad0-4de7-ad57-600d0ef2cb05', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-09-04 11:08:27,394 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 4e657d42-dad0-4de7-ad57-600d0ef2cb05 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-09-04 11:08:27.285 3083 INFO rally.api [-] Building 'json' report for the following task(s): '4e657d42-dad0-4de7-ad57-600d0ef2cb05'. 2018-09-04 11:08:27.294 3083 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:08:27,395 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '4e657d42-dad0-4de7-ad57-600d0ef2cb05', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-09-04 11:08:29,578 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 4e657d42-dad0-4de7-ad57-600d0ef2cb05 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-09-04 11:08:29.454 3086 INFO rally.api [-] Building 'html' report for the following task(s): '4e657d42-dad0-4de7-ad57-600d0ef2cb05'. 2018-09-04 11:08:29.483 3086 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:08:29,587 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-09-04 11:08:29,587 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-09-04 11:08:29,588 - 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-09-04 11:08:29,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 11:08:29,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 11:08:29,603 - 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': 'e25e97a2-7f54-4097-94b7-89b85657ba77', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'flavor_name': 'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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-09-04 11:09:50,869 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 146af745-6740-4c5d-8998-3eba1fd59467 2018-09-04 11:09:50,869 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '146af745-6740-4c5d-8998-3eba1fd59467'] 2018-09-04 11:09:51,940 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 146af745-6740-4c5d-8998-3eba1fd59467 -------------------------------------------------------------------------------- Task 146af745-6740-4c5d-8998-3eba1fd59467: 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 146af745-6740-4c5d-8998-3eba1fd59467 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.453 | 4.453 | 4.453 | 4.453 | 4.453 | 4.453 | 100.0% | 1 | | heat.update_stack | 3.082 | 3.082 | 3.082 | 3.082 | 3.082 | 3.082 | 100.0% | 1 | | heat.delete_stack | 2.934 | 2.934 | 2.934 | 2.934 | 2.934 | 2.934 | 100.0% | 1 | | total | 10.469 | 10.469 | 10.469 | 10.469 | 10.469 | 10.469 | 100.0% | 1 | | -> duration | 6.469 | 6.469 | 6.469 | 6.469 | 6.469 | 6.469 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.468935 Full duration: 19.073268 -------------------------------------------------------------------------------- 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 146af745-6740-4c5d-8998-3eba1fd59467 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.613 | 4.613 | 4.613 | 4.613 | 4.613 | 4.613 | 100.0% | 1 | | heat.check_stack | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | heat.delete_stack | 1.593 | 1.593 | 1.593 | 1.593 | 1.593 | 1.593 | 100.0% | 1 | | total | 6.823 | 6.823 | 6.823 | 6.823 | 6.823 | 6.823 | 100.0% | 1 | | -> duration | 4.823 | 4.823 | 4.823 | 4.823 | 4.823 | 4.823 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.823477 Full duration: 16.788342 -------------------------------------------------------------------------------- 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 146af745-6740-4c5d-8998-3eba1fd59467 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.801 | 4.801 | 4.801 | 4.801 | 4.801 | 4.801 | 100.0% | 1 | | heat.suspend_stack | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 100.0% | 1 | | heat.resume_stack | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | heat.delete_stack | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 100.0% | 1 | | total | 8.719 | 8.719 | 8.719 | 8.719 | 8.719 | 8.719 | 100.0% | 1 | | -> duration | 6.719 | 6.719 | 6.719 | 6.719 | 6.719 | 6.719 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.718518 Full duration: 17.811363 -------------------------------------------------------------------------------- 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 146af745-6740-4c5d-8998-3eba1fd59467 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.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | total | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | -> duration | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.588788 Full duration: 8.296876 HINTS: * To plot HTML graphics with this data, run: rally task report 146af745-6740-4c5d-8998-3eba1fd59467 --out output.html * To generate a JUnit report, run: rally task export 146af745-6740-4c5d-8998-3eba1fd59467 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 146af745-6740-4c5d-8998-3eba1fd59467 --json --out output.json 2018-09-04 11:09:51,941 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '146af745-6740-4c5d-8998-3eba1fd59467', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-09-04 11:09:54,162 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 146af745-6740-4c5d-8998-3eba1fd59467 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-09-04 11:09:54.058 3819 INFO rally.api [-] Building 'json' report for the following task(s): '146af745-6740-4c5d-8998-3eba1fd59467'. 2018-09-04 11:09:54.063 3819 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:09:54,162 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '146af745-6740-4c5d-8998-3eba1fd59467', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-09-04 11:09:56,409 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 146af745-6740-4c5d-8998-3eba1fd59467 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-09-04 11:09:56.290 3822 INFO rally.api [-] Building 'html' report for the following task(s): '146af745-6740-4c5d-8998-3eba1fd59467'. 2018-09-04 11:09:56.311 3822 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:09:56,414 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-09-04 11:09:56,415 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-09-04 11:09:56,415 - 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-09-04 11:09:56,416 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 11:09:56,432 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 11:09:56,433 - 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': 'e25e97a2-7f54-4097-94b7-89b85657ba77', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'flavor_name': 'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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-09-04 11:13:13,872 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5a41ece3-165b-4527-87af-1138e96c7da2 2018-09-04 11:13:13,872 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '5a41ece3-165b-4527-87af-1138e96c7da2'] 2018-09-04 11:13:14,948 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 5a41ece3-165b-4527-87af-1138e96c7da2 -------------------------------------------------------------------------------- Task 5a41ece3-165b-4527-87af-1138e96c7da2: 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 5a41ece3-165b-4527-87af-1138e96c7da2 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.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | keystone_v3.add_role | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | keystone_v3.revoke_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | -> duration | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.754266 Full duration: 14.722572 -------------------------------------------------------------------------------- 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 5a41ece3-165b-4527-87af-1138e96c7da2 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.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.list_roles | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | total | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | -> duration | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.745402 Full duration: 14.545757 -------------------------------------------------------------------------------- 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 5a41ece3-165b-4527-87af-1138e96c7da2 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.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | keystone_v3.list_projects | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 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.785592 Full duration: 14.633712 -------------------------------------------------------------------------------- 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 5a41ece3-165b-4527-87af-1138e96c7da2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 100.0% | 1 | | keystone_v3.delete_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> duration | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.602636 Full duration: 12.365978 -------------------------------------------------------------------------------- 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 5a41ece3-165b-4527-87af-1138e96c7da2 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.519 | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | -> duration | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.633649 Full duration: 12.822841 -------------------------------------------------------------------------------- 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 5a41ece3-165b-4527-87af-1138e96c7da2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | keystone_v3.create_user | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | -> keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.create_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.get_project | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_user | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.get_role | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.list_services | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_services | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 100.0% | 1 | | -> duration | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.826629 Full duration: 19.865096 -------------------------------------------------------------------------------- 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 5a41ece3-165b-4527-87af-1138e96c7da2 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.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | keystone_v3.update_project | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.delete_project | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | total | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> duration | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.949835 Full duration: 12.932829 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 5a41ece3-165b-4527-87af-1138e96c7da2 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.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | total | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> duration | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.78339 Full duration: 14.87579 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 5a41ece3-165b-4527-87af-1138e96c7da2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | total | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> duration | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.687803 Full duration: 14.389759 -------------------------------------------------------------------------------- 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 5a41ece3-165b-4527-87af-1138e96c7da2 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.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | keystone_v3.list_users | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | -> duration | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.931132 Full duration: 14.636152 -------------------------------------------------------------------------------- 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 5a41ece3-165b-4527-87af-1138e96c7da2 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | keystone_v3.create_users | 5.105 | 5.105 | 5.105 | 5.105 | 5.105 | 5.105 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.104 | 5.104 | 5.104 | 5.104 | 5.104 | 5.104 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.367 | 1.367 | 1.367 | 1.367 | 1.367 | 1.367 | 100.0% | 1 | | total | 6.782 | 6.782 | 6.782 | 6.782 | 6.782 | 6.782 | 100.0% | 1 | | -> duration | 6.782 | 6.782 | 6.782 | 6.782 | 6.782 | 6.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.782022 Full duration: 23.190048 HINTS: * To plot HTML graphics with this data, run: rally task report 5a41ece3-165b-4527-87af-1138e96c7da2 --out output.html * To generate a JUnit report, run: rally task export 5a41ece3-165b-4527-87af-1138e96c7da2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5a41ece3-165b-4527-87af-1138e96c7da2 --json --out output.json 2018-09-04 11:13:14,948 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '5a41ece3-165b-4527-87af-1138e96c7da2', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-09-04 11:13:17,148 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 5a41ece3-165b-4527-87af-1138e96c7da2 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-09-04 11:13:17.037 5737 INFO rally.api [-] Building 'json' report for the following task(s): '5a41ece3-165b-4527-87af-1138e96c7da2'. 2018-09-04 11:13:17.047 5737 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:13:17,149 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '5a41ece3-165b-4527-87af-1138e96c7da2', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-09-04 11:13:19,350 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 5a41ece3-165b-4527-87af-1138e96c7da2 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-09-04 11:13:19.219 5740 INFO rally.api [-] Building 'html' report for the following task(s): '5a41ece3-165b-4527-87af-1138e96c7da2'. 2018-09-04 11:13:19.250 5740 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:13:19,364 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-09-04 11:13:19,364 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-09-04 11:13:19,365 - 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-09-04 11:13:19,365 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 11:13:19,381 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 11:13:19,382 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': 'e25e97a2-7f54-4097-94b7-89b85657ba77', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'flavor_name': 'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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-09-04 11:18:43,799 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c2a0ef72-2b35-4d27-984b-ff4475c1d0ce 2018-09-04 11:18:43,800 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c2a0ef72-2b35-4d27-984b-ff4475c1d0ce'] 2018-09-04 11:18:44,924 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c2a0ef72-2b35-4d27-984b-ff4475c1d0ce -------------------------------------------------------------------------------- Task c2a0ef72-2b35-4d27-984b-ff4475c1d0ce: 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 c2a0ef72-2b35-4d27-984b-ff4475c1d0ce 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.016 | 1.016 | 1.016 | 1.016 | 1.016 | 1.016 | 100.0% | 1 | | neutron.delete_network | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | total | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 100.0% | 1 | | -> duration | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.843781 Full duration: 15.210593 -------------------------------------------------------------------------------- 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 c2a0ef72-2b35-4d27-984b-ff4475c1d0ce 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.297 | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 100.0% | 1 | | neutron.delete_port | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | total | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 100.0% | 1 | | -> duration | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.003886 Full duration: 29.264213 -------------------------------------------------------------------------------- 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 c2a0ef72-2b35-4d27-984b-ff4475c1d0ce 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.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | neutron.create_subnet | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | neutron.create_router | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 100.0% | 1 | | neutron.add_interface_router | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 100.0% | 1 | | neutron.remove_interface_router | 1.173 | 1.173 | 1.173 | 1.173 | 1.173 | 1.173 | 100.0% | 1 | | neutron.delete_router | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 100.0% | 1 | | total | 5.412 | 5.412 | 5.412 | 5.412 | 5.412 | 5.412 | 100.0% | 1 | | -> duration | 5.412 | 5.412 | 5.412 | 5.412 | 5.412 | 5.412 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.411891 Full duration: 40.462927 -------------------------------------------------------------------------------- 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 c2a0ef72-2b35-4d27-984b-ff4475c1d0ce 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.234 | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 100.0% | 1 | | neutron.delete_subnet | 1.793 | 1.793 | 1.793 | 1.793 | 1.793 | 1.793 | 100.0% | 1 | | total | 3.028 | 3.028 | 3.028 | 3.028 | 3.028 | 3.028 | 100.0% | 1 | | -> duration | 3.028 | 3.028 | 3.028 | 3.028 | 3.028 | 3.028 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.027638 Full duration: 31.99687 -------------------------------------------------------------------------------- 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 c2a0ef72-2b35-4d27-984b-ff4475c1d0ce 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.003 | 1.003 | 1.003 | 1.003 | 1.003 | 1.003 | 100.0% | 1 | | neutron.list_networks | 0.267 | 0.267 | 0.267 | 0.267 | 0.267 | 0.267 | 100.0% | 1 | | total | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 100.0% | 1 | | -> duration | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.269532 Full duration: 16.972213 -------------------------------------------------------------------------------- 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 c2a0ef72-2b35-4d27-984b-ff4475c1d0ce 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.52 | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 100.0% | 1 | | neutron.list_ports | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 100.0% | 1 | | total | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 100.0% | 1 | | -> duration | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.76103 Full duration: 28.332024 -------------------------------------------------------------------------------- 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 c2a0ef72-2b35-4d27-984b-ff4475c1d0ce 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.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | neutron.create_subnet | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | neutron.create_router | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 100.0% | 1 | | neutron.add_interface_router | 1.528 | 1.528 | 1.528 | 1.528 | 1.528 | 1.528 | 100.0% | 1 | | neutron.list_routers | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 3.966 | 3.966 | 3.966 | 3.966 | 3.966 | 3.966 | 100.0% | 1 | | -> duration | 3.966 | 3.966 | 3.966 | 3.966 | 3.966 | 3.966 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.966246 Full duration: 43.079295 -------------------------------------------------------------------------------- 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 c2a0ef72-2b35-4d27-984b-ff4475c1d0ce 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.854 | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 100.0% | 1 | | neutron.create_subnet | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | neutron.list_subnets | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 100.0% | 1 | | total | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 100.0% | 1 | | -> duration | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.884799 Full duration: 33.043756 -------------------------------------------------------------------------------- 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 c2a0ef72-2b35-4d27-984b-ff4475c1d0ce has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 100.0% | 1 | | neutron.delete_security_group | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | total | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 100.0% | 1 | | -> duration | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.397932 Full duration: 14.686748 -------------------------------------------------------------------------------- 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 c2a0ef72-2b35-4d27-984b-ff4475c1d0ce 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.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | neutron.create_security_group_rule | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 100.0% | 1 | | neutron.delete_security_group | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 100.0% | 1 | | total | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 100.0% | 1 | | -> duration | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.803387 Full duration: 14.811975 -------------------------------------------------------------------------------- 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 c2a0ef72-2b35-4d27-984b-ff4475c1d0ce 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_router | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | neutron.add_gateway_router | 1.332 | 1.332 | 1.332 | 1.332 | 1.332 | 1.332 | 100.0% | 1 | | neutron.remove_gateway_router | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | total | 3.839 | 3.839 | 3.839 | 3.839 | 3.839 | 3.839 | 100.0% | 1 | | -> duration | 3.839 | 3.839 | 3.839 | 3.839 | 3.839 | 3.839 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.838513 Full duration: 24.418826 HINTS: * To plot HTML graphics with this data, run: rally task report c2a0ef72-2b35-4d27-984b-ff4475c1d0ce --out output.html * To generate a JUnit report, run: rally task export c2a0ef72-2b35-4d27-984b-ff4475c1d0ce --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c2a0ef72-2b35-4d27-984b-ff4475c1d0ce --json --out output.json 2018-09-04 11:18:44,924 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c2a0ef72-2b35-4d27-984b-ff4475c1d0ce', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-09-04 11:18:47,139 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c2a0ef72-2b35-4d27-984b-ff4475c1d0ce --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-09-04 11:18:47.027 9035 INFO rally.api [-] Building 'json' report for the following task(s): 'c2a0ef72-2b35-4d27-984b-ff4475c1d0ce'. 2018-09-04 11:18:47.037 9035 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:18:47,140 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c2a0ef72-2b35-4d27-984b-ff4475c1d0ce', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-09-04 11:18:49,420 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c2a0ef72-2b35-4d27-984b-ff4475c1d0ce --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-09-04 11:18:49.284 9038 INFO rally.api [-] Building 'html' report for the following task(s): 'c2a0ef72-2b35-4d27-984b-ff4475c1d0ce'. 2018-09-04 11:18:49.316 9038 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:18:49,433 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-09-04 11:18:49,434 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-09-04 11:18:49,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-nova.yaml 2018-09-04 11:18:49,435 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 11:18:49,450 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 11:18:49,451 - 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': 'e25e97a2-7f54-4097-94b7-89b85657ba77', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'flavor_name': 'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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-09-04 11:26:10,004 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 69b074ca-f85d-40be-a502-68d8dbb6f9bb 2018-09-04 11:26:10,004 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '69b074ca-f85d-40be-a502-68d8dbb6f9bb'] 2018-09-04 11:26:11,050 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 69b074ca-f85d-40be-a502-68d8dbb6f9bb -------------------------------------------------------------------------------- Task 69b074ca-f85d-40be-a502-68d8dbb6f9bb: 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_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "block_migration": false, "nics": [ { "net-id": "e25e97a2-7f54-4097-94b7-89b85657ba77" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 69b074ca-f85d-40be-a502-68d8dbb6f9bb 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.322 | 9.322 | 9.322 | 9.322 | 9.322 | 9.322 | 100.0% | 1 | | nova.find_host_to_migrate | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 100.0% | 1 | | nova.live_migrate | 13.853 | 13.853 | 13.853 | 13.853 | 13.853 | 13.853 | 100.0% | 1 | | nova.delete_server | 2.504 | 2.504 | 2.504 | 2.504 | 2.504 | 2.504 | 100.0% | 1 | | total | 27.378 | 27.378 | 27.378 | 27.378 | 27.378 | 27.378 | 100.0% | 1 | | -> duration | 26.378 | 26.378 | 26.378 | 26.378 | 26.378 | 26.378 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.378439 Full duration: 37.30379 -------------------------------------------------------------------------------- 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_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "e25e97a2-7f54-4097-94b7-89b85657ba77" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 69b074ca-f85d-40be-a502-68d8dbb6f9bb 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.837 | 2.837 | 2.837 | 2.837 | 2.837 | 2.837 | 100.0% | 1 | | nova.attach_volume | 4.245 | 4.245 | 4.245 | 4.245 | 4.245 | 4.245 | 100.0% | 1 | | nova.find_host_to_migrate | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 100.0% | 1 | | nova.live_migrate | 14.5 | 14.5 | 14.5 | 14.5 | 14.5 | 14.5 | 100.0% | 1 | | nova.detach_volume | 1.381 | 1.381 | 1.381 | 1.381 | 1.381 | 1.381 | 100.0% | 1 | | cinder_v2.delete_volume | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 100.0% | 1 | | nova.delete_server | 2.955 | 2.955 | 2.955 | 2.955 | 2.955 | 2.955 | 100.0% | 1 | | total | 39.643 | 39.643 | 39.643 | 39.643 | 39.643 | 39.643 | 100.0% | 1 | | -> duration | 38.643 | 38.643 | 38.643 | 38.643 | 38.643 | 38.643 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 38.64319 Full duration: 51.36896 -------------------------------------------------------------------------------- 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_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "e25e97a2-7f54-4097-94b7-89b85657ba77" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 69b074ca-f85d-40be-a502-68d8dbb6f9bb 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.529 | 8.529 | 8.529 | 8.529 | 8.529 | 8.529 | 100.0% | 1 | | nova.boot_server | 10.317 | 10.317 | 10.317 | 10.317 | 10.317 | 10.317 | 100.0% | 1 | | nova.find_host_to_migrate | 1.417 | 1.417 | 1.417 | 1.417 | 1.417 | 1.417 | 100.0% | 1 | | nova.live_migrate | 16.501 | 16.501 | 16.501 | 16.501 | 16.501 | 16.501 | 100.0% | 1 | | nova.delete_server | 5.42 | 5.42 | 5.42 | 5.42 | 5.42 | 5.42 | 100.0% | 1 | | total | 42.185 | 42.185 | 42.185 | 42.185 | 42.185 | 42.185 | 100.0% | 1 | | -> duration | 41.185 | 41.185 | 41.185 | 41.185 | 41.185 | 41.185 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 41.184694 Full duration: 54.859726 -------------------------------------------------------------------------------- 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_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "server_kwargs": { "nics": [ { "net-id": "e25e97a2-7f54-4097-94b7-89b85657ba77" } ] } }, "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 69b074ca-f85d-40be-a502-68d8dbb6f9bb 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.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | nova.boot_server | 7.29 | 7.29 | 7.29 | 7.29 | 7.29 | 7.29 | 100.0% | 1 | | nova.delete_server | 2.974 | 2.974 | 2.974 | 2.974 | 2.974 | 2.974 | 100.0% | 1 | | nova.delete_keypair | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 100.0% | 1 | | total | 10.999 | 10.999 | 10.999 | 10.999 | 10.999 | 10.999 | 100.0% | 1 | | -> duration | 9.999 | 9.999 | 9.999 | 9.999 | 9.999 | 9.999 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.999092 Full duration: 36.620887 -------------------------------------------------------------------------------- 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_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "volume_size": 5, "nics": [ { "net-id": "e25e97a2-7f54-4097-94b7-89b85657ba77" } ] }, "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 69b074ca-f85d-40be-a502-68d8dbb6f9bb 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 | 9.569 | 9.569 | 9.569 | 9.569 | 9.569 | 9.569 | 100.0% | 1 | | nova.boot_server | 6.217 | 6.217 | 6.217 | 6.217 | 6.217 | 6.217 | 100.0% | 1 | | nova.delete_server | 5.18 | 5.18 | 5.18 | 5.18 | 5.18 | 5.18 | 100.0% | 1 | | total | 20.966 | 20.966 | 20.966 | 20.966 | 20.966 | 20.966 | 100.0% | 1 | | -> duration | 19.966 | 19.966 | 19.966 | 19.966 | 19.966 | 19.966 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.965856 Full duration: 52.379435 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "force_delete": false, "nics": [ { "net-id": "e25e97a2-7f54-4097-94b7-89b85657ba77" } ] }, "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 69b074ca-f85d-40be-a502-68d8dbb6f9bb 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.526 | 9.526 | 9.526 | 9.526 | 9.526 | 9.526 | 100.0% | 1 | | nova.pause_server | 2.924 | 2.924 | 2.924 | 2.924 | 2.924 | 2.924 | 100.0% | 1 | | nova.unpause_server | 2.775 | 2.775 | 2.775 | 2.775 | 2.775 | 2.775 | 100.0% | 1 | | nova.delete_server | 5.122 | 5.122 | 5.122 | 5.122 | 5.122 | 5.122 | 100.0% | 1 | | total | 20.348 | 20.348 | 20.348 | 20.348 | 20.348 | 20.348 | 100.0% | 1 | | -> duration | 15.348 | 15.348 | 15.348 | 15.348 | 15.348 | 15.348 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.3478 Full duration: 47.377999 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "nics": [ { "net-id": "e25e97a2-7f54-4097-94b7-89b85657ba77" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 69b074ca-f85d-40be-a502-68d8dbb6f9bb 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.368 | 9.368 | 9.368 | 9.368 | 9.368 | 9.368 | 100.0% | 1 | | nova.migrate | 72.991 | 72.991 | 72.991 | 72.991 | 72.991 | 72.991 | 100.0% | 1 | | nova.resize_confirm | 7.97 | 7.97 | 7.97 | 7.97 | 7.97 | 7.97 | 100.0% | 1 | | nova.delete_server | 3.158 | 3.158 | 3.158 | 3.158 | 3.158 | 3.158 | 100.0% | 1 | | total | 93.487 | 93.487 | 93.487 | 93.487 | 93.487 | 93.487 | 100.0% | 1 | | -> duration | 92.487 | 92.487 | 92.487 | 92.487 | 92.487 | 92.487 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 92.486512 Full duration: 103.126359 -------------------------------------------------------------------------------- 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_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 69b074ca-f85d-40be-a502-68d8dbb6f9bb has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 10.473092 -------------------------------------------------------------------------------- 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 69b074ca-f85d-40be-a502-68d8dbb6f9bb 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.645 | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 100.0% | 1 | | nova.delete_server_group | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> duration | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.725442 Full duration: 9.38715 HINTS: * To plot HTML graphics with this data, run: rally task report 69b074ca-f85d-40be-a502-68d8dbb6f9bb --out output.html * To generate a JUnit report, run: rally task export 69b074ca-f85d-40be-a502-68d8dbb6f9bb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 69b074ca-f85d-40be-a502-68d8dbb6f9bb --json --out output.json 2018-09-04 11:26:11,051 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '69b074ca-f85d-40be-a502-68d8dbb6f9bb', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-09-04 11:26:13,262 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 69b074ca-f85d-40be-a502-68d8dbb6f9bb --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-09-04 11:26:13.151 10617 INFO rally.api [-] Building 'json' report for the following task(s): '69b074ca-f85d-40be-a502-68d8dbb6f9bb'. 2018-09-04 11:26:13.160 10617 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:26:13,262 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '69b074ca-f85d-40be-a502-68d8dbb6f9bb', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-09-04 11:26:15,511 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 69b074ca-f85d-40be-a502-68d8dbb6f9bb --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-09-04 11:26:15.379 10620 INFO rally.api [-] Building 'html' report for the following task(s): '69b074ca-f85d-40be-a502-68d8dbb6f9bb'. 2018-09-04 11:26:15.409 10620 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:26:15,523 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-09-04 11:26:15,523 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-09-04 11:26:15,524 - 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-09-04 11:26:15,524 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 11:26:15,540 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 11:26:15,540 - 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': 'e25e97a2-7f54-4097-94b7-89b85657ba77', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'flavor_name': 'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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-09-04 11:27:08,780 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 90338dd0-8612-4bfb-a826-ab21c4b2bd57 2018-09-04 11:27:08,781 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '90338dd0-8612-4bfb-a826-ab21c4b2bd57'] 2018-09-04 11:27:09,746 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 90338dd0-8612-4bfb-a826-ab21c4b2bd57 -------------------------------------------------------------------------------- Task 90338dd0-8612-4bfb-a826-ab21c4b2bd57: 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 90338dd0-8612-4bfb-a826-ab21c4b2bd57 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.091 | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 100.0% | 1 | | quotas.delete_quotas | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 100.0% | 1 | | total | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 100.0% | 1 | | -> duration | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.278388 Full duration: 9.120821 -------------------------------------------------------------------------------- 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 90338dd0-8612-4bfb-a826-ab21c4b2bd57 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.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | total | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> duration | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.705064 Full duration: 9.018355 -------------------------------------------------------------------------------- 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 90338dd0-8612-4bfb-a826-ab21c4b2bd57 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.299 | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 100.0% | 1 | | total | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> duration | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.704591 Full duration: 8.332506 -------------------------------------------------------------------------------- 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 90338dd0-8612-4bfb-a826-ab21c4b2bd57 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.067909 Full duration: 9.252252 HINTS: * To plot HTML graphics with this data, run: rally task report 90338dd0-8612-4bfb-a826-ab21c4b2bd57 --out output.html * To generate a JUnit report, run: rally task export 90338dd0-8612-4bfb-a826-ab21c4b2bd57 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 90338dd0-8612-4bfb-a826-ab21c4b2bd57 --json --out output.json 2018-09-04 11:27:09,747 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '90338dd0-8612-4bfb-a826-ab21c4b2bd57', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-09-04 11:27:11,920 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 90338dd0-8612-4bfb-a826-ab21c4b2bd57 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-09-04 11:27:11.817 11133 INFO rally.api [-] Building 'json' report for the following task(s): '90338dd0-8612-4bfb-a826-ab21c4b2bd57'. 2018-09-04 11:27:11.820 11133 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:27:11,920 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '90338dd0-8612-4bfb-a826-ab21c4b2bd57', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-09-04 11:27:14,201 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 90338dd0-8612-4bfb-a826-ab21c4b2bd57 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-09-04 11:27:14.076 11136 INFO rally.api [-] Building 'html' report for the following task(s): '90338dd0-8612-4bfb-a826-ab21c4b2bd57'. 2018-09-04 11:27:14.098 11136 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:27:14,205 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-09-04 11:27:14,208 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:44 | 4 | 100.00% | | cinder | 02:49 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 04:52 | 11 | 100.00% | | nova | 06:42 | 8 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:24 | 58 | 100.00% | +----------------+------------+----------------+-----------+ 2018-09-04 11:27:14,209 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 7/8 modules 2018-09-04 11:27:14,332 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 11:27:14,333 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:44 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-09-04 11:27:25,168 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-09-04 11:27:25,222 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-09-04 11:27:26,116 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_d746980b-965e-4460-a0a6-3715a09bebf1', 'id': u'ab8db2ecda7a4da79b1f0eed2104619d', '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-09-04 11:27:26,564 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2afc1c78fb684de484605ed104be456e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_d746980b-965e-4460-a0a6-3715a09bebf1'}) 2018-09-04 11:27:26,655 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 11:27:26,844 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/a287f1a999e3462da9d4db40a1ed6145'}, 'domain_id': None, 'human_id': None, 'id': u'a287f1a999e3462da9d4db40a1ed6145', 'HUMAN_ID': False}) 2018-09-04 11:27:27,476 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_d746980b-965e-4460-a0a6-3715a09bebf1', 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': '24e432a7-0331-4797-a4f6-579f51340a64', 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_d746980b-965e-4460-a0a6-3715a09bebf1', 'project_id': u'ab8db2ecda7a4da79b1f0eed2104619d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 11:27:27,482 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_d746980b-965e-4460-a0a6-3715a09bebf1', 'password': '24e432a7-0331-4797-a4f6-579f51340a64', 'project_name': 'refstack_defcore-project_d746980b-965e-4460-a0a6-3715a09bebf1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'ab8db2ecda7a4da79b1f0eed2104619d', 'project_domain_name': 'Default'} 2018-09-04 11:27:28,118 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-04 11:27:30,553 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-04 11:27:30.239 11139 INFO rally.deployment.engine [-] Deployment 270e710b-b994-4f91-b4a9-d9b1dc28dacf | Starting: Destroy cloud and free allocated resources. 2018-09-04 11:27:30.313 11139 INFO rally.deployment.engine [-] Deployment 270e710b-b994-4f91-b4a9-d9b1dc28dacf | Completed: Destroy cloud and free allocated resources. 2018-09-04 11:27:30.336 11139 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c). 2018-09-04 11:27:30.340 11139 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-04 11:27:33,041 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-04 11:27:32.722 11142 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=90643402-4f68-4151-bab9-89c38b7f4214) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 90643402-4f68-4151-bab9-89c38b7f4214 | 2018-09-04T11:27:32 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 90643402-4f68-4151-bab9-89c38b7f4214 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-04 11:27:36,488 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-09-04 11:27:36,489 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-04 11:27:38,802 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-04 11:27:38.525 11148 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c). 2018-09-04 11:27:38.654 11148 INFO rally.api [-] Verifier has been successfully deleted! 2018-09-04 11:27:42,356 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-04 11:27:40.798 11151 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-04 11:27:40.966 11151 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-04 11:27:42.223 11151 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cfcc2a2d-03a3-4b46-b660-53ad82bbbc19) has been successfully created! Using verifier 'opnfv-tempest' (UUID=cfcc2a2d-03a3-4b46-b660-53ad82bbbc19) as the default verifier for the future CLI operations. 2018-09-04 11:27:45,327 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-09-04 11:27:46,125 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T11:27:45Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'624d6dab-a029-4100-9348-1f886065a3f8', u'provider:segmentation_id': 100, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-net_d746980b-965e-4460-a0a6-3715a09bebf1', u'admin_state_up': True, u'tenant_id': u'ab8db2ecda7a4da79b1f0eed2104619d', u'created_at': u'2018-09-04T11:27:45Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'ab8db2ecda7a4da79b1f0eed2104619d'}) 2018-09-04 11:27:47,455 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T11:27:47Z', 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'85c9b65a-2760-4694-bf27-6bb7d6e2e72b', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_d746980b-965e-4460-a0a6-3715a09bebf1', u'enable_dhcp': True, u'network_id': u'624d6dab-a029-4100-9348-1f886065a3f8', u'tenant_id': u'ab8db2ecda7a4da79b1f0eed2104619d', u'created_at': u'2018-09-04T11:27:47Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ab8db2ecda7a4da79b1f0eed2104619d'}) 2018-09-04 11:27:48,698 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4097e349-dd4a-4a5e-95d6-eed5c2d7b85a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5092c110-d468-4f12-acae-47d56d35dff1', u'ip_address': u'172.30.9.219'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ab8db2ecda7a4da79b1f0eed2104619d', u'created_at': u'2018-09-04T11:27:47Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-04T11:27:48Z', u'revision_number': 2, u'routes': [], u'project_id': u'ab8db2ecda7a4da79b1f0eed2104619d', u'id': u'375c735d-fa3d-4be0-9503-56e6dd1fc504', u'name': u'refstack_defcore-router_d746980b-965e-4460-a0a6-3715a09bebf1'}) 2018-09-04 11:27:54,315 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/file', 'owner': u'ab8db2ecda7a4da79b1f0eed2104619d', 'id': u'e0d5931c-6a8e-4468-8aaa-ec02a3065519', 'size': 12716032, u'self': u'/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ab8db2ecda7a4da79b1f0eed2104619d', 'name': 'refstack_defcore-project_d746980b-965e-4460-a0a6-3715a09bebf1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T11:27:54Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T11:27:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1', 'created': u'2018-09-04T11:27:51Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T11:27:51Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 11:27:54,874 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_d746980b-965e-4460-a0a6-3715a09bebf1', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'89699314-d4e2-4d5d-bfaf-9247efa4d08c', 'swap': 0}) 2018-09-04 11:27:57,848 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73/file', 'owner': u'ab8db2ecda7a4da79b1f0eed2104619d', 'id': u'ea3e1bf6-fa51-4c5f-a45f-8833872b8f73', 'size': 12716032, u'self': u'/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ab8db2ecda7a4da79b1f0eed2104619d', 'name': 'refstack_defcore-project_d746980b-965e-4460-a0a6-3715a09bebf1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T11:27:57Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T11:27:57Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_d746980b-965e-4460-a0a6-3715a09bebf1', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_d746980b-965e-4460-a0a6-3715a09bebf1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_d746980b-965e-4460-a0a6-3715a09bebf1', 'created': u'2018-09-04T11:27:55Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T11:27:55Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_d746980b-965e-4460-a0a6-3715a09bebf1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 11:27:57,906 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_d746980b-965e-4460-a0a6-3715a09bebf1', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'ba533768-ec0c-4525-a8bc-7c77a1216e9c', 'swap': 0}) 2018-09-04 11:27:57,927 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_d746980b-965e-4460-a0a6-3715a09bebf1', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'ba533768-ec0c-4525-a8bc-7c77a1216e9c', 'swap': 0}) 2018-09-04 11:28:01,103 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-04 11:28:00.052 11170 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=cfcc2a2d-03a3-4b46-b660-53ad82bbbc19) for deployment 'opnfv-rally' (UUID=90643402-4f68-4151-bab9-89c38b7f4214). 2018-09-04 11:28:00.930 11170 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-09-04 11:28:00.932 11170 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cfcc2a2d-03a3-4b46-b660-53ad82bbbc19) has been successfully configured for deployment 'opnfv-rally' (UUID=90643402-4f68-4151-bab9-89c38b7f4214)! 2018-09-04 11:28:01,103 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-04 11:28:01,104 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-04 11:28:01,106 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-04 11:28:03,740 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-04 11:28:03,908 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-04 11:28:03,908 - 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-09-04 11:28:06,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:28:06.208 11182 INFO rally.api [-] Starting verification (UUID=00483996-4ce8-4e84-99fa-c098ea2871f9) for deployment 'opnfv-rally' (UUID=90643402-4f68-4151-bab9-89c38b7f4214) by verifier 'opnfv-tempest' (UUID=cfcc2a2d-03a3-4b46-b660-53ad82bbbc19). 2018-09-04 11:28:06,209 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 00483996-4ce8-4e84-99fa-c098ea2871f9 2018-09-04 11:28:16,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:28:16.887 11182 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.023s] 2018-09-04 11:28:31,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:28:31.973 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [18.272s] 2018-09-04 11:28:37,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:28:37.304 11182 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [20.412s] 2018-09-04 11:28:45,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:28:45.580 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.056s] 2018-09-04 11:28:50,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:28:50.663 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.081s] 2018-09-04 11:28:51,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:28:51.215 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [24.532s] 2018-09-04 11:28:52,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:28:52.751 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.539s] 2018-09-04 11:29:03,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:03.236 11182 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [25.924s] 2018-09-04 11:29:09,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:09.921 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2018-09-04 11:29:17,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:17.856 11182 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.621s] 2018-09-04 11:29:19,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:19.214 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.512s] 2018-09-04 11:29:19,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:19.724 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.510s] 2018-09-04 11:29:20,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:20.087 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-09-04 11:29:20,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:20.200 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.476s] 2018-09-04 11:29:20,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:20.736 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.534s] 2018-09-04 11:29:21,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:21.087 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.351s] 2018-09-04 11:29:21,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:21.157 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.069s] 2018-09-04 11:29:21,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:21.238 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.081s] 2018-09-04 11:29:21,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:21.305 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.066s] 2018-09-04 11:29:21,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:21.391 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.085s] 2018-09-04 11:29:21,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:21.464 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.072s] 2018-09-04 11:29:21,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:21.611 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.146s] 2018-09-04 11:29:32,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:32.029 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.464s] 2018-09-04 11:29:32,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:32.291 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.261s] 2018-09-04 11:29:32,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:32.495 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.204s] 2018-09-04 11:29:32,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:32.890 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.394s] 2018-09-04 11:29:33,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:33.308 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.417s] 2018-09-04 11:29:33,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:33.706 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.398s] 2018-09-04 11:29:41,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:41.046 11182 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.745s] 2018-09-04 11:29:43,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:43.287 11182 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.240s] 2018-09-04 11:29:48,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:48.105 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2018-09-04 11:29:52,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:52.313 11182 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.154s] 2018-09-04 11:29:53,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:53.980 11182 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.666s] 2018-09-04 11:29:58,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:58.391 11182 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.407s] 2018-09-04 11:29:59,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:59.310 11182 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.921s] 2018-09-04 11:30:00,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:00.978 11182 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.665s] 2018-09-04 11:30:01,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:01.938 11182 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.961s] 2018-09-04 11:30:04,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:04.023 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [2.363s] 2018-09-04 11:30:04,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:04.169 11182 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.227s] 2018-09-04 11:30:04,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:04.249 11182 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.084s] 2018-09-04 11:30:06,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:06.165 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [2.141s] 2018-09-04 11:30:07,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:07.790 11182 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.155s] 2018-09-04 11:30:08,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:08.033 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.867s] 2018-09-04 11:30:10,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:10.125 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [2.090s] 2018-09-04 11:30:12,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:12.122 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.997s] 2018-09-04 11:30:14,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:14.029 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.905s] 2018-09-04 11:30:14,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:14.474 11182 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.543s] 2018-09-04 11:30:14,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:14.951 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.922s] 2018-09-04 11:30:15,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:15.740 11182 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.264s] 2018-09-04 11:30:16,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:16.335 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [1.383s] 2018-09-04 11:30:17,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:17.034 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.699s] 2018-09-04 11:30:19,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:19.023 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.986s] 2018-09-04 11:30:19,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:19.852 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.829s] 2018-09-04 11:30:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:20.533 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.680s] 2018-09-04 11:30:21,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:21.380 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.846s] 2018-09-04 11:30:23,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:23.097 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.715s] 2018-09-04 11:30:23,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:23.905 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.808s] 2018-09-04 11:30:24,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:24.863 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.957s] 2018-09-04 11:30:25,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:25.832 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.968s] 2018-09-04 11:30:26,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:26.510 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.678s] 2018-09-04 11:30:33,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:33.806 11182 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [75.936s] 2018-09-04 11:30:35,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:35.552 11182 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.544s] 2018-09-04 11:30:38,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:38.357 11182 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.310s] 2018-09-04 11:30:38,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:38.791 11182 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.435s] 2018-09-04 11:30:46,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:46.458 11182 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.849s] 2018-09-04 11:30:52,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:52.165 11182 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON ... fail 2018-09-04 11:30:52,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:52.529 11182 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.070s] 2018-09-04 11:30:53,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:53.450 11182 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [37.704s] 2018-09-04 11:30:54,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:54.607 11182 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.077s] 2018-09-04 11:30:54,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:54.620 11182 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.309s] 2018-09-04 11:30:54,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:54.802 11182 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.195s] 2018-09-04 11:30:54,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:54.984 11182 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.181s] 2018-09-04 11:30:55,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:55.186 11182 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.201s] 2018-09-04 11:30:55,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:55.376 11182 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.190s] 2018-09-04 11:31:01,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:01.895 11182 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.160s] 2018-09-04 11:31:07,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:07.776 11182 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.594s] 2018-09-04 11:31:08,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:08.514 11182 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.737s] 2018-09-04 11:31:09,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:09.237 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.144s] 2018-09-04 11:31:09,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:09.245 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-09-04 11:31:09,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:09.425 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.179s] 2018-09-04 11:31:09,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:09.592 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.166s] 2018-09-04 11:31:10,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:10.146 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.553s] 2018-09-04 11:31:10,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:10.429 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.282s] 2018-09-04 11:31:10,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:10.612 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.182s] 2018-09-04 11:31:10,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:10.750 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.137s] 2018-09-04 11:31:10,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:10.884 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.133s] 2018-09-04 11:31:10,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:10.931 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.047s] 2018-09-04 11:31:13,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:13.542 11182 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.806s] 2018-09-04 11:31:20,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:20.269 11182 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.184s] 2018-09-04 11:31:20,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:20.454 11182 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.185s] 2018-09-04 11:31:23,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:23.240 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.677s] 2018-09-04 11:31:23,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:23.401 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.161s] 2018-09-04 11:31:24,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:24.524 11182 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [10.980s] 2018-09-04 11:31:27,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:27.993 11182 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.087s] 2018-09-04 11:31:36,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:36.041 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.904s] 2018-09-04 11:31:36,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:36.711 11182 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.183s] 2018-09-04 11:31:36,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:36.760 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.718s] 2018-09-04 11:31:48,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:48.046 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.186s] 2018-09-04 11:31:48,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:48.085 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.038s] 2018-09-04 11:31:48,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:48.133 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.048s] 2018-09-04 11:31:48,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:48.783 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.647s] 2018-09-04 11:31:49,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:49.039 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.256s] 2018-09-04 11:31:49,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:49.393 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.353s] 2018-09-04 11:31:49,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:49.577 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.184s] 2018-09-04 11:31:49,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:49.626 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.048s] 2018-09-04 11:31:49,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:49.833 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.205s] 2018-09-04 11:31:49,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:49.880 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.047s] 2018-09-04 11:31:49,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:49.921 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.040s] 2018-09-04 11:31:50,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:50.133 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.210s] 2018-09-04 11:31:50,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:50.207 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.074s] 2018-09-04 11:31:50,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:50.403 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.195s] 2018-09-04 11:31:50,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:50.453 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.050s] 2018-09-04 11:31:58,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:58.207 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.150s] 2018-09-04 11:31:58,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:58.383 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.175s] 2018-09-04 11:31:58,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:58.566 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.182s] 2018-09-04 11:31:58,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:58.724 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.157s] 2018-09-04 11:31:58,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:58.891 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.165s] 2018-09-04 11:31:59,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:59.055 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.165s] 2018-09-04 11:31:59,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:59.236 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.180s] 2018-09-04 11:31:59,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:59.425 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.189s] 2018-09-04 11:31:59,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:59.582 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.157s] 2018-09-04 11:31:59,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:59.751 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.168s] 2018-09-04 11:31:59,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:59.915 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.163s] 2018-09-04 11:31:59,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:59.960 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.044s] 2018-09-04 11:32:00,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:32:00.004 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.043s] 2018-09-04 11:32:00,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:32:00.040 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.036s] 2018-09-04 11:32:00,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:32:00.217 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.176s] 2018-09-04 11:32:00,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:32:00.369 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.151s] 2018-09-04 11:32:00,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:32:00.405 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.035s] 2018-09-04 11:32:00,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:32:00.441 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.036s] 2018-09-04 11:32:00,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:32:00.474 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-09-04 11:32:00,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:32:00.651 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.176s] 2018-09-04 11:32:05,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 00483996-4ce8-4e84-99fa-c098ea2871f9 2018-09-04 11:32:05,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '00483996-4ce8-4e84-99fa-c098ea2871f9']'. 2018-09-04 11:32:06,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 00483996-4ce8-4e84-99fa-c098ea2871f9 | 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-04 11:28:06 | 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-04 11:32:04 | 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:58 | 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-04 11:32:06,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: cfcc2a2d-03a3-4b46-b660-53ad82bbbc19) | 2018-09-04 11:32:06,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-04 11:32:06,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 90643402-4f68-4151-bab9-89c38b7f4214) | 2018-09-04 11:32:06,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 144 | 2018-09-04 11:32:06,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 228.888 | 2018-09-04 11:32:06,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 128 | 2018-09-04 11:32:06,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-09-04 11:32:06,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-04 11:32:06,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-04 11:32:06,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 16 | 2018-09-04 11:32:06,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-04 11:32:06,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-04 11:32:06,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-04 11:32:06,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 88.8888888889% 2018-09-04 11:32:06,422 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 11:32:06,422 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 04:21 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-09-04 11:32:17,062 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-09-04 11:32:17,115 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-09-04 11:32:17,961 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_4f20f6bb-48bd-4a8f-93b7-df2187674780', 'id': u'5efe9645576d420f836c625864cab315', '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-09-04 11:32:18,407 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'97c9a8d1ad4445ad87c3d2f931d5637c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_4f20f6bb-48bd-4a8f-93b7-df2187674780'}) 2018-09-04 11:32:18,585 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 11:32:18,857 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/8207f14a700a4ed1aaf5394d187d5a69'}, 'domain_id': None, 'human_id': None, 'id': u'8207f14a700a4ed1aaf5394d187d5a69', 'HUMAN_ID': False}) 2018-09-04 11:32:19,407 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_4f20f6bb-48bd-4a8f-93b7-df2187674780', 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': '3dd22027-b445-4311-8c38-ad04bab1aca1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_4f20f6bb-48bd-4a8f-93b7-df2187674780', 'project_id': u'5efe9645576d420f836c625864cab315', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 11:32:19,412 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_4f20f6bb-48bd-4a8f-93b7-df2187674780', 'password': '3dd22027-b445-4311-8c38-ad04bab1aca1', 'project_name': 'patrole-project_4f20f6bb-48bd-4a8f-93b7-df2187674780', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '5efe9645576d420f836c625864cab315', 'project_domain_name': 'Default'} 2018-09-04 11:32:20,054 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-04 11:32:22,581 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-04 11:32:22.151 11212 INFO rally.deployment.engine [-] Deployment 90643402-4f68-4151-bab9-89c38b7f4214 | Starting: Destroy cloud and free allocated resources. 2018-09-04 11:32:22.260 11212 INFO rally.deployment.engine [-] Deployment 90643402-4f68-4151-bab9-89c38b7f4214 | Completed: Destroy cloud and free allocated resources. 2018-09-04 11:32:22.300 11212 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=cfcc2a2d-03a3-4b46-b660-53ad82bbbc19) for deployment 'opnfv-rally'. 2018-09-04 11:32:22.319 11212 INFO rally.api [-] Deleting verification (UUID=00483996-4ce8-4e84-99fa-c098ea2871f9). 2018-09-04 11:32:22.366 11212 INFO rally.api [-] Verification has been successfully deleted! 2018-09-04 11:32:22.367 11212 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=cfcc2a2d-03a3-4b46-b660-53ad82bbbc19). 2018-09-04 11:32:22.378 11212 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-04 11:32:25,002 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-04 11:32:24.715 11215 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=af08efbe-9938-4197-af39-be4d930e073e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | af08efbe-9938-4197-af39-be4d930e073e | 2018-09-04T11:32:24 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: af08efbe-9938-4197-af39-be4d930e073e ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-04 11:32:28,255 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-09-04 11:32:28,255 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-04 11:32:30,574 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-04 11:32:30.302 11221 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=cfcc2a2d-03a3-4b46-b660-53ad82bbbc19). 2018-09-04 11:32:30.427 11221 INFO rally.api [-] Verifier has been successfully deleted! 2018-09-04 11:32:34,009 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-04 11:32:32.451 11224 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-04 11:32:32.619 11224 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-04 11:32:33.805 11224 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4a34ca7f-b246-404d-b785-fb0d9253b100) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4a34ca7f-b246-404d-b785-fb0d9253b100) as the default verifier for the future CLI operations. 2018-09-04 11:32:37,025 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-09-04 11:32:37,893 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T11:32:37Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'9b0228b8-8cc8-49fe-8dcb-b2b1fe70a60f', u'provider:segmentation_id': 51, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_4f20f6bb-48bd-4a8f-93b7-df2187674780', u'admin_state_up': True, u'tenant_id': u'5efe9645576d420f836c625864cab315', u'created_at': u'2018-09-04T11:32:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'5efe9645576d420f836c625864cab315'}) 2018-09-04 11:32:39,223 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T11:32: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'65f82345-265b-4a04-8b1a-2c5ef7b1ba0c', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_4f20f6bb-48bd-4a8f-93b7-df2187674780', u'enable_dhcp': True, u'network_id': u'9b0228b8-8cc8-49fe-8dcb-b2b1fe70a60f', u'tenant_id': u'5efe9645576d420f836c625864cab315', u'created_at': u'2018-09-04T11:32: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'5efe9645576d420f836c625864cab315'}) 2018-09-04 11:32:41,324 - functest.core.tenantnetwork - ERROR - Cannot run patrole Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 234, in run self._create_network_resources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 225, in _create_network_resources ext_gateway_net_id=self.ext_net.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3247, in create_router error_message="Error creating router {0}".format(name)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 294, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 201, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 115, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 163, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: Error creating router patrole-router_4f20f6bb-48bd-4a8f-93b7-df2187674780. (409) Client Error for url: http://172.30.9.28:9696/v2.0/routers.json No more IP addresses available on network 4097e349-dd4a-4a5e-95d6-eed5c2d7b85a. (Inner Exception: [Errno 17] File exists: '/var/lib/xtesting/results/') 2018-09-04 11:32:41,329 - functest.core.singlevm - ERROR - Cannot run patrole Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 237, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-09-04 11:32:41,329 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Error with run Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/tempest.py", line 330, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-09-04 11:32:41,446 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 11:32:41,446 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 00:04 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-04 11:32:46,338 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-09-04 11:32:46,392 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-09-04 11:32:46,495 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-09-04 11:33:06,543 - 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-09-04 11:33:06,573 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-09-04 11:33:06,696 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-09-04 11:33:06,812 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 11:33:06,812 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-04 11:33:06,861 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-09-04 11:33:08,344 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 11:33:11,313 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-04 11:33:11,313 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-09-04 12:15:52,162 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 12:15:52,162 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 42:41 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-09-04 12:15:53,261 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-09-04 12:15:53,312 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-09-04 12:15:54,889 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 12:15:56,342 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-04 12:15:58,727 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-04 12:15:58.398 11245 INFO rally.deployment.engine [-] Deployment af08efbe-9938-4197-af39-be4d930e073e | Starting: Destroy cloud and free allocated resources. 2018-09-04 12:15:58.501 11245 INFO rally.deployment.engine [-] Deployment af08efbe-9938-4197-af39-be4d930e073e | Completed: Destroy cloud and free allocated resources. 2018-09-04 12:15:58.519 11245 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4a34ca7f-b246-404d-b785-fb0d9253b100). 2018-09-04 12:15:58.523 11245 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-04 12:16:01,120 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-04 12:16:00.810 11248 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1d7c62f0-2fb1-43e7-ae0e-9ad429645e1d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1d7c62f0-2fb1-43e7-ae0e-9ad429645e1d | 2018-09-04T12:16:00 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1d7c62f0-2fb1-43e7-ae0e-9ad429645e1d ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-04 12:16:04,426 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-09-04 12:16:04,427 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-04 12:16:06,650 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-04 12:16:06.437 11254 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=4a34ca7f-b246-404d-b785-fb0d9253b100). 2018-09-04 12:16:06.549 11254 INFO rally.api [-] Verifier has been successfully deleted! 2018-09-04 12:16:10,450 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-04 12:16:08.634 11257 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-04 12:16:08.807 11257 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-04 12:16:10.232 11257 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b576d40d-cd7a-4752-880f-ebd829e67808) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b576d40d-cd7a-4752-880f-ebd829e67808) as the default verifier for the future CLI operations. 2018-09-04 12:16:13,610 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-09-04 12:16:16,529 - functest.core.tenantnetwork - ERROR - Cannot run neutron_trunk Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 234, in run self._create_network_resources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 225, in _create_network_resources ext_gateway_net_id=self.ext_net.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3247, in create_router error_message="Error creating router {0}".format(name)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 294, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 201, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 115, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 163, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: Error creating router neutron_trunk-router_58d5f2c6-42c7-4c2b-8747-e883fcc09d95. (409) Client Error for url: http://172.30.9.28:9696/v2.0/routers.json No more IP addresses available on network 4097e349-dd4a-4a5e-95d6-eed5c2d7b85a. (Inner Exception: [Errno 17] File exists: '/var/lib/xtesting/results/') 2018-09-04 12:16:16,530 - functest.core.singlevm - ERROR - Cannot run neutron_trunk Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 237, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-09-04 12:16:16,530 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Error with run Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/tempest.py", line 330, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-09-04 12:16:16,652 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 12:16:16,653 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 00:03 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-09-04 12:16:21,219 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-09-04 12:16:21,220 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:43 | FAIL | | vping_userdata | functest | smoke | 00:33 | PASS | | tempest_smoke_serial | functest | smoke | 21:04 | FAIL | | rally_sanity | functest | smoke | 25:44 | FAIL | | refstack_defcore | functest | smoke | 04:21 | FAIL | | patrole | functest | smoke | 00:04 | FAIL | | odl | functest | smoke | 00:19 | PASS | | snaps_smoke | functest | smoke | 42:41 | FAIL | | neutron_trunk | functest | smoke | 00:03 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-09-04 12:16:21,230 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-09-04 12:17:02,459 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-275 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-04 12:17:02,464 - 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=sMm7fUKQ9MBhjVpaGRpybdxGx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-09-04 12:17:02,464 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-04 12:17:02,465 - 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-09-04 12:17:02,486 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-09-04 12:17:02,509 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-09-04 12:21:43,471 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-09-04 12:21:43,601 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 12:21:43,601 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:41 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-09-04 12:21:43,635 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-09-04 12:21:44,106 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-09-04 12:21:44,755 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-09-04 12:21:46,410 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-09-04 12:21:47,257 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-09-04 12:21:47,257 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-09-04 12:21:47,314 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-09-04 12:21:48,081 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-09-04 12:22:15,944 - 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-09-04 12:22:15,945 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-09-04 12:22:15,945 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-09-04 12:22:15,995 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-09-04 12:22:44,934 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-09-04 12:22:44,934 - 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-09-04 12:22:44,935 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-09-04 12:22:44,935 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-09-04 12:22:44,935 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-09-04 12:22:45,009 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-09-04 12:22:45,018 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:22:45,587 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-04 12:22:48,755 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-09-04 12:22:49,142 - sdnvpn.lib.openstack_utils - DEBUG - Network '93e3b3f7-5f81-4a72-a299-588658150aeb' created successfully 2018-09-04 12:22:49,142 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-04 12:22:49,812 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'f4e7a6ac-3b35-45cf-9035-93df3ea8cd74' created successfully 2018-09-04 12:22:49,813 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-04 12:22:50,103 - sdnvpn.lib.openstack_utils - DEBUG - Router '915573d7-0093-4996-b481-d4baa10dbb79' created successfully 2018-09-04 12:22:50,103 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-04 12:22:51,691 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-04 12:22:51,691 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-04 12:22:53,922 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-04 12:22:54,567 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-09-04 12:22:54,930 - sdnvpn.lib.openstack_utils - DEBUG - Network '5f1d4917-c03f-4544-8d98-321701e5e007' created successfully 2018-09-04 12:22:54,931 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-04 12:22:55,663 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'fb513e86-7814-4993-8d14-d596ddb6785c' created successfully 2018-09-04 12:22:55,663 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-04 12:22:55,663 - sdnvpn.lib.openstack_utils - DEBUG - Router '915573d7-0093-4996-b481-d4baa10dbb79' created successfully 2018-09-04 12:22:55,663 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-04 12:22:57,178 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-04 12:22:57,178 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-04 12:22:57,917 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-04 12:22:58,043 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-09-04 12:22:58,336 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=aee4e203-f920-46bb-ac91-6898d944e253 created successfully. 2018-09-04 12:22:58,336 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-09-04 12:22:58,336 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-09-04 12:22:58,671 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-09-04 12:22:58,672 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-09-04 12:22:58,840 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-09-04 12:22:59,410 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-09-04 12:24:26,274 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-04 12:25:03,228 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.210 -c 10' 2018-09-04 12:25:22,240 - functest.utils.functest_utils - ERROR - The command 'ping 172.30.9.210 -c 10' failed. 2018-09-04 12:25:34,378 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-09-04 12:25:34,378 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence': {'status': 'FAIL', '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.210': 'FAIL'}]} 2018-09-04 12:25:34,378 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-09-04 12:25:34,379 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-09-04 12:25:34,379 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-09-04 12:25:34,458 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-09-04 12:25:49,531 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-09-04 12:25:49,532 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-09-04 12:25:49,590 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-09-04 12:25:49,649 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-09-04 12:25:49,706 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-09-04 12:25:49,957 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-2 2018-09-04 12:25:49,996 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.23 2018-09-04 12:25:57,396 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-09-04 12:25:57,455 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-09-04 12:25:57,456 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-09-04 12:26:10,594 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:26:11,196 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-09-04 12:26:11,262 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=e5b8e646-e46f-4f99-b0b0-402cfe19ffad created successfully. 2018-09-04 12:26:11,937 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-04 12:26:12,535 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-09-04 12:26:13,352 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-09-04 12:26:13,742 - sdnvpn.lib.openstack_utils - DEBUG - Network '927bdab5-c239-4e4e-9594-d559915960eb' created successfully 2018-09-04 12:26:13,742 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-04 12:26:14,427 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'e714051b-90af-4011-81f6-235e10260f37' created successfully 2018-09-04 12:26:14,428 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-04 12:26:14,746 - sdnvpn.lib.openstack_utils - DEBUG - Router 'dc011f97-d58e-48cc-8f4e-5affda0207f4' created successfully 2018-09-04 12:26:14,746 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-04 12:26:16,239 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-04 12:26:16,239 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-04 12:26:17,866 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-04 12:26:18,781 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-09-04 12:26:19,323 - sdnvpn.lib.openstack_utils - DEBUG - Network '3f2419f8-bbcf-4571-8048-d86c2a695826' created successfully 2018-09-04 12:26:19,323 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-04 12:26:19,850 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '8414cd67-2707-4790-a765-bd3ec1078ac7' created successfully 2018-09-04 12:26:19,850 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-04 12:26:20,188 - sdnvpn.lib.openstack_utils - DEBUG - Router '072b4d68-d27b-42ab-ae0f-7c4fcd139509' created successfully 2018-09-04 12:26:20,188 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-04 12:26:21,691 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-04 12:26:21,692 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-04 12:26:23,397 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-04 12:26:23,953 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-09-04 12:29:52,692 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-09-04 12:29:52,692 - 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-09-04 12:29:52,692 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-09-04 12:29:52,692 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-09-04 12:29:52,692 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-09-04 12:29:52,773 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-09-04 12:29:52,787 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:29:52,788 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-09-04 12:29:53,349 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-04 12:29:58,847 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-04 12:30:44,190 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-978029', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'route_targets': [u'55:55'], u'project_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'type': u'l3', u'id': u'a09e2722-7a69-4f9e-b177-d1899a047490'}} 2018-09-04 12:31:46,816 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-04 12:32:19,316 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-370471', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'route_targets': [u'88:88'], u'project_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'type': u'l3', u'id': u'8ed719ed-5222-425e-8f10-2c5fd1a82c5d'}} 2018-09-04 12:32:22,893 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-04 12:33:05,002 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-09-04 12:33:05,002 - 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-09-04 12:33:05,002 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-09-04 12:33:05,002 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-09-04 12:33:05,003 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-09-04 12:33:05,081 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-09-04 12:33:05,090 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:33:06,041 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-04 12:33:10,882 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-04 12:34:17,112 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-333207', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'route_targets': [], u'project_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'type': u'l3', u'id': u'22be3728-d2a3-45b8-8094-00885573b05c'}} 2018-09-04 12:35:56,352 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-04 12:36:59,383 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-333207', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'route_targets': [], u'project_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'type': u'l3', u'id': u'791d0ef6-6ba9-4c64-995f-435c2a273c70'}} 2018-09-04 12:37:03,403 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-04 12:37:47,041 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-09-04 12:37:47,041 - 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-09-04 12:37:47,041 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-09-04 12:37:47,041 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-09-04 12:37:47,041 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-09-04 12:37:47,122 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-09-04 12:37:47,132 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:38:01,147 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-04 12:38:05,535 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-04 12:40:38,745 - sdnvpn.test.functest.testcase_12 - ERROR - One or more instances is down 2018-09-04 12:40:38,746 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-09-04 12:42:09,674 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-09-04 12:43:40,437 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-09-04 12:44:13,331 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '9b7290c2-49a6-46c7-9497-511f61f1fdc4')]: Unable to complete operation on subnet 9b7290c2-49a6-46c7-9497-511f61f1fdc4: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-f93aeaaf-5bb1-48dd-927c-03af5e926ef4'] 2018-09-04 12:44:13,332 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-09-04 12:44:13,332 - 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 318, actual flow count 318': 'PASS'}, {'OVS groups are programmed after resync expected group count 24, actual group count 24': 'PASS'}, {'OVS flows are programmed after resync expected flow count 318, actual flow count 326': 'PASS'}, {'OVS groups are programmed after resync expected group count 24, actual group count 24': 'PASS'}]} 2018-09-04 12:44:13,332 - 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-09-04 12:44:13,332 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-09-04 12:44:13,333 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-09-04 12:44:13,418 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-09-04 12:44:13,429 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:44:28,408 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-04 12:44:31,959 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-04 12:46:31,591 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-09-04 12:47:07,819 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-09-04 12:47:38,086 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-09-04 12:47:38,087 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology': {'status': 'FAIL', 'details': [{'New OVS group added': 'PASS'}, {' Additional group was not deleted from OVS': 'FAIL'}]} 2018-09-04 12:47:38,088 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-09-04 12:47:38,088 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-09-04 12:47:38,088 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-09-04 12:47:38,166 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-09-04 12:47:38,175 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:47:38,760 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-04 12:47:42,510 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-09-04 12:47:43,096 - sdnvpn.lib.openstack_utils - DEBUG - Network '86e59341-b747-46ad-a3f5-8a5d697ca61b' created successfully 2018-09-04 12:47:43,097 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-04 12:47:43,676 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'da96ff88-945f-43fe-88d1-3df50cffe350' created successfully 2018-09-04 12:47:43,677 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-04 12:47:43,949 - sdnvpn.lib.openstack_utils - DEBUG - Router '7b1ef18a-421c-43b9-9c9c-50b2a94c2007' created successfully 2018-09-04 12:47:43,949 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-04 12:47:45,410 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-04 12:47:45,410 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-04 12:47:47,540 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-04 12:47:48,768 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-04 12:48:48,429 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-169877', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'route_targets': [], u'project_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'type': u'l3', u'id': u'278ad610-6624-4cbd-a6df-44ea883f453f'}} 2018-09-04 12:50:28,747 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-04 12:51:31,868 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-169877', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'route_targets': [], u'project_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'type': u'l3', u'id': u'fc7ad9a4-cbb0-4392-a573-a19bac9b65e2'}} 2018-09-04 12:51:35,628 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-04 12:52:05,654 - sdnvpn.test.functest.testcase_4 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate router 'sdnvpn-4-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-2' | | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-3' | | PASS | 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-4-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-4' can ping 'sdnvpn-4-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------+ | Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. | +----------------------------------------------------------------------------------------+ +========================================================================================+ 2018-09-04 12:52:18,207 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-09-04 12:52:18,207 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association': {'status': 'PASS', 'details': [{u"'sdnvpn-4-1' can ping 'sdnvpn-4-2'": 'PASS'}, {u"'sdnvpn-4-1' can ping 'sdnvpn-4-3'": 'PASS'}, {u"'sdnvpn-4-1' cannot ping 'sdnvpn-4-4'": 'PASS'}, {u"'sdnvpn-4-4' can ping 'sdnvpn-4-5'": 'PASS'}]} 2018-09-04 12:52:18,208 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-09-04 12:52:18,208 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-09-04 12:52:18,208 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-09-04 12:52:18,285 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-09-04 12:52:20,663 - functest.opnfv_tests.openstack.tempest.conf_utils - ERROR - Tempest verifier not found. 2018-09-04 12:52:20,665 - 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 118, 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-09-04 12:52:20,665 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.run_tempest failed 2018-09-04 12:52:20,665 - 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-09-04 12:52:20,665 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-09-04 12:52:20,665 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-09-04 12:52:20,702 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-09-04 12:52:20,708 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:52:21,282 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-04 12:52:24,428 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-04 12:55:25,078 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, 'dba54c27-efad-4727-96b7-39b388391117')]: Unable to complete operation on subnet dba54c27-efad-4727-96b7-39b388391117: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-752a46ab-540e-4fa4-bd3f-326021de2824'] 2018-09-04 12:55:25,094 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-09-04 12:55:25,095 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'PASS', 'details': [{'Ping succeeds': 'PASS'}, {'Ping succeeds': 'PASS'}]} 2018-09-04 12:55:25,095 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-09-04 12:55:25,095 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-09-04 12:55:25,095 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-09-04 12:55:25,170 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-09-04 12:55:25,170 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-09-04 12:55:25,180 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:55:25,844 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-09-04 12:55:40,306 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-09-04 12:55:40,364 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=6e6fa632-792d-4524-8c3f-c20426a36581 created successfully. 2018-09-04 12:55:41,554 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-09-04 12:55:41,931 - sdnvpn.lib.openstack_utils - DEBUG - Network '48e3eef3-b225-475f-9e2b-da376a1b83f1' created successfully 2018-09-04 12:55:41,931 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-04 12:55:42,649 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '6eafe3aa-d28b-42da-ad7c-bd5893ffaa40' created successfully 2018-09-04 12:55:42,650 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-04 12:55:42,825 - sdnvpn.lib.openstack_utils - DEBUG - Router 'b02d489e-c4ef-4806-aa05-df6654bd95e2' created successfully 2018-09-04 12:55:42,825 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-04 12:55:44,282 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-04 12:55:44,282 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-04 12:55:46,614 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-04 12:55:46,859 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-04 12:58:43,501 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-04 12:59:01,785 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-444732', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'route_targets': [], u'project_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'type': u'l3', u'id': u'8225283f-f7b2-4548-ae89-36914ad222e1'}} 2018-09-04 12:59:03,640 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-04 12:59:35,891 - sdnvpn.test.functest.testcase_13 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ 2018-09-04 12:59:47,754 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-09-04 12:59:47,755 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario': {'status': 'FAIL', 'details': [{u"'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13'": 'FAIL'}]} 2018-09-04 12:59:47,755 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-09-04 12:59:48,001 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-09-04 13:00:02,004 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-09-04 13:00:05,973 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-04 13:00:05,987 - 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-09-04 13:00:15,128 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-04 13:00:15,144 - 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-09-04 13:00:21,003 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-04 13:00:21,019 - 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-09-04 13:00:21,533 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-04 13:00:21,549 - 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-09-04 13:00:21,840 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-04 13:00:21,856 - 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-09-04 13:00:21,884 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-09-04 13:00:23,409 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 13:00:23,409 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 38:39 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-09-04 13:00:23,416 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-09-04 13:00:23,417 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:41 | PASS | | bgpvpn | sdnvpn | features | 38:39 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-09-04 13:00:23,422 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-09-04 13:01:05,531 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-275 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-04 13:01:05,534 - 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=sMm7fUKQ9MBhjVpaGRpybdxGx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-09-04 13:01:05,534 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-04 13:01:05,534 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-09-04 13:01:05,535 - 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-09-04 13:01:05,536 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-04 13:01:19,050 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-275 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-04 13:01:19,053 - 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=sMm7fUKQ9MBhjVpaGRpybdxGx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-09-04 13:01:19,053 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-04 13:01:19,054 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-09-04 13:01:19,054 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-09-04 13:01:19,055 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK