2018-05-18 00:04:40,343 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-master-360 | | 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 | compass | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual2 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-18 00:04:40,346 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Ansible managed export LC_ALL=C # COMMON CINDER ENVS export CINDER_ENDPOINT_TYPE=publicURL # COMMON NOVA ENVS export NOVA_ENDPOINT_TYPE=publicURL # COMMON OPENSTACK ENVS export OS_ENDPOINT_TYPE=publicURL export OS_INTERFACE=publicURL export OS_USERNAME=admin export OS_PASSWORD='19462b930aeaa9d76ae91f1927e' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-18 00:04:40,346 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-18 00:04:40,347 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (merge)|(verify)|(daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ 2018-05-18 00:04:40,348 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-18 00:04:40,348 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-18 00:04:44,436 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-18 00:05:01,200 - 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 16.758s OK 2018-05-18 00:05:01,790 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-18 00:05:01,790 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:17 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-18 00:05:01,792 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-18 00:05:03,673 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-18 00:18:12,899 - 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_list_sec_grp_no_rules (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 85 tests in 789.196s OK 2018-05-18 00:18:13,459 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-18 00:18:13,460 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 13:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-18 00:18:13,463 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-18 00:18:14,347 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-18 00:19:01,204 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 46.856s OK 2018-05-18 00:19:01,738 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-18 00:19:01,738 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:47 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-18 00:19:01,741 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:17 | PASS | | api_check | functest | healthcheck | 13:09 | PASS | | snaps_health_check | functest | healthcheck | 00:47 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-18 00:19:01,742 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-18 00:19:37,306 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-master-360 | | 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 | compass | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual2 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-18 00:19:37,309 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Ansible managed export LC_ALL=C # COMMON CINDER ENVS export CINDER_ENDPOINT_TYPE=publicURL # COMMON NOVA ENVS export NOVA_ENDPOINT_TYPE=publicURL # COMMON OPENSTACK ENVS export OS_ENDPOINT_TYPE=publicURL export OS_INTERFACE=publicURL export OS_USERNAME=admin export OS_PASSWORD='19462b930aeaa9d76ae91f1927e' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-18 00:19:37,309 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-18 00:19:37,310 - 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 | | | | | | patrole snaps_smoke neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+-------------------------------------------+ 2018-05-18 00:19:37,312 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-18 00:19:37,312 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-18 00:19:39,444 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'042fb554-d999-47aa-bd31-e3a823316a46'], u'description': u'', u'provider:physical_network': u'physnet', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-18T00:01:52Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'd23d7fb3-ef9c-4228-af92-23a83b0b0cd0', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'ext-net', u'admin_state_up': True, u'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'created_at': u'2018-05-18T00:01:45Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3'}) 2018-05-18 00:19:40,485 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual2 2018-05-18 00:19:40,486 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-18 00:19:41,339 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual2 2018-05-18 00:19:41,339 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-18 00:19:41,339 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-18 00:19:42,181 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin virtual environment setup 2018-05-18 00:19:42,181 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - vPing Start Time:'2018-05-18 00:19:42' 2018-05-18 00:19:42,181 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating image with name: 'functest-vping--e64b2d27-5ba1-4024-aca1-6fa97503f0aa' 2018-05-18 00:19:42,181 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Image metadata: None 2018-05-18 00:19:43,121 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--e64b2d27-5ba1-4024-aca1-6fa97503f0aa', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-18T00:19:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/d79fd8f2-5ac5-46d4-80a6-46b5c1dda0fa/file', u'owner': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd79fd8f2-5ac5-46d4-80a6-46b5c1dda0fa', u'size': None, u'name': u'functest-vping--e64b2d27-5ba1-4024-aca1-6fa97503f0aa', u'checksum': None, u'self': u'/v2/images/d79fd8f2-5ac5-46d4-80a6-46b5c1dda0fa', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-18T00:19:42Z', u'schema': u'/v2/schemas/image'}) 2018-05-18 00:19:43,121 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating network with name: 'vping-net-e64b2d27-5ba1-4024-aca1-6fa97503f0aa' 2018-05-18 00:19:43,439 - functest.opnfv_tests.openstack.vping.vping_ssh - 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-05-18T00:19:43Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'cfe362fa-4996-42d1-8081-ef380fcd9aba', u'provider:segmentation_id': 91, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-e64b2d27-5ba1-4024-aca1-6fa97503f0aa', u'admin_state_up': True, u'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'created_at': u'2018-05-18T00:19:43Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3'}) 2018-05-18 00:19:44,485 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-18T00:19:44Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.130.2', u'end': u'192.168.130.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.130.0/24', u'id': u'45fb97f7-03f7-4dbf-853f-36d29aadbb93', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-e64b2d27-5ba1-4024-aca1-6fa97503f0aa', u'enable_dhcp': True, u'network_id': u'cfe362fa-4996-42d1-8081-ef380fcd9aba', u'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'created_at': u'2018-05-18T00:19:44Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3'}) 2018-05-18 00:19:44,486 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating router with name: 'vping-router-e64b2d27-5ba1-4024-aca1-6fa97503f0aa' 2018-05-18 00:19:53,431 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-05-18T00:19:46Z', u'revision_number': 3, u'ha': True, u'id': u'59b4820b-8589-41b8-a506-6fa4487f19c3', u'external_gateway_info': {u'network_id': u'd23d7fb3-ef9c-4228-af92-23a83b0b0cd0', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'042fb554-d999-47aa-bd31-e3a823316a46', u'ip_address': u'192.16.1.112'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-router-e64b2d27-5ba1-4024-aca1-6fa97503f0aa', u'admin_state_up': True, u'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'created_at': u'2018-05-18T00:19:45Z', u'flavor_id': None, u'routes': [], u'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3'}) 2018-05-18 00:19:57,806 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating flavor with name: 'vping-flavor-e64b2d27-5ba1-4024-aca1-6fa97503f0aa' 2018-05-18 00:19:57,913 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - flavor: Munch({'name': u'vping-flavor-e64b2d27-5ba1-4024-aca1-6fa97503f0aa', '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'd6df4e5fc94d4cd3bfb337226be1cac3', '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'b42bb83d-41aa-4c88-a65b-34f43944def8', 'swap': 0}) 2018-05-18 00:19:58,804 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-e64b2d27-5ba1-4024-aca1-6fa97503f0aa' 2018-05-18 00:20:11,963 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm1: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-e64b2d27-5ba1-4024-aca1-6fa97503f0aa': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7e:90:ff', u'version': 4, u'addr': u'192.168.130.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd79fd8f2-5ac5-46d4-80a6-46b5c1dda0fa'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000026', u'OS-SRV-USG:launched_at': u'2018-05-18T00:20:09.000000', 'flavor': Munch({u'id': u'b42bb83d-41aa-4c88-a65b-34f43944def8'}), 'az': u'nova', 'id': u'13aae3a3-0a20-4d0c-9520-e9ffa36bd83d', 'security_groups': [Munch({u'name': u'vping-sg-e64b2d27-5ba1-4024-aca1-6fa97503f0aa'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'68ded61d11364b80906937098e2406d8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6df4e5fc94d4cd3bfb337226be1cac3', 'name': 'admin', '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-05-18T00:20:09.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-18T00:20:09Z', 'hostId': u'3a6f8cdfc11568e9b7e92507b12ef30ed382274eb40c7cbddd38f0e7', u'OS-EXT-SRV-ATTR:host': u'host5', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.8', 'cloud': 'envvars', 'host_id': u'3a6f8cdfc11568e9b7e92507b12ef30ed382274eb40c7cbddd38f0e7', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host5', 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-EXT-SRV-ATTR:instance_name': u'instance-00000026', u'OS-SRV-USG:launched_at': u'2018-05-18T00:20:09.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host5', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host5', 'name': u'opnfv-vping-1-e64b2d27-5ba1-4024-aca1-6fa97503f0aa', 'adminPass': u'CiJNc94n4CBU', 'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', 'created_at': u'2018-05-18T00:19:59Z', 'created': u'2018-05-18T00:19:59Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'RegionOne'}) 2018-05-18 00:20:14,243 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm1 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 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 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] 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] 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: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K 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 2494.228 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.45 BogoMIPS (lpj=9976912) [ 0.028040] pid_max: default: 32768 minimum: 301 [ 0.036052] ACPI: Core revision 20150930 [ 0.044958] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060077] Security Framework initialized [ 0.068037] Yama: becoming mindful. [ 0.076058] AppArmor: AppArmor initialized [ 0.088123] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100266] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.108146] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116047] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.124760] Initializing cgroup subsys io [ 0.132046] Initializing cgroup subsys memory [ 0.140049] Initializing cgroup subsys devices [ 0.148040] Initializing cgroup subsys freezer [ 0.156042] Initializing cgroup subsys net_cls [ 0.164042] Initializing cgroup subsys perf_event [ 0.172059] Initializing cgroup subsys net_prio [ 0.180043] Initializing cgroup subsys hugetlb [ 0.188093] Initializing cgroup subsys pids [ 0.201462] CPU: Physical Processor ID: 0 [ 0.209317] mce: CPU supports 10 MCE banks [ 0.217218] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.224037] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.544456] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.802888] ftrace: allocating 31 2018-05-18 00:20:14,243 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating keypair with name: 'vping-keypair-e64b2d27-5ba1-4024-aca1-6fa97503f0aa' 2018-05-18 00:20:14,675 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCbweBTwU1knwqLq3462wiXImxVc/RzojhJK/TB7MhFeWP7xOmy/ux6DcHJO9jSVbwaBHsOXz8XMNqj8ZnPK31hY+gZlHJrAzXR+nOsOuL5QPKkiXUPJLdp75LN5jYp5cazVyn4mQsu9y9Evdr028Ghr8b9kgvQpBZLdA9bTh5vICyoTeoUlCs5muhiQZsg4EFYDxYfcCNPB7JRujaWJtmLr55COtpTQGZB/O/aX3yhqgWwqmg+8l22HP25uc6LGusnsf03v4ZM/JCkCCsgLgEyrCyEX760LeOV7MvTK4yer91MyYCMD2FoFLlwjtPIklSLwe77ez6o3b9NovjBt5EJ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAm8HgU8FNZJ8Ki6t+OtsIlyJsVXP0c6I4SSv0wezIRXlj+8Tp\nsv7seg3ByTvY0lW8GgR7Dl8/FzDao/GZzyt9YWPoGZRyawM10fpzrDri+UDypIl1\nDyS3ae+SzeY2KeXGs1cp+JkLLvcvRL3a9NvBoa/G/ZIL0KQWS3QPW04ebyAsqE3q\nFJQrOZroYkGbIOBBWA8WH3AjTweyUbo2libZi6+eQjraU0BmQfzv2l98oaoFsKpo\nPvJdthz9ubnOixrrJ7H9N7+GTPyQpAgrIC4BMqwshF++tC3jlezL0yuMnq/dTMmA\njA9haBS5cI7TyJJUi8Hu+3s+qN2/TaL4wbeRCQIDAQABAoIBAEdeyTnXo2zt61kg\nldDGOON35Igrf+HUfVIaECckJoifHQ9qpWNdqGItF5TsFWgb3PtW/kQRpMktm6Hv\nvPjPBr6vltTRzrP2Xpz+1C4hNYvdFNIMIlV0D489NdmfGUaNgUUANb0x84vru/8V\nt9TnNYyvDNF4MG3EImsknTzLSOrF7m6JujcWs8RT94Njx40bzBYZsQEklzV6aQBG\nvEk/Yc5kwkMRsnyL5v9nmeWxviVDlVMxgq960IKhFszor60PPZAknqpQmF96MMuJ\nisY9OBd0Lyym/ddcvIvZdA3UjMT4Hk9n+PCKipVc641WqaTEH3t1An7eQ/3GDPMo\nkfyHxAECgYEAyaLKIj7S50zJ3S09Q0n52kurYJpQRsPwyUV5Hg8etkCmIRaoWmzA\n9QgMujS5S98mT3XpzsLtmASLNvGV4fr72FwS0Asm5kkxZ2WO9DLPu1repibkDTyd\nndMQE2NBR4SN/dVxv4HtPWMxVjlscrU5Wmt4bFcFPWDE5ZVrdgDTj0kCgYEAxcB6\nwUOQTv+f5B4o0j+FosHMn3wb0VdUgauRciPxNtV5or/ANqLXdNAJvSEbyHVvfGha\nWqGQ7+4mb9zk4vu2tRiQrWnYP5Thi4DYQ3Xm0gTp7JZpEiKmy7tpWLWtT/vcluPY\nGcLr6dABKlpJ7Qpuv077WvOzeoVoOjFtOW5FM8ECgYEAxWop54+E5EstVOxnD8uM\n4aq2dxV+xVowFI99fu2kzyHKxZiuaiISZZVlCKZ4SQ2JL8Etkm8NOoowVzH+4kre\nar3y+VgB1PQSd75aUUKyWigk1546J6+STiSIl8LU9hWVA9IH1U17HmBQvK/qOwCt\nz5ZrR/+HNMna3UEG/njeqWkCgYA2jHfQI/EEuaLDbEZaaMdWNBtbywJpZqua8Va3\no46AT7az3C0LZTQFtvVYxG9DhpFwQeDaq0KtzIWxyb8hlcm6fsI5876BG3Jz5uDB\nCx7WxCA68Oqe5AwamuHeZI8gRxt8S/FqechVwNjxc+J8jqop/4F6f0r8+xvbIZM9\niltwgQKBgH2CnYIySbJgQWtNeJFssd6S90IC1RQFTY5/Qj6EVV/k4/CKzmXjOuXx\nfErYEKVFmZfWxWlHafcPzMifltldABaRih7nW64lFdPRGGQ6Y9AtSH+Z4x64Yerd\nxFJasuxB3X/JVZHtQFKtfn9AhI3z2JJjznQdUw8bIaaKvzGwEnRi\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'68ded61d11364b80906937098e2406d8', 'name': u'vping-keypair-e64b2d27-5ba1-4024-aca1-6fa97503f0aa', 'created_at': '2018-05-18T00:20:14.675858', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6df4e5fc94d4cd3bfb337226be1cac3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'fingerprint': u'70:10:8d:71:ef:9a:44:0e:0f:bc:76:62:d5:c4:2f:01', 'type': 'ssh', 'id': u'vping-keypair-e64b2d27-5ba1-4024-aca1-6fa97503f0aa'}) 2018-05-18 00:20:14,676 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAm8HgU8FNZJ8Ki6t+OtsIlyJsVXP0c6I4SSv0wezIRXlj+8Tp sv7seg3ByTvY0lW8GgR7Dl8/FzDao/GZzyt9YWPoGZRyawM10fpzrDri+UDypIl1 DyS3ae+SzeY2KeXGs1cp+JkLLvcvRL3a9NvBoa/G/ZIL0KQWS3QPW04ebyAsqE3q FJQrOZroYkGbIOBBWA8WH3AjTweyUbo2libZi6+eQjraU0BmQfzv2l98oaoFsKpo PvJdthz9ubnOixrrJ7H9N7+GTPyQpAgrIC4BMqwshF++tC3jlezL0yuMnq/dTMmA jA9haBS5cI7TyJJUi8Hu+3s+qN2/TaL4wbeRCQIDAQABAoIBAEdeyTnXo2zt61kg ldDGOON35Igrf+HUfVIaECckJoifHQ9qpWNdqGItF5TsFWgb3PtW/kQRpMktm6Hv vPjPBr6vltTRzrP2Xpz+1C4hNYvdFNIMIlV0D489NdmfGUaNgUUANb0x84vru/8V t9TnNYyvDNF4MG3EImsknTzLSOrF7m6JujcWs8RT94Njx40bzBYZsQEklzV6aQBG vEk/Yc5kwkMRsnyL5v9nmeWxviVDlVMxgq960IKhFszor60PPZAknqpQmF96MMuJ isY9OBd0Lyym/ddcvIvZdA3UjMT4Hk9n+PCKipVc641WqaTEH3t1An7eQ/3GDPMo kfyHxAECgYEAyaLKIj7S50zJ3S09Q0n52kurYJpQRsPwyUV5Hg8etkCmIRaoWmzA 9QgMujS5S98mT3XpzsLtmASLNvGV4fr72FwS0Asm5kkxZ2WO9DLPu1repibkDTyd ndMQE2NBR4SN/dVxv4HtPWMxVjlscrU5Wmt4bFcFPWDE5ZVrdgDTj0kCgYEAxcB6 wUOQTv+f5B4o0j+FosHMn3wb0VdUgauRciPxNtV5or/ANqLXdNAJvSEbyHVvfGha WqGQ7+4mb9zk4vu2tRiQrWnYP5Thi4DYQ3Xm0gTp7JZpEiKmy7tpWLWtT/vcluPY GcLr6dABKlpJ7Qpuv077WvOzeoVoOjFtOW5FM8ECgYEAxWop54+E5EstVOxnD8uM 4aq2dxV+xVowFI99fu2kzyHKxZiuaiISZZVlCKZ4SQ2JL8Etkm8NOoowVzH+4kre ar3y+VgB1PQSd75aUUKyWigk1546J6+STiSIl8LU9hWVA9IH1U17HmBQvK/qOwCt z5ZrR/+HNMna3UEG/njeqWkCgYA2jHfQI/EEuaLDbEZaaMdWNBtbywJpZqua8Va3 o46AT7az3C0LZTQFtvVYxG9DhpFwQeDaq0KtzIWxyb8hlcm6fsI5876BG3Jz5uDB Cx7WxCA68Oqe5AwamuHeZI8gRxt8S/FqechVwNjxc+J8jqop/4F6f0r8+xvbIZM9 iltwgQKBgH2CnYIySbJgQWtNeJFssd6S90IC1RQFTY5/Qj6EVV/k4/CKzmXjOuXx fErYEKVFmZfWxWlHafcPzMifltldABaRih7nW64lFdPRGGQ6Y9AtSH+Z4x64Yerd xFJasuxB3X/JVZHtQFKtfn9AhI3z2JJjznQdUw8bIaaKvzGwEnRi -----END RSA PRIVATE KEY----- 2018-05-18 00:20:15,813 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ssh--e64b2d27-5ba1-4024-aca1-6fa97503f0aa' 2018-05-18 00:20:25,085 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm2: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-e64b2d27-5ba1-4024-aca1-6fa97503f0aa': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ec:87:cb', u'version': 4, u'addr': u'192.168.130.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd79fd8f2-5ac5-46d4-80a6-46b5c1dda0fa'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000029', u'OS-SRV-USG:launched_at': u'2018-05-18T00:20:23.000000', 'flavor': Munch({u'id': u'b42bb83d-41aa-4c88-a65b-34f43944def8'}), 'az': u'nova', 'id': u'fc827c0e-4e39-4033-8313-74c33382eca9', 'security_groups': [Munch({u'name': u'vping-sg-e64b2d27-5ba1-4024-aca1-6fa97503f0aa'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'68ded61d11364b80906937098e2406d8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6df4e5fc94d4cd3bfb337226be1cac3', 'name': 'admin', '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-05-18T00:20:23.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-18T00:20:23Z', 'hostId': u'efb6d945fab353888b3efbe48f28ea477d2d1a05ed1f94f063a3bf54', u'OS-EXT-SRV-ATTR:host': u'host4', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping-keypair-e64b2d27-5ba1-4024-aca1-6fa97503f0aa', 'public_v6': '', 'private_v4': u'192.168.130.5', 'cloud': 'envvars', 'host_id': u'efb6d945fab353888b3efbe48f28ea477d2d1a05ed1f94f063a3bf54', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host4', 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-EXT-SRV-ATTR:instance_name': u'instance-00000029', u'OS-SRV-USG:launched_at': u'2018-05-18T00:20:23.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host4', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host4', 'name': u'opnfv-vping-2-ssh--e64b2d27-5ba1-4024-aca1-6fa97503f0aa', 'adminPass': u'7ZRVhXuZXTwb', 'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', 'created_at': u'2018-05-18T00:20:16Z', 'created': u'2018-05-18T00:20:16Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'RegionOne'}) 2018-05-18 00:20:29,289 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - floating_ip2: Munch({'status': u'DOWN', 'router_id': u'59b4820b-8589-41b8-a506-6fa4487f19c3', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', 'created_at': u'2018-05-18T00:20:26Z', 'attached': True, 'updated_at': u'2018-05-18T00:20:26Z', 'id': u'94c0cdb2-ed45-45fd-bd1a-c8e741a0e3d1', 'floating_network_id': u'd23d7fb3-ef9c-4228-af92-23a83b0b0cd0', 'fixed_ip_address': u'192.168.130.5', 'floating_ip_address': u'192.16.1.113', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6df4e5fc94d4cd3bfb337226be1cac3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'59b4820b-8589-41b8-a506-6fa4487f19c3', 'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', 'port_id': u'710f1032-f7bf-4902-833a-761534e20f13', 'port': u'710f1032-f7bf-4902-833a-761534e20f13', 'network': u'd23d7fb3-ef9c-4228-af92-23a83b0b0cd0'}) 2018-05-18 00:20:30,819 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm2 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 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 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] 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] 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: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K 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 2494.232 MHz processor [ 0.020000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976928) [ 0.032035] pid_max: default: 32768 minimum: 301 [ 0.040047] ACPI: Core revision 20150930 [ 0.048949] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.064066] Security Framework initialized [ 0.072036] Yama: becoming mindful. [ 0.080053] AppArmor: AppArmor initialized [ 0.088102] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.096367] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.104144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.112037] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.120744] Initializing cgroup subsys io [ 0.128041] Initializing cgroup subsys memory [ 0.136042] Initializing cgroup subsys devices [ 0.144039] Initializing cgroup subsys freezer [ 0.152038] Initializing cgroup subsys net_cls [ 0.160038] Initializing cgroup subsys perf_event [ 0.168054] Initializing cgroup subsys net_prio [ 0.176039] Initializing cgroup subsys hugetlb [ 0.184037] Initializing cgroup subsys pids [ 0.193736] CPU: Physical Processor ID: 0 [ 0.201343] mce: CPU supports 10 MCE banks [ 0.209141] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.216034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.506375] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.710072] ftrace: allocating 31920 entries in 125 pages [ 0.732379] smpboot: Max logical packages: 1 [ 0.740035] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.752783] x2apic enabled [ 0.756039] Switched APIC routing to physical x2apic. [ 0.780000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.780000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.792051] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.804907] x86: Booted up 1 node, 1 CPUs [ 0.808102] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 0.815075] devtmpfs: initialized [ 0.817564] evm: security.selinux [ 0.820043] evm: security.SMACK64 [ 0.824038] evm: security.SMACK64EXEC [ 0.828037] evm: security.SMACK64TRANSMUTE [ 0.832038] evm: security.SMACK64MMAP [ 0.836038] evm: security.ima [ 0.840050] evm: security.capability [ 0.844185] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.848142] pinctrl core: initialized pinctrl subsystem [ 0.852835] RTC time: 0:20:29, date: 05/18/18 [ 0.856340] NET: Registered protocol family 16 [ 0.860446] cpuidle: using governor ladder [ 0.864043] cpuidle: using governor menu [ 0.868044] PCCT header not found. [ 0.872329] ACPI: bus type PCI registered [ 0.876041] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.880797] PCI: Using configuration type 1 for base access [ 0.885590] ACPI: Added _OSI(Module Device) [ 0.888042] ACPI: Added _OSI(Processor Device) [ 0.892040] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.896091] ACPI: Added _OSI(Processor Aggregator Device) [ 0.902674] ACPI: Interpreter enabled [ 0.904047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.916090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.928071] ACPI: (supports S0 S3 S4 S5) [ 0.932043] ACPI: Using IOAPIC for interrupt routing [ 0.936085] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.944144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.948046] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.952047] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.956049] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.960685] acpiphp: Slot [3] registered [ 0.964141] acpiphp: Slot [4] registered [ 0.968144] acpiphp: Slot [5] registered [ 0.972139] acpiphp: Slot [6] registered [ 0.976150] acpiphp: Slot [7] registered [ 0.980142] acpiphp: Slot [8] registered [ 0.984140] acpiphp: Slot [9] registered [ 0.988146] acpiphp: Slot [10] registered [ 0.992144] acpiphp: Slot [11] registered [ 0.996151] acpiphp: Slot [12] registered [ 1.000148] acpiphp: Slot [13] registered [ 1.004149] acpiphp: Slot [14] registered [ 1.008159] acpiphp: Slot [15] registered [ 1.012139] acpiphp: Slot [16] registered [ 1.016140] acpiphp: Slot [17] registered [ 1.020157] acpiphp: Slot [18] registered [ 1.024140] acpiphp: Slot [19] registered [ 1.028139] acpiphp: Slot [20] registered [ 1.032141] acpiphp: Slot [21] registered [ 1.036146] acpiphp: Slot [22] registered [ 1.040141] acpiphp: Slot [23] registered [ 1.044189] acpiphp: Slot [24] registered [ 1.048195] acpiphp: Slot [25] registered [ 1.052151] acpiphp: Slot [26] registered [ 1.056141] acpiphp: Slot [27] registered [ 1.060145] acpiphp: Slot [28] registered [ 1.064140] acpiphp: Slot [29] registered [ 1.068147] acpiphp: Slot [30] registered [ 1.072151] acpiphp: Slot [31] registered [ 1.076132] PCI host bridge to bus 0000:00 [ 1.080041] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.084047] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.088040] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.092052] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.096053] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.100049] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.122046] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.124052] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.128050] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.132052] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.150432] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.152142] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.289376] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.300589] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.312565] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.324515] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.336349] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.346545] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.358894] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.360000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.360086] vgaarb: loaded [ 1.364052] vgaarb: bridge control possible 0000:00:02.0 [ 1.375634] SCSI subsystem initialized [ 1.382392] ACPI: bus type USB registered [ 1.384903] usbcore: registered new interface driver usbfs 2018-05-18 00:20:30,819 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin test execution 2018-05-18 00:20:33,817 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 1: cannot connect to 192.16.1.113 2018-05-18 00:20:43,907 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ssh: 2018-05-18 00:20:43,913 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ping output: >> 2018-05-18 00:20:43,917 - xtesting.energy.energy - DEBUG - Stopping recording 2018-05-18 00:20:45,411 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-18 00:20:45,411 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:02 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-18 00:21:11,539 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-18 00:21:12,313 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'042fb554-d999-47aa-bd31-e3a823316a46'], u'description': u'', u'provider:physical_network': u'physnet', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-18T00:01:52Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'd23d7fb3-ef9c-4228-af92-23a83b0b0cd0', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'ext-net', u'admin_state_up': True, u'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'created_at': u'2018-05-18T00:01:45Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3'}) 2018-05-18 00:21:12,314 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin virtual environment setup 2018-05-18 00:21:12,314 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing Start Time:'2018-05-18 00:21:12' 2018-05-18 00:21:12,314 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating image with name: 'functest-vping--0cc8bae3-bd58-467c-a462-ee1ba7dc2a36' 2018-05-18 00:21:12,314 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Image metadata: None 2018-05-18 00:21:13,829 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--0cc8bae3-bd58-467c-a462-ee1ba7dc2a36', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-18T00:21:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/90af4fd5-77be-4ee4-b4f0-7460e5109e4b/file', u'owner': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'90af4fd5-77be-4ee4-b4f0-7460e5109e4b', u'size': None, u'name': u'functest-vping--0cc8bae3-bd58-467c-a462-ee1ba7dc2a36', u'checksum': None, u'self': u'/v2/images/90af4fd5-77be-4ee4-b4f0-7460e5109e4b', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-18T00:21:12Z', u'schema': u'/v2/schemas/image'}) 2018-05-18 00:21:13,829 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating network with name: 'vping-net-0cc8bae3-bd58-467c-a462-ee1ba7dc2a36' 2018-05-18 00:21:14,220 - functest.opnfv_tests.openstack.vping.vping_userdata - 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-05-18T00:21:14Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'88e14b25-3185-448b-a61b-0d115af888ee', u'provider:segmentation_id': 8, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-0cc8bae3-bd58-467c-a462-ee1ba7dc2a36', u'admin_state_up': True, u'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'created_at': u'2018-05-18T00:21:13Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3'}) 2018-05-18 00:21:15,128 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-18T00:21:14Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.130.2', u'end': u'192.168.130.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.130.0/24', u'id': u'853b5ba5-3233-45ae-ae4c-6c1a79a9eced', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-0cc8bae3-bd58-467c-a462-ee1ba7dc2a36', u'enable_dhcp': True, u'network_id': u'88e14b25-3185-448b-a61b-0d115af888ee', u'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'created_at': u'2018-05-18T00:21:14Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3'}) 2018-05-18 00:21:15,128 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating router with name: 'vping-router-0cc8bae3-bd58-467c-a462-ee1ba7dc2a36' 2018-05-18 00:21:23,077 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-05-18T00:21:17Z', u'revision_number': 3, u'ha': True, u'id': u'8c4f1ab0-b1e1-4138-a183-252f1982da49', u'external_gateway_info': {u'network_id': u'd23d7fb3-ef9c-4228-af92-23a83b0b0cd0', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'042fb554-d999-47aa-bd31-e3a823316a46', u'ip_address': u'192.16.1.104'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-router-0cc8bae3-bd58-467c-a462-ee1ba7dc2a36', u'admin_state_up': True, u'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'created_at': u'2018-05-18T00:21:16Z', u'flavor_id': None, u'routes': [], u'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3'}) 2018-05-18 00:21:27,844 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating flavor with name: 'vping-flavor-0cc8bae3-bd58-467c-a462-ee1ba7dc2a36' 2018-05-18 00:21:27,971 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - flavor: Munch({'name': u'vping-flavor-0cc8bae3-bd58-467c-a462-ee1ba7dc2a36', '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'd6df4e5fc94d4cd3bfb337226be1cac3', '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'3a11067a-a220-4dbb-8082-6adce40d6324', 'swap': 0}) 2018-05-18 00:21:28,785 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-0cc8bae3-bd58-467c-a462-ee1ba7dc2a36' 2018-05-18 00:21:39,179 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm1: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-0cc8bae3-bd58-467c-a462-ee1ba7dc2a36': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:1e:41:87', u'version': 4, u'addr': u'192.168.130.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'90af4fd5-77be-4ee4-b4f0-7460e5109e4b'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000002c', u'OS-SRV-USG:launched_at': u'2018-05-18T00:21:37.000000', 'flavor': Munch({u'id': u'3a11067a-a220-4dbb-8082-6adce40d6324'}), 'az': u'nova', 'id': u'320fec70-4bb3-4027-b467-2a873ef67b01', 'security_groups': [Munch({u'name': u'vping-sg-0cc8bae3-bd58-467c-a462-ee1ba7dc2a36'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'68ded61d11364b80906937098e2406d8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6df4e5fc94d4cd3bfb337226be1cac3', 'name': 'admin', '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-05-18T00:21:37.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-18T00:21:37Z', 'hostId': u'3a6f8cdfc11568e9b7e92507b12ef30ed382274eb40c7cbddd38f0e7', u'OS-EXT-SRV-ATTR:host': u'host5', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.8', 'cloud': 'envvars', 'host_id': u'3a6f8cdfc11568e9b7e92507b12ef30ed382274eb40c7cbddd38f0e7', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host5', 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-EXT-SRV-ATTR:instance_name': u'instance-0000002c', u'OS-SRV-USG:launched_at': u'2018-05-18T00:21:37.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host5', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host5', 'name': u'opnfv-vping-1-0cc8bae3-bd58-467c-a462-ee1ba7dc2a36', 'adminPass': u'q5bKuP9cQC8y', 'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', 'created_at': u'2018-05-18T00:21:30Z', 'created': u'2018-05-18T00:21:30Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'RegionOne'}) 2018-05-18 00:21:40,830 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm1 console: 2018-05-18 00:21:40,830 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-userdata--0cc8bae3-bd58-467c-a462-ee1ba7dc2a36' 2018-05-18 00:21:50,103 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm2: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-0cc8bae3-bd58-467c-a462-ee1ba7dc2a36': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:85:f9:ca', u'version': 4, u'addr': u'192.168.130.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'90af4fd5-77be-4ee4-b4f0-7460e5109e4b'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000002f', u'OS-SRV-USG:launched_at': u'2018-05-18T00:21:48.000000', 'flavor': Munch({u'id': u'3a11067a-a220-4dbb-8082-6adce40d6324'}), 'az': u'nova', 'id': u'022e64ff-cefa-4a95-80d9-eadbb0779a1b', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'68ded61d11364b80906937098e2406d8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6df4e5fc94d4cd3bfb337226be1cac3', 'name': 'admin', '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-05-18T00:21:48.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-18T00:21:48Z', 'hostId': u'efb6d945fab353888b3efbe48f28ea477d2d1a05ed1f94f063a3bf54', u'OS-EXT-SRV-ATTR:host': u'host4', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.9', 'cloud': 'envvars', 'host_id': u'efb6d945fab353888b3efbe48f28ea477d2d1a05ed1f94f063a3bf54', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host4', 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-EXT-SRV-ATTR:instance_name': u'instance-0000002f', u'OS-SRV-USG:launched_at': u'2018-05-18T00:21:48.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host4', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host4', 'name': u'opnfv-vping-2-userdata--0cc8bae3-bd58-467c-a462-ee1ba7dc2a36', 'adminPass': u'kGBJDVucZz73', 'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', 'created_at': u'2018-05-18T00:21:42Z', 'created': u'2018-05-18T00:21:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'RegionOne'}) 2018-05-18 00:21:51,177 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm2 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 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 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] 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] 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: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K 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 2494.228 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.45 BogoMIPS (lpj=9976912) [ 0.028036] pid_max: default: 32768 minimum: 301 [ 0.036045] ACPI: Core revision 20150930 [ 0.048063] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.064069] Security Framework initialized [ 0.072034] Yama: becoming mindful. [ 0.080051] AppArmor: AppArmor initialized [ 0.088102] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.096257] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.104138] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.112039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.120701] Initializing cgroup subsys io [ 0.128042] Initializing cgroup subsys memory [ 0.136043] Initializing cgroup subsys devices [ 0.144039] Initializing cgroup subsys freezer [ 0.152038] Initializing cgroup subsys net_cls [ 0.160039] Initializing cgroup subsys perf_event [ 0.168053] Initializing cgroup subsys net_prio [ 0.176039] Initializing cgroup subsys hugetlb [ 0.184038] Initializing cgroup subsys pids [ 0.196986] CPU: Physical Processor ID: 0 [ 0.205287] mce: CPU supports 10 MCE banks [ 0.213150] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.513427] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.719557] ftrace: allocating 31920 entries in 125 pages [ 0.740295] smpboot: Max logical packages: 1 [ 0.748036] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.759203] x2apic enabled [ 0.760039] Switched APIC routing to physical x2apic. [ 0.783800] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.784000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.796054] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.808896] x86: Booted up 1 node, 1 CPUs [ 0.812105] smpboot: Total of 1 processors activated (4988.45 BogoMIPS) [ 0.819092] devtmpfs: initialized [ 0.821510] evm: security.selinux [ 0.824042] evm: security.SMACK64 [ 0.828037] evm: security.SMACK64EXEC [ 0.832037] evm: security.SMACK64TRANSMUTE [ 0.836037] evm: security.SMACK64MMAP [ 0.840037] evm: security.ima [ 0.844037] evm: security.capability [ 0.848231] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.852150] pinctrl core: initialized pinctrl subsystem [ 0.856859] RTC time: 0:21:43, date: 05/18/18 [ 0.860343] NET: Registered protocol family 16 [ 0.864439] cpuidle: using governor ladder [ 0.868043] cpuidle: using governor menu [ 0.872042] PCCT header not found. [ 0.876315] ACPI: bus type PCI registered [ 0.880039] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.884758] PCI: Using configuration type 1 for base access [ 0.889553] ACPI: Added _OSI(Module Device) [ 0.892039] ACPI: Added _OSI(Processor Device) [ 0.896038] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.900038] ACPI: Added _OSI(Processor Aggregator Device) [ 0.906665] ACPI: Interpreter enabled [ 0.908045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.920040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.932055] ACPI: (supports S0 S3 S4 S5) [ 0.936038] ACPI: Using IOAPIC for interrupt routing [ 0.940068] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.948137] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.952048] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.956051] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.960058] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.964757] acpiphp: Slot [3] registered [ 0.968157] acpiphp: Slot [4] registered [ 0.976079] acpiphp: Slot [5] registered [ 0.980168] acpiphp: Slot [6] registered [ 0.984144] acpiphp: Slot [7] registered [ 0.988157] acpiphp: Slot [8] registered [ 0.992179] acpiphp: Slot [9] registered [ 0.996143] acpiphp: Slot [10] registered [ 1.000149] acpiphp: Slot [11] registered [ 1.004145] acpiphp: Slot [12] registered [ 1.008148] acpiphp: Slot [13] registered [ 1.012166] acpiphp: Slot [14] registered [ 1.016155] acpiphp: Slot [15] registered [ 1.020152] acpiphp: Slot [16] registered [ 1.024151] acpiphp: Slot [17] registered [ 1.028152] acpiphp: Slot [18] registered [ 1.032151] acpiphp: Slot [19] registered [ 1.036160] acpiphp: Slot [20] registered [ 1.040152] acpiphp: Slot [21] registered [ 1.044154] acpiphp: Slot [22] registered [ 1.048162] acpiphp: Slot [23] registered [ 1.052177] acpiphp: Slot [24] registered [ 1.056141] acpiphp: Slot [25] registered [ 1.060141] acpiphp: Slot [26] registered [ 1.064141] acpiphp: Slot [27] registered [ 1.068145] acpiphp: Slot [28] registered [ 1.072143] acpiphp: Slot [29] registered [ 1.076155] acpiphp: Slot [30] registered [ 1.080172] acpiphp: Slot [31] registered [ 1.084140] PCI host bridge to bus 0000:00 [ 1.088042] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.092040] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.096040] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.100040] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.104041] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.108043] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.130118] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.132048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.136095] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.140042] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.160139] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.164142] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.305221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.316668] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.328594] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.340524] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.352350] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.362586] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.374398] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.376000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.376075] vgaarb: loaded [ 1.380059] vgaarb: bridge control possible 0000:00:02.0 [ 1.393531] SCSI subsystem initialized [ 1.402253] ACPI: bus type USB registered [ 1.404913] usbcore: registered new interface driver usbfs [ 1.408326] usbcore: registered new interface driver hub [ 1.412097] usbcore: registered new device driver usb [ 1.420803] PCI: Using ACPI for IRQ routing [ 1.431598] NetLabel: Initializing [ 1.432103] NetLabel: domain hash size = 128 [ 1.436040] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.440525] NetLabel: unlabeled traffic allowed by default [ 1.448660] clocksource: Switched to clocksource kvm-clock [ 1.583969] AppArmor: AppArmor Filesystem Enabled [ 1.598759] pnp: PnP ACPI init [ 1.613916] pnp: PnP ACPI: found 5 devices [ 1.648471] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.674950] NET: Registered protocol family 2 [ 1.693551] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.714185] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.732754] TCP: Hash tables configured (established 4096 bind 4096) [ 1.751789] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.768295] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.786964] NET: Registered protocol family 1 [ 1.801803] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.818547] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.835584] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.872655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.911515] Trying to unpack rootfs image as initramfs... [ 2.266846] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.305624] Scanning for low memory corruption every 60 seconds [ 2.327615] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.345708] audit: initializing netlink subsys (disabled) [ 2.361338] audit: type=2000 audit(1526602902.647:1): initialized [ 2.381288] Initialise system trusted keyring [ 2.396073] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.427781] zbud: loaded [ 2.438902] VFS: Disk quotas dquot_6.6.0 [ 2.451666] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.475910] fuse init (API version 7.23) [ 2.489846] Key type big_key registered [ 2.502911] Allocating IMA MOK and blacklist keyrings. [ 2.522490] Key type asymmetric registered [ 2.535212] Asymmetric key parser 'x509' registered [ 2.549839] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.574203] io scheduler noop registered [ 2.586522] io scheduler deadline registered (default) [ 2.603183] io scheduler cfq registered [ 2.616608] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.634595] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.653749] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.677405] ACPI: Power Button [PWRF] [ 2.690165] GHES: HEST is not enabled! [ 2.720926] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.791980] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.837130] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.866979] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.927558] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 3.032652] Linux agpgart interface v0.103 [ 3.071670] brd: module loaded [ 3.096816] loop: module loaded [ 3.149566] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 3.169762] GPT:90111 != 2097151 [ 3.184443] GPT:Alternate GPT header not at the end of the disk. [ 3.199431] GPT:90111 != 2097151 [ 3.210305] GPT: Use GNU Parted to correct GPT errors. [ 3.223006] vda: vda1 vda15 [ 3.238966] scsi host0: ata_piix [ 3.251284] scsi host1: ata_piix [ 3.260952] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 3.278396] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 3.297735] libphy: Fixed MDIO Bus: probed [ 3.313188] tun: Universal TUN/TAP device driver, 1.6 [ 3.325707] tun: (C) 1999-2004 Max Krasnyansky [ 3.352283] PPP generic driver version 2.4.2 [ 3.365955] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.381601] ehci-pci: EHCI PCI platform driver [ 3.393483] ehci-platform: EHCI generic platform driver [ 3.408129] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.422911] ohci-pci: OHCI PCI platform driver [ 3.436386] ohci-platform: OHCI generic platform driver [ 3.449427] uhci_hcd: USB Universal Host Controller Interface driver [ 3.489503] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.502724] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.522980] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.535755] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.551299] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.566913] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.586124] usb usb1: Product: UHCI Host Controller [ 3.598281] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.612925] usb usb1: SerialNumber: 0000:00:01.2 [ 3.625392] hub 1-0:1.0: USB hub found [ 3.635840] hub 1-0:1.0: 2 ports detected [ 3.649632] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.678028] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.690549] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.703908] mousedev: PS/2 mouse device common for all mice [ 3.720559] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.744164] rtc_cmos 00:00: RTC can wake from S4 [ 3.759948] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.778402] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.794860] i2c /dev entries driver [ 3.805263] device-mapper: uevent: version 1.0.3 [ 3.817651] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.840526] ledtrig-cpu: registered to indicate activity on CPUs [ 3.858822] NET: Registered protocol family 10 [ 3.874756] NET: Registered protocol family 17 [ 3.887848] Key type dns_resolver registered [ 3.901039] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 3.915254] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.941666] registered taskstats version 1 [ 3.954668] Loading compiled-in X.509 certificates [ 3.968616] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.993982] zswap: loaded using pool lzo/zbud [ 4.014274] Key type trusted registered [ 4.028972] Key type encrypted registered [ 4.039938] AppArmor: AppArmor sha1 policy hashing enabled [ 4.056194] ima: No TPM chip found, activating TPM-bypass! [ 4.069726] evm: HMAC attrs: 0x1 [ 4.085036] Magic number: 2:166:355 [ 4.095414] input event1: hash matches [ 4.107001] rtc_cmos 00:00: setting system clock to 2018-05-18 00:21:47 UTC (1526602907) [ 4.128377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.143664] EDD information not available. [ 4.173452] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.193849] Write protecting the kernel read-only data: 14336k [ 4.232835] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.255414] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.45 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 5.02 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... [ 5.110125] random: dd urandom read with 9 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.8... Lease of 192.168.130.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id 2018-05-18 00:21:51,177 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin test execution 2018-05-18 00:21:51,177 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-05-18 00:21:52,958 - 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 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 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] 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] 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: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K 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 2494.232 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976928) [ 0.032043] pid_max: default: 32768 minimum: 301 [ 0.044044] ACPI: Core revision 20150930 [ 0.052889] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.068069] Security Framework initialized [ 0.076034] Yama: becoming mindful. [ 0.084050] AppArmor: AppArmor initialized [ 0.092102] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100285] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.108147] Mount-ca 2018-05-18 00:21:52,958 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.8. Waiting for response... 2018-05-18 00:21:54,625 - 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 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 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] 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] 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: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K 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 2494.232 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976928) [ 0.032043] pid_max: default: 32768 minimum: 301 [ 0.044044] ACPI: Core revision 20150930 [ 0.052889] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.068069] Security Framework initialized [ 0.076034] Yama: becoming mindful. [ 0.084050] AppArmor: AppArmor initialized [ 0.092102] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100285] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.108147] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116049] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.124911] Initializing cgroup subsys io [ 0.132045] Initializing cgroup subsys memory [ 0.140048] Initializing cgroup subsys devices [ 0.148041] Initializing cgroup subsys freezer [ 0.156040] Initializing cgroup subsys net_cls [ 0.164057] Initializing cgroup subsys perf_event [ 0.172060] Initializing cgroup subsys net_prio [ 0.180038] Initializing cgroup subsys hugetlb [ 0.188038] Initializing cgroup subsys pids [ 0.200514] CPU: Physical Processor ID: 0 [ 0.213324] mce: CPU supports 10 MCE banks [ 0.221158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.232035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.530705] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.740738] ftrace: allocating 31920 entries in 125 pages [ 0.764394] smpboot: Max logical packages: 1 [ 0.772039] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.785672] x2apic enabled [ 0.788037] Switched APIC routing to physical x2apic. 2018-05-18 00:21:56,186 - 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 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 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] 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] 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: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K 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 2494.232 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976928) [ 0.032043] pid_max: default: 32768 minimum: 301 [ 0.044044] ACPI: Core revision 20150930 [ 0.052889] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.068069] Security Framework initialized [ 0.076034] Yama: becoming mindful. [ 0.084050] AppArmor: AppArmor initialized [ 0.092102] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100285] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.108147] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116049] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.124911] Initializing cgroup subsys io [ 0.132045] Initializing cgroup subsys memory [ 0.140048] Initializing cgroup subsys devices [ 0.148041] Initializing cgroup subsys freezer [ 0.156040] Initializing cgroup subsys net_cls [ 0.164057] Initializing cgroup subsys perf_event [ 0.172060] Initializing cgroup subsys net_prio [ 0.180038] Initializing cgroup subsys hugetlb [ 0.188038] Initializing cgroup subsys pids [ 0.200514] CPU: Physical Processor ID: 0 [ 0.213324] mce: CPU supports 10 MCE banks [ 0.221158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.232035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.530705] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.740738] ftrace: allocating 31920 entries in 125 pages [ 0.764394] smpboot: Max logical packages: 1 [ 0.772039] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.785672] x2apic enabled [ 0.788037] Switched APIC routing to physical x2apic. [ 0.813854] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.816000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.828053] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.840917] x86: Booted up 1 node, 1 CPUs [ 0.844103] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 0.851108] devtmpfs: initialized [ 0.853519] evm: security.selinux [ 0.856044] evm: security.SMACK64 [ 0.860039] evm: security.SMACK64EXEC [ 0.864042] evm: security.SMACK64TRANSMUTE [ 0.868042] evm: security.SMACK64MMAP [ 0.872038] evm: security.ima [ 0.876038] evm: security.capability [ 0.880254] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.884154] pinctrl core: initialized pinctrl subsystem [ 0.888909] RTC time: 0:21:54, date: 05/18/18 [ 0.892370] NET: Registered protocol family 16 [ 0.896477] cpuidle: using governor ladder [ 0.900043] cpuidle: using governor menu [ 0.904043] PCCT header not found. [ 0.908316] ACPI: bus type PCI registered [ 0.912040] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.916770] PCI: Using configuration type 1 for base access [ 0.921621] ACPI: Added _OSI(Module Device) [ 0.924044] ACPI: Added _OSI(Processor Device) [ 0.928040] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.932038] ACPI: Added _OSI(Processor Aggregator Device) [ 0.938763] ACPI: Interpreter enabled [ 0.940044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.952042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.964054] ACPI: (supports S0 S3 S4 S5) [ 0.968039] ACPI: Using IOAPIC for interrupt routing [ 0.972070] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.980113] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.984045] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.988045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.992047] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.996672] acpiphp: Slot [3] registered [ 1.000144] acpiphp: Slot [4] registered [ 1.004142] acpiphp: Slot [5] registered [ 1.008142] acpiphp: Slot [6] registered [ 1.012141] acpiphp: Slot [7] registered [ 1.016143] acpiphp: Slot [8] registered [ 1.020140] acpiphp: Slot [9] registered [ 1.024140] acpiphp: Slot [10] registered [ 1.028141] acpiphp: Slot [11] registered [ 1.032140] acpiphp: Slot [12] registered [ 1.036140] acpiphp: Slot [13] registered [ 1.040157] acpiphp: Slot [14] registered [ 1.044142] acpiphp: Slot [15] registered [ 1.048151] acpiphp: Slot [16] registered [ 1.052141] acpiphp: Slot [17] registered [ 1.056142] acpiphp: Slot [18] registered [ 1.060149] acpiphp: Slot [19] registered [ 1.064143] acpiphp: Slot [20] registered [ 1.068152] acpiphp: Slot [21] registered [ 1.072147] acpiphp: Slot [22] registered [ 1.076142] acpiphp: Slot [23] registered [ 1.080207] acpiphp: Slot [24] registered [ 1.084201] acpiphp: Slot [25] registered [ 1.088203] acpiphp: Slot [26] registered [ 1.092264] acpiphp: Slot [27] registered [ 1.096203] acpiphp: Slot [28] registered [ 1.100202] acpiphp: Slot [29] registered [ 1.104188] acpiphp: Slot [30] registered [ 1.108144] acpiphp: Slot [31] registered [ 1.112130] PCI host bridge to bus 0000:00 [ 1.116040] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.120039] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.124039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.128038] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.132039] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.136040] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.157463] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.160041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.164042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.168039] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.188406] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.192137] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.323777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.332616] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.344549] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.356520] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.368338] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.378424] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.390515] vgaarb: setting as boot device: PCI:0000:00:02.0 2018-05-18 00:21:57,864 - 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 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 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] 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] 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: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K 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 2494.232 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976928) [ 0.032043] pid_max: default: 32768 minimum: 301 [ 0.044044] ACPI: Core revision 20150930 [ 0.052889] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.068069] Security Framework initialized [ 0.076034] Yama: becoming mindful. [ 0.084050] AppArmor: AppArmor initialized [ 0.092102] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100285] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.108147] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116049] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.124911] Initializing cgroup subsys io [ 0.132045] Initializing cgroup subsys memory [ 0.140048] Initializing cgroup subsys devices [ 0.148041] Initializing cgroup subsys freezer [ 0.156040] Initializing cgroup subsys net_cls [ 0.164057] Initializing cgroup subsys perf_event [ 0.172060] Initializing cgroup subsys net_prio [ 0.180038] Initializing cgroup subsys hugetlb [ 0.188038] Initializing cgroup subsys pids [ 0.200514] CPU: Physical Processor ID: 0 [ 0.213324] mce: CPU supports 10 MCE banks [ 0.221158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.232035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.530705] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.740738] ftrace: allocating 31920 entries in 125 pages [ 0.764394] smpboot: Max logical packages: 1 [ 0.772039] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.785672] x2apic enabled [ 0.788037] Switched APIC routing to physical x2apic. [ 0.813854] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.816000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.828053] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.840917] x86: Booted up 1 node, 1 CPUs [ 0.844103] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 0.851108] devtmpfs: initialized [ 0.853519] evm: security.selinux [ 0.856044] evm: security.SMACK64 [ 0.860039] evm: security.SMACK64EXEC [ 0.864042] evm: security.SMACK64TRANSMUTE [ 0.868042] evm: security.SMACK64MMAP [ 0.872038] evm: security.ima [ 0.876038] evm: security.capability [ 0.880254] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.884154] pinctrl core: initialized pinctrl subsystem [ 0.888909] RTC time: 0:21:54, date: 05/18/18 [ 0.892370] NET: Registered protocol family 16 [ 0.896477] cpuidle: using governor ladder [ 0.900043] cpuidle: using governor menu [ 0.904043] PCCT header not found. [ 0.908316] ACPI: bus type PCI registered [ 0.912040] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.916770] PCI: Using configuration type 1 for base access [ 0.921621] ACPI: Added _OSI(Module Device) [ 0.924044] ACPI: Added _OSI(Processor Device) [ 0.928040] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.932038] ACPI: Added _OSI(Processor Aggregator Device) [ 0.938763] ACPI: Interpreter enabled [ 0.940044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.952042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.964054] ACPI: (supports S0 S3 S4 S5) [ 0.968039] ACPI: Using IOAPIC for interrupt routing [ 0.972070] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.980113] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.984045] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.988045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.992047] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.996672] acpiphp: Slot [3] registered [ 1.000144] acpiphp: Slot [4] registered [ 1.004142] acpiphp: Slot [5] registered [ 1.008142] acpiphp: Slot [6] registered [ 1.012141] acpiphp: Slot [7] registered [ 1.016143] acpiphp: Slot [8] registered [ 1.020140] acpiphp: Slot [9] registered [ 1.024140] acpiphp: Slot [10] registered [ 1.028141] acpiphp: Slot [11] registered [ 1.032140] acpiphp: Slot [12] registered [ 1.036140] acpiphp: Slot [13] registered [ 1.040157] acpiphp: Slot [14] registered [ 1.044142] acpiphp: Slot [15] registered [ 1.048151] acpiphp: Slot [16] registered [ 1.052141] acpiphp: Slot [17] registered [ 1.056142] acpiphp: Slot [18] registered [ 1.060149] acpiphp: Slot [19] registered [ 1.064143] acpiphp: Slot [20] registered [ 1.068152] acpiphp: Slot [21] registered [ 1.072147] acpiphp: Slot [22] registered [ 1.076142] acpiphp: Slot [23] registered [ 1.080207] acpiphp: Slot [24] registered [ 1.084201] acpiphp: Slot [25] registered [ 1.088203] acpiphp: Slot [26] registered [ 1.092264] acpiphp: Slot [27] registered [ 1.096203] acpiphp: Slot [28] registered [ 1.100202] acpiphp: Slot [29] registered [ 1.104188] acpiphp: Slot [30] registered [ 1.108144] acpiphp: Slot [31] registered [ 1.112130] PCI host bridge to bus 0000:00 [ 1.116040] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.120039] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.124039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.128038] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.132039] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.136040] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.157463] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.160041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.164042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.168039] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.188406] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.192137] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.323777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.332616] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.344549] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.356520] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.368338] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.378424] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.390515] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.392000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.392066] vgaarb: loaded [ 1.396041] vgaarb: bridge control possible 0000:00:02.0 [ 1.407195] SCSI subsystem initialized [ 1.413907] ACPI: bus type USB registered [ 1.416733] usbcore: registered new interface driver usbfs [ 1.420259] usbcore: registered new interface driver hub [ 1.424086] usbcore: registered new device driver usb [ 1.432507] PCI: Using ACPI for IRQ routing [ 1.443571] NetLabel: Initializing [ 1.444096] NetLabel: domain hash size = 128 [ 1.448038] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.452606] NetLabel: unlabeled traffic allowed by default [ 1.460701] clocksource: Switched to clocksource kvm-clock [ 1.593973] AppArmor: AppArmor Filesystem Enabled [ 1.607215] pnp: PnP ACPI init [ 1.619491] pnp: PnP ACPI: found 5 devices [ 1.656249] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.678246] NET: Registered protocol family 2 [ 1.694658] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.711132] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.727405] TCP: Hash tables configured (established 4096 bind 4096) [ 1.742744] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.757740] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.773370] NET: Registered protocol family 1 [ 1.786180] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.800657] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.814088] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.849320] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.885519] Trying to unpack rootfs image as initramfs... [ 2.226191] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.260499] Scanning for low memory corruption every 60 seconds [ 2.280380] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.299537] audit: initializing netlink subsys (disabled) [ 2.313043] audit: type=2000 audit(1526602913.503:1): initialized [ 2.332524] Initialise system trusted keyring [ 2.345527] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.369105] zbud: loaded [ 2.379045] VFS: Disk quotas dquot_6.6.0 [ 2.391827] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.411842] fuse init (API version 7.23) [ 2.424652] Key type big_key registered [ 2.435269] Allocating IMA MOK and blacklist keyrings. [ 2.453157] Key type asymmetric registered [ 2.464300] Asymmetric key parser 'x509' registered [ 2.476974] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.497729] io scheduler noop registered [ 2.508301] io scheduler deadline registered (default) [ 2.522519] io scheduler cfq registered [ 2.533784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.547126] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.563367] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.582494] ACPI: Power Button [PWRF] [ 2.593677] GHES: HEST is not enabled! [ 2.622890] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.692510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.746373] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.773811] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.828839] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A 2018-05-18 00:21:59,485 - 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 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 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] 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] 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: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K 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 2494.232 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976928) [ 0.032043] pid_max: default: 32768 minimum: 301 [ 0.044044] ACPI: Core revision 20150930 [ 0.052889] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.068069] Security Framework initialized [ 0.076034] Yama: becoming mindful. [ 0.084050] AppArmor: AppArmor initialized [ 0.092102] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100285] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.108147] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116049] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.124911] Initializing cgroup subsys io [ 0.132045] Initializing cgroup subsys memory [ 0.140048] Initializing cgroup subsys devices [ 0.148041] Initializing cgroup subsys freezer [ 0.156040] Initializing cgroup subsys net_cls [ 0.164057] Initializing cgroup subsys perf_event [ 0.172060] Initializing cgroup subsys net_prio [ 0.180038] Initializing cgroup subsys hugetlb [ 0.188038] Initializing cgroup subsys pids [ 0.200514] CPU: Physical Processor ID: 0 [ 0.213324] mce: CPU supports 10 MCE banks [ 0.221158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.232035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.530705] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.740738] ftrace: allocating 31920 entries in 125 pages [ 0.764394] smpboot: Max logical packages: 1 [ 0.772039] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.785672] x2apic enabled [ 0.788037] Switched APIC routing to physical x2apic. [ 0.813854] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.816000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.828053] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.840917] x86: Booted up 1 node, 1 CPUs [ 0.844103] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 0.851108] devtmpfs: initialized [ 0.853519] evm: security.selinux [ 0.856044] evm: security.SMACK64 [ 0.860039] evm: security.SMACK64EXEC [ 0.864042] evm: security.SMACK64TRANSMUTE [ 0.868042] evm: security.SMACK64MMAP [ 0.872038] evm: security.ima [ 0.876038] evm: security.capability [ 0.880254] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.884154] pinctrl core: initialized pinctrl subsystem [ 0.888909] RTC time: 0:21:54, date: 05/18/18 [ 0.892370] NET: Registered protocol family 16 [ 0.896477] cpuidle: using governor ladder [ 0.900043] cpuidle: using governor menu [ 0.904043] PCCT header not found. [ 0.908316] ACPI: bus type PCI registered [ 0.912040] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.916770] PCI: Using configuration type 1 for base access [ 0.921621] ACPI: Added _OSI(Module Device) [ 0.924044] ACPI: Added _OSI(Processor Device) [ 0.928040] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.932038] ACPI: Added _OSI(Processor Aggregator Device) [ 0.938763] ACPI: Interpreter enabled [ 0.940044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.952042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.964054] ACPI: (supports S0 S3 S4 S5) [ 0.968039] ACPI: Using IOAPIC for interrupt routing [ 0.972070] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.980113] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.984045] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.988045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.992047] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.996672] acpiphp: Slot [3] registered [ 1.000144] acpiphp: Slot [4] registered [ 1.004142] acpiphp: Slot [5] registered [ 1.008142] acpiphp: Slot [6] registered [ 1.012141] acpiphp: Slot [7] registered [ 1.016143] acpiphp: Slot [8] registered [ 1.020140] acpiphp: Slot [9] registered [ 1.024140] acpiphp: Slot [10] registered [ 1.028141] acpiphp: Slot [11] registered [ 1.032140] acpiphp: Slot [12] registered [ 1.036140] acpiphp: Slot [13] registered [ 1.040157] acpiphp: Slot [14] registered [ 1.044142] acpiphp: Slot [15] registered [ 1.048151] acpiphp: Slot [16] registered [ 1.052141] acpiphp: Slot [17] registered [ 1.056142] acpiphp: Slot [18] registered [ 1.060149] acpiphp: Slot [19] registered [ 1.064143] acpiphp: Slot [20] registered [ 1.068152] acpiphp: Slot [21] registered [ 1.072147] acpiphp: Slot [22] registered [ 1.076142] acpiphp: Slot [23] registered [ 1.080207] acpiphp: Slot [24] registered [ 1.084201] acpiphp: Slot [25] registered [ 1.088203] acpiphp: Slot [26] registered [ 1.092264] acpiphp: Slot [27] registered [ 1.096203] acpiphp: Slot [28] registered [ 1.100202] acpiphp: Slot [29] registered [ 1.104188] acpiphp: Slot [30] registered [ 1.108144] acpiphp: Slot [31] registered [ 1.112130] PCI host bridge to bus 0000:00 [ 1.116040] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.120039] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.124039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.128038] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.132039] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.136040] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.157463] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.160041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.164042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.168039] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.188406] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.192137] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.323777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.332616] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.344549] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.356520] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.368338] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.378424] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.390515] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.392000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.392066] vgaarb: loaded [ 1.396041] vgaarb: bridge control possible 0000:00:02.0 [ 1.407195] SCSI subsystem initialized [ 1.413907] ACPI: bus type USB registered [ 1.416733] usbcore: registered new interface driver usbfs [ 1.420259] usbcore: registered new interface driver hub [ 1.424086] usbcore: registered new device driver usb [ 1.432507] PCI: Using ACPI for IRQ routing [ 1.443571] NetLabel: Initializing [ 1.444096] NetLabel: domain hash size = 128 [ 1.448038] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.452606] NetLabel: unlabeled traffic allowed by default [ 1.460701] clocksource: Switched to clocksource kvm-clock [ 1.593973] AppArmor: AppArmor Filesystem Enabled [ 1.607215] pnp: PnP ACPI init [ 1.619491] pnp: PnP ACPI: found 5 devices [ 1.656249] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.678246] NET: Registered protocol family 2 [ 1.694658] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.711132] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.727405] TCP: Hash tables configured (established 4096 bind 4096) [ 1.742744] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.757740] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.773370] NET: Registered protocol family 1 [ 1.786180] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.800657] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.814088] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.849320] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.885519] Trying to unpack rootfs image as initramfs... [ 2.226191] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.260499] Scanning for low memory corruption every 60 seconds [ 2.280380] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.299537] audit: initializing netlink subsys (disabled) [ 2.313043] audit: type=2000 audit(1526602913.503:1): initialized [ 2.332524] Initialise system trusted keyring [ 2.345527] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.369105] zbud: loaded [ 2.379045] VFS: Disk quotas dquot_6.6.0 [ 2.391827] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.411842] fuse init (API version 7.23) [ 2.424652] Key type big_key registered [ 2.435269] Allocating IMA MOK and blacklist keyrings. [ 2.453157] Key type asymmetric registered [ 2.464300] Asymmetric key parser 'x509' registered [ 2.476974] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.497729] io scheduler noop registered [ 2.508301] io scheduler deadline registered (default) [ 2.522519] io scheduler cfq registered [ 2.533784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.547126] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.563367] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.582494] ACPI: Power Button [PWRF] [ 2.593677] GHES: HEST is not enabled! [ 2.622890] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.692510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.746373] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.773811] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.828839] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.933258] Linux agpgart interface v0.103 [ 2.969320] brd: module loaded [ 2.994724] loop: module loaded [ 3.029676] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 3.050551] GPT:90111 != 2097151 [ 3.059704] GPT:Alternate GPT header not at the end of the disk. [ 3.076434] GPT:90111 != 2097151 [ 3.085575] GPT: Use GNU Parted to correct GPT errors. [ 3.098475] vda: vda1 vda15 [ 3.114128] scsi host0: ata_piix [ 3.124747] scsi host1: ata_piix [ 3.135493] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 3.151344] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 3.170973] libphy: Fixed MDIO Bus: probed [ 3.183400] tun: Universal TUN/TAP device driver, 1.6 [ 3.196640] tun: (C) 1999-2004 Max Krasnyansky [ 3.223641] PPP generic driver version 2.4.2 [ 3.236937] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.254114] ehci-pci: EHCI PCI platform driver [ 3.266379] ehci-platform: EHCI generic platform driver [ 3.279066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.295332] ohci-pci: OHCI PCI platform driver [ 3.306837] ohci-platform: OHCI generic platform driver [ 3.320544] uhci_hcd: USB Universal Host Controller Interface driver [ 3.358537] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.371661] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.392717] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.406536] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.424217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.439715] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.460085] usb usb1: Product: UHCI Host Controller [ 3.473518] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.488133] usb usb1: SerialNumber: 0000:00:01.2 [ 3.500571] hub 1-0:1.0: USB hub found [ 3.510675] hub 1-0:1.0: 2 ports detected [ 3.523164] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.551040] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.563387] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.576575] mousedev: PS/2 mouse device common for all mice [ 3.593958] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.615553] rtc_cmos 00:00: RTC can wake from S4 [ 3.632439] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.649270] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.665143] i2c /dev entries driver [ 3.675198] device-mapper: uevent: version 1.0.3 [ 3.687203] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.708035] ledtrig-cpu: registered to indicate activity on CPUs [ 3.727115] NET: Registered protocol family 10 [ 3.742274] NET: Registered protocol family 17 [ 3.754787] Key type dns_resolver registered [ 3.767312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 3.781161] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.803867] registered taskstats version 1 [ 3.816296] Loading compiled-in X.509 certificates [ 3.829714] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.854358] zswap: loaded using pool lzo/zbud [ 3.874384] Key type trusted registered [ 3.889357] Key type encrypted registered [ 3.900116] AppArmor: AppArmor sha1 policy hashing enabled [ 3.914776] ima: No TPM chip found, activating TPM-bypass! [ 3.928161] evm: HMAC attrs: 0x1 [ 3.943186] Magic number: 2:166:355 [ 3.953254] input event1: hash matches [ 3.965715] rtc_cmos 00:00: setting system clock to 2018-05-18 00:21:58 UTC (1526602918) [ 3.986481] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.001585] EDD information not available. [ 4.031002] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.050729] Write protecting the kernel read-only data: 14336k [ 4.089619] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.113381] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.30 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 2018-05-18 00:22:01,057 - 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 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 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] 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] 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: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K 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 2494.232 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976928) [ 0.032043] pid_max: default: 32768 minimum: 301 [ 0.044044] ACPI: Core revision 20150930 [ 0.052889] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.068069] Security Framework initialized [ 0.076034] Yama: becoming mindful. [ 0.084050] AppArmor: AppArmor initialized [ 0.092102] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100285] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.108147] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116049] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.124911] Initializing cgroup subsys io [ 0.132045] Initializing cgroup subsys memory [ 0.140048] Initializing cgroup subsys devices [ 0.148041] Initializing cgroup subsys freezer [ 0.156040] Initializing cgroup subsys net_cls [ 0.164057] Initializing cgroup subsys perf_event [ 0.172060] Initializing cgroup subsys net_prio [ 0.180038] Initializing cgroup subsys hugetlb [ 0.188038] Initializing cgroup subsys pids [ 0.200514] CPU: Physical Processor ID: 0 [ 0.213324] mce: CPU supports 10 MCE banks [ 0.221158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.232035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.530705] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.740738] ftrace: allocating 31920 entries in 125 pages [ 0.764394] smpboot: Max logical packages: 1 [ 0.772039] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.785672] x2apic enabled [ 0.788037] Switched APIC routing to physical x2apic. [ 0.813854] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.816000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.828053] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.840917] x86: Booted up 1 node, 1 CPUs [ 0.844103] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 0.851108] devtmpfs: initialized [ 0.853519] evm: security.selinux [ 0.856044] evm: security.SMACK64 [ 0.860039] evm: security.SMACK64EXEC [ 0.864042] evm: security.SMACK64TRANSMUTE [ 0.868042] evm: security.SMACK64MMAP [ 0.872038] evm: security.ima [ 0.876038] evm: security.capability [ 0.880254] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.884154] pinctrl core: initialized pinctrl subsystem [ 0.888909] RTC time: 0:21:54, date: 05/18/18 [ 0.892370] NET: Registered protocol family 16 [ 0.896477] cpuidle: using governor ladder [ 0.900043] cpuidle: using governor menu [ 0.904043] PCCT header not found. [ 0.908316] ACPI: bus type PCI registered [ 0.912040] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.916770] PCI: Using configuration type 1 for base access [ 0.921621] ACPI: Added _OSI(Module Device) [ 0.924044] ACPI: Added _OSI(Processor Device) [ 0.928040] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.932038] ACPI: Added _OSI(Processor Aggregator Device) [ 0.938763] ACPI: Interpreter enabled [ 0.940044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.952042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.964054] ACPI: (supports S0 S3 S4 S5) [ 0.968039] ACPI: Using IOAPIC for interrupt routing [ 0.972070] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.980113] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.984045] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.988045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.992047] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.996672] acpiphp: Slot [3] registered [ 1.000144] acpiphp: Slot [4] registered [ 1.004142] acpiphp: Slot [5] registered [ 1.008142] acpiphp: Slot [6] registered [ 1.012141] acpiphp: Slot [7] registered [ 1.016143] acpiphp: Slot [8] registered [ 1.020140] acpiphp: Slot [9] registered [ 1.024140] acpiphp: Slot [10] registered [ 1.028141] acpiphp: Slot [11] registered [ 1.032140] acpiphp: Slot [12] registered [ 1.036140] acpiphp: Slot [13] registered [ 1.040157] acpiphp: Slot [14] registered [ 1.044142] acpiphp: Slot [15] registered [ 1.048151] acpiphp: Slot [16] registered [ 1.052141] acpiphp: Slot [17] registered [ 1.056142] acpiphp: Slot [18] registered [ 1.060149] acpiphp: Slot [19] registered [ 1.064143] acpiphp: Slot [20] registered [ 1.068152] acpiphp: Slot [21] registered [ 1.072147] acpiphp: Slot [22] registered [ 1.076142] acpiphp: Slot [23] registered [ 1.080207] acpiphp: Slot [24] registered [ 1.084201] acpiphp: Slot [25] registered [ 1.088203] acpiphp: Slot [26] registered [ 1.092264] acpiphp: Slot [27] registered [ 1.096203] acpiphp: Slot [28] registered [ 1.100202] acpiphp: Slot [29] registered [ 1.104188] acpiphp: Slot [30] registered [ 1.108144] acpiphp: Slot [31] registered [ 1.112130] PCI host bridge to bus 0000:00 [ 1.116040] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.120039] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.124039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.128038] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.132039] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.136040] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.157463] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.160041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.164042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.168039] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.188406] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.192137] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.323777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.332616] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.344549] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.356520] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.368338] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.378424] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.390515] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.392000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.392066] vgaarb: loaded [ 1.396041] vgaarb: bridge control possible 0000:00:02.0 [ 1.407195] SCSI subsystem initialized [ 1.413907] ACPI: bus type USB registered [ 1.416733] usbcore: registered new interface driver usbfs [ 1.420259] usbcore: registered new interface driver hub [ 1.424086] usbcore: registered new device driver usb [ 1.432507] PCI: Using ACPI for IRQ routing [ 1.443571] NetLabel: Initializing [ 1.444096] NetLabel: domain hash size = 128 [ 1.448038] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.452606] NetLabel: unlabeled traffic allowed by default [ 1.460701] clocksource: Switched to clocksource kvm-clock [ 1.593973] AppArmor: AppArmor Filesystem Enabled [ 1.607215] pnp: PnP ACPI init [ 1.619491] pnp: PnP ACPI: found 5 devices [ 1.656249] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.678246] NET: Registered protocol family 2 [ 1.694658] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.711132] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.727405] TCP: Hash tables configured (established 4096 bind 4096) [ 1.742744] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.757740] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.773370] NET: Registered protocol family 1 [ 1.786180] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.800657] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.814088] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.849320] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.885519] Trying to unpack rootfs image as initramfs... [ 2.226191] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.260499] Scanning for low memory corruption every 60 seconds [ 2.280380] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.299537] audit: initializing netlink subsys (disabled) [ 2.313043] audit: type=2000 audit(1526602913.503:1): initialized [ 2.332524] Initialise system trusted keyring [ 2.345527] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.369105] zbud: loaded [ 2.379045] VFS: Disk quotas dquot_6.6.0 [ 2.391827] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.411842] fuse init (API version 7.23) [ 2.424652] Key type big_key registered [ 2.435269] Allocating IMA MOK and blacklist keyrings. [ 2.453157] Key type asymmetric registered [ 2.464300] Asymmetric key parser 'x509' registered [ 2.476974] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.497729] io scheduler noop registered [ 2.508301] io scheduler deadline registered (default) [ 2.522519] io scheduler cfq registered [ 2.533784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.547126] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.563367] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.582494] ACPI: Power Button [PWRF] [ 2.593677] GHES: HEST is not enabled! [ 2.622890] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.692510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.746373] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.773811] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.828839] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.933258] Linux agpgart interface v0.103 [ 2.969320] brd: module loaded [ 2.994724] loop: module loaded [ 3.029676] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 3.050551] GPT:90111 != 2097151 [ 3.059704] GPT:Alternate GPT header not at the end of the disk. [ 3.076434] GPT:90111 != 2097151 [ 3.085575] GPT: Use GNU Parted to correct GPT errors. [ 3.098475] vda: vda1 vda15 [ 3.114128] scsi host0: ata_piix [ 3.124747] scsi host1: ata_piix [ 3.135493] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 3.151344] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 3.170973] libphy: Fixed MDIO Bus: probed [ 3.183400] tun: Universal TUN/TAP device driver, 1.6 [ 3.196640] tun: (C) 1999-2004 Max Krasnyansky [ 3.223641] PPP generic driver version 2.4.2 [ 3.236937] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.254114] ehci-pci: EHCI PCI platform driver [ 3.266379] ehci-platform: EHCI generic platform driver [ 3.279066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.295332] ohci-pci: OHCI PCI platform driver [ 3.306837] ohci-platform: OHCI generic platform driver [ 3.320544] uhci_hcd: USB Universal Host Controller Interface driver [ 3.358537] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.371661] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.392717] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.406536] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.424217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.439715] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.460085] usb usb1: Product: UHCI Host Controller [ 3.473518] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.488133] usb usb1: SerialNumber: 0000:00:01.2 [ 3.500571] hub 1-0:1.0: USB hub found [ 3.510675] hub 1-0:1.0: 2 ports detected [ 3.523164] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.551040] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.563387] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.576575] mousedev: PS/2 mouse device common for all mice [ 3.593958] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.615553] rtc_cmos 00:00: RTC can wake from S4 [ 3.632439] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.649270] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.665143] i2c /dev entries driver [ 3.675198] device-mapper: uevent: version 1.0.3 [ 3.687203] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.708035] ledtrig-cpu: registered to indicate activity on CPUs [ 3.727115] NET: Registered protocol family 10 [ 3.742274] NET: Registered protocol family 17 [ 3.754787] Key type dns_resolver registered [ 3.767312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 3.781161] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.803867] registered taskstats version 1 [ 3.816296] Loading compiled-in X.509 certificates [ 3.829714] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.854358] zswap: loaded using pool lzo/zbud [ 3.874384] Key type trusted registered [ 3.889357] Key type encrypted registered [ 3.900116] AppArmor: AppArmor sha1 policy hashing enabled [ 3.914776] ima: No TPM chip found, activating TPM-bypass! [ 3.928161] evm: HMAC attrs: 0x1 [ 3.943186] Magic number: 2:166:355 [ 3.953254] input event1: hash matches [ 3.965715] rtc_cmos 00:00: setting system clock to 2018-05-18 00:21:58 UTC (1526602918) [ 3.986481] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.001585] EDD information not available. [ 4.031002] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.050729] Write protecting the kernel read-only data: 14336k [ 4.089619] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.113381] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.30 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 4.95 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... [ 5.041282] random: dd urandom read with 9 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id 2018-05-18 00:22:02,775 - 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 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 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] 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] 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: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K 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 2494.232 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976928) [ 0.032043] pid_max: default: 32768 minimum: 301 [ 0.044044] ACPI: Core revision 20150930 [ 0.052889] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.068069] Security Framework initialized [ 0.076034] Yama: becoming mindful. [ 0.084050] AppArmor: AppArmor initialized [ 0.092102] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100285] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.108147] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116049] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.124911] Initializing cgroup subsys io [ 0.132045] Initializing cgroup subsys memory [ 0.140048] Initializing cgroup subsys devices [ 0.148041] Initializing cgroup subsys freezer [ 0.156040] Initializing cgroup subsys net_cls [ 0.164057] Initializing cgroup subsys perf_event [ 0.172060] Initializing cgroup subsys net_prio [ 0.180038] Initializing cgroup subsys hugetlb [ 0.188038] Initializing cgroup subsys pids [ 0.200514] CPU: Physical Processor ID: 0 [ 0.213324] mce: CPU supports 10 MCE banks [ 0.221158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.232035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.530705] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.740738] ftrace: allocating 31920 entries in 125 pages [ 0.764394] smpboot: Max logical packages: 1 [ 0.772039] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.785672] x2apic enabled [ 0.788037] Switched APIC routing to physical x2apic. [ 0.813854] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.816000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.828053] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.840917] x86: Booted up 1 node, 1 CPUs [ 0.844103] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 0.851108] devtmpfs: initialized [ 0.853519] evm: security.selinux [ 0.856044] evm: security.SMACK64 [ 0.860039] evm: security.SMACK64EXEC [ 0.864042] evm: security.SMACK64TRANSMUTE [ 0.868042] evm: security.SMACK64MMAP [ 0.872038] evm: security.ima [ 0.876038] evm: security.capability [ 0.880254] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.884154] pinctrl core: initialized pinctrl subsystem [ 0.888909] RTC time: 0:21:54, date: 05/18/18 [ 0.892370] NET: Registered protocol family 16 [ 0.896477] cpuidle: using governor ladder [ 0.900043] cpuidle: using governor menu [ 0.904043] PCCT header not found. [ 0.908316] ACPI: bus type PCI registered [ 0.912040] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.916770] PCI: Using configuration type 1 for base access [ 0.921621] ACPI: Added _OSI(Module Device) [ 0.924044] ACPI: Added _OSI(Processor Device) [ 0.928040] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.932038] ACPI: Added _OSI(Processor Aggregator Device) [ 0.938763] ACPI: Interpreter enabled [ 0.940044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.952042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.964054] ACPI: (supports S0 S3 S4 S5) [ 0.968039] ACPI: Using IOAPIC for interrupt routing [ 0.972070] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.980113] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.984045] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.988045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.992047] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.996672] acpiphp: Slot [3] registered [ 1.000144] acpiphp: Slot [4] registered [ 1.004142] acpiphp: Slot [5] registered [ 1.008142] acpiphp: Slot [6] registered [ 1.012141] acpiphp: Slot [7] registered [ 1.016143] acpiphp: Slot [8] registered [ 1.020140] acpiphp: Slot [9] registered [ 1.024140] acpiphp: Slot [10] registered [ 1.028141] acpiphp: Slot [11] registered [ 1.032140] acpiphp: Slot [12] registered [ 1.036140] acpiphp: Slot [13] registered [ 1.040157] acpiphp: Slot [14] registered [ 1.044142] acpiphp: Slot [15] registered [ 1.048151] acpiphp: Slot [16] registered [ 1.052141] acpiphp: Slot [17] registered [ 1.056142] acpiphp: Slot [18] registered [ 1.060149] acpiphp: Slot [19] registered [ 1.064143] acpiphp: Slot [20] registered [ 1.068152] acpiphp: Slot [21] registered [ 1.072147] acpiphp: Slot [22] registered [ 1.076142] acpiphp: Slot [23] registered [ 1.080207] acpiphp: Slot [24] registered [ 1.084201] acpiphp: Slot [25] registered [ 1.088203] acpiphp: Slot [26] registered [ 1.092264] acpiphp: Slot [27] registered [ 1.096203] acpiphp: Slot [28] registered [ 1.100202] acpiphp: Slot [29] registered [ 1.104188] acpiphp: Slot [30] registered [ 1.108144] acpiphp: Slot [31] registered [ 1.112130] PCI host bridge to bus 0000:00 [ 1.116040] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.120039] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.124039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.128038] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.132039] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.136040] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.157463] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.160041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.164042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.168039] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.188406] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.192137] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.323777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.332616] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.344549] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.356520] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.368338] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.378424] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.390515] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.392000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.392066] vgaarb: loaded [ 1.396041] vgaarb: bridge control possible 0000:00:02.0 [ 1.407195] SCSI subsystem initialized [ 1.413907] ACPI: bus type USB registered [ 1.416733] usbcore: registered new interface driver usbfs [ 1.420259] usbcore: registered new interface driver hub [ 1.424086] usbcore: registered new device driver usb [ 1.432507] PCI: Using ACPI for IRQ routing [ 1.443571] NetLabel: Initializing [ 1.444096] NetLabel: domain hash size = 128 [ 1.448038] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.452606] NetLabel: unlabeled traffic allowed by default [ 1.460701] clocksource: Switched to clocksource kvm-clock [ 1.593973] AppArmor: AppArmor Filesystem Enabled [ 1.607215] pnp: PnP ACPI init [ 1.619491] pnp: PnP ACPI: found 5 devices [ 1.656249] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.678246] NET: Registered protocol family 2 [ 1.694658] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.711132] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.727405] TCP: Hash tables configured (established 4096 bind 4096) [ 1.742744] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.757740] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.773370] NET: Registered protocol family 1 [ 1.786180] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.800657] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.814088] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.849320] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.885519] Trying to unpack rootfs image as initramfs... [ 2.226191] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.260499] Scanning for low memory corruption every 60 seconds [ 2.280380] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.299537] audit: initializing netlink subsys (disabled) [ 2.313043] audit: type=2000 audit(1526602913.503:1): initialized [ 2.332524] Initialise system trusted keyring [ 2.345527] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.369105] zbud: loaded [ 2.379045] VFS: Disk quotas dquot_6.6.0 [ 2.391827] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.411842] fuse init (API version 7.23) [ 2.424652] Key type big_key registered [ 2.435269] Allocating IMA MOK and blacklist keyrings. [ 2.453157] Key type asymmetric registered [ 2.464300] Asymmetric key parser 'x509' registered [ 2.476974] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.497729] io scheduler noop registered [ 2.508301] io scheduler deadline registered (default) [ 2.522519] io scheduler cfq registered [ 2.533784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.547126] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.563367] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.582494] ACPI: Power Button [PWRF] [ 2.593677] GHES: HEST is not enabled! [ 2.622890] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.692510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.746373] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.773811] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.828839] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.933258] Linux agpgart interface v0.103 [ 2.969320] brd: module loaded [ 2.994724] loop: module loaded [ 3.029676] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 3.050551] GPT:90111 != 2097151 [ 3.059704] GPT:Alternate GPT header not at the end of the disk. [ 3.076434] GPT:90111 != 2097151 [ 3.085575] GPT: Use GNU Parted to correct GPT errors. [ 3.098475] vda: vda1 vda15 [ 3.114128] scsi host0: ata_piix [ 3.124747] scsi host1: ata_piix [ 3.135493] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 3.151344] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 3.170973] libphy: Fixed MDIO Bus: probed [ 3.183400] tun: Universal TUN/TAP device driver, 1.6 [ 3.196640] tun: (C) 1999-2004 Max Krasnyansky [ 3.223641] PPP generic driver version 2.4.2 [ 3.236937] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.254114] ehci-pci: EHCI PCI platform driver [ 3.266379] ehci-platform: EHCI generic platform driver [ 3.279066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.295332] ohci-pci: OHCI PCI platform driver [ 3.306837] ohci-platform: OHCI generic platform driver [ 3.320544] uhci_hcd: USB Universal Host Controller Interface driver [ 3.358537] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.371661] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.392717] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.406536] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.424217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.439715] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.460085] usb usb1: Product: UHCI Host Controller [ 3.473518] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.488133] usb usb1: SerialNumber: 0000:00:01.2 [ 3.500571] hub 1-0:1.0: USB hub found [ 3.510675] hub 1-0:1.0: 2 ports detected [ 3.523164] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.551040] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.563387] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.576575] mousedev: PS/2 mouse device common for all mice [ 3.593958] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.615553] rtc_cmos 00:00: RTC can wake from S4 [ 3.632439] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.649270] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.665143] i2c /dev entries driver [ 3.675198] device-mapper: uevent: version 1.0.3 [ 3.687203] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.708035] ledtrig-cpu: registered to indicate activity on CPUs [ 3.727115] NET: Registered protocol family 10 [ 3.742274] NET: Registered protocol family 17 [ 3.754787] Key type dns_resolver registered [ 3.767312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 3.781161] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.803867] registered taskstats version 1 [ 3.816296] Loading compiled-in X.509 certificates [ 3.829714] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.854358] zswap: loaded using pool lzo/zbud [ 3.874384] Key type trusted registered [ 3.889357] Key type encrypted registered [ 3.900116] AppArmor: AppArmor sha1 policy hashing enabled [ 3.914776] ima: No TPM chip found, activating TPM-bypass! [ 3.928161] evm: HMAC attrs: 0x1 [ 3.943186] Magic number: 2:166:355 [ 3.953254] input event1: hash matches [ 3.965715] rtc_cmos 00:00: setting system clock to 2018-05-18 00:21:58 UTC (1526602918) [ 3.986481] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.001585] EDD information not available. [ 4.031002] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.050729] Write protecting the kernel read-only data: 14336k [ 4.089619] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.113381] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.30 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 4.95 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... [ 5.041282] random: dd urandom read with 9 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 5.22. iid=i-0000002c failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-05-18 00:22:04,338 - 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 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 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] 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] 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: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K 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 2494.232 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976928) [ 0.032043] pid_max: default: 32768 minimum: 301 [ 0.044044] ACPI: Core revision 20150930 [ 0.052889] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.068069] Security Framework initialized [ 0.076034] Yama: becoming mindful. [ 0.084050] AppArmor: AppArmor initialized [ 0.092102] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100285] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.108147] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116049] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.124911] Initializing cgroup subsys io [ 0.132045] Initializing cgroup subsys memory [ 0.140048] Initializing cgroup subsys devices [ 0.148041] Initializing cgroup subsys freezer [ 0.156040] Initializing cgroup subsys net_cls [ 0.164057] Initializing cgroup subsys perf_event [ 0.172060] Initializing cgroup subsys net_prio [ 0.180038] Initializing cgroup subsys hugetlb [ 0.188038] Initializing cgroup subsys pids [ 0.200514] CPU: Physical Processor ID: 0 [ 0.213324] mce: CPU supports 10 MCE banks [ 0.221158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.232035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.530705] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.740738] ftrace: allocating 31920 entries in 125 pages [ 0.764394] smpboot: Max logical packages: 1 [ 0.772039] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.785672] x2apic enabled [ 0.788037] Switched APIC routing to physical x2apic. [ 0.813854] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.816000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.828053] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.840917] x86: Booted up 1 node, 1 CPUs [ 0.844103] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 0.851108] devtmpfs: initialized [ 0.853519] evm: security.selinux [ 0.856044] evm: security.SMACK64 [ 0.860039] evm: security.SMACK64EXEC [ 0.864042] evm: security.SMACK64TRANSMUTE [ 0.868042] evm: security.SMACK64MMAP [ 0.872038] evm: security.ima [ 0.876038] evm: security.capability [ 0.880254] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.884154] pinctrl core: initialized pinctrl subsystem [ 0.888909] RTC time: 0:21:54, date: 05/18/18 [ 0.892370] NET: Registered protocol family 16 [ 0.896477] cpuidle: using governor ladder [ 0.900043] cpuidle: using governor menu [ 0.904043] PCCT header not found. [ 0.908316] ACPI: bus type PCI registered [ 0.912040] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.916770] PCI: Using configuration type 1 for base access [ 0.921621] ACPI: Added _OSI(Module Device) [ 0.924044] ACPI: Added _OSI(Processor Device) [ 0.928040] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.932038] ACPI: Added _OSI(Processor Aggregator Device) [ 0.938763] ACPI: Interpreter enabled [ 0.940044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.952042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.964054] ACPI: (supports S0 S3 S4 S5) [ 0.968039] ACPI: Using IOAPIC for interrupt routing [ 0.972070] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.980113] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.984045] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.988045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.992047] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.996672] acpiphp: Slot [3] registered [ 1.000144] acpiphp: Slot [4] registered [ 1.004142] acpiphp: Slot [5] registered [ 1.008142] acpiphp: Slot [6] registered [ 1.012141] acpiphp: Slot [7] registered [ 1.016143] acpiphp: Slot [8] registered [ 1.020140] acpiphp: Slot [9] registered [ 1.024140] acpiphp: Slot [10] registered [ 1.028141] acpiphp: Slot [11] registered [ 1.032140] acpiphp: Slot [12] registered [ 1.036140] acpiphp: Slot [13] registered [ 1.040157] acpiphp: Slot [14] registered [ 1.044142] acpiphp: Slot [15] registered [ 1.048151] acpiphp: Slot [16] registered [ 1.052141] acpiphp: Slot [17] registered [ 1.056142] acpiphp: Slot [18] registered [ 1.060149] acpiphp: Slot [19] registered [ 1.064143] acpiphp: Slot [20] registered [ 1.068152] acpiphp: Slot [21] registered [ 1.072147] acpiphp: Slot [22] registered [ 1.076142] acpiphp: Slot [23] registered [ 1.080207] acpiphp: Slot [24] registered [ 1.084201] acpiphp: Slot [25] registered [ 1.088203] acpiphp: Slot [26] registered [ 1.092264] acpiphp: Slot [27] registered [ 1.096203] acpiphp: Slot [28] registered [ 1.100202] acpiphp: Slot [29] registered [ 1.104188] acpiphp: Slot [30] registered [ 1.108144] acpiphp: Slot [31] registered [ 1.112130] PCI host bridge to bus 0000:00 [ 1.116040] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.120039] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.124039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.128038] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.132039] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.136040] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.157463] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.160041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.164042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.168039] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.188406] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.192137] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.323777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.332616] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.344549] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.356520] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.368338] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.378424] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.390515] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.392000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.392066] vgaarb: loaded [ 1.396041] vgaarb: bridge control possible 0000:00:02.0 [ 1.407195] SCSI subsystem initialized [ 1.413907] ACPI: bus type USB registered [ 1.416733] usbcore: registered new interface driver usbfs [ 1.420259] usbcore: registered new interface driver hub [ 1.424086] usbcore: registered new device driver usb [ 1.432507] PCI: Using ACPI for IRQ routing [ 1.443571] NetLabel: Initializing [ 1.444096] NetLabel: domain hash size = 128 [ 1.448038] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.452606] NetLabel: unlabeled traffic allowed by default [ 1.460701] clocksource: Switched to clocksource kvm-clock [ 1.593973] AppArmor: AppArmor Filesystem Enabled [ 1.607215] pnp: PnP ACPI init [ 1.619491] pnp: PnP ACPI: found 5 devices [ 1.656249] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.678246] NET: Registered protocol family 2 [ 1.694658] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.711132] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.727405] TCP: Hash tables configured (established 4096 bind 4096) [ 1.742744] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.757740] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.773370] NET: Registered protocol family 1 [ 1.786180] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.800657] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.814088] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.849320] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.885519] Trying to unpack rootfs image as initramfs... [ 2.226191] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.260499] Scanning for low memory corruption every 60 seconds [ 2.280380] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.299537] audit: initializing netlink subsys (disabled) [ 2.313043] audit: type=2000 audit(1526602913.503:1): initialized [ 2.332524] Initialise system trusted keyring [ 2.345527] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.369105] zbud: loaded [ 2.379045] VFS: Disk quotas dquot_6.6.0 [ 2.391827] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.411842] fuse init (API version 7.23) [ 2.424652] Key type big_key registered [ 2.435269] Allocating IMA MOK and blacklist keyrings. [ 2.453157] Key type asymmetric registered [ 2.464300] Asymmetric key parser 'x509' registered [ 2.476974] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.497729] io scheduler noop registered [ 2.508301] io scheduler deadline registered (default) [ 2.522519] io scheduler cfq registered [ 2.533784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.547126] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.563367] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.582494] ACPI: Power Button [PWRF] [ 2.593677] GHES: HEST is not enabled! [ 2.622890] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.692510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.746373] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.773811] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.828839] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.933258] Linux agpgart interface v0.103 [ 2.969320] brd: module loaded [ 2.994724] loop: module loaded [ 3.029676] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 3.050551] GPT:90111 != 2097151 [ 3.059704] GPT:Alternate GPT header not at the end of the disk. [ 3.076434] GPT:90111 != 2097151 [ 3.085575] GPT: Use GNU Parted to correct GPT errors. [ 3.098475] vda: vda1 vda15 [ 3.114128] scsi host0: ata_piix [ 3.124747] scsi host1: ata_piix [ 3.135493] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 3.151344] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 3.170973] libphy: Fixed MDIO Bus: probed [ 3.183400] tun: Universal TUN/TAP device driver, 1.6 [ 3.196640] tun: (C) 1999-2004 Max Krasnyansky [ 3.223641] PPP generic driver version 2.4.2 [ 3.236937] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.254114] ehci-pci: EHCI PCI platform driver [ 3.266379] ehci-platform: EHCI generic platform driver [ 3.279066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.295332] ohci-pci: OHCI PCI platform driver [ 3.306837] ohci-platform: OHCI generic platform driver [ 3.320544] uhci_hcd: USB Universal Host Controller Interface driver [ 3.358537] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.371661] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.392717] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.406536] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.424217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.439715] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.460085] usb usb1: Product: UHCI Host Controller [ 3.473518] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.488133] usb usb1: SerialNumber: 0000:00:01.2 [ 3.500571] hub 1-0:1.0: USB hub found [ 3.510675] hub 1-0:1.0: 2 ports detected [ 3.523164] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.551040] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.563387] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.576575] mousedev: PS/2 mouse device common for all mice [ 3.593958] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.615553] rtc_cmos 00:00: RTC can wake from S4 [ 3.632439] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.649270] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.665143] i2c /dev entries driver [ 3.675198] device-mapper: uevent: version 1.0.3 [ 3.687203] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.708035] ledtrig-cpu: registered to indicate activity on CPUs [ 3.727115] NET: Registered protocol family 10 [ 3.742274] NET: Registered protocol family 17 [ 3.754787] Key type dns_resolver registered [ 3.767312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 3.781161] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.803867] registered taskstats version 1 [ 3.816296] Loading compiled-in X.509 certificates [ 3.829714] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.854358] zswap: loaded using pool lzo/zbud [ 3.874384] Key type trusted registered [ 3.889357] Key type encrypted registered [ 3.900116] AppArmor: AppArmor sha1 policy hashing enabled [ 3.914776] ima: No TPM chip found, activating TPM-bypass! [ 3.928161] evm: HMAC attrs: 0x1 [ 3.943186] Magic number: 2:166:355 [ 3.953254] input event1: hash matches [ 3.965715] rtc_cmos 00:00: setting system clock to 2018-05-18 00:21:58 UTC (1526602918) [ 3.986481] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.001585] EDD information not available. [ 4.031002] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.050729] Write protecting the kernel read-only data: 14336k [ 4.089619] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.113381] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.30 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 4.95 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... [ 5.041282] random: dd urandom read with 9 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 5.22. iid=i-0000002c failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: 2018-05-18 00:22:05,890 - 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 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 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] 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] 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: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K 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 2494.232 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976928) [ 0.032043] pid_max: default: 32768 minimum: 301 [ 0.044044] ACPI: Core revision 20150930 [ 0.052889] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.068069] Security Framework initialized [ 0.076034] Yama: becoming mindful. [ 0.084050] AppArmor: AppArmor initialized [ 0.092102] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100285] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.108147] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116049] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.124911] Initializing cgroup subsys io [ 0.132045] Initializing cgroup subsys memory [ 0.140048] Initializing cgroup subsys devices [ 0.148041] Initializing cgroup subsys freezer [ 0.156040] Initializing cgroup subsys net_cls [ 0.164057] Initializing cgroup subsys perf_event [ 0.172060] Initializing cgroup subsys net_prio [ 0.180038] Initializing cgroup subsys hugetlb [ 0.188038] Initializing cgroup subsys pids [ 0.200514] CPU: Physical Processor ID: 0 [ 0.213324] mce: CPU supports 10 MCE banks [ 0.221158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.232035] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.530705] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.740738] ftrace: allocating 31920 entries in 125 pages [ 0.764394] smpboot: Max logical packages: 1 [ 0.772039] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.785672] x2apic enabled [ 0.788037] Switched APIC routing to physical x2apic. [ 0.813854] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.816000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.828053] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.840917] x86: Booted up 1 node, 1 CPUs [ 0.844103] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 0.851108] devtmpfs: initialized [ 0.853519] evm: security.selinux [ 0.856044] evm: security.SMACK64 [ 0.860039] evm: security.SMACK64EXEC [ 0.864042] evm: security.SMACK64TRANSMUTE [ 0.868042] evm: security.SMACK64MMAP [ 0.872038] evm: security.ima [ 0.876038] evm: security.capability [ 0.880254] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.884154] pinctrl core: initialized pinctrl subsystem [ 0.888909] RTC time: 0:21:54, date: 05/18/18 [ 0.892370] NET: Registered protocol family 16 [ 0.896477] cpuidle: using governor ladder [ 0.900043] cpuidle: using governor menu [ 0.904043] PCCT header not found. [ 0.908316] ACPI: bus type PCI registered [ 0.912040] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.916770] PCI: Using configuration type 1 for base access [ 0.921621] ACPI: Added _OSI(Module Device) [ 0.924044] ACPI: Added _OSI(Processor Device) [ 0.928040] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.932038] ACPI: Added _OSI(Processor Aggregator Device) [ 0.938763] ACPI: Interpreter enabled [ 0.940044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.952042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.964054] ACPI: (supports S0 S3 S4 S5) [ 0.968039] ACPI: Using IOAPIC for interrupt routing [ 0.972070] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.980113] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.984045] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.988045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.992047] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.996672] acpiphp: Slot [3] registered [ 1.000144] acpiphp: Slot [4] registered [ 1.004142] acpiphp: Slot [5] registered [ 1.008142] acpiphp: Slot [6] registered [ 1.012141] acpiphp: Slot [7] registered [ 1.016143] acpiphp: Slot [8] registered [ 1.020140] acpiphp: Slot [9] registered [ 1.024140] acpiphp: Slot [10] registered [ 1.028141] acpiphp: Slot [11] registered [ 1.032140] acpiphp: Slot [12] registered [ 1.036140] acpiphp: Slot [13] registered [ 1.040157] acpiphp: Slot [14] registered [ 1.044142] acpiphp: Slot [15] registered [ 1.048151] acpiphp: Slot [16] registered [ 1.052141] acpiphp: Slot [17] registered [ 1.056142] acpiphp: Slot [18] registered [ 1.060149] acpiphp: Slot [19] registered [ 1.064143] acpiphp: Slot [20] registered [ 1.068152] acpiphp: Slot [21] registered [ 1.072147] acpiphp: Slot [22] registered [ 1.076142] acpiphp: Slot [23] registered [ 1.080207] acpiphp: Slot [24] registered [ 1.084201] acpiphp: Slot [25] registered [ 1.088203] acpiphp: Slot [26] registered [ 1.092264] acpiphp: Slot [27] registered [ 1.096203] acpiphp: Slot [28] registered [ 1.100202] acpiphp: Slot [29] registered [ 1.104188] acpiphp: Slot [30] registered [ 1.108144] acpiphp: Slot [31] registered [ 1.112130] PCI host bridge to bus 0000:00 [ 1.116040] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.120039] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.124039] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.128038] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.132039] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.136040] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.157463] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.160041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.164042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.168039] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.188406] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.192137] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.323777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.332616] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.344549] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.356520] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.368338] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.378424] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.390515] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.392000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.392066] vgaarb: loaded [ 1.396041] vgaarb: bridge control possible 0000:00:02.0 [ 1.407195] SCSI subsystem initialized [ 1.413907] ACPI: bus type USB registered [ 1.416733] usbcore: registered new interface driver usbfs [ 1.420259] usbcore: registered new interface driver hub [ 1.424086] usbcore: registered new device driver usb [ 1.432507] PCI: Using ACPI for IRQ routing [ 1.443571] NetLabel: Initializing [ 1.444096] NetLabel: domain hash size = 128 [ 1.448038] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.452606] NetLabel: unlabeled traffic allowed by default [ 1.460701] clocksource: Switched to clocksource kvm-clock [ 1.593973] AppArmor: AppArmor Filesystem Enabled [ 1.607215] pnp: PnP ACPI init [ 1.619491] pnp: PnP ACPI: found 5 devices [ 1.656249] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.678246] NET: Registered protocol family 2 [ 1.694658] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.711132] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.727405] TCP: Hash tables configured (established 4096 bind 4096) [ 1.742744] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.757740] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.773370] NET: Registered protocol family 1 [ 1.786180] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.800657] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.814088] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.849320] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.885519] Trying to unpack rootfs image as initramfs... [ 2.226191] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.260499] Scanning for low memory corruption every 60 seconds [ 2.280380] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.299537] audit: initializing netlink subsys (disabled) [ 2.313043] audit: type=2000 audit(1526602913.503:1): initialized [ 2.332524] Initialise system trusted keyring [ 2.345527] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.369105] zbud: loaded [ 2.379045] VFS: Disk quotas dquot_6.6.0 [ 2.391827] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.411842] fuse init (API version 7.23) [ 2.424652] Key type big_key registered [ 2.435269] Allocating IMA MOK and blacklist keyrings. [ 2.453157] Key type asymmetric registered [ 2.464300] Asymmetric key parser 'x509' registered [ 2.476974] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.497729] io scheduler noop registered [ 2.508301] io scheduler deadline registered (default) [ 2.522519] io scheduler cfq registered [ 2.533784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.547126] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.563367] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.582494] ACPI: Power Button [PWRF] [ 2.593677] GHES: HEST is not enabled! [ 2.622890] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.692510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.746373] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.773811] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.828839] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.933258] Linux agpgart interface v0.103 [ 2.969320] brd: module loaded [ 2.994724] loop: module loaded [ 3.029676] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 3.050551] GPT:90111 != 2097151 [ 3.059704] GPT:Alternate GPT header not at the end of the disk. [ 3.076434] GPT:90111 != 2097151 [ 3.085575] GPT: Use GNU Parted to correct GPT errors. [ 3.098475] vda: vda1 vda15 [ 3.114128] scsi host0: ata_piix [ 3.124747] scsi host1: ata_piix [ 3.135493] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 3.151344] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 3.170973] libphy: Fixed MDIO Bus: probed [ 3.183400] tun: Universal TUN/TAP device driver, 1.6 [ 3.196640] tun: (C) 1999-2004 Max Krasnyansky [ 3.223641] PPP generic driver version 2.4.2 [ 3.236937] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.254114] ehci-pci: EHCI PCI platform driver [ 3.266379] ehci-platform: EHCI generic platform driver [ 3.279066] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.295332] ohci-pci: OHCI PCI platform driver [ 3.306837] ohci-platform: OHCI generic platform driver [ 3.320544] uhci_hcd: USB Universal Host Controller Interface driver [ 3.358537] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.371661] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.392717] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.406536] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.424217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.439715] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.460085] usb usb1: Product: UHCI Host Controller [ 3.473518] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.488133] usb usb1: SerialNumber: 0000:00:01.2 [ 3.500571] hub 1-0:1.0: USB hub found [ 3.510675] hub 1-0:1.0: 2 ports detected [ 3.523164] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.551040] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.563387] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.576575] mousedev: PS/2 mouse device common for all mice [ 3.593958] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.615553] rtc_cmos 00:00: RTC can wake from S4 [ 3.632439] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.649270] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.665143] i2c /dev entries driver [ 3.675198] device-mapper: uevent: version 1.0.3 [ 3.687203] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.708035] ledtrig-cpu: registered to indicate activity on CPUs [ 3.727115] NET: Registered protocol family 10 [ 3.742274] NET: Registered protocol family 17 [ 3.754787] Key type dns_resolver registered [ 3.767312] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 3.781161] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.803867] registered taskstats version 1 [ 3.816296] Loading compiled-in X.509 certificates [ 3.829714] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.854358] zswap: loaded using pool lzo/zbud [ 3.874384] Key type trusted registered [ 3.889357] Key type encrypted registered [ 3.900116] AppArmor: AppArmor sha1 policy hashing enabled [ 3.914776] ima: No TPM chip found, activating TPM-bypass! [ 3.928161] evm: HMAC attrs: 0x1 [ 3.943186] Magic number: 2:166:355 [ 3.953254] input event1: hash matches [ 3.965715] rtc_cmos 00:00: setting system clock to 2018-05-18 00:21:58 UTC (1526602918) [ 3.986481] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.001585] EDD information not available. [ 4.031002] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.050729] Write protecting the kernel read-only data: 14336k [ 4.089619] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.113381] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.30 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 4.95 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... [ 5.041282] random: dd urandom read with 9 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 5.22. iid=i-0000002c 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: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2494.232 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC0tgDClt6SvPo3M4sJXOJZxsxaWVqkMxOOD/DRv41ZdM/+YAaYv+IEQVJiWtV4wg+083lfLeDv4u9CoSbJnk9juDM6wqLtefhlpo1pCMRbsXr0fddllhj37yJRzm5uQVuJDeuq/a0WxA3InPO8VabQo3oGfvwvopS8/P+hWyvTRtXcBRFFx2OzxQrGo8hx0lBPNYsQ7d+JT+qpiiyiBub/m+DbuVg8CccWtbCrRCY59R8ifFb6xZtlvS/yiaawiaqIV72RkeDjokzsydI3LkTCR/sDbOjyprXjc1ExVry3jpVbbiGUCyjd5VqPa3bFXaIW9F6ZSQ3r0uhoY2Nro/2r root@opnfv-vping-2-userdata--0cc8bae3-bd58-467c-a462-ee1ba7dc2a36 2018-05-18 00:22:05,890 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-05-18 00:22:06,534 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-18 00:22:06,534 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:54 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-18 00:22:26,494 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-18 00:22:26,558 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-18 00:22:26,558 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-18 00:22:26,558 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-18 00:22:33,971 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 9a78da68-f341-4a6b-b32c-3c825894b8be | 2018-05-18T00:22:33.849433 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 9a78da68-f341-4a6b-b32c-3c825894b8be ~/.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-05-18 00:22:38,796 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | 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-05-18 00:22:38,797 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-18 00:22:47,339 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=88e4a7c6-c502-4a7f-adb3-c76d3f0e504e) as the default verifier for the future CLI operations. 2018-05-18 00:22:52,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-01d437eb-f786-46e2-9899-8730a1d0b027' 2018-05-18 00:22:52,942 - functest.opnfv_tests.openstack.tempest.tempest - 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-05-18T00:22:52Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'c26d1f5f-d2d9-41fc-b8d3-23cf1ae51bf7', u'provider:segmentation_id': 60, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-01d437eb-f786-46e2-9899-8730a1d0b027', u'admin_state_up': True, u'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'created_at': u'2018-05-18T00:22:52Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3'}) 2018-05-18 00:22:53,967 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-18T00:22:53Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'819893bd-6e74-483f-ae5a-ff91dce3129d', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-01d437eb-f786-46e2-9899-8730a1d0b027', u'enable_dhcp': True, u'network_id': u'c26d1f5f-d2d9-41fc-b8d3-23cf1ae51bf7', u'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'created_at': u'2018-05-18T00:22:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3'}) 2018-05-18 00:22:53,967 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-18 00:22:53,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-01d437eb-f786-46e2-9899-8730a1d0b027' 2018-05-18 00:22:55,613 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-01d437eb-f786-46e2-9899-8730a1d0b027', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-18T00:22:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/3b9769f0-fba8-4a91-9492-13104bde2c36/file', u'owner': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'3b9769f0-fba8-4a91-9492-13104bde2c36', u'size': None, u'name': u'Cirros-0.4.0-01d437eb-f786-46e2-9899-8730a1d0b027', u'checksum': None, u'self': u'/v2/images/3b9769f0-fba8-4a91-9492-13104bde2c36', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-18T00:22:54Z', u'schema': u'/v2/schemas/image'}) 2018-05-18 00:22:55,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-01d437eb-f786-46e2-9899-8730a1d0b027' 2018-05-18 00:22:56,639 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-1-01d437eb-f786-46e2-9899-8730a1d0b027', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-18T00:22:55Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/2964c467-b38b-4f54-9b6f-1be548df59c2/file', u'owner': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'2964c467-b38b-4f54-9b6f-1be548df59c2', u'size': None, u'name': u'Cirros-0.4.0-1-01d437eb-f786-46e2-9899-8730a1d0b027', u'checksum': None, u'self': u'/v2/images/2964c467-b38b-4f54-9b6f-1be548df59c2', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-18T00:22:55Z', u'schema': u'/v2/schemas/image'}) 2018-05-18 00:22:56,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-18 00:22:56,757 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-01d437eb-f786-46e2-9899-8730a1d0b027', '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'd6df4e5fc94d4cd3bfb337226be1cac3', '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'f3fa3d7a-0924-46d2-b2e4-115a1bb85763', 'swap': 0}) 2018-05-18 00:22:56,909 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-01d437eb-f786-46e2-9899-8730a1d0b027', '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'd6df4e5fc94d4cd3bfb337226be1cac3', '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'20412515-abc8-4e1e-bcd3-020fdf86c4b2', 'swap': 0}) 2018-05-18 00:23:01,653 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-18 00:23:01,653 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-18 00:23:01,654 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-18 00:23:01,656 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-18 00:23:01,660 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-18 00:23:05,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-88e4a7c6-c502-4a7f-adb3-c76d3f0e504e/repo; stestr list '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-18 00:23:05,563 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-18 00:23:05,564 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-18 00:23:05,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', '/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-05-18 00:42:05,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 1085d472-5ff6-4c33-8d18-6e2da6deed1f 2018-05-18 00:42:05,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1085d472-5ff6-4c33-8d18-6e2da6deed1f']'. 2018-05-18 00:42:06,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-18 00:42:06,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-18 00:42:06,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-18 00:42:06,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1085d472-5ff6-4c33-8d18-6e2da6deed1f | 2018-05-18 00:42:06,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-18 00:42:06,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-18 00:23:09 | 2018-05-18 00:42:06,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-18 00:42:05 | 2018-05-18 00:42:06,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:56 | 2018-05-18 00:42:06,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-18 00:42:06,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-18 00:42:06,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-18 00:42:06,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 88e4a7c6-c502-4a7f-adb3-c76d3f0e504e) | 2018-05-18 00:42:06,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-18 00:42:06,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9a78da68-f341-4a6b-b32c-3c825894b8be) | 2018-05-18 00:42:06,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-18 00:42:06,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1098.379 | 2018-05-18 00:42:06,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-05-18 00:42:06,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-18 00:42:06,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-18 00:42:06,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-18 00:42:06,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-18 00:42:06,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-18 00:42:06,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-18 00:42:06,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-05-18 00:42:13,188 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-18 00:42:13,189 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:21 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-18 00:42:13,191 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-18 00:42:13,191 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-18 00:42:13,254 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-18 00:42:14,406 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual2 2018-05-18 00:42:14,407 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-18 00:42:14,407 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-18 00:42:15,483 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-18 00:42:19,364 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-18 00:42:22,997 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 4cc36926-a4e4-476d-bf2f-bb833c13b1ab | 2018-05-18T00:42:22.876122 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 4cc36926-a4e4-476d-bf2f-bb833c13b1ab ~/.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-05-18 00:42:27,800 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | 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-05-18 00:42:27,800 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-18 00:42:28,548 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f'... 2018-05-18 00:42:30,101 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-fbc84ed3-186b-489e-b2a9-424345a23a0f'... 2018-05-18 00:42:31,155 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-fbc84ed3-186b-489e-b2a9-424345a23a0f'... 2018-05-18 00:42:42,944 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f'... 2018-05-18 00:42:43,107 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-fbc84ed3-186b-489e-b2a9-424345a23a0f'... 2018-05-18 00:42:43,225 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-18 00:42:43,225 - 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-05-18 00:42:43,226 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-18 00:42:43,236 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-18 00:42:43,237 - 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': 'ext-net', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '3b48c879-38a4-485b-a02b-670ccd8c18b1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'flavor_name': 'rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fbc84ed3-186b-489e-b2a9-424345a23a0f', '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-05-18 00:43:50,118 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f1cd43b2-1019-403a-877d-ddee52608c6a 2018-05-18 00:43:50,119 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-18 00:43:50,119 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f1cd43b2-1019-403a-877d-ddee52608c6a'] 2018-05-18 00:43:51,349 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f1cd43b2-1019-403a-877d-ddee52608c6a: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f1cd43b2-1019-403a-877d-ddee52608c6a 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.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | total | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | -> duration | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.75989 Full duration: 7.700784 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f1cd43b2-1019-403a-877d-ddee52608c6a 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.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | total | 1.414 | 1.414 | 1.414 | 1.414 | 1.414 | 1.414 | 100.0% | 1 | | -> duration | 1.414 | 1.414 | 1.414 | 1.414 | 1.414 | 1.414 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.414293 Full duration: 8.542101 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f1cd43b2-1019-403a-877d-ddee52608c6a 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.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | total | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 100.0% | 1 | | -> duration | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.356875 Full duration: 8.331482 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f1cd43b2-1019-403a-877d-ddee52608c6a 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 | 1.057 | 1.057 | 1.057 | 1.057 | 1.057 | 1.057 | 100.0% | 1 | | total | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 100.0% | 1 | | -> duration | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.647655 Full duration: 8.228601 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f1cd43b2-1019-403a-877d-ddee52608c6a 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.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | total | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 100.0% | 1 | | -> duration | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.100545 Full duration: 7.580683 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f1cd43b2-1019-403a-877d-ddee52608c6a 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.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 100.0% | 1 | | -> duration | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.879872 Full duration: 7.541702 HINTS: * To plot HTML graphics with this data, run: rally task report f1cd43b2-1019-403a-877d-ddee52608c6a --out output.html * To generate a JUnit report, run: rally task export f1cd43b2-1019-403a-877d-ddee52608c6a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f1cd43b2-1019-403a-877d-ddee52608c6a --json --out output.json 2018-05-18 00:43:51,350 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f1cd43b2-1019-403a-877d-ddee52608c6a'] 2018-05-18 00:43:52,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-18 00:43:52,603 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f1cd43b2-1019-403a-877d-ddee52608c6a', '--out', '/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-18 00:43:52,607 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-18 00:43:52,607 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-18 00:43:52,608 - 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-05-18 00:43:52,608 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-18 00:43:52,619 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-18 00:43:52,620 - 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': 'ext-net', 'service_list': ['glance'], 'concurrency': 4, 'netid': '3b48c879-38a4-485b-a02b-670ccd8c18b1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'flavor_name': 'rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fbc84ed3-186b-489e-b2a9-424345a23a0f', '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-05-18 00:45:21,209 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 956addc1-01db-431f-b29a-64055c8e1003 2018-05-18 00:45:21,210 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '956addc1-01db-431f-b29a-64055c8e1003'] 2018-05-18 00:45:22,443 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 956addc1-01db-431f-b29a-64055c8e1003: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "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 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 956addc1-01db-431f-b29a-64055c8e1003 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.487 | 3.487 | 3.487 | 3.487 | 3.487 | 3.487 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | -> glance_v2.upload_data | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 100.0% | 1 | | glance_v2.delete_image | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 1.018 | 100.0% | 1 | | total | 4.505 | 4.505 | 4.505 | 4.505 | 4.505 | 4.505 | 100.0% | 1 | | -> duration | 4.505 | 4.505 | 4.505 | 4.505 | 4.505 | 4.505 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.505458 Full duration: 13.362183 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "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 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 956addc1-01db-431f-b29a-64055c8e1003 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.955 | 3.955 | 3.955 | 3.955 | 3.955 | 3.955 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | -> glance_v2.upload_data | 1.066 | 1.066 | 1.066 | 1.066 | 1.066 | 1.066 | 100.0% | 1 | | glance_v2.list_images | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 100.0% | 1 | | total | 4.01 | 4.01 | 4.01 | 4.01 | 4.01 | 4.01 | 100.0% | 1 | | -> duration | 4.01 | 4.01 | 4.01 | 4.01 | 4.01 | 4.01 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.009695 Full duration: 15.737046 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 956addc1-01db-431f-b29a-64055c8e1003 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.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 100.0% | 1 | | total | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 100.0% | 1 | | -> duration | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.221661 Full duration: 7.899427 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "cores": -1, "security_groups": -1 } } }, "args": { "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "container_format": "bare", "disk_format": "qcow2", "number_instances": 2, "nics": [ { "net-id": "3b48c879-38a4-485b-a02b-670ccd8c18b1" } ], "flavor": { "name": "rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 956addc1-01db-431f-b29a-64055c8e1003 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.097 | 4.097 | 4.097 | 4.097 | 4.097 | 4.097 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | -> glance_v2.upload_data | 1.239 | 1.239 | 1.239 | 1.239 | 1.239 | 1.239 | 100.0% | 1 | | nova.boot_servers | 11.087 | 11.087 | 11.087 | 11.087 | 11.087 | 11.087 | 100.0% | 1 | | total | 15.185 | 15.185 | 15.185 | 15.185 | 15.185 | 15.185 | 100.0% | 1 | | -> duration | 14.185 | 14.185 | 14.185 | 14.185 | 14.185 | 14.185 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.184501 Full duration: 35.745554 HINTS: * To plot HTML graphics with this data, run: rally task report 956addc1-01db-431f-b29a-64055c8e1003 --out output.html * To generate a JUnit report, run: rally task export 956addc1-01db-431f-b29a-64055c8e1003 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 956addc1-01db-431f-b29a-64055c8e1003 --json --out output.json 2018-05-18 00:45:22,444 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '956addc1-01db-431f-b29a-64055c8e1003'] 2018-05-18 00:45:23,695 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-18 00:45:23,696 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '956addc1-01db-431f-b29a-64055c8e1003', '--out', '/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-18 00:45:23,701 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-18 00:45:23,702 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-18 00:45:23,702 - 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-05-18 00:45:23,702 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-18 00:45:23,712 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-18 00:45:23,713 - 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': 'ext-net', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '3b48c879-38a4-485b-a02b-670ccd8c18b1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'flavor_name': 'rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fbc84ed3-186b-489e-b2a9-424345a23a0f', '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-05-18 00:48:48,119 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c57e317c-3e91-4436-94b9-adfc39a375e5 2018-05-18 00:48:48,119 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c57e317c-3e91-4436-94b9-adfc39a375e5'] 2018-05-18 00:48:49,413 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c57e317c-3e91-4436-94b9-adfc39a375e5: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c57e317c-3e91-4436-94b9-adfc39a375e5 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.546 | 3.546 | 3.546 | 3.546 | 3.546 | 3.546 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.375 | 2.375 | 2.375 | 2.375 | 2.375 | 2.375 | 100.0% | 1 | | total | 5.921 | 5.921 | 5.921 | 5.921 | 5.921 | 5.921 | 100.0% | 1 | | -> duration | 5.921 | 5.921 | 5.921 | 5.921 | 5.921 | 5.921 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.92133 Full duration: 25.250301 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c57e317c-3e91-4436-94b9-adfc39a375e5 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 | 4.805 | 4.805 | 4.805 | 4.805 | 4.805 | 4.805 | 100.0% | 1 | | cinder_v2.delete_volume | 2.316 | 2.316 | 2.316 | 2.316 | 2.316 | 2.316 | 100.0% | 1 | | total | 7.122 | 7.122 | 7.122 | 7.122 | 7.122 | 7.122 | 100.0% | 1 | | -> duration | 7.122 | 7.122 | 7.122 | 7.122 | 7.122 | 7.122 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.122019 Full duration: 19.603956 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "image": { "name": "Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c57e317c-3e91-4436-94b9-adfc39a375e5 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 | 5.738 | 5.738 | 5.738 | 5.738 | 5.738 | 5.738 | 100.0% | 1 | | cinder_v2.delete_volume | 2.244 | 2.244 | 2.244 | 2.244 | 2.244 | 2.244 | 100.0% | 1 | | total | 7.983 | 7.983 | 7.983 | 7.983 | 7.983 | 7.983 | 100.0% | 1 | | -> duration | 7.983 | 7.983 | 7.983 | 7.983 | 7.983 | 7.983 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.982629 Full duration: 19.938574 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c57e317c-3e91-4436-94b9-adfc39a375e5 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.775 | 3.775 | 3.775 | 3.775 | 3.775 | 3.775 | 100.0% | 1 | | cinder_v2.delete_volume | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 100.0% | 1 | | total | 4.748 | 4.748 | 4.748 | 4.748 | 4.748 | 4.748 | 100.0% | 1 | | -> duration | 4.748 | 4.748 | 4.748 | 4.748 | 4.748 | 4.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.747693 Full duration: 16.116048 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c57e317c-3e91-4436-94b9-adfc39a375e5 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 | 4.327 | 4.327 | 4.327 | 4.327 | 4.327 | 4.327 | 100.0% | 1 | | cinder_v2.extend_volume | 2.556 | 2.556 | 2.556 | 2.556 | 2.556 | 2.556 | 100.0% | 1 | | cinder_v2.delete_volume | 2.329 | 2.329 | 2.329 | 2.329 | 2.329 | 2.329 | 100.0% | 1 | | total | 9.212 | 9.212 | 9.212 | 9.212 | 9.212 | 9.212 | 100.0% | 1 | | -> duration | 9.212 | 9.212 | 9.212 | 9.212 | 9.212 | 9.212 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.212199 Full duration: 19.471195 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c57e317c-3e91-4436-94b9-adfc39a375e5 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.343 | 3.343 | 3.343 | 3.343 | 3.343 | 3.343 | 100.0% | 1 | | cinder_v2.delete_volume | 3.184 | 3.184 | 3.184 | 3.184 | 3.184 | 3.184 | 100.0% | 1 | | total | 6.527 | 6.527 | 6.527 | 6.527 | 6.527 | 6.527 | 100.0% | 1 | | -> duration | 6.527 | 6.527 | 6.527 | 6.527 | 6.527 | 6.527 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.526767 Full duration: 25.491023 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "write_iops_sec": "10", "consumer": "both", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c57e317c-3e91-4436-94b9-adfc39a375e5 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.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | cinder_v2.list_qos | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 100.0% | 1 | | total | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> duration | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.743217 Full duration: 12.634323 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "set_read_iops_sec": "1001", "set_consumer": "both", "read_iops_sec": "1000", "set_write_iops_sec": "11", "write_iops_sec": "10", "consumer": "back-end" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c57e317c-3e91-4436-94b9-adfc39a375e5 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.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | cinder_v2.set_qos | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | total | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | -> duration | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.955785 Full duration: 12.476961 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c57e317c-3e91-4436-94b9-adfc39a375e5 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.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | cinder_v2.list_types | 0.058 | 0.058 | 0.058 | 0.058 | 0.058 | 0.058 | 100.0% | 1 | | total | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> duration | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.713723 Full duration: 12.835169 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "control_location": "front-end", "cipher": "aes-xts-plain64", "description": "rally tests creating types", "key_size": 512, "provider": "LuksEncryptor" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c57e317c-3e91-4436-94b9-adfc39a375e5 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.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 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.822224 Full duration: 12.440623 HINTS: * To plot HTML graphics with this data, run: rally task report c57e317c-3e91-4436-94b9-adfc39a375e5 --out output.html * To generate a JUnit report, run: rally task export c57e317c-3e91-4436-94b9-adfc39a375e5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c57e317c-3e91-4436-94b9-adfc39a375e5 --json --out output.json 2018-05-18 00:48:49,414 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c57e317c-3e91-4436-94b9-adfc39a375e5'] 2018-05-18 00:48:50,694 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-18 00:48:50,694 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c57e317c-3e91-4436-94b9-adfc39a375e5', '--out', '/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-18 00:48:50,699 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-18 00:48:50,699 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-05-18 00:48:50,700 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-gnocchi.yaml 2018-05-18 00:48:50,700 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-18 00:48:50,709 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-18 00:48:50,710 - 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': 'ext-net', 'service_list': ['gnocchi'], 'concurrency': 4, 'netid': '3b48c879-38a4-485b-a02b-670ccd8c18b1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'flavor_name': 'rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fbc84ed3-186b-489e-b2a9-424345a23a0f', '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-05-18 00:50:54,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 63a00c7d-af79-4e98-8069-4a9150db07df 2018-05-18 00:50:54,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '63a00c7d-af79-4e98-8069-4a9150db07df'] 2018-05-18 00:50:55,500 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 63a00c7d-af79-4e98-8069-4a9150db07df: finished -------------------------------------------------------------------------------- test scenario Gnocchi.list_capabilities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 63a00c7d-af79-4e98-8069-4a9150db07df has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_capabilities | 1.541 | 1.541 | 1.541 | 1.541 | 1.541 | 1.541 | 100.0% | 1 | | total | 1.541 | 1.541 | 1.541 | 1.541 | 1.541 | 1.541 | 100.0% | 1 | | -> duration | 1.541 | 1.541 | 1.541 | 1.541 | 1.541 | 1.541 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.541149 Full duration: 8.665346 -------------------------------------------------------------------------------- test scenario Gnocchi.get_status args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "detailed": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 63a00c7d-af79-4e98-8069-4a9150db07df has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.get_status | 2.964 | 2.964 | 2.964 | 2.964 | 2.964 | 2.964 | 100.0% | 1 | | total | 2.964 | 2.964 | 2.964 | 2.964 | 2.964 | 2.964 | 100.0% | 1 | | -> duration | 2.964 | 2.964 | 2.964 | 2.964 | 2.964 | 2.964 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.963849 Full duration: 9.753226 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.list_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 63a00c7d-af79-4e98-8069-4a9150db07df has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy_rule | 2.824 | 2.824 | 2.824 | 2.824 | 2.824 | 2.824 | 100.0% | 1 | | total | 2.824 | 2.824 | 2.824 | 2.824 | 2.824 | 2.824 | 100.0% | 1 | | -> duration | 2.824 | 2.824 | 2.824 | 2.824 | 2.824 | 2.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.823837 Full duration: 9.345765 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.create_delete_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "metric_pattern": "cpu_*", "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 63a00c7d-af79-4e98-8069-4a9150db07df has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy_rule | 2.217 | 2.217 | 2.217 | 2.217 | 2.217 | 2.217 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | total | 2.261 | 2.261 | 2.261 | 2.261 | 2.261 | 2.261 | 100.0% | 1 | | -> duration | 2.261 | 2.261 | 2.261 | 2.261 | 2.261 | 2.261 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.261189 Full duration: 9.446476 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.list_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 63a00c7d-af79-4e98-8069-4a9150db07df has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | total | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> duration | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.69363 Full duration: 7.391501 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.create_delete_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "definition": [ { "timespan": "1:00:00", "granularity": "0:00:01" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 63a00c7d-af79-4e98-8069-4a9150db07df has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.025 | 0.025 | 0.025 | 0.025 | 0.025 | 0.025 | 100.0% | 1 | | total | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | -> duration | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.680789 Full duration: 7.842554 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.list_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 63a00c7d-af79-4e98-8069-4a9150db07df has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_resource_type | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 100.0% | 1 | | total | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 100.0% | 1 | | -> duration | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.279765 Full duration: 9.444015 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.create_delete_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "attributes": { "foo": { "required": false, "type": "string" }, "bar": { "required": true, "type": "number" } } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 63a00c7d-af79-4e98-8069-4a9150db07df has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource_type | 1.186 | 1.186 | 1.186 | 1.186 | 1.186 | 1.186 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 1.269 | 1.269 | 1.269 | 1.269 | 1.269 | 1.269 | 100.0% | 1 | | -> duration | 1.269 | 1.269 | 1.269 | 1.269 | 1.269 | 1.269 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.268598 Full duration: 8.432925 -------------------------------------------------------------------------------- test scenario GnocchiMetric.list_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "limit": 10000 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 63a00c7d-af79-4e98-8069-4a9150db07df has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_metric | 2.081 | 2.081 | 2.081 | 2.081 | 2.081 | 2.081 | 100.0% | 1 | | total | 2.081 | 2.081 | 2.081 | 2.081 | 2.081 | 2.081 | 100.0% | 1 | | -> duration | 2.081 | 2.081 | 2.081 | 2.081 | 2.081 | 2.081 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.080568 Full duration: 8.663086 -------------------------------------------------------------------------------- test scenario GnocchiMetric.create_delete_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 63a00c7d-af79-4e98-8069-4a9150db07df has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_metric | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | gnocchi.delete_metric | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | total | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | -> duration | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.87265 Full duration: 9.259321 -------------------------------------------------------------------------------- test scenario GnocchiResource.create_delete_resource args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 63a00c7d-af79-4e98-8069-4a9150db07df has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource | 1.154 | 1.154 | 1.154 | 1.154 | 1.154 | 1.154 | 100.0% | 1 | | gnocchi.delete_resource | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 100.0% | 1 | | total | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 100.0% | 1 | | -> duration | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.188366 Full duration: 8.168999 HINTS: * To plot HTML graphics with this data, run: rally task report 63a00c7d-af79-4e98-8069-4a9150db07df --out output.html * To generate a JUnit report, run: rally task export 63a00c7d-af79-4e98-8069-4a9150db07df --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 63a00c7d-af79-4e98-8069-4a9150db07df --json --out output.json 2018-05-18 00:50:55,500 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '63a00c7d-af79-4e98-8069-4a9150db07df'] 2018-05-18 00:50:56,792 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-18 00:50:56,792 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '63a00c7d-af79-4e98-8069-4a9150db07df', '--out', '/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-05-18 00:50:56,797 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-05-18 00:50:56,797 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-18 00:50:56,798 - 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-05-18 00:50:56,798 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-18 00:50:56,807 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-18 00:50:56,808 - 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': 'ext-net', 'service_list': ['heat'], 'concurrency': 4, 'netid': '3b48c879-38a4-485b-a02b-670ccd8c18b1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'flavor_name': 'rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fbc84ed3-186b-489e-b2a9-424345a23a0f', '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-05-18 00:52:45,284 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 29ff0f74-b67d-425e-9c58-ef29f1ccbe0e 2018-05-18 00:52:45,284 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '29ff0f74-b67d-425e-9c58-ef29f1ccbe0e'] 2018-05-18 00:52:46,521 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 29ff0f74-b67d-425e-9c58-ef29f1ccbe0e: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "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 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 29ff0f74-b67d-425e-9c58-ef29f1ccbe0e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.508 | 5.508 | 5.508 | 5.508 | 5.508 | 5.508 | 100.0% | 1 | | heat.update_stack | 2.548 | 2.548 | 2.548 | 2.548 | 2.548 | 2.548 | 100.0% | 1 | | heat.delete_stack | 2.45 | 2.45 | 2.45 | 2.45 | 2.45 | 2.45 | 100.0% | 1 | | total | 10.505 | 10.505 | 10.505 | 10.505 | 10.505 | 10.505 | 100.0% | 1 | | -> duration | 6.505 | 6.505 | 6.505 | 6.505 | 6.505 | 6.505 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.504973 Full duration: 23.790574 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "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 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 29ff0f74-b67d-425e-9c58-ef29f1ccbe0e 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.89 | 4.89 | 4.89 | 4.89 | 4.89 | 4.89 | 100.0% | 1 | | heat.check_stack | 0.374 | 0.374 | 0.374 | 0.374 | 0.374 | 0.374 | 100.0% | 1 | | heat.delete_stack | 1.301 | 1.301 | 1.301 | 1.301 | 1.301 | 1.301 | 100.0% | 1 | | total | 6.564 | 6.564 | 6.564 | 6.564 | 6.564 | 6.564 | 100.0% | 1 | | -> duration | 4.564 | 4.564 | 4.564 | 4.564 | 4.564 | 4.564 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.5641 Full duration: 20.183475 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "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 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 29ff0f74-b67d-425e-9c58-ef29f1ccbe0e 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.922 | 4.922 | 4.922 | 4.922 | 4.922 | 4.922 | 100.0% | 1 | | heat.suspend_stack | 0.369 | 0.369 | 0.369 | 0.369 | 0.369 | 0.369 | 100.0% | 1 | | heat.resume_stack | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 100.0% | 1 | | heat.delete_stack | 2.369 | 2.369 | 2.369 | 2.369 | 2.369 | 2.369 | 100.0% | 1 | | total | 9.019 | 9.019 | 9.019 | 9.019 | 9.019 | 9.019 | 100.0% | 1 | | -> duration | 7.019 | 7.019 | 7.019 | 7.019 | 7.019 | 7.019 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.01888 Full duration: 20.567735 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 29ff0f74-b67d-425e-9c58-ef29f1ccbe0e 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.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | total | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> duration | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.710872 Full duration: 11.419009 HINTS: * To plot HTML graphics with this data, run: rally task report 29ff0f74-b67d-425e-9c58-ef29f1ccbe0e --out output.html * To generate a JUnit report, run: rally task export 29ff0f74-b67d-425e-9c58-ef29f1ccbe0e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 29ff0f74-b67d-425e-9c58-ef29f1ccbe0e --json --out output.json 2018-05-18 00:52:46,521 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '29ff0f74-b67d-425e-9c58-ef29f1ccbe0e'] 2018-05-18 00:52:47,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-18 00:52:47,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '29ff0f74-b67d-425e-9c58-ef29f1ccbe0e', '--out', '/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-18 00:52:47,763 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-18 00:52:47,763 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-18 00:52:47,763 - 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-05-18 00:52:47,763 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-18 00:52:47,774 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-18 00:52:47,774 - 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': 'ext-net', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '3b48c879-38a4-485b-a02b-670ccd8c18b1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'flavor_name': 'rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fbc84ed3-186b-489e-b2a9-424345a23a0f', '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-05-18 00:55:58,621 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d1d059ee-6c0b-473a-80ed-d8f9c4548aac 2018-05-18 00:55:58,622 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd1d059ee-6c0b-473a-80ed-d8f9c4548aac'] 2018-05-18 00:55:59,921 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d1d059ee-6c0b-473a-80ed-d8f9c4548aac: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d1d059ee-6c0b-473a-80ed-d8f9c4548aac 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.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | keystone_v3.add_role | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | keystone_v3.revoke_role | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> duration | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.608672 Full duration: 14.985045 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d1d059ee-6c0b-473a-80ed-d8f9c4548aac 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.498 | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 100.0% | 1 | | keystone_v3.add_role | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | keystone_v3.list_roles | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 100.0% | 1 | | total | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> duration | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.581151 Full duration: 14.21716 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d1d059ee-6c0b-473a-80ed-d8f9c4548aac 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.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | keystone_v3.list_projects | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 100.0% | 1 | | total | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | -> duration | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.630499 Full duration: 14.357732 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d1d059ee-6c0b-473a-80ed-d8f9c4548aac has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | keystone_v3.delete_role | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 100.0% | 1 | | total | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 100.0% | 1 | | -> duration | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.559029 Full duration: 12.257794 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d1d059ee-6c0b-473a-80ed-d8f9c4548aac 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.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | keystone_v3.delete_service | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | -> duration | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.57428 Full duration: 12.866991 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d1d059ee-6c0b-473a-80ed-d8f9c4548aac 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.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | keystone_v3.create_user | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 100.0% | 1 | | -> keystone_v3.add_role | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.create_role | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | keystone_v3.get_project | 0.03 | 0.03 | 0.03 | 0.03 | 0.03 | 0.03 | 100.0% | 1 | | keystone_v3.get_user | 0.025 | 0.025 | 0.025 | 0.025 | 0.025 | 0.025 | 100.0% | 1 | | keystone_v3.get_role | 0.027 | 0.027 | 0.027 | 0.027 | 0.027 | 0.027 | 100.0% | 1 | | keystone_v3.list_services | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 100.0% | 1 | | keystone_v3.get_services | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 100.0% | 1 | | total | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 100.0% | 1 | | -> duration | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.997876 Full duration: 18.74119 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d1d059ee-6c0b-473a-80ed-d8f9c4548aac 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.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | keystone_v3.update_project | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | keystone_v3.delete_project | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | total | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> duration | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.832669 Full duration: 12.199197 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d1d059ee-6c0b-473a-80ed-d8f9c4548aac 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.596 | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 100.0% | 1 | | total | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | -> duration | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.658684 Full duration: 14.396142 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d1d059ee-6c0b-473a-80ed-d8f9c4548aac 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.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | total | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | -> duration | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.625374 Full duration: 14.442683 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d1d059ee-6c0b-473a-80ed-d8f9c4548aac 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.564 | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 100.0% | 1 | | keystone_v3.list_users | 0.053 | 0.053 | 0.053 | 0.053 | 0.053 | 0.053 | 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.676366 Full duration: 14.173805 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d1d059ee-6c0b-473a-80ed-d8f9c4548aac 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.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | keystone_v3.create_users | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 2.179 | 2.179 | 2.179 | 2.179 | 2.179 | 2.179 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | total | 3.02 | 3.02 | 3.02 | 3.02 | 3.02 | 3.02 | 100.0% | 1 | | -> duration | 3.02 | 3.02 | 3.02 | 3.02 | 3.02 | 3.02 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.020183 Full duration: 19.219278 HINTS: * To plot HTML graphics with this data, run: rally task report d1d059ee-6c0b-473a-80ed-d8f9c4548aac --out output.html * To generate a JUnit report, run: rally task export d1d059ee-6c0b-473a-80ed-d8f9c4548aac --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d1d059ee-6c0b-473a-80ed-d8f9c4548aac --json --out output.json 2018-05-18 00:55:59,922 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd1d059ee-6c0b-473a-80ed-d8f9c4548aac'] 2018-05-18 00:56:01,190 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-18 00:56:01,191 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd1d059ee-6c0b-473a-80ed-d8f9c4548aac', '--out', '/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-18 00:56:01,195 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-18 00:56:01,195 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-18 00:56:01,195 - 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-05-18 00:56:01,195 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-18 00:56:01,205 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-18 00:56:01,206 - 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': 'ext-net', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '3b48c879-38a4-485b-a02b-670ccd8c18b1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'flavor_name': 'rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fbc84ed3-186b-489e-b2a9-424345a23a0f', '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-05-18 01:03:56,290 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9ffb10c9-fd91-48ba-85db-0bcd626326f5 2018-05-18 01:03:56,291 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9ffb10c9-fd91-48ba-85db-0bcd626326f5'] 2018-05-18 01:03:57,594 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9ffb10c9-fd91-48ba-85db-0bcd626326f5: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 9ffb10c9-fd91-48ba-85db-0bcd626326f5 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.368 | 1.368 | 1.368 | 1.368 | 1.368 | 1.368 | 100.0% | 1 | | neutron.delete_network | 1.086 | 1.086 | 1.086 | 1.086 | 1.086 | 1.086 | 100.0% | 1 | | total | 2.454 | 2.454 | 2.454 | 2.454 | 2.454 | 2.454 | 100.0% | 1 | | -> duration | 2.454 | 2.454 | 2.454 | 2.454 | 2.454 | 2.454 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.454041 Full duration: 15.309396 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 9ffb10c9-fd91-48ba-85db-0bcd626326f5 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 | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 100.0% | 1 | | neutron.delete_port | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | total | 3.09 | 3.09 | 3.09 | 3.09 | 3.09 | 3.09 | 100.0% | 1 | | -> duration | 3.09 | 3.09 | 3.09 | 3.09 | 3.09 | 3.09 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.090203 Full duration: 49.053941 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "router": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 9ffb10c9-fd91-48ba-85db-0bcd626326f5 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.124 | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 100.0% | 1 | | neutron.create_subnet | 1.169 | 1.169 | 1.169 | 1.169 | 1.169 | 1.169 | 100.0% | 1 | | neutron.create_router | 5.246 | 5.246 | 5.246 | 5.246 | 5.246 | 5.246 | 100.0% | 1 | | neutron.add_interface_router | 4.297 | 4.297 | 4.297 | 4.297 | 4.297 | 4.297 | 100.0% | 1 | | neutron.remove_interface_router | 4.016 | 4.016 | 4.016 | 4.016 | 4.016 | 4.016 | 100.0% | 1 | | neutron.delete_router | 3.08 | 3.08 | 3.08 | 3.08 | 3.08 | 3.08 | 100.0% | 1 | | total | 18.932 | 18.932 | 18.932 | 18.932 | 18.932 | 18.932 | 100.0% | 1 | | -> duration | 18.932 | 18.932 | 18.932 | 18.932 | 18.932 | 18.932 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.932185 Full duration: 68.327515 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 9ffb10c9-fd91-48ba-85db-0bcd626326f5 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 | 2.067 | 2.067 | 2.067 | 2.067 | 2.067 | 2.067 | 100.0% | 1 | | neutron.delete_subnet | 1.061 | 1.061 | 1.061 | 1.061 | 1.061 | 1.061 | 100.0% | 1 | | total | 3.128 | 3.128 | 3.128 | 3.128 | 3.128 | 3.128 | 100.0% | 1 | | -> duration | 3.128 | 3.128 | 3.128 | 3.128 | 3.128 | 3.128 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.128058 Full duration: 49.063666 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 9ffb10c9-fd91-48ba-85db-0bcd626326f5 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.072 | 1.072 | 1.072 | 1.072 | 1.072 | 1.072 | 100.0% | 1 | | neutron.list_networks | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | total | 1.265 | 1.265 | 1.265 | 1.265 | 1.265 | 1.265 | 100.0% | 1 | | -> duration | 1.265 | 1.265 | 1.265 | 1.265 | 1.265 | 1.265 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.265358 Full duration: 16.174558 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 9ffb10c9-fd91-48ba-85db-0bcd626326f5 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 | 2.391 | 2.391 | 2.391 | 2.391 | 2.391 | 2.391 | 100.0% | 1 | | neutron.list_ports | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 2.57 | 2.57 | 2.57 | 2.57 | 2.57 | 2.57 | 100.0% | 1 | | -> duration | 2.57 | 2.57 | 2.57 | 2.57 | 2.57 | 2.57 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.569914 Full duration: 50.482461 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1, "router": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 9ffb10c9-fd91-48ba-85db-0bcd626326f5 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.633 | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 100.0% | 1 | | neutron.create_subnet | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | neutron.create_router | 5.561 | 5.561 | 5.561 | 5.561 | 5.561 | 5.561 | 100.0% | 1 | | neutron.add_interface_router | 4.927 | 4.927 | 4.927 | 4.927 | 4.927 | 4.927 | 100.0% | 1 | | neutron.list_routers | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | total | 13.331 | 13.331 | 13.331 | 13.331 | 13.331 | 13.331 | 100.0% | 1 | | -> duration | 13.331 | 13.331 | 13.331 | 13.331 | 13.331 | 13.331 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.330583 Full duration: 76.525583 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 9ffb10c9-fd91-48ba-85db-0bcd626326f5 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.539 | 1.539 | 1.539 | 1.539 | 1.539 | 1.539 | 100.0% | 1 | | neutron.create_subnet | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 100.0% | 1 | | neutron.list_subnets | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 100.0% | 1 | | total | 3.036 | 3.036 | 3.036 | 3.036 | 3.036 | 3.036 | 100.0% | 1 | | -> duration | 3.036 | 3.036 | 3.036 | 3.036 | 3.036 | 3.036 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.035523 Full duration: 54.965628 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 9ffb10c9-fd91-48ba-85db-0bcd626326f5 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.254 | 1.254 | 1.254 | 1.254 | 1.254 | 1.254 | 100.0% | 1 | | neutron.delete_security_group | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 1.475 | 1.475 | 1.475 | 1.475 | 1.475 | 1.475 | 100.0% | 1 | | -> duration | 1.475 | 1.475 | 1.475 | 1.475 | 1.475 | 1.475 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.474759 Full duration: 13.750276 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 9ffb10c9-fd91-48ba-85db-0bcd626326f5 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.765 | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 100.0% | 1 | | neutron.create_security_group_rule | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | neutron.delete_security_group | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 100.0% | 1 | | total | 2.373 | 2.373 | 2.373 | 2.373 | 2.373 | 2.373 | 100.0% | 1 | | -> duration | 2.373 | 2.373 | 2.373 | 2.373 | 2.373 | 2.373 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.373351 Full duration: 15.2604 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "admin" ], "quotas": { "neutron": { "router": -1, "network": -1 } } }, "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 9ffb10c9-fd91-48ba-85db-0bcd626326f5 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.145 | 1.145 | 1.145 | 1.145 | 1.145 | 1.145 | 100.0% | 1 | | neutron.create_router | 4.926 | 4.926 | 4.926 | 4.926 | 4.926 | 4.926 | 100.0% | 1 | | neutron.add_gateway_router | 2.879 | 2.879 | 2.879 | 2.879 | 2.879 | 2.879 | 100.0% | 1 | | neutron.remove_gateway_router | 2.402 | 2.402 | 2.402 | 2.402 | 2.402 | 2.402 | 100.0% | 1 | | total | 11.352 | 11.352 | 11.352 | 11.352 | 11.352 | 11.352 | 100.0% | 1 | | -> duration | 11.352 | 11.352 | 11.352 | 11.352 | 11.352 | 11.352 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.352447 Full duration: 35.875765 HINTS: * To plot HTML graphics with this data, run: rally task report 9ffb10c9-fd91-48ba-85db-0bcd626326f5 --out output.html * To generate a JUnit report, run: rally task export 9ffb10c9-fd91-48ba-85db-0bcd626326f5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9ffb10c9-fd91-48ba-85db-0bcd626326f5 --json --out output.json 2018-05-18 01:03:57,594 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9ffb10c9-fd91-48ba-85db-0bcd626326f5'] 2018-05-18 01:03:58,869 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-18 01:03:58,870 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9ffb10c9-fd91-48ba-85db-0bcd626326f5', '--out', '/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-18 01:03:58,874 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-18 01:03:58,874 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-18 01:03:58,874 - 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-05-18 01:03:58,874 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-18 01:03:58,884 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-18 01:03:58,884 - 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': 'ext-net', 'service_list': ['nova'], 'concurrency': 4, 'netid': '3b48c879-38a4-485b-a02b-670ccd8c18b1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'flavor_name': 'rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fbc84ed3-186b-489e-b2a9-424345a23a0f', '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-05-18 01:12:12,726 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d4e889d1-9b82-4581-ad5e-1ad33cd8922b 2018-05-18 01:12:12,727 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd4e889d1-9b82-4581-ad5e-1ad33cd8922b'] 2018-05-18 01:12:13,944 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d4e889d1-9b82-4581-ad5e-1ad33cd8922b: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "block_migration": false, "flavor": { "name": "rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f" }, "image": { "name": "Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f" }, "nics": [ { "net-id": "3b48c879-38a4-485b-a02b-670ccd8c18b1" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4e889d1-9b82-4581-ad5e-1ad33cd8922b has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.498 | 10.498 | 10.498 | 10.498 | 10.498 | 10.498 | 100.0% | 1 | | nova.live_migrate | 11.372 | 11.372 | 11.372 | 11.372 | 11.372 | 11.372 | 100.0% | 1 | | nova.delete_server | 2.709 | 2.709 | 2.709 | 2.709 | 2.709 | 2.709 | 100.0% | 1 | | total | 24.58 | 24.58 | 24.58 | 24.58 | 24.58 | 24.58 | 100.0% | 1 | | -> duration | 23.58 | 23.58 | 23.58 | 23.58 | 23.58 | 23.58 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.579927 Full duration: 34.338509 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "block_migration": false, "flavor": { "name": "rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f" }, "boot_server_kwargs": { "nics": [ { "net-id": "3b48c879-38a4-485b-a02b-670ccd8c18b1" } ] }, "image": { "name": "Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f" }, "size": 10 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4e889d1-9b82-4581-ad5e-1ad33cd8922b has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.777 | 10.777 | 10.777 | 10.777 | 10.777 | 10.777 | 100.0% | 1 | | cinder_v2.create_volume | 2.793 | 2.793 | 2.793 | 2.793 | 2.793 | 2.793 | 100.0% | 1 | | nova.attach_volume | 4.086 | 4.086 | 4.086 | 4.086 | 4.086 | 4.086 | 100.0% | 1 | | nova.live_migrate | 16.118 | 16.118 | 16.118 | 16.118 | 16.118 | 16.118 | 100.0% | 1 | | nova.detach_volume | 4.403 | 4.403 | 4.403 | 4.403 | 4.403 | 4.403 | 100.0% | 1 | | cinder_v2.delete_volume | 2.513 | 2.513 | 2.513 | 2.513 | 2.513 | 2.513 | 100.0% | 1 | | nova.delete_server | 2.858 | 2.858 | 2.858 | 2.858 | 2.858 | 2.858 | 100.0% | 1 | | total | 43.547 | 43.547 | 43.547 | 43.547 | 43.547 | 43.547 | 100.0% | 1 | | -> duration | 42.547 | 42.547 | 42.547 | 42.547 | 42.547 | 42.547 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.547368 Full duration: 55.619203 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "volume_size": 10, "nics": [ { "net-id": "3b48c879-38a4-485b-a02b-670ccd8c18b1" } ], "image": { "name": "Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f" }, "block_migration": false, "force_delete": false, "flavor": { "name": "rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4e889d1-9b82-4581-ad5e-1ad33cd8922b 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 | 5.891 | 5.891 | 5.891 | 5.891 | 5.891 | 5.891 | 100.0% | 1 | | nova.boot_server | 10.416 | 10.416 | 10.416 | 10.416 | 10.416 | 10.416 | 100.0% | 1 | | nova.live_migrate | 13.279 | 13.279 | 13.279 | 13.279 | 13.279 | 13.279 | 100.0% | 1 | | nova.delete_server | 2.801 | 2.801 | 2.801 | 2.801 | 2.801 | 2.801 | 100.0% | 1 | | total | 32.387 | 32.387 | 32.387 | 32.387 | 32.387 | 32.387 | 100.0% | 1 | | -> duration | 31.387 | 31.387 | 31.387 | 31.387 | 31.387 | 31.387 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 31.387427 Full duration: 44.926678 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "key_pairs": -1, "cores": -1, "security_groups": -1 }, "neutron": { "subnet": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" } }, "args": { "server_kwargs": { "nics": [ { "net-id": "3b48c879-38a4-485b-a02b-670ccd8c18b1" } ] }, "flavor": { "name": "rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f" }, "image": { "name": "Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4e889d1-9b82-4581-ad5e-1ad33cd8922b 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 | 1.296 | 1.296 | 1.296 | 1.296 | 1.296 | 1.296 | 100.0% | 1 | | nova.boot_server | 10.384 | 10.384 | 10.384 | 10.384 | 10.384 | 10.384 | 100.0% | 1 | | nova.delete_server | 2.723 | 2.723 | 2.723 | 2.723 | 2.723 | 2.723 | 100.0% | 1 | | nova.delete_keypair | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 100.0% | 1 | | total | 14.471 | 14.471 | 14.471 | 14.471 | 14.471 | 14.471 | 100.0% | 1 | | -> duration | 13.471 | 13.471 | 13.471 | 13.471 | 13.471 | 13.471 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.470767 Full duration: 57.221862 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 }, "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "cores": -1, "security_groups": -1 }, "neutron": { "subnet": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" } }, "args": { "volume_size": 5, "flavor": { "name": "rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f" }, "image": { "name": "Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f" }, "nics": [ { "net-id": "3b48c879-38a4-485b-a02b-670ccd8c18b1" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4e889d1-9b82-4581-ad5e-1ad33cd8922b 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 | 6.634 | 6.634 | 6.634 | 6.634 | 6.634 | 6.634 | 100.0% | 1 | | nova.boot_server | 11.308 | 11.308 | 11.308 | 11.308 | 11.308 | 11.308 | 100.0% | 1 | | nova.delete_server | 4.843 | 4.843 | 4.843 | 4.843 | 4.843 | 4.843 | 100.0% | 1 | | total | 22.786 | 22.786 | 22.786 | 22.786 | 22.786 | 22.786 | 100.0% | 1 | | -> duration | 21.786 | 21.786 | 21.786 | 21.786 | 21.786 | 21.786 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 21.785916 Full duration: 68.763216 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "cores": -1, "security_groups": -1 }, "neutron": { "subnet": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" } }, "args": { "force_delete": false, "flavor": { "name": "rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f" }, "image": { "name": "Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f" }, "nics": [ { "net-id": "3b48c879-38a4-485b-a02b-670ccd8c18b1" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4e889d1-9b82-4581-ad5e-1ad33cd8922b 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 | 11.058 | 11.058 | 11.058 | 11.058 | 11.058 | 11.058 | 100.0% | 1 | | nova.pause_server | 2.637 | 2.637 | 2.637 | 2.637 | 2.637 | 2.637 | 100.0% | 1 | | nova.unpause_server | 2.592 | 2.592 | 2.592 | 2.592 | 2.592 | 2.592 | 100.0% | 1 | | nova.delete_server | 2.639 | 2.639 | 2.639 | 2.639 | 2.639 | 2.639 | 100.0% | 1 | | total | 18.927 | 18.927 | 18.927 | 18.927 | 18.927 | 18.927 | 100.0% | 1 | | -> duration | 13.927 | 13.927 | 13.927 | 13.927 | 13.927 | 13.927 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.926559 Full duration: 60.563177 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "nics": [ { "net-id": "3b48c879-38a4-485b-a02b-670ccd8c18b1" } ], "flavor": { "name": "rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f" }, "image": { "name": "Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4e889d1-9b82-4581-ad5e-1ad33cd8922b has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.114 | 10.114 | 10.114 | 10.114 | 10.114 | 10.114 | 100.0% | 1 | | nova.migrate | 34.22 | 34.22 | 34.22 | 34.22 | 34.22 | 34.22 | 100.0% | 1 | | nova.resize_confirm | 2.798 | 2.798 | 2.798 | 2.798 | 2.798 | 2.798 | 100.0% | 1 | | nova.delete_server | 2.61 | 2.61 | 2.61 | 2.61 | 2.61 | 2.61 | 100.0% | 1 | | total | 49.743 | 49.743 | 49.743 | 49.743 | 49.743 | 49.743 | 100.0% | 1 | | -> duration | 48.743 | 48.743 | 48.743 | 48.743 | 48.743 | 48.743 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 48.742584 Full duration: 59.798299 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "flavor": { "name": "rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f" }, "auto_assign_nic": true, "image": { "name": "Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4e889d1-9b82-4581-ad5e-1ad33cd8922b has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.332 | 10.332 | 10.332 | 10.332 | 10.332 | 10.332 | 100.0% | 1 | | nova.list_interfaces | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 10.536 | 10.536 | 10.536 | 10.536 | 10.536 | 10.536 | 100.0% | 1 | | -> duration | 9.536 | 9.536 | 9.536 | 9.536 | 9.536 | 9.536 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.536432 Full duration: 57.512179 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4e889d1-9b82-4581-ad5e-1ad33cd8922b 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.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | nova.delete_server_group | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 0.903 | 0.903 | 0.903 | 0.903 | 0.903 | 0.903 | 100.0% | 1 | | -> duration | 0.903 | 0.903 | 0.903 | 0.903 | 0.903 | 0.903 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.903482 Full duration: 10.765485 HINTS: * To plot HTML graphics with this data, run: rally task report d4e889d1-9b82-4581-ad5e-1ad33cd8922b --out output.html * To generate a JUnit report, run: rally task export d4e889d1-9b82-4581-ad5e-1ad33cd8922b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d4e889d1-9b82-4581-ad5e-1ad33cd8922b --json --out output.json 2018-05-18 01:12:13,945 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd4e889d1-9b82-4581-ad5e-1ad33cd8922b'] 2018-05-18 01:12:15,120 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-18 01:12:15,120 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd4e889d1-9b82-4581-ad5e-1ad33cd8922b', '--out', '/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-18 01:12:15,124 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-18 01:12:15,125 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-18 01:12:15,125 - 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-05-18 01:12:15,125 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-18 01:12:15,134 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-18 01:12:15,135 - 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': 'ext-net', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '3b48c879-38a4-485b-a02b-670ccd8c18b1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'flavor_name': 'rally-tiny-fbc84ed3-186b-489e-b2a9-424345a23a0f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-fbc84ed3-186b-489e-b2a9-424345a23a0f', '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-05-18 01:13:08,363 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : faaf0574-0998-4caf-98a4-43dfbd608366 2018-05-18 01:13:08,364 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'faaf0574-0998-4caf-98a4-43dfbd608366'] 2018-05-18 01:13:09,463 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task faaf0574-0998-4caf-98a4-43dfbd608366: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task faaf0574-0998-4caf-98a4-43dfbd608366 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.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | quotas.delete_quotas | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 100.0% | 1 | | total | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | -> duration | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.893716 Full duration: 8.578124 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task faaf0574-0998-4caf-98a4-43dfbd608366 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.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | total | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> duration | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.804346 Full duration: 8.178018 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task faaf0574-0998-4caf-98a4-43dfbd608366 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.249 | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 100.0% | 1 | | total | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> duration | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.757916 Full duration: 8.891183 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task faaf0574-0998-4caf-98a4-43dfbd608366 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.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | total | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | -> duration | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.901347 Full duration: 8.612193 HINTS: * To plot HTML graphics with this data, run: rally task report faaf0574-0998-4caf-98a4-43dfbd608366 --out output.html * To generate a JUnit report, run: rally task export faaf0574-0998-4caf-98a4-43dfbd608366 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report faaf0574-0998-4caf-98a4-43dfbd608366 --json --out output.json 2018-05-18 01:13:09,463 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'faaf0574-0998-4caf-98a4-43dfbd608366'] 2018-05-18 01:13:10,563 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-18 01:13:10,564 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'faaf0574-0998-4caf-98a4-43dfbd608366', '--out', '/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-18 01:13:10,568 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-18 01:13:10,571 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:12 | 4 | 100.00% | | cinder | 02:56 | 10 | 100.00% | | gnocchi | 01:36 | 11 | 100.00% | | heat | 01:15 | 4 | 100.00% | | keystone | 02:41 | 11 | 100.00% | | neutron | 07:24 | 11 | 100.00% | | nova | 07:29 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:25:59 | 70 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-18 01:13:10,571 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-18 01:13:26,889 - xtesting.energy.energy - DEBUG - Stopping recording 2018-05-18 01:13:28,619 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-18 01:13:28,620 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 31:11 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-18 01:13:28,622 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-18 01:13:28,683 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-18 01:13:28,683 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-18 01:13:28,683 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-18 01:13:32,098 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-18 01:13:35,505 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 7cf70694-1781-4c47-812a-a01d89d35393 | 2018-05-18T01:13:35.390151 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 7cf70694-1781-4c47-812a-a01d89d35393 ~/.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-05-18 01:13:40,127 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | 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-05-18 01:13:40,127 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-18 01:13:43,623 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-18 01:13:47,959 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=d15ab28f-90f1-4ee2-8200-fa3fcf5a7a67) as the default verifier for the future CLI operations. 2018-05-18 01:13:52,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-8ac5624c-a842-4f0e-8dbc-0710de86befa' 2018-05-18 01:13:53,156 - functest.opnfv_tests.openstack.tempest.tempest - 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-05-18T01:13:52Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'52cdd8bc-6dbe-4e9b-8961-38598efb970d', u'provider:segmentation_id': 82, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-8ac5624c-a842-4f0e-8dbc-0710de86befa', u'admin_state_up': True, u'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'created_at': u'2018-05-18T01:13:52Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3'}) 2018-05-18 01:13:53,956 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-18T01:13:53Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'0424e113-9c50-4350-9c2d-5432da18b052', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-8ac5624c-a842-4f0e-8dbc-0710de86befa', u'enable_dhcp': True, u'network_id': u'52cdd8bc-6dbe-4e9b-8961-38598efb970d', u'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'created_at': u'2018-05-18T01:13:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3'}) 2018-05-18 01:13:53,956 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-18 01:13:53,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-8ac5624c-a842-4f0e-8dbc-0710de86befa' 2018-05-18 01:13:56,151 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-8ac5624c-a842-4f0e-8dbc-0710de86befa', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-18T01:13:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/8dfc85a1-8287-41a7-851a-44431b9b2c66/file', u'owner': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'8dfc85a1-8287-41a7-851a-44431b9b2c66', u'size': None, u'name': u'Cirros-0.4.0-8ac5624c-a842-4f0e-8dbc-0710de86befa', u'checksum': None, u'self': u'/v2/images/8dfc85a1-8287-41a7-851a-44431b9b2c66', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-18T01:13:54Z', u'schema': u'/v2/schemas/image'}) 2018-05-18 01:13:56,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-8ac5624c-a842-4f0e-8dbc-0710de86befa' 2018-05-18 01:13:58,167 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-1-8ac5624c-a842-4f0e-8dbc-0710de86befa', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-18T01:13:56Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/7e962870-e60d-4a0d-b687-30485901cb60/file', u'owner': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'7e962870-e60d-4a0d-b687-30485901cb60', u'size': None, u'name': u'Cirros-0.4.0-1-8ac5624c-a842-4f0e-8dbc-0710de86befa', u'checksum': None, u'self': u'/v2/images/7e962870-e60d-4a0d-b687-30485901cb60', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-18T01:13:56Z', u'schema': u'/v2/schemas/image'}) 2018-05-18 01:13:58,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-18 01:13:58,290 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-8ac5624c-a842-4f0e-8dbc-0710de86befa', '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'd6df4e5fc94d4cd3bfb337226be1cac3', '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'dea881a3-bffc-4067-9e4b-ae49bc03d62f', 'swap': 0}) 2018-05-18 01:13:58,437 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-8ac5624c-a842-4f0e-8dbc-0710de86befa', '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'd6df4e5fc94d4cd3bfb337226be1cac3', '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'989998c6-2df5-4213-b529-ad06ec41c3fc', 'swap': 0}) 2018-05-18 01:14:02,803 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-18 01:14:02,803 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-18 01:14:02,804 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-18 01:14:02,806 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-18 01:14:02,810 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-18 01:14:06,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d15ab28f-90f1-4ee2-8200-fa3fcf5a7a67/repo; stestr list '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-05-18 01:14:06,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', '/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-05-18 01:17:30,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 16e2efc3-c824-4ea9-b7bd-88377f0468a0 2018-05-18 01:17:30,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '16e2efc3-c824-4ea9-b7bd-88377f0468a0']'. 2018-05-18 01:17:31,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-18 01:17:31,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-18 01:17:31,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-18 01:17:31,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 16e2efc3-c824-4ea9-b7bd-88377f0468a0 | 2018-05-18 01:17:31,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-18 01:17:31,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-18 01:14:10 | 2018-05-18 01:17:31,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-18 01:17:30 | 2018-05-18 01:17:31,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:20 | 2018-05-18 01:17:31,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-18 01:17:31,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-18 01:17:31,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d15ab28f-90f1-4ee2-8200-fa3fcf5a7a67) | 2018-05-18 01:17:31,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-18 01:17:31,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 7cf70694-1781-4c47-812a-a01d89d35393) | 2018-05-18 01:17:31,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-05-18 01:17:31,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 162.621 | 2018-05-18 01:17:31,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 133 | 2018-05-18 01:17:31,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 3 | 2018-05-18 01:17:31,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-18 01:17:31,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-18 01:17:31,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-18 01:17:31,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-18 01:17:31,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-18 01:17:31,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-18 01:17:37,836 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-18 01:17:37,837 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:45 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-18 01:17:37,839 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-18 01:17:39,423 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-18 02:16:59,369 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... FAIL test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== FAIL: test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 979, in test_ssh_client_fip_after_reboot self.assertTrue(validate_ssh_client(inst_creator)) AssertionError: False is not true ---------------------------------------------------------------------- Ran 119 tests in 3559.900s FAILED (failures=1) 2018-05-18 02:17:00,159 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-18 02:17:00,159 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 59:20 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-18 02:17:00,164 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-18 02:17:00,164 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-18 02:17:00,228 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-18 02:17:00,229 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-18 02:17:00,229 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-18 02:17:03,680 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-18 02:17:07,159 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 889264c1-6fbb-4415-92c5-65cbdc3a4d6d | 2018-05-18T02:17:07.028865 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 889264c1-6fbb-4415-92c5-65cbdc3a4d6d ~/.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-05-18 02:17:11,961 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | 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-05-18 02:17:11,963 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-18 02:17:15,482 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-18 02:17:19,960 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=4360b44f-89fd-459a-b17b-4ff7ae15efe0) as the default verifier for the future CLI operations. 2018-05-18 02:17:24,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-b6cde7c8-94a0-4221-b16e-173adb818d84' 2018-05-18 02:17:25,124 - functest.opnfv_tests.openstack.tempest.tempest - 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-05-18T02:17:24Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'489ac0ff-0e5a-47a3-961e-fa0e0c96c94c', u'provider:segmentation_id': 61, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-b6cde7c8-94a0-4221-b16e-173adb818d84', u'admin_state_up': True, u'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'created_at': u'2018-05-18T02:17:24Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3'}) 2018-05-18 02:17:25,927 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-18T02:17:25Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'3960f84d-6e77-46c4-9118-336e7eb0b0eb', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-b6cde7c8-94a0-4221-b16e-173adb818d84', u'enable_dhcp': True, u'network_id': u'489ac0ff-0e5a-47a3-961e-fa0e0c96c94c', u'tenant_id': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'created_at': u'2018-05-18T02:17:25Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'd6df4e5fc94d4cd3bfb337226be1cac3'}) 2018-05-18 02:17:25,928 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-18 02:17:25,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-b6cde7c8-94a0-4221-b16e-173adb818d84' 2018-05-18 02:17:27,995 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-b6cde7c8-94a0-4221-b16e-173adb818d84', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-18T02:17:26Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/184a3c69-a07c-460a-9e97-b6505071f639/file', u'owner': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'184a3c69-a07c-460a-9e97-b6505071f639', u'size': None, u'name': u'Cirros-0.4.0-b6cde7c8-94a0-4221-b16e-173adb818d84', u'checksum': None, u'self': u'/v2/images/184a3c69-a07c-460a-9e97-b6505071f639', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-18T02:17:26Z', u'schema': u'/v2/schemas/image'}) 2018-05-18 02:17:27,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-b6cde7c8-94a0-4221-b16e-173adb818d84' 2018-05-18 02:17:30,027 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-1-b6cde7c8-94a0-4221-b16e-173adb818d84', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-18T02:17:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/ab32ceb6-8d35-4fdf-a6d1-5d30f8c10216/file', u'owner': u'd6df4e5fc94d4cd3bfb337226be1cac3', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'ab32ceb6-8d35-4fdf-a6d1-5d30f8c10216', u'size': None, u'name': u'Cirros-0.4.0-1-b6cde7c8-94a0-4221-b16e-173adb818d84', u'checksum': None, u'self': u'/v2/images/ab32ceb6-8d35-4fdf-a6d1-5d30f8c10216', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-18T02:17:28Z', u'schema': u'/v2/schemas/image'}) 2018-05-18 02:17:30,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-18 02:17:30,153 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-b6cde7c8-94a0-4221-b16e-173adb818d84', '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'd6df4e5fc94d4cd3bfb337226be1cac3', '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'a12a1c15-527b-4507-880c-9e3817fa9b9a', 'swap': 0}) 2018-05-18 02:17:30,285 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-b6cde7c8-94a0-4221-b16e-173adb818d84', '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'd6df4e5fc94d4cd3bfb337226be1cac3', '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'5c56845b-b88e-4316-aa47-358a12352622', 'swap': 0}) 2018-05-18 02:17:34,547 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-18 02:17:34,548 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-18 02:17:34,548 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-18 02:17:34,551 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-18 02:17:34,555 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-18 02:17:38,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4360b44f-89fd-459a-b17b-4ff7ae15efe0/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-18 02:17:38,072 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-18 02:17:38,075 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-18 02:17:38,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', '/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-05-18 02:31:44,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: fc1f766e-28cc-4e97-99a5-14ee59503211 2018-05-18 02:31:45,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'fc1f766e-28cc-4e97-99a5-14ee59503211']'. 2018-05-18 02:31:46,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-18 02:31:46,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-18 02:31:46,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-18 02:31:46,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | fc1f766e-28cc-4e97-99a5-14ee59503211 | 2018-05-18 02:31:46,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-18 02:31:46,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-18 02:17:41 | 2018-05-18 02:31:46,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-18 02:31:44 | 2018-05-18 02:31:46,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:03 | 2018-05-18 02:31:46,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-18 02:31:46,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-18 02:31:46,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4360b44f-89fd-459a-b17b-4ff7ae15efe0) | 2018-05-18 02:31:46,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-18 02:31:46,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 889264c1-6fbb-4415-92c5-65cbdc3a4d6d) | 2018-05-18 02:31:46,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-18 02:31:46,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 662.696 | 2018-05-18 02:31:46,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-05-18 02:31:46,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-18 02:31:46,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-18 02:31:46,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-18 02:31:46,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-18 02:31:46,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-18 02:31:46,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-18 02:31:46,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-05-18 02:31:52,548 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-18 02:31:52,548 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 14:28 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-05-18 02:31:52,551 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:02 | PASS | | vping_userdata | functest | smoke | 00:54 | PASS | | tempest_smoke_serial | functest | smoke | 19:21 | FAIL | | rally_sanity | functest | smoke | 31:11 | PASS | | patrole | functest | smoke | 03:45 | PASS | | snaps_smoke | functest | smoke | 59:20 | FAIL | | neutron_trunk | functest | smoke | 14:28 | PASS | | refstack_defcore | functest | smoke | 00:00 | SKIP | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-18 02:31:52,554 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-18 02:33:16,589 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-master-360 | | 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 | compass | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual2 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-18 02:33:16,592 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Ansible managed export LC_ALL=C # COMMON CINDER ENVS export CINDER_ENDPOINT_TYPE=publicURL # COMMON NOVA ENVS export NOVA_ENDPOINT_TYPE=publicURL # COMMON OPENSTACK ENVS export OS_ENDPOINT_TYPE=publicURL export OS_INTERFACE=publicURL export OS_USERNAME=admin export OS_PASSWORD='19462b930aeaa9d76ae91f1927e' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-18 02:33:16,592 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-18 02:33:16,592 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-18 02:33:16,593 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-18 02:33:16,595 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-18 02:33:31,625 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-master-360 | | 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 | compass | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual2 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-18 02:33:31,628 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Ansible managed export LC_ALL=C # COMMON CINDER ENVS export CINDER_ENDPOINT_TYPE=publicURL # COMMON NOVA ENVS export NOVA_ENDPOINT_TYPE=publicURL # COMMON OPENSTACK ENVS export OS_ENDPOINT_TYPE=publicURL export OS_INTERFACE=publicURL export OS_USERNAME=admin export OS_PASSWORD='19462b930aeaa9d76ae91f1927e' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-18 02:33:31,628 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-18 02:33:31,629 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-18 02:33:31,629 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-18 02:33:31,630 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK