2018-05-10 00:34:52,213 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-master-335 | | 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-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual2 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-10 00:34:52,217 - 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='a379af46745b153837' 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 OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-10 00:34:52,217 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-10 00:34:52,218 - 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-10 00:34:52,219 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-10 00:34:52,219 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-10 00:34:54,443 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-10 00:35:04,597 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.144s OK 2018-05-10 00:35:05,191 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 00:35:05,191 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-10 00:35:05,193 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-10 00:35:05,966 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-10 00:44:24,250 - 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 558.251s OK 2018-05-10 00:44:24,885 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 00:44:24,885 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-10 00:44:24,887 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-10 00:44:25,736 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-10 00:45:21,033 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 55.296s OK 2018-05-10 00:45:21,593 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 00:45:21,593 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:55 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-10 00:45:21,596 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 09:18 | PASS | | snaps_health_check | functest | healthcheck | 00:55 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-10 00:45:21,597 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-10 00:45:27,832 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-master-335 | | 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-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual2 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-10 00:45:27,835 - 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='a379af46745b153837' 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 OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-10 00:45:27,835 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-10 00:45:27,836 - 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-10 00:45:27,838 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-10 00:45:27,838 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-10 00:45:29,955 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'f8f1d331-72af-4b12-8fc2-7b3fa6391193'], u'description': u'', u'provider:physical_network': u'physnet', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-10T00:23:05Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'da793869-aadd-4912-9f90-5c0532201f33', 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'73b04abcb6f6497281ab24e7ed1611e0', u'created_at': u'2018-05-10T00:22:59Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'73b04abcb6f6497281ab24e7ed1611e0'}) 2018-05-10 00:45:31,209 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual2 2018-05-10 00:45:31,210 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-10 00:45:32,476 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual2 2018-05-10 00:45:32,477 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-10 00:45:32,477 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-10 00:45:33,352 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin virtual environment setup 2018-05-10 00:45:33,352 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - vPing Start Time:'2018-05-10 00:45:33' 2018-05-10 00:45:33,352 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating image with name: 'functest-vping--a9780b64-4fad-4958-9608-904aa37b80a7' 2018-05-10 00:45:34,281 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--a9780b64-4fad-4958-9608-904aa37b80a7', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-10T00:45:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/5d6eeac4-20f7-4582-83f2-8988c8cedaf3/file', u'owner': u'73b04abcb6f6497281ab24e7ed1611e0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'5d6eeac4-20f7-4582-83f2-8988c8cedaf3', u'size': None, u'name': u'functest-vping--a9780b64-4fad-4958-9608-904aa37b80a7', u'checksum': None, u'self': u'/v2/images/5d6eeac4-20f7-4582-83f2-8988c8cedaf3', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-10T00:45:33Z', u'schema': u'/v2/schemas/image'}) 2018-05-10 00:45:34,282 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating network with name: 'vping-net-a9780b64-4fad-4958-9608-904aa37b80a7' 2018-05-10 00:45:34,634 - 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-10T00:45:34Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'01fcb9bc-a251-4122-ab05-c1b3f1bb39c2', u'provider:segmentation_id': 54, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-a9780b64-4fad-4958-9608-904aa37b80a7', u'admin_state_up': True, u'tenant_id': u'73b04abcb6f6497281ab24e7ed1611e0', u'created_at': u'2018-05-10T00:45:34Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'73b04abcb6f6497281ab24e7ed1611e0'}) 2018-05-10 00:45:35,848 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-10T00:45:35Z', 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'28da0195-3595-4117-820b-bdd1264a7e5b', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-a9780b64-4fad-4958-9608-904aa37b80a7', u'enable_dhcp': True, u'network_id': u'01fcb9bc-a251-4122-ab05-c1b3f1bb39c2', u'tenant_id': u'73b04abcb6f6497281ab24e7ed1611e0', u'created_at': u'2018-05-10T00:45:35Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'73b04abcb6f6497281ab24e7ed1611e0'}) 2018-05-10 00:45:35,848 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating router with name: 'vping-router-a9780b64-4fad-4958-9608-904aa37b80a7' 2018-05-10 00:45:38,028 - 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-10T00:45:37Z', u'revision_number': 3, u'ha': False, u'id': u'f983bbfc-41ed-4066-a059-ce3429a9ab9d', u'external_gateway_info': {u'network_id': u'da793869-aadd-4912-9f90-5c0532201f33', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f8f1d331-72af-4b12-8fc2-7b3fa6391193', u'ip_address': u'192.16.1.110'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-router-a9780b64-4fad-4958-9608-904aa37b80a7', u'admin_state_up': True, u'tenant_id': u'73b04abcb6f6497281ab24e7ed1611e0', u'created_at': u'2018-05-10T00:45:35Z', u'flavor_id': None, u'routes': [], u'project_id': u'73b04abcb6f6497281ab24e7ed1611e0'}) 2018-05-10 00:45:40,495 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating flavor with name: 'vping-flavor-a9780b64-4fad-4958-9608-904aa37b80a7' 2018-05-10 00:45:40,569 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - flavor: Munch({'name': u'vping-flavor-a9780b64-4fad-4958-9608-904aa37b80a7', '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'73b04abcb6f6497281ab24e7ed1611e0', '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'2567a878-7bee-43b5-ba7d-df54db6b4acf', 'swap': 0}) 2018-05-10 00:45:41,459 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-a9780b64-4fad-4958-9608-904aa37b80a7' 2018-05-10 00:45:50,693 - 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-a9780b64-4fad-4958-9608-904aa37b80a7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:56:67:ec', u'version': 4, u'addr': u'192.168.130.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5d6eeac4-20f7-4582-83f2-8988c8cedaf3'}), 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-0000000b', u'OS-SRV-USG:launched_at': u'2018-05-10T00:45:48.000000', 'flavor': Munch({u'id': u'2567a878-7bee-43b5-ba7d-df54db6b4acf'}), 'az': u'nova', 'id': u'fd53581b-7f2b-4f91-9e49-34faa358bf95', 'security_groups': [Munch({u'name': u'vping-sg-a9780b64-4fad-4958-9608-904aa37b80a7'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b6107c9440c04cebbca8057e222c468d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73b04abcb6f6497281ab24e7ed1611e0', '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-10T00:45:48.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-10T00:45:48Z', 'hostId': u'c30bf757e956c8968aeb5bc7036fd96cf4b35127942a354a92d7e70e', u'OS-EXT-SRV-ATTR:host': u'host2', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.7', 'cloud': 'envvars', 'host_id': u'c30bf757e956c8968aeb5bc7036fd96cf4b35127942a354a92d7e70e', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host2', 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-0000000b', u'OS-SRV-USG:launched_at': u'2018-05-10T00:45:48.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host2', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'73b04abcb6f6497281ab24e7ed1611e0', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host2', 'name': u'opnfv-vping-1-a9780b64-4fad-4958-9608-904aa37b80a7', 'adminPass': u'3tMDYPGF3ARu', 'tenant_id': u'73b04abcb6f6497281ab24e7ed1611e0', 'created_at': u'2018-05-10T00:45:42Z', 'created': u'2018-05-10T00:45:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'RegionOne'}) 2018-05-10 00:45:52,493 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm1 console: 2018-05-10 00:45:52,493 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating keypair with name: 'vping-keypair-a9780b64-4fad-4958-9608-904aa37b80a7' 2018-05-10 00:45:53,342 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsQWgJ7mfIUGg/xIlSgo4m+y2V/SZLe2P4U3y8/J/bvqk12tDiJDi7DDiJBzYb9H5tC5MpUYXrVagL8VZk2QboTaSUF2xP+CwBKkenIh8GkFzLP/WBKQXWkIGD0nnorehBx4KGnsg+MBq+XE6xILn3drDqUxU+XSK2HIf46azCjPSp8mEBjI7XYiJU8Geo/qPrDzODM/2XJxUuq3SCQDic2NiZ3KzxuAAW/3kfKOWCY07GWsFmnK0hbCHyHOCYFXI7juGf4BabdwfnnhqmZDLlb9UnranTc0hvxONgIbtsskwqD/IfV/powF24wvFXfv6humRtZ6irjYgD8vPbOWhL Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEArEFoCe5nyFBoP8SJUoKOJvstlf0mS3tj+FN8vPyf276pNdrQ\n4iQ4uww4iQc2G/R+bQuTKVGF61WoC/FWZNkG6E2klBdsT/gsASpHpyIfBpBcyz/1\ngSkF1pCBg9J56K3oQceChp7IPjAavlxOsSC593aw6lMVPl0ithyH+Omswoz0qfJh\nAYyO12IiVPBnqP6j6w8zgzP9lycVLqt0gkA4nNjYmdys8bgAFv95HyjlgmNOxlrB\nZpytIWwh8hzgmBVyO47hn+AWm3cH554apmQy5W/VJ62p03NIb8TjYCG7bLJMKg/y\nH1f6aMBduMLxV37+obpkbWeoq42IA/Lz2zloSwIDAQABAoIBADrUr+LMcNeiVqiI\nyFnMyx4XJU+XwS+AeflDElQ9d5+Gc6Y4EKVbt6ByoRBzzRApJdC6Zk1zUWi5vYYu\nq9IPqWNHuVD22wBJA0Z2mThE2BHW1kp4krHFQAAzJHjQNuC4HJ3ytOqjakKLDWc8\ngYfPZJRXDj9JlvTQvF00S2BA9scO663jNE0iKXOG3DlcGpihl2s4BAo3UBmQY/GE\nQZPCfrYm6gFyw+Qge462gk23MDP4IZyFnKeFD1q1ZKAE0f+IZh1i6nXU78unL1kJ\nSyJEr1Gvem3oKx1SgAwe9fPpXqbMifKItzNVY+l82U5cJium3tvZp1Iz5TbZL5P9\nq61PZxkCgYEA2WPg3wtrc2cSWmLyuN5qOC98uXulwfipvu8VgYmJPN4nZ6zASPaQ\nNXkBf1ft/uscFudjHHcuIHmNLz6wwOAGK8341kqx9bNgEUPck8CP/CYoM+bPFnMi\n77B7gD7ACgDixJLU7daW5nYIuP/NgdVc8TdnfL5nqgvbckolTH2DRv0CgYEAytlh\nq1CO8aCwCi/0SCgN5TLP3m868XYcSTjwO9OfeXSs7tuOrdsDMiUZflhIekov8r+J\nBWseFv3waK7O3ItBYr/JCIWlj4JvhaYGTwJJc02eZD4hDHrLpb9DgfSLPPcRhoa4\nEDCXi+RX7W09Kfjc1voqD4VsT+NvFKA0NDdN4ucCgYBbRol7fTL/gG5/Tv50ysY0\nkxO+WYFOgVbcWUxhWFssGGbZK/qMaCJCoW0Uh9ng59yibUL7B7txXTf/d0YFpcpR\niCkL6M7xx//1H9Y0n2yVRXwp1qZq2ar4ktQ4E6DUUmzkdnY66pfvae3dp2IlOm3M\nxiOIh/XEuzfHtAQXKrf9DQKBgGWy0LXMIK5hqoChBC787eKANBlH2NxgI9ROGJtW\nAPkqltz19LWTPSnx0bM3Xbb55MomXvL5fk92pwZExe9qXbC9iHOeVZ/6fCEcWMNZ\n2StWudd2EqmoEtuZZaYMzZYWJJI2jqeHRSNcqvydLPITE90v9NBtSx1OYE2N+D5J\nj+H3AoGAQfntrItP2RqNrCfERP3K0DFmEpKDdooKIzlHOc3uuR0HVuzV1vSm4YU2\nmcIs9+FqmDB7VgRvNhESvSM1vxZjYgmL3TgyrxEri2O0U8Vun+eUoHC0Q4bRZ7e8\n889ExZcMRJy1PadeiVKPD9PASwGQNE0/VYpQ6c5MOkL8h6tcqhU=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'b6107c9440c04cebbca8057e222c468d', 'name': u'vping-keypair-a9780b64-4fad-4958-9608-904aa37b80a7', 'created_at': '2018-05-10T00:45:53.342539', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73b04abcb6f6497281ab24e7ed1611e0', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'fingerprint': u'e6:ad:e3:96:54:5d:48:8e:43:26:0f:fc:81:08:e0:09', 'type': 'ssh', 'id': u'vping-keypair-a9780b64-4fad-4958-9608-904aa37b80a7'}) 2018-05-10 00:45:53,342 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEArEFoCe5nyFBoP8SJUoKOJvstlf0mS3tj+FN8vPyf276pNdrQ 4iQ4uww4iQc2G/R+bQuTKVGF61WoC/FWZNkG6E2klBdsT/gsASpHpyIfBpBcyz/1 gSkF1pCBg9J56K3oQceChp7IPjAavlxOsSC593aw6lMVPl0ithyH+Omswoz0qfJh AYyO12IiVPBnqP6j6w8zgzP9lycVLqt0gkA4nNjYmdys8bgAFv95HyjlgmNOxlrB ZpytIWwh8hzgmBVyO47hn+AWm3cH554apmQy5W/VJ62p03NIb8TjYCG7bLJMKg/y H1f6aMBduMLxV37+obpkbWeoq42IA/Lz2zloSwIDAQABAoIBADrUr+LMcNeiVqiI yFnMyx4XJU+XwS+AeflDElQ9d5+Gc6Y4EKVbt6ByoRBzzRApJdC6Zk1zUWi5vYYu q9IPqWNHuVD22wBJA0Z2mThE2BHW1kp4krHFQAAzJHjQNuC4HJ3ytOqjakKLDWc8 gYfPZJRXDj9JlvTQvF00S2BA9scO663jNE0iKXOG3DlcGpihl2s4BAo3UBmQY/GE QZPCfrYm6gFyw+Qge462gk23MDP4IZyFnKeFD1q1ZKAE0f+IZh1i6nXU78unL1kJ SyJEr1Gvem3oKx1SgAwe9fPpXqbMifKItzNVY+l82U5cJium3tvZp1Iz5TbZL5P9 q61PZxkCgYEA2WPg3wtrc2cSWmLyuN5qOC98uXulwfipvu8VgYmJPN4nZ6zASPaQ NXkBf1ft/uscFudjHHcuIHmNLz6wwOAGK8341kqx9bNgEUPck8CP/CYoM+bPFnMi 77B7gD7ACgDixJLU7daW5nYIuP/NgdVc8TdnfL5nqgvbckolTH2DRv0CgYEAytlh q1CO8aCwCi/0SCgN5TLP3m868XYcSTjwO9OfeXSs7tuOrdsDMiUZflhIekov8r+J BWseFv3waK7O3ItBYr/JCIWlj4JvhaYGTwJJc02eZD4hDHrLpb9DgfSLPPcRhoa4 EDCXi+RX7W09Kfjc1voqD4VsT+NvFKA0NDdN4ucCgYBbRol7fTL/gG5/Tv50ysY0 kxO+WYFOgVbcWUxhWFssGGbZK/qMaCJCoW0Uh9ng59yibUL7B7txXTf/d0YFpcpR iCkL6M7xx//1H9Y0n2yVRXwp1qZq2ar4ktQ4E6DUUmzkdnY66pfvae3dp2IlOm3M xiOIh/XEuzfHtAQXKrf9DQKBgGWy0LXMIK5hqoChBC787eKANBlH2NxgI9ROGJtW APkqltz19LWTPSnx0bM3Xbb55MomXvL5fk92pwZExe9qXbC9iHOeVZ/6fCEcWMNZ 2StWudd2EqmoEtuZZaYMzZYWJJI2jqeHRSNcqvydLPITE90v9NBtSx1OYE2N+D5J j+H3AoGAQfntrItP2RqNrCfERP3K0DFmEpKDdooKIzlHOc3uuR0HVuzV1vSm4YU2 mcIs9+FqmDB7VgRvNhESvSM1vxZjYgmL3TgyrxEri2O0U8Vun+eUoHC0Q4bRZ7e8 889ExZcMRJy1PadeiVKPD9PASwGQNE0/VYpQ6c5MOkL8h6tcqhU= -----END RSA PRIVATE KEY----- 2018-05-10 00:45:54,431 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ssh--a9780b64-4fad-4958-9608-904aa37b80a7' 2018-05-10 00:46:03,435 - 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-a9780b64-4fad-4958-9608-904aa37b80a7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:95:10:f8', u'version': 4, u'addr': u'192.168.130.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5d6eeac4-20f7-4582-83f2-8988c8cedaf3'}), 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-0000000c', u'OS-SRV-USG:launched_at': u'2018-05-10T00:46:01.000000', 'flavor': Munch({u'id': u'2567a878-7bee-43b5-ba7d-df54db6b4acf'}), 'az': u'nova', 'id': u'e973385d-cb02-46de-81c8-d21e4f6ebafa', 'security_groups': [Munch({u'name': u'vping-sg-a9780b64-4fad-4958-9608-904aa37b80a7'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b6107c9440c04cebbca8057e222c468d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73b04abcb6f6497281ab24e7ed1611e0', '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-10T00:46:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-10T00:46:01Z', 'hostId': u'c30bf757e956c8968aeb5bc7036fd96cf4b35127942a354a92d7e70e', u'OS-EXT-SRV-ATTR:host': u'host2', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping-keypair-a9780b64-4fad-4958-9608-904aa37b80a7', 'public_v6': '', 'private_v4': u'192.168.130.12', 'cloud': 'envvars', 'host_id': u'c30bf757e956c8968aeb5bc7036fd96cf4b35127942a354a92d7e70e', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host2', 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-0000000c', u'OS-SRV-USG:launched_at': u'2018-05-10T00:46:01.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host2', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'73b04abcb6f6497281ab24e7ed1611e0', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host2', 'name': u'opnfv-vping-2-ssh--a9780b64-4fad-4958-9608-904aa37b80a7', 'adminPass': u'2ZWddNV2G6WW', 'tenant_id': u'73b04abcb6f6497281ab24e7ed1611e0', 'created_at': u'2018-05-10T00:45:55Z', 'created': u'2018-05-10T00:45:55Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'RegionOne'}) 2018-05-10 00:46:06,287 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - floating_ip2: Munch({'status': u'DOWN', 'router_id': u'f983bbfc-41ed-4066-a059-ce3429a9ab9d', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'73b04abcb6f6497281ab24e7ed1611e0', 'created_at': u'2018-05-10T00:46:04Z', 'attached': True, 'updated_at': u'2018-05-10T00:46:04Z', 'id': u'2caad684-26c3-4d57-89ad-1cf4d81badc3', 'floating_network_id': u'da793869-aadd-4912-9f90-5c0532201f33', 'fixed_ip_address': u'192.168.130.12', 'floating_ip_address': u'192.16.1.106', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73b04abcb6f6497281ab24e7ed1611e0', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'f983bbfc-41ed-4066-a059-ce3429a9ab9d', 'project_id': u'73b04abcb6f6497281ab24e7ed1611e0', 'port_id': u'673d1413-f31d-4b4f-8805-fc9fc21b3945', 'port': u'673d1413-f31d-4b4f-8805-fc9fc21b3945', 'network': u'da793869-aadd-4912-9f90-5c0532201f33'}) 2018-05-10 00:46:09,407 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm2 console: 2018-05-10 00:46:09,407 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin test execution 2018-05-10 00:46:12,408 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 1: cannot connect to 192.16.1.106 2018-05-10 00:46:25,415 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 2: cannot connect to 192.16.1.106 2018-05-10 00:46:35,429 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 3: cannot connect to 192.16.1.106 2018-05-10 00:46:45,600 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ssh: 2018-05-10 00:46:45,644 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ping output: >> 2018-05-10 00:46:45,656 - xtesting.energy.energy - DEBUG - Stopping recording 2018-05-10 00:46:47,371 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 00:46:47,372 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-10 00:47:05,268 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-10 00:47:06,180 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'f8f1d331-72af-4b12-8fc2-7b3fa6391193'], u'description': u'', u'provider:physical_network': u'physnet', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-10T00:23:05Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'da793869-aadd-4912-9f90-5c0532201f33', 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'73b04abcb6f6497281ab24e7ed1611e0', u'created_at': u'2018-05-10T00:22:59Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'73b04abcb6f6497281ab24e7ed1611e0'}) 2018-05-10 00:47:06,180 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin virtual environment setup 2018-05-10 00:47:06,180 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing Start Time:'2018-05-10 00:47:06' 2018-05-10 00:47:06,180 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating image with name: 'functest-vping--c79f8f0a-ec9e-4257-bb4b-63566f5ff572' 2018-05-10 00:47:07,710 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--c79f8f0a-ec9e-4257-bb4b-63566f5ff572', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-10T00:47:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/bcd6028a-df2e-4b0e-aef7-611ffc47c97f/file', u'owner': u'73b04abcb6f6497281ab24e7ed1611e0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'bcd6028a-df2e-4b0e-aef7-611ffc47c97f', u'size': None, u'name': u'functest-vping--c79f8f0a-ec9e-4257-bb4b-63566f5ff572', u'checksum': None, u'self': u'/v2/images/bcd6028a-df2e-4b0e-aef7-611ffc47c97f', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-10T00:47:06Z', u'schema': u'/v2/schemas/image'}) 2018-05-10 00:47:07,711 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating network with name: 'vping-net-c79f8f0a-ec9e-4257-bb4b-63566f5ff572' 2018-05-10 00:47:08,242 - 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-10T00:47:08Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f2844a2f-d61e-44df-9686-6ad8416805c7', u'provider:segmentation_id': 30, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-c79f8f0a-ec9e-4257-bb4b-63566f5ff572', u'admin_state_up': True, u'tenant_id': u'73b04abcb6f6497281ab24e7ed1611e0', u'created_at': u'2018-05-10T00:47:08Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'73b04abcb6f6497281ab24e7ed1611e0'}) 2018-05-10 00:47:08,914 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-10T00:47:08Z', 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'22500a68-4140-41d5-9f35-9a1f91aba1c8', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-c79f8f0a-ec9e-4257-bb4b-63566f5ff572', u'enable_dhcp': True, u'network_id': u'f2844a2f-d61e-44df-9686-6ad8416805c7', u'tenant_id': u'73b04abcb6f6497281ab24e7ed1611e0', u'created_at': u'2018-05-10T00:47:08Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'73b04abcb6f6497281ab24e7ed1611e0'}) 2018-05-10 00:47:08,914 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating router with name: 'vping-router-c79f8f0a-ec9e-4257-bb4b-63566f5ff572' 2018-05-10 00:47:10,590 - 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-10T00:47:10Z', u'revision_number': 3, u'ha': False, u'id': u'0e9bdc72-9e31-4c6b-b525-5ae8c3560281', u'external_gateway_info': {u'network_id': u'da793869-aadd-4912-9f90-5c0532201f33', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f8f1d331-72af-4b12-8fc2-7b3fa6391193', u'ip_address': u'192.16.1.103'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-router-c79f8f0a-ec9e-4257-bb4b-63566f5ff572', u'admin_state_up': True, u'tenant_id': u'73b04abcb6f6497281ab24e7ed1611e0', u'created_at': u'2018-05-10T00:47:08Z', u'flavor_id': None, u'routes': [], u'project_id': u'73b04abcb6f6497281ab24e7ed1611e0'}) 2018-05-10 00:47:13,213 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating flavor with name: 'vping-flavor-c79f8f0a-ec9e-4257-bb4b-63566f5ff572' 2018-05-10 00:47:13,318 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - flavor: Munch({'name': u'vping-flavor-c79f8f0a-ec9e-4257-bb4b-63566f5ff572', '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'73b04abcb6f6497281ab24e7ed1611e0', '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'd2a4df1a-dbb6-4d98-828a-fe9ca9edff96', 'swap': 0}) 2018-05-10 00:47:14,086 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-c79f8f0a-ec9e-4257-bb4b-63566f5ff572' 2018-05-10 00:47:23,218 - 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-c79f8f0a-ec9e-4257-bb4b-63566f5ff572': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b8:bc:e7', 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'bcd6028a-df2e-4b0e-aef7-611ffc47c97f'}), 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-0000000d', u'OS-SRV-USG:launched_at': u'2018-05-10T00:47:22.000000', 'flavor': Munch({u'id': u'd2a4df1a-dbb6-4d98-828a-fe9ca9edff96'}), 'az': u'nova', 'id': u'92672121-7f96-4ef5-a1c6-80af946abeb2', 'security_groups': [Munch({u'name': u'vping-sg-c79f8f0a-ec9e-4257-bb4b-63566f5ff572'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b6107c9440c04cebbca8057e222c468d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73b04abcb6f6497281ab24e7ed1611e0', '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-10T00:47:22.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-10T00:47:22Z', 'hostId': u'c30bf757e956c8968aeb5bc7036fd96cf4b35127942a354a92d7e70e', u'OS-EXT-SRV-ATTR:host': u'host2', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.9', 'cloud': 'envvars', 'host_id': u'c30bf757e956c8968aeb5bc7036fd96cf4b35127942a354a92d7e70e', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host2', 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-0000000d', u'OS-SRV-USG:launched_at': u'2018-05-10T00:47:22.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host2', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'73b04abcb6f6497281ab24e7ed1611e0', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host2', 'name': u'opnfv-vping-1-c79f8f0a-ec9e-4257-bb4b-63566f5ff572', 'adminPass': u'7RaWcMKqkg3F', 'tenant_id': u'73b04abcb6f6497281ab24e7ed1611e0', 'created_at': u'2018-05-10T00:47:15Z', 'created': u'2018-05-10T00:47:15Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'RegionOne'}) 2018-05-10 00:47:25,155 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm1 console: 2018-05-10 00:47:25,155 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-userdata--c79f8f0a-ec9e-4257-bb4b-63566f5ff572' 2018-05-10 00:47:34,347 - 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-c79f8f0a-ec9e-4257-bb4b-63566f5ff572': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a1:c3:32', u'version': 4, u'addr': u'192.168.130.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'bcd6028a-df2e-4b0e-aef7-611ffc47c97f'}), 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-0000000e', u'OS-SRV-USG:launched_at': u'2018-05-10T00:47:32.000000', 'flavor': Munch({u'id': u'd2a4df1a-dbb6-4d98-828a-fe9ca9edff96'}), 'az': u'nova', 'id': u'949681ba-0ba4-4c19-af94-e5ed1e636c63', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b6107c9440c04cebbca8057e222c468d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73b04abcb6f6497281ab24e7ed1611e0', '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-10T00:47:32.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-10T00:47:33Z', 'hostId': u'c30bf757e956c8968aeb5bc7036fd96cf4b35127942a354a92d7e70e', u'OS-EXT-SRV-ATTR:host': u'host2', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.6', 'cloud': 'envvars', 'host_id': u'c30bf757e956c8968aeb5bc7036fd96cf4b35127942a354a92d7e70e', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host2', 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-0000000e', u'OS-SRV-USG:launched_at': u'2018-05-10T00:47:32.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host2', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'73b04abcb6f6497281ab24e7ed1611e0', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host2', 'name': u'opnfv-vping-2-userdata--c79f8f0a-ec9e-4257-bb4b-63566f5ff572', 'adminPass': u'7xjTfc3p4yR6', 'tenant_id': u'73b04abcb6f6497281ab24e7ed1611e0', 'created_at': u'2018-05-10T00:47:26Z', 'created': u'2018-05-10T00:47:26Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'RegionOne'}) 2018-05-10 00:47:36,349 - 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 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 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.230 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976920) [ 0.028098] pid_max: default: 32768 minimum: 301 [ 0.036104] ACPI: Core revision 20150930 [ 0.049544] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.072170] Security Framework initialized [ 0.080085] Yama: becoming mindful. [ 0.088191] AppArmor: AppArmor initialized [ 0.096264] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.108552] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.116280] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.124080] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.133341] Initializing cgroup subsys io [ 0.140157] Initializing cgroup subsys memory [ 0.148103] Initializing cgroup subsys devices [ 0.156086] Initializing cgroup subsys freezer [ 0.164092] Initializing cgroup subsys net_cls [ 0.168097] Initializing cgroup subsys perf_event [ 0.180110] Initializing cgroup subsys net_prio [ 0.188083] Initializing cgroup subsys hugetlb [ 0.196096] Initializing cgroup subsys pids [ 0.210180] CPU: Physical Processor ID: 0 [ 0.221221] mce: CPU supports 10 MCE banks [ 0.231391] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.236076] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 1.025624] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 1.614579] ftrace: allocating 31920 entries in 125 pages 2018-05-10 00:47:36,349 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin test execution 2018-05-10 00:47:36,349 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-05-10 00:47:38,752 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: 2018-05-10 00:47:38,752 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.9. Waiting for response... 2018-05-10 00:47:41,238 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: 2018-05-10 00:47:43,613 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: 2018-05-10 00:47:46,096 - 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 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 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.0 2018-05-10 00:47:48,528 - 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 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 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.230 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976920) [ 0.032134] pid_max: default: 32768 minimum: 301 [ 0.040114] ACPI: Core revision 20150930 [ 0.053906] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.076155] Security Framework initialized [ 0.084139] Yama: becoming mindful. [ 0.092272] AppArmor: AppArmor initialized [ 0.100649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.109024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.120473] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.128138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.137970] Initializing cgroup subsys io [ 0.140154] Initializing cgroup subsys memory [ 0.148221] Initializing cgroup subsys devices [ 0.156146] Initializing cgroup subsys freezer [ 0.164154] Initializing cgroup subsys net_cls [ 0.176157] Initializing cgroup subsys perf_event [ 0.184226] Initializing cgroup subsys net_prio [ 0.192141] Initializing cgroup subsys hugetlb [ 0.200137] Initializing cgroup subsys pids [ 0.222190] CPU: Physical Processor ID: 0 [ 0.230693] mce: CPU supports 10 MCE banks [ 0.242631] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.248131] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 1.536755] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) 2018-05-10 00:47:50,905 - 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 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 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.230 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976920) [ 0.032134] pid_max: default: 32768 minimum: 301 [ 0.040114] ACPI: Core revision 20150930 [ 0.053906] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.076155] Security Framework initialized [ 0.084139] Yama: becoming mindful. [ 0.092272] AppArmor: AppArmor initialized [ 0.100649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.109024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.120473] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.128138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.137970] Initializing cgroup subsys io [ 0.140154] Initializing cgroup subsys memory [ 0.148221] Initializing cgroup subsys devices [ 0.156146] Initializing cgroup subsys freezer [ 0.164154] Initializing cgroup subsys net_cls [ 0.176157] Initializing cgroup subsys perf_event [ 0.184226] Initializing cgroup subsys net_prio [ 0.192141] Initializing cgroup subsys hugetlb [ 0.200137] Initializing cgroup subsys pids [ 0.222190] CPU: Physical Processor ID: 0 [ 0.230693] mce: CPU supports 10 MCE banks [ 0.242631] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.248131] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 1.536755] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 2.425794] ftrace: allocating 31920 entries in 125 pages 2018-05-10 00:47:53,153 - 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 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 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.230 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976920) [ 0.032134] pid_max: default: 32768 minimum: 301 [ 0.040114] ACPI: Core revision 20150930 [ 0.053906] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.076155] Security Framework initialized [ 0.084139] Yama: becoming mindful. [ 0.092272] AppArmor: AppArmor initialized [ 0.100649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.109024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.120473] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.128138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.137970] Initializing cgroup subsys io [ 0.140154] Initializing cgroup subsys memory [ 0.148221] Initializing cgroup subsys devices [ 0.156146] Initializing cgroup subsys freezer [ 0.164154] Initializing cgroup subsys net_cls [ 0.176157] Initializing cgroup subsys perf_event [ 0.184226] Initializing cgroup subsys net_prio [ 0.192141] Initializing cgroup subsys hugetlb [ 0.200137] Initializing cgroup subsys pids [ 0.222190] CPU: Physical Processor ID: 0 [ 0.230693] mce: CPU supports 10 MCE banks [ 0.242631] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.248131] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 1.536755] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 2.425794] ftrace: allocating 31920 entries in 125 pages 2018-05-10 00:47:55,428 - 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 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 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.230 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976920) [ 0.032134] pid_max: default: 32768 minimum: 301 [ 0.040114] ACPI: Core revision 20150930 [ 0.053906] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.076155] Security Framework initialized [ 0.084139] Yama: becoming mindful. [ 0.092272] AppArmor: AppArmor initialized [ 0.100649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.109024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.120473] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.128138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.137970] Initializing cgroup subsys io [ 0.140154] Initializing cgroup subsys memory [ 0.148221] Initializing cgroup subsys devices [ 0.156146] Initializing cgroup subsys freezer [ 0.164154] Initializing cgroup subsys net_cls [ 0.176157] Initializing cgroup subsys perf_event [ 0.184226] Initializing cgroup subsys net_prio [ 0.192141] Initializing cgroup subsys hugetlb [ 0.200137] Initializing cgroup subsys pids [ 0.222190] CPU: Physical Processor ID: 0 [ 0.230693] mce: CPU supports 10 MCE banks [ 0.242631] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.248131] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 1.536755] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 2.425794] ftrace: allocating 31920 entries in 125 pages [ 2.456681] smpboot: Max logical packages: 1 [ 2.468086] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 2.493415] x2apic enabled [ 2.496211] Switched APIC routing to physical x2apic. [ 2.552000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 2.552000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 2.564159] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 2.577913] x86: Booted up 1 node, 1 CPUs [ 2.580157] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 2.592674] devtmpfs: initialized [ 2.598065] evm: security.selinux [ 2.600086] evm: security.SMACK64 [ 2.604104] evm: security.SMACK64EXEC [ 2.608080] evm: security.SMACK64TRANSMUTE [ 2.612082] evm: security.SMACK64MMAP [ 2.616079] evm: security.ima [ 2.620091] evm: security.capability [ 2.625328] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 2.628562] pinctrl core: initialized pinctrl subsystem [ 2.634218] RTC time: 0:47:53, date: 05/10/18 [ 2.636905] NET: Registered protocol family 16 [ 2.641686] cpuidle: using governor ladder [ 2.644167] cpuidle: using governor menu [ 2.648168] PCCT header not found. [ 2.653123] ACPI: bus type PCI registered [ 2.656145] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 2.662285] PCI: Using configuration type 1 for base access [ 2.668518] ACPI: Added _OSI(Module Device) [ 2.672087] ACPI: Added _OSI(Processor Device) [ 2.676103] ACPI: Added _OSI(3.0 _SCP Extensions) [ 2.680089] ACPI: Added _OSI(Processor Aggregator Device) [ 2.692255] ACPI: Interpreter enabled [ 2.696110] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 2.708096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 2.720126] ACPI: (supports S0 S3 S4 S5) [ 2.724092] ACPI: Using IOAPIC for interrupt routing [ 2.728144] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 2.741008] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 2.744108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 2.748096] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 2.752182] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 2.758204] acpiphp: Slot [3] registered [ 2.762839] acpiphp: Slot [4] registered [ 2.767227] acpiphp: Slot [5] registered [ 2.768442] acpiphp: Slot [6] registered [ 2.772500] acpiphp: Slot [7] registered [ 2.776312] acpiphp: Slot [8] registered [ 2.780305] acpiphp: Slot [9] registered [ 2.784435] acpiphp: Slot [10] registered [ 2.788391] acpiphp: Slot [11] registered [ 2.792438] acpiphp: Slot [12] registered [ 2.796602] acpiphp: Slot [13] registered [ 2.800440] acpiphp: Slot [14] registered [ 2.804630] acpiphp: Slot [15] registered [ 2.808487] acpiphp: Slot [16] registered [ 2.812447] acpiphp: Slot [17] registered [ 2.816418] acpiphp: Slot [18] registered [ 2.820414] acpiphp: Slot [19] registered [ 2.824413] acpiphp: Slot [20] registered [ 2.828413] acpiphp: Slot [21] registered [ 2.832476] acpiphp: Slot [22] registered [ 2.836757] acpiphp: Slot [23] registered 2018-05-10 00:47:57,575 - 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 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 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.230 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976920) [ 0.032134] pid_max: default: 32768 minimum: 301 [ 0.040114] ACPI: Core revision 20150930 [ 0.053906] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.076155] Security Framework initialized [ 0.084139] Yama: becoming mindful. [ 0.092272] AppArmor: AppArmor initialized [ 0.100649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.109024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.120473] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.128138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.137970] Initializing cgroup subsys io [ 0.140154] Initializing cgroup subsys memory [ 0.148221] Initializing cgroup subsys devices [ 0.156146] Initializing cgroup subsys freezer [ 0.164154] Initializing cgroup subsys net_cls [ 0.176157] Initializing cgroup subsys perf_event [ 0.184226] Initializing cgroup subsys net_prio [ 0.192141] Initializing cgroup subsys hugetlb [ 0.200137] Initializing cgroup subsys pids [ 0.222190] CPU: Physical Processor ID: 0 [ 0.230693] mce: CPU supports 10 MCE banks [ 0.242631] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.248131] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 1.536755] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 2.425794] ftrace: allocating 31920 entries in 125 pages [ 2.456681] smpboot: Max logical packages: 1 [ 2.468086] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 2.493415] x2apic enabled [ 2.496211] Switched APIC routing to physical x2apic. [ 2.552000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 2.552000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 2.564159] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 2.577913] x86: Booted up 1 node, 1 CPUs [ 2.580157] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 2.592674] devtmpfs: initialized [ 2.598065] evm: security.selinux [ 2.600086] evm: security.SMACK64 [ 2.604104] evm: security.SMACK64EXEC [ 2.608080] evm: security.SMACK64TRANSMUTE [ 2.612082] evm: security.SMACK64MMAP [ 2.616079] evm: security.ima [ 2.620091] evm: security.capability [ 2.625328] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 2.628562] pinctrl core: initialized pinctrl subsystem [ 2.634218] RTC time: 0:47:53, date: 05/10/18 [ 2.636905] NET: Registered protocol family 16 [ 2.641686] cpuidle: using governor ladder [ 2.644167] cpuidle: using governor menu [ 2.648168] PCCT header not found. [ 2.653123] ACPI: bus type PCI registered [ 2.656145] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 2.662285] PCI: Using configuration type 1 for base access [ 2.668518] ACPI: Added _OSI(Module Device) [ 2.672087] ACPI: Added _OSI(Processor Device) [ 2.676103] ACPI: Added _OSI(3.0 _SCP Extensions) [ 2.680089] ACPI: Added _OSI(Processor Aggregator Device) [ 2.692255] ACPI: Interpreter enabled [ 2.696110] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 2.708096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 2.720126] ACPI: (supports S0 S3 S4 S5) [ 2.724092] ACPI: Using IOAPIC for interrupt routing [ 2.728144] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 2.741008] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 2.744108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 2.748096] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 2.752182] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 2.758204] acpiphp: Slot [3] registered [ 2.762839] acpiphp: Slot [4] registered [ 2.767227] acpiphp: Slot [5] registered [ 2.768442] acpiphp: Slot [6] registered [ 2.772500] acpiphp: Slot [7] registered [ 2.776312] acpiphp: Slot [8] registered [ 2.780305] acpiphp: Slot [9] registered [ 2.784435] acpiphp: Slot [10] registered [ 2.788391] acpiphp: Slot [11] registered [ 2.792438] acpiphp: Slot [12] registered [ 2.796602] acpiphp: Slot [13] registered [ 2.800440] acpiphp: Slot [14] registered [ 2.804630] acpiphp: Slot [15] registered [ 2.808487] acpiphp: Slot [16] registered [ 2.812447] acpiphp: Slot [17] registered [ 2.816418] acpiphp: Slot [18] registered [ 2.820414] acpiphp: Slot [19] registered [ 2.824413] acpiphp: Slot [20] registered [ 2.828413] acpiphp: Slot [21] registered [ 2.832476] acpiphp: Slot [22] registered [ 2.836757] acpiphp: Slot [23] registered [ 2.840628] acpiphp: Slot [24] registered [ 2.844312] acpiphp: Slot [25] registered [ 2.848419] acpiphp: Slot [26] registered [ 2.852406] acpiphp: Slot [27] registered [ 2.856363] acpiphp: Slot [28] registered [ 2.860319] acpiphp: Slot [29] registered [ 2.864270] acpiphp: Slot [30] registered [ 2.868271] acpiphp: Slot [31] registered [ 2.872253] PCI host bridge to bus 0000:00 [ 2.876078] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 2.880078] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 2.884080] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 2.888080] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 2.892079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.933787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 2.936076] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 2.940077] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 2.944080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 2.981376] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 2.984252] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 3.248145] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 3.269441] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 3.285121] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 3.300998] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 3.316633] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 3.331858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 3.350213] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 3.352000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 3.352115] vgaarb: loaded [ 3.356151] vgaarb: bridge control possible 0000:00:02.0 [ 3.371878] SCSI subsystem initialized [ 3.382634] ACPI: bus type USB registered [ 3.387867] usbcore: registered new interface driver usbfs [ 3.388599] usbcore: registered new interface driver hub [ 3.392193] usbcore: registered new device driver usb 2018-05-10 00:47:59,822 - 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 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 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.230 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976920) [ 0.032134] pid_max: default: 32768 minimum: 301 [ 0.040114] ACPI: Core revision 20150930 [ 0.053906] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.076155] Security Framework initialized [ 0.084139] Yama: becoming mindful. [ 0.092272] AppArmor: AppArmor initialized [ 0.100649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.109024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.120473] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.128138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.137970] Initializing cgroup subsys io [ 0.140154] Initializing cgroup subsys memory [ 0.148221] Initializing cgroup subsys devices [ 0.156146] Initializing cgroup subsys freezer [ 0.164154] Initializing cgroup subsys net_cls [ 0.176157] Initializing cgroup subsys perf_event [ 0.184226] Initializing cgroup subsys net_prio [ 0.192141] Initializing cgroup subsys hugetlb [ 0.200137] Initializing cgroup subsys pids [ 0.222190] CPU: Physical Processor ID: 0 [ 0.230693] mce: CPU supports 10 MCE banks [ 0.242631] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.248131] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 1.536755] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 2.425794] ftrace: allocating 31920 entries in 125 pages [ 2.456681] smpboot: Max logical packages: 1 [ 2.468086] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 2.493415] x2apic enabled [ 2.496211] Switched APIC routing to physical x2apic. [ 2.552000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 2.552000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 2.564159] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 2.577913] x86: Booted up 1 node, 1 CPUs [ 2.580157] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 2.592674] devtmpfs: initialized [ 2.598065] evm: security.selinux [ 2.600086] evm: security.SMACK64 [ 2.604104] evm: security.SMACK64EXEC [ 2.608080] evm: security.SMACK64TRANSMUTE [ 2.612082] evm: security.SMACK64MMAP [ 2.616079] evm: security.ima [ 2.620091] evm: security.capability [ 2.625328] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 2.628562] pinctrl core: initialized pinctrl subsystem [ 2.634218] RTC time: 0:47:53, date: 05/10/18 [ 2.636905] NET: Registered protocol family 16 [ 2.641686] cpuidle: using governor ladder [ 2.644167] cpuidle: using governor menu [ 2.648168] PCCT header not found. [ 2.653123] ACPI: bus type PCI registered [ 2.656145] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 2.662285] PCI: Using configuration type 1 for base access [ 2.668518] ACPI: Added _OSI(Module Device) [ 2.672087] ACPI: Added _OSI(Processor Device) [ 2.676103] ACPI: Added _OSI(3.0 _SCP Extensions) [ 2.680089] ACPI: Added _OSI(Processor Aggregator Device) [ 2.692255] ACPI: Interpreter enabled [ 2.696110] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 2.708096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 2.720126] ACPI: (supports S0 S3 S4 S5) [ 2.724092] ACPI: Using IOAPIC for interrupt routing [ 2.728144] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 2.741008] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 2.744108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 2.748096] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 2.752182] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 2.758204] acpiphp: Slot [3] registered [ 2.762839] acpiphp: Slot [4] registered [ 2.767227] acpiphp: Slot [5] registered [ 2.768442] acpiphp: Slot [6] registered [ 2.772500] acpiphp: Slot [7] registered [ 2.776312] acpiphp: Slot [8] registered [ 2.780305] acpiphp: Slot [9] registered [ 2.784435] acpiphp: Slot [10] registered [ 2.788391] acpiphp: Slot [11] registered [ 2.792438] acpiphp: Slot [12] registered [ 2.796602] acpiphp: Slot [13] registered [ 2.800440] acpiphp: Slot [14] registered [ 2.804630] acpiphp: Slot [15] registered [ 2.808487] acpiphp: Slot [16] registered [ 2.812447] acpiphp: Slot [17] registered [ 2.816418] acpiphp: Slot [18] registered [ 2.820414] acpiphp: Slot [19] registered [ 2.824413] acpiphp: Slot [20] registered [ 2.828413] acpiphp: Slot [21] registered [ 2.832476] acpiphp: Slot [22] registered [ 2.836757] acpiphp: Slot [23] registered [ 2.840628] acpiphp: Slot [24] registered [ 2.844312] acpiphp: Slot [25] registered [ 2.848419] acpiphp: Slot [26] registered [ 2.852406] acpiphp: Slot [27] registered [ 2.856363] acpiphp: Slot [28] registered [ 2.860319] acpiphp: Slot [29] registered [ 2.864270] acpiphp: Slot [30] registered [ 2.868271] acpiphp: Slot [31] registered [ 2.872253] PCI host bridge to bus 0000:00 [ 2.876078] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 2.880078] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 2.884080] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 2.888080] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 2.892079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.933787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 2.936076] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 2.940077] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 2.944080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 2.981376] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 2.984252] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 3.248145] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 3.269441] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 3.285121] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 3.300998] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 3.316633] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 3.331858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 3.350213] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 3.352000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 3.352115] vgaarb: loaded [ 3.356151] vgaarb: bridge control possible 0000:00:02.0 [ 3.371878] SCSI subsystem initialized [ 3.382634] ACPI: bus type USB registered [ 3.387867] usbcore: registered new interface driver usbfs [ 3.388599] usbcore: registered new interface driver hub [ 3.392193] usbcore: registered new device driver usb [ 3.403788] PCI: Using ACPI for IRQ routing [ 3.418526] NetLabel: Initializing [ 3.420296] NetLabel: domain hash size = 128 [ 3.424081] NetLabel: protocols = UNLABELED CIPSOv4 [ 3.428979] NetLabel: unlabeled traffic allowed by default [ 3.444000] clocksource: Switched to clocksource kvm-clock [ 3.780236] AppArmor: AppArmor Filesystem Enabled [ 3.812643] pnp: PnP ACPI init [ 3.845103] pnp: PnP ACPI: found 5 devices [ 3.924859] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 3.981500] NET: Registered protocol family 2 [ 4.031384] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 4.098591] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 4.142724] TCP: Hash tables configured (established 4096 bind 4096) [ 4.191355] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 4.236479] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 4.278949] NET: Registered protocol family 1 [ 4.306305] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 4.347801] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 4.381395] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 4.438100] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 4.498744] Trying to unpack rootfs image as initramfs... [ 5.394184] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 5.460367] Scanning for low memory 2018-05-10 00:48:02,049 - 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 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 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.230 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976920) [ 0.032134] pid_max: default: 32768 minimum: 301 [ 0.040114] ACPI: Core revision 20150930 [ 0.053906] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.076155] Security Framework initialized [ 0.084139] Yama: becoming mindful. [ 0.092272] AppArmor: AppArmor initialized [ 0.100649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.109024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.120473] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.128138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.137970] Initializing cgroup subsys io [ 0.140154] Initializing cgroup subsys memory [ 0.148221] Initializing cgroup subsys devices [ 0.156146] Initializing cgroup subsys freezer [ 0.164154] Initializing cgroup subsys net_cls [ 0.176157] Initializing cgroup subsys perf_event [ 0.184226] Initializing cgroup subsys net_prio [ 0.192141] Initializing cgroup subsys hugetlb [ 0.200137] Initializing cgroup subsys pids [ 0.222190] CPU: Physical Processor ID: 0 [ 0.230693] mce: CPU supports 10 MCE banks [ 0.242631] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.248131] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 1.536755] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 2.425794] ftrace: allocating 31920 entries in 125 pages [ 2.456681] smpboot: Max logical packages: 1 [ 2.468086] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 2.493415] x2apic enabled [ 2.496211] Switched APIC routing to physical x2apic. [ 2.552000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 2.552000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 2.564159] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 2.577913] x86: Booted up 1 node, 1 CPUs [ 2.580157] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 2.592674] devtmpfs: initialized [ 2.598065] evm: security.selinux [ 2.600086] evm: security.SMACK64 [ 2.604104] evm: security.SMACK64EXEC [ 2.608080] evm: security.SMACK64TRANSMUTE [ 2.612082] evm: security.SMACK64MMAP [ 2.616079] evm: security.ima [ 2.620091] evm: security.capability [ 2.625328] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 2.628562] pinctrl core: initialized pinctrl subsystem [ 2.634218] RTC time: 0:47:53, date: 05/10/18 [ 2.636905] NET: Registered protocol family 16 [ 2.641686] cpuidle: using governor ladder [ 2.644167] cpuidle: using governor menu [ 2.648168] PCCT header not found. [ 2.653123] ACPI: bus type PCI registered [ 2.656145] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 2.662285] PCI: Using configuration type 1 for base access [ 2.668518] ACPI: Added _OSI(Module Device) [ 2.672087] ACPI: Added _OSI(Processor Device) [ 2.676103] ACPI: Added _OSI(3.0 _SCP Extensions) [ 2.680089] ACPI: Added _OSI(Processor Aggregator Device) [ 2.692255] ACPI: Interpreter enabled [ 2.696110] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 2.708096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 2.720126] ACPI: (supports S0 S3 S4 S5) [ 2.724092] ACPI: Using IOAPIC for interrupt routing [ 2.728144] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 2.741008] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 2.744108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 2.748096] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 2.752182] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 2.758204] acpiphp: Slot [3] registered [ 2.762839] acpiphp: Slot [4] registered [ 2.767227] acpiphp: Slot [5] registered [ 2.768442] acpiphp: Slot [6] registered [ 2.772500] acpiphp: Slot [7] registered [ 2.776312] acpiphp: Slot [8] registered [ 2.780305] acpiphp: Slot [9] registered [ 2.784435] acpiphp: Slot [10] registered [ 2.788391] acpiphp: Slot [11] registered [ 2.792438] acpiphp: Slot [12] registered [ 2.796602] acpiphp: Slot [13] registered [ 2.800440] acpiphp: Slot [14] registered [ 2.804630] acpiphp: Slot [15] registered [ 2.808487] acpiphp: Slot [16] registered [ 2.812447] acpiphp: Slot [17] registered [ 2.816418] acpiphp: Slot [18] registered [ 2.820414] acpiphp: Slot [19] registered [ 2.824413] acpiphp: Slot [20] registered [ 2.828413] acpiphp: Slot [21] registered [ 2.832476] acpiphp: Slot [22] registered [ 2.836757] acpiphp: Slot [23] registered [ 2.840628] acpiphp: Slot [24] registered [ 2.844312] acpiphp: Slot [25] registered [ 2.848419] acpiphp: Slot [26] registered [ 2.852406] acpiphp: Slot [27] registered [ 2.856363] acpiphp: Slot [28] registered [ 2.860319] acpiphp: Slot [29] registered [ 2.864270] acpiphp: Slot [30] registered [ 2.868271] acpiphp: Slot [31] registered [ 2.872253] PCI host bridge to bus 0000:00 [ 2.876078] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 2.880078] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 2.884080] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 2.888080] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 2.892079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.933787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 2.936076] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 2.940077] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 2.944080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 2.981376] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 2.984252] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 3.248145] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 3.269441] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 3.285121] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 3.300998] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 3.316633] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 3.331858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 3.350213] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 3.352000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 3.352115] vgaarb: loaded [ 3.356151] vgaarb: bridge control possible 0000:00:02.0 [ 3.371878] SCSI subsystem initialized [ 3.382634] ACPI: bus type USB registered [ 3.387867] usbcore: registered new interface driver usbfs [ 3.388599] usbcore: registered new interface driver hub [ 3.392193] usbcore: registered new device driver usb [ 3.403788] PCI: Using ACPI for IRQ routing [ 3.418526] NetLabel: Initializing [ 3.420296] NetLabel: domain hash size = 128 [ 3.424081] NetLabel: protocols = UNLABELED CIPSOv4 [ 3.428979] NetLabel: unlabeled traffic allowed by default [ 3.444000] clocksource: Switched to clocksource kvm-clock [ 3.780236] AppArmor: AppArmor Filesystem Enabled [ 3.812643] pnp: PnP ACPI init [ 3.845103] pnp: PnP ACPI: found 5 devices [ 3.924859] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 3.981500] NET: Registered protocol family 2 [ 4.031384] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 4.098591] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 4.142724] TCP: Hash tables configured (established 4096 bind 4096) [ 4.191355] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 4.236479] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 4.278949] NET: Registered protocol family 1 [ 4.306305] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 4.347801] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 4.381395] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 4.438100] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 4.498744] Trying to unpack rootfs image as initramfs... [ 5.394184] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 5.460367] Scanning for low memory corruption every 60 seconds [ 5.505296] futex hash table entries: 256 (order: 2, 16384 bytes) [ 5.543771] audit: initializing netlink subsys (disabled) [ 5.577549] audit: type=2000 audit(1525913267.216:1): initialized [ 5.618005] Initialise system trusted keyring [ 5.650570] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 5.703479] zbud: loaded [ 5.724931] VFS: Disk quotas dquot_6.6.0 [ 5.755894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 5.813841] fuse init (API version 7.23) [ 5.859716] Key type big_key registered [ 5.890015] Allocating IMA MOK and blacklist keyrings. [ 5.950493] Key type asymmetric registered [ 5.987372] Asymmetric key parser 'x509' registered [ 6.042027] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 6.118183] io scheduler noop registered [ 6.164766] io scheduler deadline registered (default) [ 6.218582] io scheduler cfq registered [ 6.274609] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 6.320440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 6.375341] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 6.438476] ACPI: Power Button [PWRF] [ 6.484905] GHES: HEST is not enabled! [ 6.548850] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 6.785793] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 6.878681] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 6.947135] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 7.041533] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 7.253475] Linux agpgart interface v0.103 [ 7.343042] brd: module loaded [ 7.398723] loop: module loaded [ 7.485074] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 7.532739] GPT:90111 != 2097151 [ 7.555155] GPT:Alternate GPT header not at the end of the disk. [ 7.589032] GPT:90111 != 2097151 [ 7.609378] GPT: Use GNU Parted to correct GPT errors. [ 7.644950] vda: vda1 vda15 2018-05-10 00:48:02,049 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.9. Waiting for response... 2018-05-10 00:48:04,174 - 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 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 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.230 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976920) [ 0.032134] pid_max: default: 32768 minimum: 301 [ 0.040114] ACPI: Core revision 20150930 [ 0.053906] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.076155] Security Framework initialized [ 0.084139] Yama: becoming mindful. [ 0.092272] AppArmor: AppArmor initialized [ 0.100649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.109024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.120473] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.128138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.137970] Initializing cgroup subsys io [ 0.140154] Initializing cgroup subsys memory [ 0.148221] Initializing cgroup subsys devices [ 0.156146] Initializing cgroup subsys freezer [ 0.164154] Initializing cgroup subsys net_cls [ 0.176157] Initializing cgroup subsys perf_event [ 0.184226] Initializing cgroup subsys net_prio [ 0.192141] Initializing cgroup subsys hugetlb [ 0.200137] Initializing cgroup subsys pids [ 0.222190] CPU: Physical Processor ID: 0 [ 0.230693] mce: CPU supports 10 MCE banks [ 0.242631] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.248131] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 1.536755] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 2.425794] ftrace: allocating 31920 entries in 125 pages [ 2.456681] smpboot: Max logical packages: 1 [ 2.468086] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 2.493415] x2apic enabled [ 2.496211] Switched APIC routing to physical x2apic. [ 2.552000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 2.552000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 2.564159] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 2.577913] x86: Booted up 1 node, 1 CPUs [ 2.580157] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 2.592674] devtmpfs: initialized [ 2.598065] evm: security.selinux [ 2.600086] evm: security.SMACK64 [ 2.604104] evm: security.SMACK64EXEC [ 2.608080] evm: security.SMACK64TRANSMUTE [ 2.612082] evm: security.SMACK64MMAP [ 2.616079] evm: security.ima [ 2.620091] evm: security.capability [ 2.625328] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 2.628562] pinctrl core: initialized pinctrl subsystem [ 2.634218] RTC time: 0:47:53, date: 05/10/18 [ 2.636905] NET: Registered protocol family 16 [ 2.641686] cpuidle: using governor ladder [ 2.644167] cpuidle: using governor menu [ 2.648168] PCCT header not found. [ 2.653123] ACPI: bus type PCI registered [ 2.656145] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 2.662285] PCI: Using configuration type 1 for base access [ 2.668518] ACPI: Added _OSI(Module Device) [ 2.672087] ACPI: Added _OSI(Processor Device) [ 2.676103] ACPI: Added _OSI(3.0 _SCP Extensions) [ 2.680089] ACPI: Added _OSI(Processor Aggregator Device) [ 2.692255] ACPI: Interpreter enabled [ 2.696110] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 2.708096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 2.720126] ACPI: (supports S0 S3 S4 S5) [ 2.724092] ACPI: Using IOAPIC for interrupt routing [ 2.728144] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 2.741008] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 2.744108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 2.748096] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 2.752182] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 2.758204] acpiphp: Slot [3] registered [ 2.762839] acpiphp: Slot [4] registered [ 2.767227] acpiphp: Slot [5] registered [ 2.768442] acpiphp: Slot [6] registered [ 2.772500] acpiphp: Slot [7] registered [ 2.776312] acpiphp: Slot [8] registered [ 2.780305] acpiphp: Slot [9] registered [ 2.784435] acpiphp: Slot [10] registered [ 2.788391] acpiphp: Slot [11] registered [ 2.792438] acpiphp: Slot [12] registered [ 2.796602] acpiphp: Slot [13] registered [ 2.800440] acpiphp: Slot [14] registered [ 2.804630] acpiphp: Slot [15] registered [ 2.808487] acpiphp: Slot [16] registered [ 2.812447] acpiphp: Slot [17] registered [ 2.816418] acpiphp: Slot [18] registered [ 2.820414] acpiphp: Slot [19] registered [ 2.824413] acpiphp: Slot [20] registered [ 2.828413] acpiphp: Slot [21] registered [ 2.832476] acpiphp: Slot [22] registered [ 2.836757] acpiphp: Slot [23] registered [ 2.840628] acpiphp: Slot [24] registered [ 2.844312] acpiphp: Slot [25] registered [ 2.848419] acpiphp: Slot [26] registered [ 2.852406] acpiphp: Slot [27] registered [ 2.856363] acpiphp: Slot [28] registered [ 2.860319] acpiphp: Slot [29] registered [ 2.864270] acpiphp: Slot [30] registered [ 2.868271] acpiphp: Slot [31] registered [ 2.872253] PCI host bridge to bus 0000:00 [ 2.876078] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 2.880078] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 2.884080] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 2.888080] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 2.892079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.933787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 2.936076] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 2.940077] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 2.944080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 2.981376] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 2.984252] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 3.248145] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 3.269441] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 3.285121] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 3.300998] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 3.316633] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 3.331858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 3.350213] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 3.352000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 3.352115] vgaarb: loaded [ 3.356151] vgaarb: bridge control possible 0000:00:02.0 [ 3.371878] SCSI subsystem initialized [ 3.382634] ACPI: bus type USB registered [ 3.387867] usbcore: registered new interface driver usbfs [ 3.388599] usbcore: registered new interface driver hub [ 3.392193] usbcore: registered new device driver usb [ 3.403788] PCI: Using ACPI for IRQ routing [ 3.418526] NetLabel: Initializing [ 3.420296] NetLabel: domain hash size = 128 [ 3.424081] NetLabel: protocols = UNLABELED CIPSOv4 [ 3.428979] NetLabel: unlabeled traffic allowed by default [ 3.444000] clocksource: Switched to clocksource kvm-clock [ 3.780236] AppArmor: AppArmor Filesystem Enabled [ 3.812643] pnp: PnP ACPI init [ 3.845103] pnp: PnP ACPI: found 5 devices [ 3.924859] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 3.981500] NET: Registered protocol family 2 [ 4.031384] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 4.098591] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 4.142724] TCP: Hash tables configured (established 4096 bind 4096) [ 4.191355] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 4.236479] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 4.278949] NET: Registered protocol family 1 [ 4.306305] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 4.347801] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 4.381395] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 4.438100] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 4.498744] Trying to unpack rootfs image as initramfs... [ 5.394184] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 5.460367] Scanning for low memory corruption every 60 seconds [ 5.505296] futex hash table entries: 256 (order: 2, 16384 bytes) [ 5.543771] audit: initializing netlink subsys (disabled) [ 5.577549] audit: type=2000 audit(1525913267.216:1): initialized [ 5.618005] Initialise system trusted keyring [ 5.650570] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 5.703479] zbud: loaded [ 5.724931] VFS: Disk quotas dquot_6.6.0 [ 5.755894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 5.813841] fuse init (API version 7.23) [ 5.859716] Key type big_key registered [ 5.890015] Allocating IMA MOK and blacklist keyrings. [ 5.950493] Key type asymmetric registered [ 5.987372] Asymmetric key parser 'x509' registered [ 6.042027] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 6.118183] io scheduler noop registered [ 6.164766] io scheduler deadline registered (default) [ 6.218582] io scheduler cfq registered [ 6.274609] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 6.320440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 6.375341] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 6.438476] ACPI: Power Button [PWRF] [ 6.484905] GHES: HEST is not enabled! [ 6.548850] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 6.785793] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 6.878681] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 6.947135] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 7.041533] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 7.253475] Linux agpgart interface v0.103 [ 7.343042] brd: module loaded [ 7.398723] loop: module loaded [ 7.485074] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 7.532739] GPT:90111 != 2097151 [ 7.555155] GPT:Alternate GPT header not at the end of the disk. [ 7.589032] GPT:90111 != 2097151 [ 7.609378] GPT: Use GNU Parted to correct GPT errors. [ 7.644950] vda: vda1 vda15 [ 7.690178] scsi host0: ata_piix [ 7.719253] scsi host1: ata_piix [ 7.746197] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 7.792716] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 7.877574] libphy: Fixed MDIO Bus: probed [ 7.936599] tun: Universal TUN/TAP device driver, 1.6 [ 8.025313] tun: (C) 1999-2004 Max Krasnyansky [ 8.123221] PPP generic driver version 2.4.2 [ 8.158588] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.200940] ehci-pci: EHCI PCI platform driver [ 8.237718] ehci-platform: EHCI generic platform driver [ 8.275114] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 8.320689] ohci-pci: OHCI PCI platform driver [ 8.347136] ohci-platform: OHCI generic platform driver [ 8.371749] uhci_hcd: USB Universal Host Controller Interface driver [ 8.425412] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 8.465210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 8.533595] uhci_hcd 0000:00:01.2: detected 2 ports [ 8.562366] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 8.595337] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 8.629305] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.673643] usb usb1: Product: UHCI Host Controller [ 8.703647] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 8.734450] usb usb1: SerialNumber: 0000:00:01.2 [ 8.761013] hub 1-0:1.0: USB hub found [ 8.785261] hub 1-0:1.0: 2 ports detected [ 8.814586] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 8.874690] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 8.903657] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 8.938420] mousedev: PS/2 mouse device common for all mice [ 8.977772] rtc_cmos 00:00: RTC can wake from S4 [ 9.006266] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 9.062740] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 9.119742] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 9.161383] i2c /dev entries driver [ 9.189340] device-mapper: uevent: version 1.0.3 [ 9.234176] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 9.294773] ledtrig-cpu: registered to indicate activity on CPUs [ 9.333162] NET: Registered protocol family 10 [ 9.377302] NET: Registered protocol family 17 [ 9.413885] Key type dns_resolver registered [ 9.443798] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 9.482233] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 9.545744] registered taskstats version 1 [ 9.571580] Loading compiled-in X.509 certificates [ 9.599552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 9.660927] zswap: loaded using pool lzo/zbud [ 9.704661] Key type trusted registered [ 9.731190] Key type encrypted registered [ 9.756387] AppArmor: AppArmor sha1 policy hashing enabled [ 9.785218] ima: No TPM chip found, activating TPM-bypass! 2018-05-10 00:48:06,482 - 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 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 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.230 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976920) [ 0.032134] pid_max: default: 32768 minimum: 301 [ 0.040114] ACPI: Core revision 20150930 [ 0.053906] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.076155] Security Framework initialized [ 0.084139] Yama: becoming mindful. [ 0.092272] AppArmor: AppArmor initialized [ 0.100649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.109024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.120473] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.128138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.137970] Initializing cgroup subsys io [ 0.140154] Initializing cgroup subsys memory [ 0.148221] Initializing cgroup subsys devices [ 0.156146] Initializing cgroup subsys freezer [ 0.164154] Initializing cgroup subsys net_cls [ 0.176157] Initializing cgroup subsys perf_event [ 0.184226] Initializing cgroup subsys net_prio [ 0.192141] Initializing cgroup subsys hugetlb [ 0.200137] Initializing cgroup subsys pids [ 0.222190] CPU: Physical Processor ID: 0 [ 0.230693] mce: CPU supports 10 MCE banks [ 0.242631] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.248131] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 1.536755] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 2.425794] ftrace: allocating 31920 entries in 125 pages [ 2.456681] smpboot: Max logical packages: 1 [ 2.468086] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 2.493415] x2apic enabled [ 2.496211] Switched APIC routing to physical x2apic. [ 2.552000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 2.552000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 2.564159] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 2.577913] x86: Booted up 1 node, 1 CPUs [ 2.580157] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 2.592674] devtmpfs: initialized [ 2.598065] evm: security.selinux [ 2.600086] evm: security.SMACK64 [ 2.604104] evm: security.SMACK64EXEC [ 2.608080] evm: security.SMACK64TRANSMUTE [ 2.612082] evm: security.SMACK64MMAP [ 2.616079] evm: security.ima [ 2.620091] evm: security.capability [ 2.625328] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 2.628562] pinctrl core: initialized pinctrl subsystem [ 2.634218] RTC time: 0:47:53, date: 05/10/18 [ 2.636905] NET: Registered protocol family 16 [ 2.641686] cpuidle: using governor ladder [ 2.644167] cpuidle: using governor menu [ 2.648168] PCCT header not found. [ 2.653123] ACPI: bus type PCI registered [ 2.656145] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 2.662285] PCI: Using configuration type 1 for base access [ 2.668518] ACPI: Added _OSI(Module Device) [ 2.672087] ACPI: Added _OSI(Processor Device) [ 2.676103] ACPI: Added _OSI(3.0 _SCP Extensions) [ 2.680089] ACPI: Added _OSI(Processor Aggregator Device) [ 2.692255] ACPI: Interpreter enabled [ 2.696110] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 2.708096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 2.720126] ACPI: (supports S0 S3 S4 S5) [ 2.724092] ACPI: Using IOAPIC for interrupt routing [ 2.728144] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 2.741008] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 2.744108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 2.748096] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 2.752182] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 2.758204] acpiphp: Slot [3] registered [ 2.762839] acpiphp: Slot [4] registered [ 2.767227] acpiphp: Slot [5] registered [ 2.768442] acpiphp: Slot [6] registered [ 2.772500] acpiphp: Slot [7] registered [ 2.776312] acpiphp: Slot [8] registered [ 2.780305] acpiphp: Slot [9] registered [ 2.784435] acpiphp: Slot [10] registered [ 2.788391] acpiphp: Slot [11] registered [ 2.792438] acpiphp: Slot [12] registered [ 2.796602] acpiphp: Slot [13] registered [ 2.800440] acpiphp: Slot [14] registered [ 2.804630] acpiphp: Slot [15] registered [ 2.808487] acpiphp: Slot [16] registered [ 2.812447] acpiphp: Slot [17] registered [ 2.816418] acpiphp: Slot [18] registered [ 2.820414] acpiphp: Slot [19] registered [ 2.824413] acpiphp: Slot [20] registered [ 2.828413] acpiphp: Slot [21] registered [ 2.832476] acpiphp: Slot [22] registered [ 2.836757] acpiphp: Slot [23] registered [ 2.840628] acpiphp: Slot [24] registered [ 2.844312] acpiphp: Slot [25] registered [ 2.848419] acpiphp: Slot [26] registered [ 2.852406] acpiphp: Slot [27] registered [ 2.856363] acpiphp: Slot [28] registered [ 2.860319] acpiphp: Slot [29] registered [ 2.864270] acpiphp: Slot [30] registered [ 2.868271] acpiphp: Slot [31] registered [ 2.872253] PCI host bridge to bus 0000:00 [ 2.876078] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 2.880078] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 2.884080] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 2.888080] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 2.892079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.933787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 2.936076] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 2.940077] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 2.944080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 2.981376] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 2.984252] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 3.248145] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 3.269441] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 3.285121] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 3.300998] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 3.316633] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 3.331858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 3.350213] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 3.352000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 3.352115] vgaarb: loaded [ 3.356151] vgaarb: bridge control possible 0000:00:02.0 [ 3.371878] SCSI subsystem initialized [ 3.382634] ACPI: bus type USB registered [ 3.387867] usbcore: registered new interface driver usbfs [ 3.388599] usbcore: registered new interface driver hub [ 3.392193] usbcore: registered new device driver usb [ 3.403788] PCI: Using ACPI for IRQ routing [ 3.418526] NetLabel: Initializing [ 3.420296] NetLabel: domain hash size = 128 [ 3.424081] NetLabel: protocols = UNLABELED CIPSOv4 [ 3.428979] NetLabel: unlabeled traffic allowed by default [ 3.444000] clocksource: Switched to clocksource kvm-clock [ 3.780236] AppArmor: AppArmor Filesystem Enabled [ 3.812643] pnp: PnP ACPI init [ 3.845103] pnp: PnP ACPI: found 5 devices [ 3.924859] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 3.981500] NET: Registered protocol family 2 [ 4.031384] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 4.098591] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 4.142724] TCP: Hash tables configured (established 4096 bind 4096) [ 4.191355] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 4.236479] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 4.278949] NET: Registered protocol family 1 [ 4.306305] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 4.347801] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 4.381395] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 4.438100] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 4.498744] Trying to unpack rootfs image as initramfs... [ 5.394184] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 5.460367] Scanning for low memory corruption every 60 seconds [ 5.505296] futex hash table entries: 256 (order: 2, 16384 bytes) [ 5.543771] audit: initializing netlink subsys (disabled) [ 5.577549] audit: type=2000 audit(1525913267.216:1): initialized [ 5.618005] Initialise system trusted keyring [ 5.650570] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 5.703479] zbud: loaded [ 5.724931] VFS: Disk quotas dquot_6.6.0 [ 5.755894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 5.813841] fuse init (API version 7.23) [ 5.859716] Key type big_key registered [ 5.890015] Allocating IMA MOK and blacklist keyrings. [ 5.950493] Key type asymmetric registered [ 5.987372] Asymmetric key parser 'x509' registered [ 6.042027] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 6.118183] io scheduler noop registered [ 6.164766] io scheduler deadline registered (default) [ 6.218582] io scheduler cfq registered [ 6.274609] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 6.320440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 6.375341] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 6.438476] ACPI: Power Button [PWRF] [ 6.484905] GHES: HEST is not enabled! [ 6.548850] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 6.785793] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 6.878681] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 6.947135] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 7.041533] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 7.253475] Linux agpgart interface v0.103 [ 7.343042] brd: module loaded [ 7.398723] loop: module loaded [ 7.485074] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 7.532739] GPT:90111 != 2097151 [ 7.555155] GPT:Alternate GPT header not at the end of the disk. [ 7.589032] GPT:90111 != 2097151 [ 7.609378] GPT: Use GNU Parted to correct GPT errors. [ 7.644950] vda: vda1 vda15 [ 7.690178] scsi host0: ata_piix [ 7.719253] scsi host1: ata_piix [ 7.746197] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 7.792716] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 7.877574] libphy: Fixed MDIO Bus: probed [ 7.936599] tun: Universal TUN/TAP device driver, 1.6 [ 8.025313] tun: (C) 1999-2004 Max Krasnyansky [ 8.123221] PPP generic driver version 2.4.2 [ 8.158588] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.200940] ehci-pci: EHCI PCI platform driver [ 8.237718] ehci-platform: EHCI generic platform driver [ 8.275114] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 8.320689] ohci-pci: OHCI PCI platform driver [ 8.347136] ohci-platform: OHCI generic platform driver [ 8.371749] uhci_hcd: USB Universal Host Controller Interface driver [ 8.425412] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 8.465210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 8.533595] uhci_hcd 0000:00:01.2: detected 2 ports [ 8.562366] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 8.595337] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 8.629305] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.673643] usb usb1: Product: UHCI Host Controller [ 8.703647] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 8.734450] usb usb1: SerialNumber: 0000:00:01.2 [ 8.761013] hub 1-0:1.0: USB hub found [ 8.785261] hub 1-0:1.0: 2 ports detected [ 8.814586] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 8.874690] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 8.903657] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 8.938420] mousedev: PS/2 mouse device common for all mice [ 8.977772] rtc_cmos 00:00: RTC can wake from S4 [ 9.006266] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 9.062740] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 9.119742] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 9.161383] i2c /dev entries driver [ 9.189340] device-mapper: uevent: version 1.0.3 [ 9.234176] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 9.294773] ledtrig-cpu: registered to indicate activity on CPUs [ 9.333162] NET: Registered protocol family 10 [ 9.377302] NET: Registered protocol family 17 [ 9.413885] Key type dns_resolver registered [ 9.443798] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 9.482233] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 9.545744] registered taskstats version 1 [ 9.571580] Loading compiled-in X.509 certificates [ 9.599552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 9.660927] zswap: loaded using pool lzo/zbud [ 9.704661] Key type trusted registered [ 9.731190] Key type encrypted registered [ 9.756387] AppArmor: AppArmor sha1 policy hashing enabled [ 9.785218] ima: No TPM chip found, activating TPM-bypass! [ 9.840384] evm: HMAC attrs: 0x1 [ 9.880497] Magic number: 2:975:758 [ 9.923315] tty ttyS9: hash matches [ 9.950874] rtc_cmos 00:00: setting system clock to 2018-05-10 00:48:03 UTC (1525913283) [ 10.008811] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 10.048746] EDD information not available. [ 10.122970] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 10.166727] Write protecting the kernel read-only data: 14336k [ 10.256717] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 10.304376] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 10.39 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 11.51 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... [ 11.718388] random: dd urandom read with 17 bits of entropy available togedone. Starting acpid: OK 2018-05-10 00:48:08,547 - 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 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 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.230 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976920) [ 0.032134] pid_max: default: 32768 minimum: 301 [ 0.040114] ACPI: Core revision 20150930 [ 0.053906] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.076155] Security Framework initialized [ 0.084139] Yama: becoming mindful. [ 0.092272] AppArmor: AppArmor initialized [ 0.100649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.109024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.120473] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.128138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.137970] Initializing cgroup subsys io [ 0.140154] Initializing cgroup subsys memory [ 0.148221] Initializing cgroup subsys devices [ 0.156146] Initializing cgroup subsys freezer [ 0.164154] Initializing cgroup subsys net_cls [ 0.176157] Initializing cgroup subsys perf_event [ 0.184226] Initializing cgroup subsys net_prio [ 0.192141] Initializing cgroup subsys hugetlb [ 0.200137] Initializing cgroup subsys pids [ 0.222190] CPU: Physical Processor ID: 0 [ 0.230693] mce: CPU supports 10 MCE banks [ 0.242631] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.248131] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 1.536755] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 2.425794] ftrace: allocating 31920 entries in 125 pages [ 2.456681] smpboot: Max logical packages: 1 [ 2.468086] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 2.493415] x2apic enabled [ 2.496211] Switched APIC routing to physical x2apic. [ 2.552000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 2.552000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 2.564159] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 2.577913] x86: Booted up 1 node, 1 CPUs [ 2.580157] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 2.592674] devtmpfs: initialized [ 2.598065] evm: security.selinux [ 2.600086] evm: security.SMACK64 [ 2.604104] evm: security.SMACK64EXEC [ 2.608080] evm: security.SMACK64TRANSMUTE [ 2.612082] evm: security.SMACK64MMAP [ 2.616079] evm: security.ima [ 2.620091] evm: security.capability [ 2.625328] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 2.628562] pinctrl core: initialized pinctrl subsystem [ 2.634218] RTC time: 0:47:53, date: 05/10/18 [ 2.636905] NET: Registered protocol family 16 [ 2.641686] cpuidle: using governor ladder [ 2.644167] cpuidle: using governor menu [ 2.648168] PCCT header not found. [ 2.653123] ACPI: bus type PCI registered [ 2.656145] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 2.662285] PCI: Using configuration type 1 for base access [ 2.668518] ACPI: Added _OSI(Module Device) [ 2.672087] ACPI: Added _OSI(Processor Device) [ 2.676103] ACPI: Added _OSI(3.0 _SCP Extensions) [ 2.680089] ACPI: Added _OSI(Processor Aggregator Device) [ 2.692255] ACPI: Interpreter enabled [ 2.696110] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 2.708096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 2.720126] ACPI: (supports S0 S3 S4 S5) [ 2.724092] ACPI: Using IOAPIC for interrupt routing [ 2.728144] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 2.741008] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 2.744108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 2.748096] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 2.752182] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 2.758204] acpiphp: Slot [3] registered [ 2.762839] acpiphp: Slot [4] registered [ 2.767227] acpiphp: Slot [5] registered [ 2.768442] acpiphp: Slot [6] registered [ 2.772500] acpiphp: Slot [7] registered [ 2.776312] acpiphp: Slot [8] registered [ 2.780305] acpiphp: Slot [9] registered [ 2.784435] acpiphp: Slot [10] registered [ 2.788391] acpiphp: Slot [11] registered [ 2.792438] acpiphp: Slot [12] registered [ 2.796602] acpiphp: Slot [13] registered [ 2.800440] acpiphp: Slot [14] registered [ 2.804630] acpiphp: Slot [15] registered [ 2.808487] acpiphp: Slot [16] registered [ 2.812447] acpiphp: Slot [17] registered [ 2.816418] acpiphp: Slot [18] registered [ 2.820414] acpiphp: Slot [19] registered [ 2.824413] acpiphp: Slot [20] registered [ 2.828413] acpiphp: Slot [21] registered [ 2.832476] acpiphp: Slot [22] registered [ 2.836757] acpiphp: Slot [23] registered [ 2.840628] acpiphp: Slot [24] registered [ 2.844312] acpiphp: Slot [25] registered [ 2.848419] acpiphp: Slot [26] registered [ 2.852406] acpiphp: Slot [27] registered [ 2.856363] acpiphp: Slot [28] registered [ 2.860319] acpiphp: Slot [29] registered [ 2.864270] acpiphp: Slot [30] registered [ 2.868271] acpiphp: Slot [31] registered [ 2.872253] PCI host bridge to bus 0000:00 [ 2.876078] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 2.880078] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 2.884080] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 2.888080] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 2.892079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.933787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 2.936076] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 2.940077] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 2.944080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 2.981376] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 2.984252] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 3.248145] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 3.269441] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 3.285121] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 3.300998] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 3.316633] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 3.331858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 3.350213] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 3.352000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 3.352115] vgaarb: loaded [ 3.356151] vgaarb: bridge control possible 0000:00:02.0 [ 3.371878] SCSI subsystem initialized [ 3.382634] ACPI: bus type USB registered [ 3.387867] usbcore: registered new interface driver usbfs [ 3.388599] usbcore: registered new interface driver hub [ 3.392193] usbcore: registered new device driver usb [ 3.403788] PCI: Using ACPI for IRQ routing [ 3.418526] NetLabel: Initializing [ 3.420296] NetLabel: domain hash size = 128 [ 3.424081] NetLabel: protocols = UNLABELED CIPSOv4 [ 3.428979] NetLabel: unlabeled traffic allowed by default [ 3.444000] clocksource: Switched to clocksource kvm-clock [ 3.780236] AppArmor: AppArmor Filesystem Enabled [ 3.812643] pnp: PnP ACPI init [ 3.845103] pnp: PnP ACPI: found 5 devices [ 3.924859] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 3.981500] NET: Registered protocol family 2 [ 4.031384] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 4.098591] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 4.142724] TCP: Hash tables configured (established 4096 bind 4096) [ 4.191355] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 4.236479] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 4.278949] NET: Registered protocol family 1 [ 4.306305] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 4.347801] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 4.381395] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 4.438100] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 4.498744] Trying to unpack rootfs image as initramfs... [ 5.394184] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 5.460367] Scanning for low memory corruption every 60 seconds [ 5.505296] futex hash table entries: 256 (order: 2, 16384 bytes) [ 5.543771] audit: initializing netlink subsys (disabled) [ 5.577549] audit: type=2000 audit(1525913267.216:1): initialized [ 5.618005] Initialise system trusted keyring [ 5.650570] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 5.703479] zbud: loaded [ 5.724931] VFS: Disk quotas dquot_6.6.0 [ 5.755894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 5.813841] fuse init (API version 7.23) [ 5.859716] Key type big_key registered [ 5.890015] Allocating IMA MOK and blacklist keyrings. [ 5.950493] Key type asymmetric registered [ 5.987372] Asymmetric key parser 'x509' registered [ 6.042027] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 6.118183] io scheduler noop registered [ 6.164766] io scheduler deadline registered (default) [ 6.218582] io scheduler cfq registered [ 6.274609] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 6.320440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 6.375341] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 6.438476] ACPI: Power Button [PWRF] [ 6.484905] GHES: HEST is not enabled! [ 6.548850] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 6.785793] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 6.878681] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 6.947135] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 7.041533] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 7.253475] Linux agpgart interface v0.103 [ 7.343042] brd: module loaded [ 7.398723] loop: module loaded [ 7.485074] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 7.532739] GPT:90111 != 2097151 [ 7.555155] GPT:Alternate GPT header not at the end of the disk. [ 7.589032] GPT:90111 != 2097151 [ 7.609378] GPT: Use GNU Parted to correct GPT errors. [ 7.644950] vda: vda1 vda15 [ 7.690178] scsi host0: ata_piix [ 7.719253] scsi host1: ata_piix [ 7.746197] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 7.792716] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 7.877574] libphy: Fixed MDIO Bus: probed [ 7.936599] tun: Universal TUN/TAP device driver, 1.6 [ 8.025313] tun: (C) 1999-2004 Max Krasnyansky [ 8.123221] PPP generic driver version 2.4.2 [ 8.158588] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.200940] ehci-pci: EHCI PCI platform driver [ 8.237718] ehci-platform: EHCI generic platform driver [ 8.275114] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 8.320689] ohci-pci: OHCI PCI platform driver [ 8.347136] ohci-platform: OHCI generic platform driver [ 8.371749] uhci_hcd: USB Universal Host Controller Interface driver [ 8.425412] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 8.465210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 8.533595] uhci_hcd 0000:00:01.2: detected 2 ports [ 8.562366] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 8.595337] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 8.629305] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.673643] usb usb1: Product: UHCI Host Controller [ 8.703647] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 8.734450] usb usb1: SerialNumber: 0000:00:01.2 [ 8.761013] hub 1-0:1.0: USB hub found [ 8.785261] hub 1-0:1.0: 2 ports detected [ 8.814586] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 8.874690] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 8.903657] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 8.938420] mousedev: PS/2 mouse device common for all mice [ 8.977772] rtc_cmos 00:00: RTC can wake from S4 [ 9.006266] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 9.062740] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 9.119742] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 9.161383] i2c /dev entries driver [ 9.189340] device-mapper: uevent: version 1.0.3 [ 9.234176] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 9.294773] ledtrig-cpu: registered to indicate activity on CPUs [ 9.333162] NET: Registered protocol family 10 [ 9.377302] NET: Registered protocol family 17 [ 9.413885] Key type dns_resolver registered [ 9.443798] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 9.482233] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 9.545744] registered taskstats version 1 [ 9.571580] Loading compiled-in X.509 certificates [ 9.599552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 9.660927] zswap: loaded using pool lzo/zbud [ 9.704661] Key type trusted registered [ 9.731190] Key type encrypted registered [ 9.756387] AppArmor: AppArmor sha1 policy hashing enabled [ 9.785218] ima: No TPM chip found, activating TPM-bypass! [ 9.840384] evm: HMAC attrs: 0x1 [ 9.880497] Magic number: 2:975:758 [ 9.923315] tty ttyS9: hash matches [ 9.950874] rtc_cmos 00:00: setting system clock to 2018-05-10 00:48:03 UTC (1525913283) [ 10.008811] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 10.048746] EDD information not available. [ 10.122970] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 10.166727] Write protecting the kernel read-only data: 14336k [ 10.256717] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 10.304376] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 10.39 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 11.51 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... [ 11.718388] random: dd urandom read with 17 bits of entropy available togedone. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.6... Lease of 192.168.130.6 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-10 00:48:10,777 - 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 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 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.230 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976920) [ 0.032134] pid_max: default: 32768 minimum: 301 [ 0.040114] ACPI: Core revision 20150930 [ 0.053906] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.076155] Security Framework initialized [ 0.084139] Yama: becoming mindful. [ 0.092272] AppArmor: AppArmor initialized [ 0.100649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.109024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.120473] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.128138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.137970] Initializing cgroup subsys io [ 0.140154] Initializing cgroup subsys memory [ 0.148221] Initializing cgroup subsys devices [ 0.156146] Initializing cgroup subsys freezer [ 0.164154] Initializing cgroup subsys net_cls [ 0.176157] Initializing cgroup subsys perf_event [ 0.184226] Initializing cgroup subsys net_prio [ 0.192141] Initializing cgroup subsys hugetlb [ 0.200137] Initializing cgroup subsys pids [ 0.222190] CPU: Physical Processor ID: 0 [ 0.230693] mce: CPU supports 10 MCE banks [ 0.242631] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.248131] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 1.536755] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 2.425794] ftrace: allocating 31920 entries in 125 pages [ 2.456681] smpboot: Max logical packages: 1 [ 2.468086] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 2.493415] x2apic enabled [ 2.496211] Switched APIC routing to physical x2apic. [ 2.552000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 2.552000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 2.564159] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 2.577913] x86: Booted up 1 node, 1 CPUs [ 2.580157] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 2.592674] devtmpfs: initialized [ 2.598065] evm: security.selinux [ 2.600086] evm: security.SMACK64 [ 2.604104] evm: security.SMACK64EXEC [ 2.608080] evm: security.SMACK64TRANSMUTE [ 2.612082] evm: security.SMACK64MMAP [ 2.616079] evm: security.ima [ 2.620091] evm: security.capability [ 2.625328] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 2.628562] pinctrl core: initialized pinctrl subsystem [ 2.634218] RTC time: 0:47:53, date: 05/10/18 [ 2.636905] NET: Registered protocol family 16 [ 2.641686] cpuidle: using governor ladder [ 2.644167] cpuidle: using governor menu [ 2.648168] PCCT header not found. [ 2.653123] ACPI: bus type PCI registered [ 2.656145] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 2.662285] PCI: Using configuration type 1 for base access [ 2.668518] ACPI: Added _OSI(Module Device) [ 2.672087] ACPI: Added _OSI(Processor Device) [ 2.676103] ACPI: Added _OSI(3.0 _SCP Extensions) [ 2.680089] ACPI: Added _OSI(Processor Aggregator Device) [ 2.692255] ACPI: Interpreter enabled [ 2.696110] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 2.708096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 2.720126] ACPI: (supports S0 S3 S4 S5) [ 2.724092] ACPI: Using IOAPIC for interrupt routing [ 2.728144] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 2.741008] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 2.744108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 2.748096] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 2.752182] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 2.758204] acpiphp: Slot [3] registered [ 2.762839] acpiphp: Slot [4] registered [ 2.767227] acpiphp: Slot [5] registered [ 2.768442] acpiphp: Slot [6] registered [ 2.772500] acpiphp: Slot [7] registered [ 2.776312] acpiphp: Slot [8] registered [ 2.780305] acpiphp: Slot [9] registered [ 2.784435] acpiphp: Slot [10] registered [ 2.788391] acpiphp: Slot [11] registered [ 2.792438] acpiphp: Slot [12] registered [ 2.796602] acpiphp: Slot [13] registered [ 2.800440] acpiphp: Slot [14] registered [ 2.804630] acpiphp: Slot [15] registered [ 2.808487] acpiphp: Slot [16] registered [ 2.812447] acpiphp: Slot [17] registered [ 2.816418] acpiphp: Slot [18] registered [ 2.820414] acpiphp: Slot [19] registered [ 2.824413] acpiphp: Slot [20] registered [ 2.828413] acpiphp: Slot [21] registered [ 2.832476] acpiphp: Slot [22] registered [ 2.836757] acpiphp: Slot [23] registered [ 2.840628] acpiphp: Slot [24] registered [ 2.844312] acpiphp: Slot [25] registered [ 2.848419] acpiphp: Slot [26] registered [ 2.852406] acpiphp: Slot [27] registered [ 2.856363] acpiphp: Slot [28] registered [ 2.860319] acpiphp: Slot [29] registered [ 2.864270] acpiphp: Slot [30] registered [ 2.868271] acpiphp: Slot [31] registered [ 2.872253] PCI host bridge to bus 0000:00 [ 2.876078] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 2.880078] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 2.884080] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 2.888080] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 2.892079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.933787] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 2.936076] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 2.940077] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 2.944080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 2.981376] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 2.984252] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 3.248145] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 3.269441] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 3.285121] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 3.300998] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 3.316633] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 3.331858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 3.350213] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 3.352000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 3.352115] vgaarb: loaded [ 3.356151] vgaarb: bridge control possible 0000:00:02.0 [ 3.371878] SCSI subsystem initialized [ 3.382634] ACPI: bus type USB registered [ 3.387867] usbcore: registered new interface driver usbfs [ 3.388599] usbcore: registered new interface driver hub [ 3.392193] usbcore: registered new device driver usb [ 3.403788] PCI: Using ACPI for IRQ routing [ 3.418526] NetLabel: Initializing [ 3.420296] NetLabel: domain hash size = 128 [ 3.424081] NetLabel: protocols = UNLABELED CIPSOv4 [ 3.428979] NetLabel: unlabeled traffic allowed by default [ 3.444000] clocksource: Switched to clocksource kvm-clock [ 3.780236] AppArmor: AppArmor Filesystem Enabled [ 3.812643] pnp: PnP ACPI init [ 3.845103] pnp: PnP ACPI: found 5 devices [ 3.924859] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 3.981500] NET: Registered protocol family 2 [ 4.031384] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 4.098591] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 4.142724] TCP: Hash tables configured (established 4096 bind 4096) [ 4.191355] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 4.236479] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 4.278949] NET: Registered protocol family 1 [ 4.306305] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 4.347801] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 4.381395] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 4.438100] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 4.498744] Trying to unpack rootfs image as initramfs... [ 5.394184] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 5.460367] Scanning for low memory corruption every 60 seconds [ 5.505296] futex hash table entries: 256 (order: 2, 16384 bytes) [ 5.543771] audit: initializing netlink subsys (disabled) [ 5.577549] audit: type=2000 audit(1525913267.216:1): initialized [ 5.618005] Initialise system trusted keyring [ 5.650570] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 5.703479] zbud: loaded [ 5.724931] VFS: Disk quotas dquot_6.6.0 [ 5.755894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 5.813841] fuse init (API version 7.23) [ 5.859716] Key type big_key registered [ 5.890015] Allocating IMA MOK and blacklist keyrings. [ 5.950493] Key type asymmetric registered [ 5.987372] Asymmetric key parser 'x509' registered [ 6.042027] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 6.118183] io scheduler noop registered [ 6.164766] io scheduler deadline registered (default) [ 6.218582] io scheduler cfq registered [ 6.274609] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 6.320440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 6.375341] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 6.438476] ACPI: Power Button [PWRF] [ 6.484905] GHES: HEST is not enabled! [ 6.548850] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 6.785793] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 6.878681] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 6.947135] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 7.041533] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 7.253475] Linux agpgart interface v0.103 [ 7.343042] brd: module loaded [ 7.398723] loop: module loaded [ 7.485074] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 7.532739] GPT:90111 != 2097151 [ 7.555155] GPT:Alternate GPT header not at the end of the disk. [ 7.589032] GPT:90111 != 2097151 [ 7.609378] GPT: Use GNU Parted to correct GPT errors. [ 7.644950] vda: vda1 vda15 [ 7.690178] scsi host0: ata_piix [ 7.719253] scsi host1: ata_piix [ 7.746197] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 7.792716] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 7.877574] libphy: Fixed MDIO Bus: probed [ 7.936599] tun: Universal TUN/TAP device driver, 1.6 [ 8.025313] tun: (C) 1999-2004 Max Krasnyansky [ 8.123221] PPP generic driver version 2.4.2 [ 8.158588] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.200940] ehci-pci: EHCI PCI platform driver [ 8.237718] ehci-platform: EHCI generic platform driver [ 8.275114] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 8.320689] ohci-pci: OHCI PCI platform driver [ 8.347136] ohci-platform: OHCI generic platform driver [ 8.371749] uhci_hcd: USB Universal Host Controller Interface driver [ 8.425412] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 8.465210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 8.533595] uhci_hcd 0000:00:01.2: detected 2 ports [ 8.562366] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 8.595337] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 8.629305] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.673643] usb usb1: Product: UHCI Host Controller [ 8.703647] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 8.734450] usb usb1: SerialNumber: 0000:00:01.2 [ 8.761013] hub 1-0:1.0: USB hub found [ 8.785261] hub 1-0:1.0: 2 ports detected [ 8.814586] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 8.874690] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 8.903657] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 8.938420] mousedev: PS/2 mouse device common for all mice [ 8.977772] rtc_cmos 00:00: RTC can wake from S4 [ 9.006266] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 9.062740] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 9.119742] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 9.161383] i2c /dev entries driver [ 9.189340] device-mapper: uevent: version 1.0.3 [ 9.234176] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 9.294773] ledtrig-cpu: registered to indicate activity on CPUs [ 9.333162] NET: Registered protocol family 10 [ 9.377302] NET: Registered protocol family 17 [ 9.413885] Key type dns_resolver registered [ 9.443798] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 9.482233] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 9.545744] registered taskstats version 1 [ 9.571580] Loading compiled-in X.509 certificates [ 9.599552] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 9.660927] zswap: loaded using pool lzo/zbud [ 9.704661] Key type trusted registered [ 9.731190] Key type encrypted registered [ 9.756387] AppArmor: AppArmor sha1 policy hashing enabled [ 9.785218] ima: No TPM chip found, activating TPM-bypass! [ 9.840384] evm: HMAC attrs: 0x1 [ 9.880497] Magic number: 2:975:758 [ 9.923315] tty ttyS9: hash matches [ 9.950874] rtc_cmos 00:00: setting system clock to 2018-05-10 00:48:03 UTC (1525913283) [ 10.008811] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 10.048746] EDD information not available. [ 10.122970] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 10.166727] Write protecting the kernel read-only data: 14336k [ 10.256717] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 10.304376] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 10.39 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 11.51 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... [ 11.718388] random: dd urandom read with 17 bits of entropy available togedone. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.6... Lease of 192.168.130.6 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 12.33. iid=i-0000000e 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.230 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCN4RTAxGMjBqW41MV1vK9IfGj5/L5DfDuTV9+HRMlaIXypkQ1Qun+Ap6BsLl3LSKODe2BTKD1E2/+27igqDrG79/9TFNBynPGTLfpbzvZ/iqY5mWp89wt4FZaBKYqoQXcycwVr0hTdNkrnj7QFG5OTe/r3Xl+ud7NsJdn2LgEdwHu4U07aAjhVIkpPTVPJv3RA9InJW2T+tWrMAJRiETVGqNlQvnVswzKEHxgJ3ugcY/LDTv0do9H4Kom+41pqAwhgoQBxDUjF7YnASi85wR8UWFaZtuEcfkTZeoLjLN2LR+DDp/SWeF6S+4xYZnbZkJV2yyF3AL924b2xHeM7XeTz root@opnfv-vping-2-userdata--c79f8f0a-ec9e-4257-bb4b-63566f5ff572 ssh-dss AAAAB3NzaC1kc3MAAACBANQYO9fFfVOHO68LhpoqX/1UXxv8HksPmQD5VYoJfEdn+Ie1uI+VKg4sH35k+TIihZSp+Rli/vWt+KMxuqpOXjD+WFQXc2IeqFVFDcwtVDOozPICKBw5dM5gdmU64DNOaUHX7A9fTumUlbWJAlQORLfrGQD 2018-05-10 00:48:10,777 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-05-10 00:48:11,385 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 00:48:11,386 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-10 00:48:29,168 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-10 00:48:29,259 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-10 00:48:29,260 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-10 00:48:29,260 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-10 00:48:38,998 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 8d45b6b5-76f8-4dbf-8453-3ee7f24bbcd6 | 2018-05-10T00:48:38.822238 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 8d45b6b5-76f8-4dbf-8453-3ee7f24bbcd6 ~/.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-10 00:48:44,086 - 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-10 00:48:44,086 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-10 00:48:52,585 - 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=7dec3ccd-923e-4322-ae5f-7769c5ce8f0f) as the default verifier for the future CLI operations. 2018-05-10 00:48:57,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-0c19f1e0-5cc7-4292-bd15-b44a8edf02fd' 2018-05-10 00:48:58,177 - 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-10T00:48:58Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4497d340-0284-4c44-83d0-eae2e13c1653', u'provider:segmentation_id': 77, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-0c19f1e0-5cc7-4292-bd15-b44a8edf02fd', u'admin_state_up': True, u'tenant_id': u'73b04abcb6f6497281ab24e7ed1611e0', u'created_at': u'2018-05-10T00:48:57Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'73b04abcb6f6497281ab24e7ed1611e0'}) 2018-05-10 00:48:58,891 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-10T00:48:58Z', 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'434cff4e-6ff5-450e-a2f1-fb5c1048d0b8', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-0c19f1e0-5cc7-4292-bd15-b44a8edf02fd', u'enable_dhcp': True, u'network_id': u'4497d340-0284-4c44-83d0-eae2e13c1653', u'tenant_id': u'73b04abcb6f6497281ab24e7ed1611e0', u'created_at': u'2018-05-10T00:48:58Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'73b04abcb6f6497281ab24e7ed1611e0'}) 2018-05-10 00:48:58,891 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-10 00:48:58,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-0c19f1e0-5cc7-4292-bd15-b44a8edf02fd' 2018-05-10 00:48:59,869 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-0c19f1e0-5cc7-4292-bd15-b44a8edf02fd', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-10T00:48:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/cf72a3a1-d1be-42e8-933d-a77e17f8b63d/file', u'owner': u'73b04abcb6f6497281ab24e7ed1611e0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'cf72a3a1-d1be-42e8-933d-a77e17f8b63d', u'size': None, u'name': u'Cirros-0.4.0-0c19f1e0-5cc7-4292-bd15-b44a8edf02fd', u'checksum': None, u'self': u'/v2/images/cf72a3a1-d1be-42e8-933d-a77e17f8b63d', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-10T00:48:59Z', u'schema': u'/v2/schemas/image'}) 2018-05-10 00:48:59,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-0c19f1e0-5cc7-4292-bd15-b44a8edf02fd' 2018-05-10 00:49:00,888 - 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-0c19f1e0-5cc7-4292-bd15-b44a8edf02fd', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-10T00:48:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/1b40cae4-b0fc-410b-bbbe-5bada4bcb878/file', u'owner': u'73b04abcb6f6497281ab24e7ed1611e0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'1b40cae4-b0fc-410b-bbbe-5bada4bcb878', u'size': None, u'name': u'Cirros-0.4.0-1-0c19f1e0-5cc7-4292-bd15-b44a8edf02fd', u'checksum': None, u'self': u'/v2/images/1b40cae4-b0fc-410b-bbbe-5bada4bcb878', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-10T00:48:59Z', u'schema': u'/v2/schemas/image'}) 2018-05-10 00:49:00,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-10 00:49:01,006 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-0c19f1e0-5cc7-4292-bd15-b44a8edf02fd', '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'73b04abcb6f6497281ab24e7ed1611e0', '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'54e49fa8-d721-433c-a68d-4f10b836441c', 'swap': 0}) 2018-05-10 00:49:01,191 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-0c19f1e0-5cc7-4292-bd15-b44a8edf02fd', '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'73b04abcb6f6497281ab24e7ed1611e0', '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'30838181-12eb-4ab3-9d32-fb2d3924b51a', 'swap': 0}) 2018-05-10 00:49:05,750 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-10 00:49:05,751 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-10 00:49:05,751 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-10 00:49:05,752 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-10 00:49:05,755 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-10 00:49:09,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-7dec3ccd-923e-4322-ae5f-7769c5ce8f0f/repo; stestr list '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-10 00:49:09,482 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-10 00:49:09,483 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-10 00:49:09,483 - 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-10 01:04:35,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 5210dba5-d867-4a98-9a7f-f27b08bcedac 2018-05-10 01:04:35,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5210dba5-d867-4a98-9a7f-f27b08bcedac']'. 2018-05-10 01:04:36,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-10 01:04:36,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-10 01:04:36,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-10 01:04:36,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5210dba5-d867-4a98-9a7f-f27b08bcedac | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-10 00:49:12 | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-10 01:04:35 | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:23 | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7dec3ccd-923e-4322-ae5f-7769c5ce8f0f) | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8d45b6b5-76f8-4dbf-8453-3ee7f24bbcd6) | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 915.801 | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 20 | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-10 01:04:36,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-10 01:04:36,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-10 01:04:36,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-05-10 01:04:41,625 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 01:04:41,625 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:44 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-05-10 01:04:41,627 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-10 01:04:41,713 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-10 01:04:42,586 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual2 2018-05-10 01:04:42,587 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-10 01:04:42,587 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-10 01:04:43,763 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-10 01:04:47,384 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-10 01:04:50,964 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 0fd409ad-b3e0-4357-a333-cfcd6c188b91 | 2018-05-10T01:04:50.813098 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 0fd409ad-b3e0-4357-a333-cfcd6c188b91 ~/.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-10 01:04:55,804 - 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-10 01:04:55,804 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-10 01:04:56,689 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-f039cbf5-2f81-4e54-94d0-1a36111b0b80'... 2018-05-10 01:04:57,778 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-f039cbf5-2f81-4e54-94d0-1a36111b0b80'... 2018-05-10 01:04:59,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-f039cbf5-2f81-4e54-94d0-1a36111b0b80'... 2018-05-10 01:05:04,098 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-f039cbf5-2f81-4e54-94d0-1a36111b0b80'... 2018-05-10 01:05:04,257 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-f039cbf5-2f81-4e54-94d0-1a36111b0b80'... 2018-05-10 01:05:04,392 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-10 01:05:04,393 - 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-10 01:05:04,393 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-10 01:05:04,403 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-10 01:05:04,481 - 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': '540a05d0-9975-467d-b82b-2a602a044dcb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'flavor_name': 'rally-tiny-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f039cbf5-2f81-4e54-94d0-1a36111b0b80', '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-10 01:06:15,315 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2792c5a6-80b2-4311-a17d-eb7f27feecff 2018-05-10 01:06:15,315 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-10 01:06:15,316 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2792c5a6-80b2-4311-a17d-eb7f27feecff'] 2018-05-10 01:06:16,503 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2792c5a6-80b2-4311-a17d-eb7f27feecff: 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 2792c5a6-80b2-4311-a17d-eb7f27feecff 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.645 | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 100.0% | 1 | | total | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 100.0% | 1 | | -> duration | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.645359 Full duration: 7.980005 -------------------------------------------------------------------------------- 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 2792c5a6-80b2-4311-a17d-eb7f27feecff 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.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | total | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 100.0% | 1 | | -> duration | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.496742 Full duration: 8.9705 -------------------------------------------------------------------------------- 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 2792c5a6-80b2-4311-a17d-eb7f27feecff 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.261 | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 100.0% | 1 | | total | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | -> duration | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.95984 Full duration: 8.314137 -------------------------------------------------------------------------------- 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 2792c5a6-80b2-4311-a17d-eb7f27feecff 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.107 | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 100.0% | 1 | | total | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 100.0% | 1 | | -> duration | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.748358 Full duration: 9.3385 -------------------------------------------------------------------------------- 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 2792c5a6-80b2-4311-a17d-eb7f27feecff 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.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | total | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 100.0% | 1 | | -> duration | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.521721 Full duration: 8.728299 -------------------------------------------------------------------------------- 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 2792c5a6-80b2-4311-a17d-eb7f27feecff 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.267 | 0.267 | 0.267 | 0.267 | 0.267 | 0.267 | 100.0% | 1 | | total | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | -> duration | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.994059 Full duration: 8.451989 HINTS: * To plot HTML graphics with this data, run: rally task report 2792c5a6-80b2-4311-a17d-eb7f27feecff --out output.html * To generate a JUnit report, run: rally task export 2792c5a6-80b2-4311-a17d-eb7f27feecff --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2792c5a6-80b2-4311-a17d-eb7f27feecff --json --out output.json 2018-05-10 01:06:16,504 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2792c5a6-80b2-4311-a17d-eb7f27feecff'] 2018-05-10 01:06:17,698 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-10 01:06:17,699 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2792c5a6-80b2-4311-a17d-eb7f27feecff', '--out', '/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-10 01:06:17,703 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-10 01:06:17,704 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-10 01:06:17,704 - 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-10 01:06:17,704 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-10 01:06:17,717 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-10 01:06:17,727 - 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': '540a05d0-9975-467d-b82b-2a602a044dcb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'flavor_name': 'rally-tiny-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f039cbf5-2f81-4e54-94d0-1a36111b0b80', '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-10 01:07:51,358 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a2d474a4-844d-4aa6-9812-f1222858ed4a 2018-05-10 01:07:51,359 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a2d474a4-844d-4aa6-9812-f1222858ed4a'] 2018-05-10 01:07:52,514 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a2d474a4-844d-4aa6-9812-f1222858ed4a: 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 a2d474a4-844d-4aa6-9812-f1222858ed4a 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 | 2.975 | 2.975 | 2.975 | 2.975 | 2.975 | 2.975 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | -> glance_v2.upload_data | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | glance_v2.delete_image | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 100.0% | 1 | | total | 4.026 | 4.026 | 4.026 | 4.026 | 4.026 | 4.026 | 100.0% | 1 | | -> duration | 4.026 | 4.026 | 4.026 | 4.026 | 4.026 | 4.026 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.025577 Full duration: 13.557646 -------------------------------------------------------------------------------- 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 a2d474a4-844d-4aa6-9812-f1222858ed4a 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.084 | 3.084 | 3.084 | 3.084 | 3.084 | 3.084 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | -> glance_v2.upload_data | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | glance_v2.list_images | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 100.0% | 1 | | total | 3.139 | 3.139 | 3.139 | 3.139 | 3.139 | 3.139 | 100.0% | 1 | | -> duration | 3.139 | 3.139 | 3.139 | 3.139 | 3.139 | 3.139 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.139026 Full duration: 14.540373 -------------------------------------------------------------------------------- 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 a2d474a4-844d-4aa6-9812-f1222858ed4a 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.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | -> duration | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.205476 Full duration: 8.812617 -------------------------------------------------------------------------------- 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": "540a05d0-9975-467d-b82b-2a602a044dcb" } ], "flavor": { "name": "rally-tiny-f039cbf5-2f81-4e54-94d0-1a36111b0b80" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a2d474a4-844d-4aa6-9812-f1222858ed4a 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.073 | 3.073 | 3.073 | 3.073 | 3.073 | 3.073 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | -> glance_v2.upload_data | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | nova.boot_servers | 12.519 | 12.519 | 12.519 | 12.519 | 12.519 | 12.519 | 100.0% | 1 | | total | 15.592 | 15.592 | 15.592 | 15.592 | 15.592 | 15.592 | 100.0% | 1 | | -> duration | 14.592 | 14.592 | 14.592 | 14.592 | 14.592 | 14.592 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.592411 Full duration: 36.499254 HINTS: * To plot HTML graphics with this data, run: rally task report a2d474a4-844d-4aa6-9812-f1222858ed4a --out output.html * To generate a JUnit report, run: rally task export a2d474a4-844d-4aa6-9812-f1222858ed4a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a2d474a4-844d-4aa6-9812-f1222858ed4a --json --out output.json 2018-05-10 01:07:52,514 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a2d474a4-844d-4aa6-9812-f1222858ed4a'] 2018-05-10 01:07:53,699 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-10 01:07:53,699 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a2d474a4-844d-4aa6-9812-f1222858ed4a', '--out', '/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-10 01:07:53,704 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-10 01:07:53,704 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-10 01:07:53,704 - 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-10 01:07:53,704 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-10 01:07:53,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-10 01:07:53,729 - 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': '540a05d0-9975-467d-b82b-2a602a044dcb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'flavor_name': 'rally-tiny-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f039cbf5-2f81-4e54-94d0-1a36111b0b80', '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-10 01:11:17,742 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8c2b13bb-e85e-44f8-ad7d-453ef323ca77 2018-05-10 01:11:17,743 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8c2b13bb-e85e-44f8-ad7d-453ef323ca77'] 2018-05-10 01:11:18,962 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8c2b13bb-e85e-44f8-ad7d-453ef323ca77: 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 8c2b13bb-e85e-44f8-ad7d-453ef323ca77 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.771 | 3.771 | 3.771 | 3.771 | 3.771 | 3.771 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.35 | 2.35 | 2.35 | 2.35 | 2.35 | 2.35 | 100.0% | 1 | | total | 6.121 | 6.121 | 6.121 | 6.121 | 6.121 | 6.121 | 100.0% | 1 | | -> duration | 6.121 | 6.121 | 6.121 | 6.121 | 6.121 | 6.121 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.121199 Full duration: 24.918709 -------------------------------------------------------------------------------- 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 8c2b13bb-e85e-44f8-ad7d-453ef323ca77 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.318 | 4.318 | 4.318 | 4.318 | 4.318 | 4.318 | 100.0% | 1 | | cinder_v2.delete_volume | 2.347 | 2.347 | 2.347 | 2.347 | 2.347 | 2.347 | 100.0% | 1 | | total | 6.665 | 6.665 | 6.665 | 6.665 | 6.665 | 6.665 | 100.0% | 1 | | -> duration | 6.665 | 6.665 | 6.665 | 6.665 | 6.665 | 6.665 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.665075 Full duration: 18.346203 -------------------------------------------------------------------------------- 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-f039cbf5-2f81-4e54-94d0-1a36111b0b80" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 8c2b13bb-e85e-44f8-ad7d-453ef323ca77 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.577 | 5.577 | 5.577 | 5.577 | 5.577 | 5.577 | 100.0% | 1 | | cinder_v2.delete_volume | 2.322 | 2.322 | 2.322 | 2.322 | 2.322 | 2.322 | 100.0% | 1 | | total | 7.899 | 7.899 | 7.899 | 7.899 | 7.899 | 7.899 | 100.0% | 1 | | -> duration | 7.899 | 7.899 | 7.899 | 7.899 | 7.899 | 7.899 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.899497 Full duration: 19.262482 -------------------------------------------------------------------------------- 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 8c2b13bb-e85e-44f8-ad7d-453ef323ca77 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.528 | 3.528 | 3.528 | 3.528 | 3.528 | 3.528 | 100.0% | 1 | | cinder_v2.delete_volume | 2.293 | 2.293 | 2.293 | 2.293 | 2.293 | 2.293 | 100.0% | 1 | | total | 5.821 | 5.821 | 5.821 | 5.821 | 5.821 | 5.821 | 100.0% | 1 | | -> duration | 5.821 | 5.821 | 5.821 | 5.821 | 5.821 | 5.821 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.820553 Full duration: 16.740987 -------------------------------------------------------------------------------- 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 8c2b13bb-e85e-44f8-ad7d-453ef323ca77 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.308 | 3.308 | 3.308 | 3.308 | 3.308 | 3.308 | 100.0% | 1 | | cinder_v2.extend_volume | 2.44 | 2.44 | 2.44 | 2.44 | 2.44 | 2.44 | 100.0% | 1 | | cinder_v2.delete_volume | 2.32 | 2.32 | 2.32 | 2.32 | 2.32 | 2.32 | 100.0% | 1 | | total | 8.068 | 8.068 | 8.068 | 8.068 | 8.068 | 8.068 | 100.0% | 1 | | -> duration | 8.068 | 8.068 | 8.068 | 8.068 | 8.068 | 8.068 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.068216 Full duration: 18.95718 -------------------------------------------------------------------------------- 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 8c2b13bb-e85e-44f8-ad7d-453ef323ca77 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.397 | 3.397 | 3.397 | 3.397 | 3.397 | 3.397 | 100.0% | 1 | | cinder_v2.delete_volume | 2.342 | 2.342 | 2.342 | 2.342 | 2.342 | 2.342 | 100.0% | 1 | | total | 5.739 | 5.739 | 5.739 | 5.739 | 5.739 | 5.739 | 100.0% | 1 | | -> duration | 5.739 | 5.739 | 5.739 | 5.739 | 5.739 | 5.739 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.739304 Full duration: 23.645708 -------------------------------------------------------------------------------- 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 8c2b13bb-e85e-44f8-ad7d-453ef323ca77 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.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | cinder_v2.list_qos | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.758704 Full duration: 12.820842 -------------------------------------------------------------------------------- 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 8c2b13bb-e85e-44f8-ad7d-453ef323ca77 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.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | cinder_v2.set_qos | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 100.0% | 1 | | total | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> duration | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.801831 Full duration: 13.173411 -------------------------------------------------------------------------------- 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 8c2b13bb-e85e-44f8-ad7d-453ef323ca77 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.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | cinder_v2.list_types | 0.058 | 0.058 | 0.058 | 0.058 | 0.058 | 0.058 | 100.0% | 1 | | total | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | -> duration | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.899041 Full duration: 13.518943 -------------------------------------------------------------------------------- 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 8c2b13bb-e85e-44f8-ad7d-453ef323ca77 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 | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | -> duration | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.268487 Full duration: 13.705856 HINTS: * To plot HTML graphics with this data, run: rally task report 8c2b13bb-e85e-44f8-ad7d-453ef323ca77 --out output.html * To generate a JUnit report, run: rally task export 8c2b13bb-e85e-44f8-ad7d-453ef323ca77 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8c2b13bb-e85e-44f8-ad7d-453ef323ca77 --json --out output.json 2018-05-10 01:11:18,963 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8c2b13bb-e85e-44f8-ad7d-453ef323ca77'] 2018-05-10 01:11:20,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-10 01:11:20,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8c2b13bb-e85e-44f8-ad7d-453ef323ca77', '--out', '/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-10 01:11:20,192 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-10 01:11:20,192 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-05-10 01:11:20,192 - 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-10 01:11:20,192 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-10 01:11:20,202 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-10 01:11:20,217 - 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': '540a05d0-9975-467d-b82b-2a602a044dcb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'flavor_name': 'rally-tiny-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f039cbf5-2f81-4e54-94d0-1a36111b0b80', '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-10 01:13:27,472 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d8198fae-6aa1-447e-b1a4-158586a045cd 2018-05-10 01:13:27,474 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd8198fae-6aa1-447e-b1a4-158586a045cd'] 2018-05-10 01:13:28,741 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d8198fae-6aa1-447e-b1a4-158586a045cd: 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 d8198fae-6aa1-447e-b1a4-158586a045cd 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 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | total | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> duration | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.775887 Full duration: 8.612627 -------------------------------------------------------------------------------- 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 d8198fae-6aa1-447e-b1a4-158586a045cd 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 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | total | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | -> duration | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.974318 Full duration: 8.858549 -------------------------------------------------------------------------------- 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 d8198fae-6aa1-447e-b1a4-158586a045cd 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 | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 100.0% | 1 | | total | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 100.0% | 1 | | -> duration | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.070447 Full duration: 8.549546 -------------------------------------------------------------------------------- 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 d8198fae-6aa1-447e-b1a4-158586a045cd 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 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.021 | 0.021 | 0.021 | 0.021 | 0.021 | 0.021 | 100.0% | 1 | | total | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> duration | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.725766 Full duration: 9.024577 -------------------------------------------------------------------------------- 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 d8198fae-6aa1-447e-b1a4-158586a045cd 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.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | total | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> duration | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.806235 Full duration: 7.964465 -------------------------------------------------------------------------------- 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 d8198fae-6aa1-447e-b1a4-158586a045cd 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.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.022 | 0.022 | 0.022 | 0.022 | 0.022 | 0.022 | 100.0% | 1 | | total | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> duration | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.819777 Full duration: 9.369205 -------------------------------------------------------------------------------- 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 d8198fae-6aa1-447e-b1a4-158586a045cd 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 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | total | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> duration | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.84416 Full duration: 8.069455 -------------------------------------------------------------------------------- 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 d8198fae-6aa1-447e-b1a4-158586a045cd 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 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | -> duration | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.910697 Full duration: 9.374563 -------------------------------------------------------------------------------- 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 d8198fae-6aa1-447e-b1a4-158586a045cd 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 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | total | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> duration | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.78471 Full duration: 8.23022 -------------------------------------------------------------------------------- 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 d8198fae-6aa1-447e-b1a4-158586a045cd 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.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | gnocchi.delete_metric | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 100.0% | 1 | | total | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | -> duration | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.938375 Full duration: 8.985109 -------------------------------------------------------------------------------- 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 d8198fae-6aa1-447e-b1a4-158586a045cd 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 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | gnocchi.delete_resource | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 100.0% | 1 | | total | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> duration | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.917821 Full duration: 8.764127 HINTS: * To plot HTML graphics with this data, run: rally task report d8198fae-6aa1-447e-b1a4-158586a045cd --out output.html * To generate a JUnit report, run: rally task export d8198fae-6aa1-447e-b1a4-158586a045cd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d8198fae-6aa1-447e-b1a4-158586a045cd --json --out output.json 2018-05-10 01:13:28,742 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd8198fae-6aa1-447e-b1a4-158586a045cd'] 2018-05-10 01:13:30,010 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-10 01:13:30,011 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd8198fae-6aa1-447e-b1a4-158586a045cd', '--out', '/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-05-10 01:13:30,015 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-05-10 01:13:30,016 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-10 01:13:30,016 - 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-10 01:13:30,016 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-10 01:13:30,030 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-10 01:13:30,143 - 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': '540a05d0-9975-467d-b82b-2a602a044dcb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'flavor_name': 'rally-tiny-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f039cbf5-2f81-4e54-94d0-1a36111b0b80', '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-10 01:15:26,053 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : fef9489f-1279-4689-a3bf-e0a0ecb7dc30 2018-05-10 01:15:26,054 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'fef9489f-1279-4689-a3bf-e0a0ecb7dc30'] 2018-05-10 01:15:27,210 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task fef9489f-1279-4689-a3bf-e0a0ecb7dc30: 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 fef9489f-1279-4689-a3bf-e0a0ecb7dc30 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.048 | 5.048 | 5.048 | 5.048 | 5.048 | 5.048 | 100.0% | 1 | | heat.update_stack | 2.666 | 2.666 | 2.666 | 2.666 | 2.666 | 2.666 | 100.0% | 1 | | heat.delete_stack | 2.559 | 2.559 | 2.559 | 2.559 | 2.559 | 2.559 | 100.0% | 1 | | total | 10.274 | 10.274 | 10.274 | 10.274 | 10.274 | 10.274 | 100.0% | 1 | | -> duration | 6.274 | 6.274 | 6.274 | 6.274 | 6.274 | 6.274 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.273518 Full duration: 23.864819 -------------------------------------------------------------------------------- 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 fef9489f-1279-4689-a3bf-e0a0ecb7dc30 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.885 | 4.885 | 4.885 | 4.885 | 4.885 | 4.885 | 100.0% | 1 | | heat.check_stack | 0.429 | 0.429 | 0.429 | 0.429 | 0.429 | 0.429 | 100.0% | 1 | | heat.delete_stack | 2.453 | 2.453 | 2.453 | 2.453 | 2.453 | 2.453 | 100.0% | 1 | | total | 7.768 | 7.768 | 7.768 | 7.768 | 7.768 | 7.768 | 100.0% | 1 | | -> duration | 5.768 | 5.768 | 5.768 | 5.768 | 5.768 | 5.768 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.767639 Full duration: 22.282371 -------------------------------------------------------------------------------- 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 fef9489f-1279-4689-a3bf-e0a0ecb7dc30 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.494 | 5.494 | 5.494 | 5.494 | 5.494 | 5.494 | 100.0% | 1 | | heat.suspend_stack | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 100.0% | 1 | | heat.resume_stack | 1.454 | 1.454 | 1.454 | 1.454 | 1.454 | 1.454 | 100.0% | 1 | | heat.delete_stack | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 100.0% | 1 | | total | 9.773 | 9.773 | 9.773 | 9.773 | 9.773 | 9.773 | 100.0% | 1 | | -> duration | 7.773 | 7.773 | 7.773 | 7.773 | 7.773 | 7.773 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.772815 Full duration: 23.193179 -------------------------------------------------------------------------------- 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 fef9489f-1279-4689-a3bf-e0a0ecb7dc30 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.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | total | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | -> duration | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.862199 Full duration: 13.155998 HINTS: * To plot HTML graphics with this data, run: rally task report fef9489f-1279-4689-a3bf-e0a0ecb7dc30 --out output.html * To generate a JUnit report, run: rally task export fef9489f-1279-4689-a3bf-e0a0ecb7dc30 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report fef9489f-1279-4689-a3bf-e0a0ecb7dc30 --json --out output.json 2018-05-10 01:15:27,210 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'fef9489f-1279-4689-a3bf-e0a0ecb7dc30'] 2018-05-10 01:15:28,354 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-10 01:15:28,354 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'fef9489f-1279-4689-a3bf-e0a0ecb7dc30', '--out', '/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-10 01:15:28,358 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-10 01:15:28,358 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-10 01:15:28,359 - 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-10 01:15:28,359 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-10 01:15:28,368 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-10 01:15:28,383 - 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': '540a05d0-9975-467d-b82b-2a602a044dcb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'flavor_name': 'rally-tiny-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f039cbf5-2f81-4e54-94d0-1a36111b0b80', '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-10 01:19:00,434 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 270f73cb-dcd4-4864-9276-cc20870c03b8 2018-05-10 01:19:00,434 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '270f73cb-dcd4-4864-9276-cc20870c03b8'] 2018-05-10 01:19:01,685 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 270f73cb-dcd4-4864-9276-cc20870c03b8: 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 270f73cb-dcd4-4864-9276-cc20870c03b8 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.531 | 0.531 | 0.531 | 0.531 | 0.531 | 0.531 | 100.0% | 1 | | keystone_v3.add_role | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 100.0% | 1 | | keystone_v3.revoke_role | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | -> duration | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.669568 Full duration: 16.304951 -------------------------------------------------------------------------------- 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 270f73cb-dcd4-4864-9276-cc20870c03b8 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.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | keystone_v3.add_role | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 100.0% | 1 | | keystone_v3.list_roles | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 100.0% | 1 | | total | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | -> duration | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.672882 Full duration: 16.494836 -------------------------------------------------------------------------------- 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 270f73cb-dcd4-4864-9276-cc20870c03b8 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.list_projects | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 100.0% | 1 | | total | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> duration | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.628259 Full duration: 16.221715 -------------------------------------------------------------------------------- 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 270f73cb-dcd4-4864-9276-cc20870c03b8 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.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | keystone_v3.delete_role | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 100.0% | 1 | | total | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> duration | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.648118 Full duration: 14.246557 -------------------------------------------------------------------------------- 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 270f73cb-dcd4-4864-9276-cc20870c03b8 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.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | keystone_v3.delete_service | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | -> duration | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.639458 Full duration: 13.716943 -------------------------------------------------------------------------------- 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 270f73cb-dcd4-4864-9276-cc20870c03b8 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.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | keystone_v3.create_user | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 100.0% | 1 | | -> keystone_v3.add_role | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | keystone_v3.create_role | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 100.0% | 1 | | keystone_v3.get_project | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | keystone_v3.get_user | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | keystone_v3.get_role | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 100.0% | 1 | | keystone_v3.list_services | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | keystone_v3.get_services | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 100.0% | 1 | | total | 1.218 | 1.218 | 1.218 | 1.218 | 1.218 | 1.218 | 100.0% | 1 | | -> duration | 1.218 | 1.218 | 1.218 | 1.218 | 1.218 | 1.218 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.217621 Full duration: 21.361787 -------------------------------------------------------------------------------- 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 270f73cb-dcd4-4864-9276-cc20870c03b8 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.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | keystone_v3.update_project | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 100.0% | 1 | | keystone_v3.delete_project | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | total | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | -> duration | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.887936 Full duration: 13.943275 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 270f73cb-dcd4-4864-9276-cc20870c03b8 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.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | total | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> duration | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.703984 Full duration: 16.175732 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 270f73cb-dcd4-4864-9276-cc20870c03b8 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.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | total | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | -> duration | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.664016 Full duration: 16.211898 -------------------------------------------------------------------------------- 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 270f73cb-dcd4-4864-9276-cc20870c03b8 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.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | keystone_v3.list_users | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | total | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | -> duration | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.856815 Full duration: 16.167952 -------------------------------------------------------------------------------- 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 270f73cb-dcd4-4864-9276-cc20870c03b8 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.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | keystone_v3.create_users | 2.42 | 2.42 | 2.42 | 2.42 | 2.42 | 2.42 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 2.42 | 2.42 | 2.42 | 2.42 | 2.42 | 2.42 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 0.331 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 100.0% | 1 | | total | 3.298 | 3.298 | 3.298 | 3.298 | 3.298 | 3.298 | 100.0% | 1 | | -> duration | 3.298 | 3.298 | 3.298 | 3.298 | 3.298 | 3.298 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.298305 Full duration: 22.878951 HINTS: * To plot HTML graphics with this data, run: rally task report 270f73cb-dcd4-4864-9276-cc20870c03b8 --out output.html * To generate a JUnit report, run: rally task export 270f73cb-dcd4-4864-9276-cc20870c03b8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 270f73cb-dcd4-4864-9276-cc20870c03b8 --json --out output.json 2018-05-10 01:19:01,686 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '270f73cb-dcd4-4864-9276-cc20870c03b8'] 2018-05-10 01:19:02,934 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-10 01:19:02,935 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '270f73cb-dcd4-4864-9276-cc20870c03b8', '--out', '/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-10 01:19:02,939 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-10 01:19:02,939 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-10 01:19:02,939 - 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-10 01:19:02,939 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-10 01:19:02,949 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-10 01:19:02,968 - 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': '540a05d0-9975-467d-b82b-2a602a044dcb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'flavor_name': 'rally-tiny-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f039cbf5-2f81-4e54-94d0-1a36111b0b80', '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-10 01:25:03,318 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b6912a51-9820-4937-a78e-572b01c83be0 2018-05-10 01:25:03,318 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b6912a51-9820-4937-a78e-572b01c83be0'] 2018-05-10 01:25:04,801 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b6912a51-9820-4937-a78e-572b01c83be0: 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 b6912a51-9820-4937-a78e-572b01c83be0 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.362 | 1.362 | 1.362 | 1.362 | 1.362 | 1.362 | 100.0% | 1 | | neutron.delete_network | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 100.0% | 1 | | total | 2.672 | 2.672 | 2.672 | 2.672 | 2.672 | 2.672 | 100.0% | 1 | | -> duration | 2.672 | 2.672 | 2.672 | 2.672 | 2.672 | 2.672 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.671783 Full duration: 16.938726 -------------------------------------------------------------------------------- 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 b6912a51-9820-4937-a78e-572b01c83be0 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.85 | 1.85 | 1.85 | 1.85 | 1.85 | 1.85 | 100.0% | 1 | | neutron.delete_port | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | total | 2.687 | 2.687 | 2.687 | 2.687 | 2.687 | 2.687 | 100.0% | 1 | | -> duration | 2.687 | 2.687 | 2.687 | 2.687 | 2.687 | 2.687 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.687003 Full duration: 32.618627 -------------------------------------------------------------------------------- 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 b6912a51-9820-4937-a78e-572b01c83be0 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.189 | 1.189 | 1.189 | 1.189 | 1.189 | 1.189 | 100.0% | 1 | | neutron.create_subnet | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | neutron.create_router | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | neutron.add_interface_router | 2.719 | 2.719 | 2.719 | 2.719 | 2.719 | 2.719 | 100.0% | 1 | | neutron.remove_interface_router | 3.347 | 3.347 | 3.347 | 3.347 | 3.347 | 3.347 | 100.0% | 1 | | neutron.delete_router | 0.387 | 0.387 | 0.387 | 0.387 | 0.387 | 0.387 | 100.0% | 1 | | total | 8.53 | 8.53 | 8.53 | 8.53 | 8.53 | 8.53 | 100.0% | 1 | | -> duration | 8.53 | 8.53 | 8.53 | 8.53 | 8.53 | 8.53 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.530437 Full duration: 45.93935 -------------------------------------------------------------------------------- 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 b6912a51-9820-4937-a78e-572b01c83be0 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.54 | 1.54 | 1.54 | 1.54 | 1.54 | 1.54 | 100.0% | 1 | | neutron.delete_subnet | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | total | 2.395 | 2.395 | 2.395 | 2.395 | 2.395 | 2.395 | 100.0% | 1 | | -> duration | 2.395 | 2.395 | 2.395 | 2.395 | 2.395 | 2.395 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.395292 Full duration: 32.886089 -------------------------------------------------------------------------------- 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 b6912a51-9820-4937-a78e-572b01c83be0 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.29 | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 100.0% | 1 | | neutron.list_networks | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 100.0% | 1 | | total | 1.477 | 1.477 | 1.477 | 1.477 | 1.477 | 1.477 | 100.0% | 1 | | -> duration | 1.477 | 1.477 | 1.477 | 1.477 | 1.477 | 1.477 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.47696 Full duration: 18.862788 -------------------------------------------------------------------------------- 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 b6912a51-9820-4937-a78e-572b01c83be0 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.121 | 2.121 | 2.121 | 2.121 | 2.121 | 2.121 | 100.0% | 1 | | neutron.list_ports | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | total | 2.286 | 2.286 | 2.286 | 2.286 | 2.286 | 2.286 | 100.0% | 1 | | -> duration | 2.286 | 2.286 | 2.286 | 2.286 | 2.286 | 2.286 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.2861 Full duration: 35.849925 -------------------------------------------------------------------------------- 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 b6912a51-9820-4937-a78e-572b01c83be0 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.249 | 1.249 | 1.249 | 1.249 | 1.249 | 1.249 | 100.0% | 1 | | neutron.create_subnet | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | neutron.create_router | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | neutron.add_interface_router | 2.742 | 2.742 | 2.742 | 2.742 | 2.742 | 2.742 | 100.0% | 1 | | neutron.list_routers | 0.443 | 0.443 | 0.443 | 0.443 | 0.443 | 0.443 | 100.0% | 1 | | total | 5.338 | 5.338 | 5.338 | 5.338 | 5.338 | 5.338 | 100.0% | 1 | | -> duration | 5.338 | 5.338 | 5.338 | 5.338 | 5.338 | 5.338 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.337512 Full duration: 47.13131 -------------------------------------------------------------------------------- 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 b6912a51-9820-4937-a78e-572b01c83be0 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.167 | 1.167 | 1.167 | 1.167 | 1.167 | 1.167 | 100.0% | 1 | | neutron.create_subnet | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 100.0% | 1 | | neutron.list_subnets | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | total | 2.433 | 2.433 | 2.433 | 2.433 | 2.433 | 2.433 | 100.0% | 1 | | -> duration | 2.433 | 2.433 | 2.433 | 2.433 | 2.433 | 2.433 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.432561 Full duration: 40.171766 -------------------------------------------------------------------------------- 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 b6912a51-9820-4937-a78e-572b01c83be0 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.344 | 1.344 | 1.344 | 1.344 | 1.344 | 1.344 | 100.0% | 1 | | neutron.delete_security_group | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 100.0% | 1 | | total | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 100.0% | 1 | | -> duration | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.604073 Full duration: 15.888531 -------------------------------------------------------------------------------- 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 b6912a51-9820-4937-a78e-572b01c83be0 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.28 | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 100.0% | 1 | | neutron.create_security_group_rule | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | neutron.delete_security_group | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 1.802 | 1.802 | 1.802 | 1.802 | 1.802 | 1.802 | 100.0% | 1 | | -> duration | 1.802 | 1.802 | 1.802 | 1.802 | 1.802 | 1.802 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.801592 Full duration: 15.664987 -------------------------------------------------------------------------------- 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 b6912a51-9820-4937-a78e-572b01c83be0 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.41 | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 100.0% | 1 | | neutron.create_router | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 100.0% | 1 | | neutron.add_gateway_router | 2.886 | 2.886 | 2.886 | 2.886 | 2.886 | 2.886 | 100.0% | 1 | | neutron.remove_gateway_router | 2.047 | 2.047 | 2.047 | 2.047 | 2.047 | 2.047 | 100.0% | 1 | | total | 6.486 | 6.486 | 6.486 | 6.486 | 6.486 | 6.486 | 100.0% | 1 | | -> duration | 6.486 | 6.486 | 6.486 | 6.486 | 6.486 | 6.486 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.48583 Full duration: 30.07042 HINTS: * To plot HTML graphics with this data, run: rally task report b6912a51-9820-4937-a78e-572b01c83be0 --out output.html * To generate a JUnit report, run: rally task export b6912a51-9820-4937-a78e-572b01c83be0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b6912a51-9820-4937-a78e-572b01c83be0 --json --out output.json 2018-05-10 01:25:04,802 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b6912a51-9820-4937-a78e-572b01c83be0'] 2018-05-10 01:25:06,237 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-10 01:25:06,238 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b6912a51-9820-4937-a78e-572b01c83be0', '--out', '/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-10 01:25:06,243 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-10 01:25:06,243 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-10 01:25:06,244 - 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-10 01:25:06,244 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-10 01:25:06,253 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-10 01:25:06,268 - 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': '540a05d0-9975-467d-b82b-2a602a044dcb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'flavor_name': 'rally-tiny-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f039cbf5-2f81-4e54-94d0-1a36111b0b80', '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-10 01:28:44,807 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a3bdabaa-e277-42d5-8762-f269c7621953 2018-05-10 01:28:44,807 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a3bdabaa-e277-42d5-8762-f269c7621953'] 2018-05-10 01:28:46,167 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a3bdabaa-e277-42d5-8762-f269c7621953: finished -------------------------------------------------------------------------------- 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": "540a05d0-9975-467d-b82b-2a602a044dcb" } ] }, "flavor": { "name": "rally-tiny-f039cbf5-2f81-4e54-94d0-1a36111b0b80" }, "image": { "name": "Cirros-0.4.0-f039cbf5-2f81-4e54-94d0-1a36111b0b80" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a3bdabaa-e277-42d5-8762-f269c7621953 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.14 | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 100.0% | 1 | | nova.boot_server | 10.43 | 10.43 | 10.43 | 10.43 | 10.43 | 10.43 | 100.0% | 1 | | nova.delete_server | 2.938 | 2.938 | 2.938 | 2.938 | 2.938 | 2.938 | 100.0% | 1 | | nova.delete_keypair | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 100.0% | 1 | | total | 14.565 | 14.565 | 14.565 | 14.565 | 14.565 | 14.565 | 100.0% | 1 | | -> duration | 13.565 | 13.565 | 13.565 | 13.565 | 13.565 | 13.565 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.564695 Full duration: 40.912747 -------------------------------------------------------------------------------- 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-f039cbf5-2f81-4e54-94d0-1a36111b0b80" }, "image": { "name": "Cirros-0.4.0-f039cbf5-2f81-4e54-94d0-1a36111b0b80" }, "nics": [ { "net-id": "540a05d0-9975-467d-b82b-2a602a044dcb" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a3bdabaa-e277-42d5-8762-f269c7621953 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.057 | 8.057 | 8.057 | 8.057 | 8.057 | 8.057 | 100.0% | 1 | | nova.boot_server | 10.179 | 10.179 | 10.179 | 10.179 | 10.179 | 10.179 | 100.0% | 1 | | nova.delete_server | 3.104 | 3.104 | 3.104 | 3.104 | 3.104 | 3.104 | 100.0% | 1 | | total | 21.341 | 21.341 | 21.341 | 21.341 | 21.341 | 21.341 | 100.0% | 1 | | -> duration | 20.341 | 20.341 | 20.341 | 20.341 | 20.341 | 20.341 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.341061 Full duration: 51.282014 -------------------------------------------------------------------------------- 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-f039cbf5-2f81-4e54-94d0-1a36111b0b80" }, "image": { "name": "Cirros-0.4.0-f039cbf5-2f81-4e54-94d0-1a36111b0b80" }, "nics": [ { "net-id": "540a05d0-9975-467d-b82b-2a602a044dcb" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a3bdabaa-e277-42d5-8762-f269c7621953 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.161 | 11.161 | 11.161 | 11.161 | 11.161 | 11.161 | 100.0% | 1 | | nova.pause_server | 3.737 | 3.737 | 3.737 | 3.737 | 3.737 | 3.737 | 100.0% | 1 | | nova.unpause_server | 3.647 | 3.647 | 3.647 | 3.647 | 3.647 | 3.647 | 100.0% | 1 | | nova.delete_server | 3.627 | 3.627 | 3.627 | 3.627 | 3.627 | 3.627 | 100.0% | 1 | | total | 22.172 | 22.172 | 22.172 | 22.172 | 22.172 | 22.172 | 100.0% | 1 | | -> duration | 17.172 | 17.172 | 17.172 | 17.172 | 17.172 | 17.172 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.171502 Full duration: 49.418621 -------------------------------------------------------------------------------- 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-f039cbf5-2f81-4e54-94d0-1a36111b0b80" }, "auto_assign_nic": true, "image": { "name": "Cirros-0.4.0-f039cbf5-2f81-4e54-94d0-1a36111b0b80" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a3bdabaa-e277-42d5-8762-f269c7621953 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.771 | 10.771 | 10.771 | 10.771 | 10.771 | 10.771 | 100.0% | 1 | | nova.list_interfaces | 0.259 | 0.259 | 0.259 | 0.259 | 0.259 | 0.259 | 100.0% | 1 | | total | 11.031 | 11.031 | 11.031 | 11.031 | 11.031 | 11.031 | 100.0% | 1 | | -> duration | 10.031 | 10.031 | 10.031 | 10.031 | 10.031 | 10.031 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.030512 Full duration: 41.647614 -------------------------------------------------------------------------------- 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 a3bdabaa-e277-42d5-8762-f269c7621953 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 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | nova.delete_server_group | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 1.154 | 1.154 | 1.154 | 1.154 | 1.154 | 1.154 | 100.0% | 1 | | -> duration | 1.154 | 1.154 | 1.154 | 1.154 | 1.154 | 1.154 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.154175 Full duration: 10.662245 HINTS: * To plot HTML graphics with this data, run: rally task report a3bdabaa-e277-42d5-8762-f269c7621953 --out output.html * To generate a JUnit report, run: rally task export a3bdabaa-e277-42d5-8762-f269c7621953 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a3bdabaa-e277-42d5-8762-f269c7621953 --json --out output.json 2018-05-10 01:28:46,167 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a3bdabaa-e277-42d5-8762-f269c7621953'] 2018-05-10 01:28:47,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-10 01:28:47,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a3bdabaa-e277-42d5-8762-f269c7621953', '--out', '/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-10 01:28:47,535 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-10 01:28:47,536 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-10 01:28:47,536 - 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-10 01:28:47,536 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-10 01:28:47,553 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-10 01:28:47,554 - 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': '540a05d0-9975-467d-b82b-2a602a044dcb', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'flavor_name': 'rally-tiny-f039cbf5-2f81-4e54-94d0-1a36111b0b80', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f039cbf5-2f81-4e54-94d0-1a36111b0b80', '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-10 01:29:44,961 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a529b54a-284a-45b2-8f8d-765b6eeab107 2018-05-10 01:29:44,962 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a529b54a-284a-45b2-8f8d-765b6eeab107'] 2018-05-10 01:29:46,289 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a529b54a-284a-45b2-8f8d-765b6eeab107: 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 a529b54a-284a-45b2-8f8d-765b6eeab107 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.089 | 1.089 | 1.089 | 1.089 | 1.089 | 1.089 | 100.0% | 1 | | quotas.delete_quotas | 0.053 | 0.053 | 0.053 | 0.053 | 0.053 | 0.053 | 100.0% | 1 | | total | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 100.0% | 1 | | -> duration | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.141836 Full duration: 10.189801 -------------------------------------------------------------------------------- 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 a529b54a-284a-45b2-8f8d-765b6eeab107 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.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | total | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | -> duration | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.850585 Full duration: 9.334496 -------------------------------------------------------------------------------- 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 a529b54a-284a-45b2-8f8d-765b6eeab107 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.196 | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 100.0% | 1 | | total | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> duration | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.791009 Full duration: 9.29885 -------------------------------------------------------------------------------- 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 a529b54a-284a-45b2-8f8d-765b6eeab107 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.097 | 1.097 | 1.097 | 1.097 | 1.097 | 1.097 | 100.0% | 1 | | total | 1.098 | 1.098 | 1.098 | 1.098 | 1.098 | 1.098 | 100.0% | 1 | | -> duration | 1.098 | 1.098 | 1.098 | 1.098 | 1.098 | 1.098 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.09754 Full duration: 9.6717 HINTS: * To plot HTML graphics with this data, run: rally task report a529b54a-284a-45b2-8f8d-765b6eeab107 --out output.html * To generate a JUnit report, run: rally task export a529b54a-284a-45b2-8f8d-765b6eeab107 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a529b54a-284a-45b2-8f8d-765b6eeab107 --json --out output.json 2018-05-10 01:29:46,290 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a529b54a-284a-45b2-8f8d-765b6eeab107'] 2018-05-10 01:29:47,645 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-10 01:29:47,646 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a529b54a-284a-45b2-8f8d-765b6eeab107', '--out', '/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-10 01:29:47,650 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-10 01:29:47,652 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:51 | 6 | 100.00% | | glance | 01:13 | 4 | 100.00% | | cinder | 02:55 | 10 | 100.00% | | gnocchi | 01:35 | 11 | 100.00% | | heat | 01:22 | 4 | 100.00% | | keystone | 03:03 | 11 | 100.00% | | neutron | 05:32 | 11 | 100.00% | | nova | 03:13 | 5 | 100.00% | | quotas | 00:38 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:26 | 66 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-10 01:29:47,652 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-10 01:29:56,851 - xtesting.energy.energy - DEBUG - Stopping recording 2018-05-10 01:29:58,677 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 01:29:58,677 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:13 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-10 01:29:58,679 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-10 01:29:58,761 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-10 01:29:58,761 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-10 01:29:58,761 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-10 01:30:02,707 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-10 01:30:06,687 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | e2e41397-663d-4f11-a57b-e3a7a39b3384 | 2018-05-10T01:30:06.518116 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: e2e41397-663d-4f11-a57b-e3a7a39b3384 ~/.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-10 01:30:11,948 - 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-10 01:30:11,948 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-10 01:30:16,038 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-10 01:30:21,162 - 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=7ada3322-efdb-4d58-807b-7df99dfc50c3) as the default verifier for the future CLI operations. 2018-05-10 01:30:26,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-80b149a9-7d4a-4788-b085-3bf4b1934af4' 2018-05-10 01:30:27,473 - 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-10T01:30:27Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'889b28eb-eddf-4e71-9eee-f4912da9167c', u'provider:segmentation_id': 62, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-80b149a9-7d4a-4788-b085-3bf4b1934af4', u'admin_state_up': True, u'tenant_id': u'73b04abcb6f6497281ab24e7ed1611e0', u'created_at': u'2018-05-10T01:30:27Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'73b04abcb6f6497281ab24e7ed1611e0'}) 2018-05-10 01:30:28,532 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-10T01:30:27Z', 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'2658d40c-5716-4471-b9e5-330981f277d6', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-80b149a9-7d4a-4788-b085-3bf4b1934af4', u'enable_dhcp': True, u'network_id': u'889b28eb-eddf-4e71-9eee-f4912da9167c', u'tenant_id': u'73b04abcb6f6497281ab24e7ed1611e0', u'created_at': u'2018-05-10T01:30:27Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'73b04abcb6f6497281ab24e7ed1611e0'}) 2018-05-10 01:30:28,533 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-10 01:30:28,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-80b149a9-7d4a-4788-b085-3bf4b1934af4' 2018-05-10 01:30:30,644 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-80b149a9-7d4a-4788-b085-3bf4b1934af4', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-10T01:30:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/a17ede8f-5872-4186-9b07-8af652bacf18/file', u'owner': u'73b04abcb6f6497281ab24e7ed1611e0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'a17ede8f-5872-4186-9b07-8af652bacf18', u'size': None, u'name': u'Cirros-0.4.0-80b149a9-7d4a-4788-b085-3bf4b1934af4', u'checksum': None, u'self': u'/v2/images/a17ede8f-5872-4186-9b07-8af652bacf18', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-10T01:30:28Z', u'schema': u'/v2/schemas/image'}) 2018-05-10 01:30:30,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-80b149a9-7d4a-4788-b085-3bf4b1934af4' 2018-05-10 01:30:32,844 - 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-80b149a9-7d4a-4788-b085-3bf4b1934af4', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-10T01:30:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/dafde2cf-7000-48b3-a12a-6189edfa791c/file', u'owner': u'73b04abcb6f6497281ab24e7ed1611e0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'dafde2cf-7000-48b3-a12a-6189edfa791c', u'size': None, u'name': u'Cirros-0.4.0-1-80b149a9-7d4a-4788-b085-3bf4b1934af4', u'checksum': None, u'self': u'/v2/images/dafde2cf-7000-48b3-a12a-6189edfa791c', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-10T01:30:30Z', u'schema': u'/v2/schemas/image'}) 2018-05-10 01:30:32,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-10 01:30:33,042 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-80b149a9-7d4a-4788-b085-3bf4b1934af4', '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'73b04abcb6f6497281ab24e7ed1611e0', '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'f1e8ca30-6c7f-4a0c-a2bc-55e50edb1331', 'swap': 0}) 2018-05-10 01:30:33,203 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-80b149a9-7d4a-4788-b085-3bf4b1934af4', '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'73b04abcb6f6497281ab24e7ed1611e0', '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'09f27bea-db5b-471d-a2a8-d6a8a55439f3', 'swap': 0}) 2018-05-10 01:30:38,151 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-10 01:30:38,151 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-10 01:30:38,151 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-10 01:30:38,152 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-10 01:30:38,156 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-10 01:30:42,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-7ada3322-efdb-4d58-807b-7df99dfc50c3/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-10 01:30:42,843 - 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-10 01:33:50,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: d8d0ae05-2ee2-460a-a8d0-4042d121e4c2 2018-05-10 01:33:50,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd8d0ae05-2ee2-460a-a8d0-4042d121e4c2']'. 2018-05-10 01:33:51,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-10 01:33:51,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-10 01:33:51,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-10 01:33:51,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d8d0ae05-2ee2-460a-a8d0-4042d121e4c2 | 2018-05-10 01:33:51,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-10 01:33:51,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-10 01:30:46 | 2018-05-10 01:33:51,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-10 01:33:50 | 2018-05-10 01:33:51,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:04 | 2018-05-10 01:33:51,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-10 01:33:51,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-10 01:33:51,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7ada3322-efdb-4d58-807b-7df99dfc50c3) | 2018-05-10 01:33:51,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-10 01:33:51,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e2e41397-663d-4f11-a57b-e3a7a39b3384) | 2018-05-10 01:33:51,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-05-10 01:33:51,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 156.952 | 2018-05-10 01:33:51,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 133 | 2018-05-10 01:33:51,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 3 | 2018-05-10 01:33:51,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-10 01:33:51,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-10 01:33:51,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-10 01:33:51,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-10 01:33:51,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-10 01:33:51,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-10 01:33:57,642 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 01:33:57,642 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:31 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-10 01:33:57,646 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-10 01:33:59,288 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-10 02:23:46,065 - 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) ... ERROR 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 ====================================================================== ERROR: 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 975, in test_ssh_client_fip_after_reboot self.assertTrue(check_dhcp_lease(inst_creator, ip)) File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 3248, in check_dhcp_lease output = inst_creator.get_console_output() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 380, in get_console_output return nova_utils.get_server_console_output(self._nova, self.__vm) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/nova_utils.py", line 268, in get_server_console_output return server.get_console_output() File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 106, in get_console_output return self.manager.get_console_output(self, length) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1658, in get_console_output {'length': length}) File "/usr/lib/python2.7/site-packages/novaclient/v2/servers.py", line 1942, in _action_return_resp_and_body return self.api.client.post(url, body=body) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 310, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 83, in request raise exceptions.from_response(resp, body, url, method) NotFound: Guest does not have a console available. (HTTP 404) (Request-ID: req-affd6ae7-14fe-4fb1-81a7-963d617df0c3) ---------------------------------------------------------------------- Ran 119 tests in 2986.731s FAILED (errors=1) 2018-05-10 02:23:46,822 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 02:23:46,822 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 49:47 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-10 02:23:46,825 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-10 02:23:46,825 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-10 02:23:46,913 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-10 02:23:46,913 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-10 02:23:46,913 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-10 02:23:50,847 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-10 02:23:54,876 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 85a1833f-19f3-47a7-a34a-e68c8ad6228e | 2018-05-10T02:23:54.721529 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 85a1833f-19f3-47a7-a34a-e68c8ad6228e ~/.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-10 02:24:00,413 - 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-10 02:24:00,415 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-10 02:24:04,491 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-10 02:24:09,708 - 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=7c4782fe-9202-48a7-8396-275c819baa32) as the default verifier for the future CLI operations. 2018-05-10 02:24:14,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-7e810e5c-7293-444a-ae0f-7fe6cac413a5' 2018-05-10 02:24:16,005 - 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-10T02:24:15Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a8495bb4-3686-4284-b802-0e81f977e8e8', u'provider:segmentation_id': 88, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-7e810e5c-7293-444a-ae0f-7fe6cac413a5', u'admin_state_up': True, u'tenant_id': u'73b04abcb6f6497281ab24e7ed1611e0', u'created_at': u'2018-05-10T02:24:15Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'73b04abcb6f6497281ab24e7ed1611e0'}) 2018-05-10 02:24:17,164 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-10T02:24:16Z', 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'a0cb1dd7-ea52-4ae2-9849-6ee2f0b8f132', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-7e810e5c-7293-444a-ae0f-7fe6cac413a5', u'enable_dhcp': True, u'network_id': u'a8495bb4-3686-4284-b802-0e81f977e8e8', u'tenant_id': u'73b04abcb6f6497281ab24e7ed1611e0', u'created_at': u'2018-05-10T02:24:16Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'73b04abcb6f6497281ab24e7ed1611e0'}) 2018-05-10 02:24:17,164 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-10 02:24:17,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-7e810e5c-7293-444a-ae0f-7fe6cac413a5' 2018-05-10 02:24:18,464 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-7e810e5c-7293-444a-ae0f-7fe6cac413a5', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-10T02:24:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/ec54db02-9e9b-4adb-bbb8-c0e2aaafb42e/file', u'owner': u'73b04abcb6f6497281ab24e7ed1611e0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'ec54db02-9e9b-4adb-bbb8-c0e2aaafb42e', u'size': None, u'name': u'Cirros-0.4.0-7e810e5c-7293-444a-ae0f-7fe6cac413a5', u'checksum': None, u'self': u'/v2/images/ec54db02-9e9b-4adb-bbb8-c0e2aaafb42e', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-10T02:24:17Z', u'schema': u'/v2/schemas/image'}) 2018-05-10 02:24:18,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-7e810e5c-7293-444a-ae0f-7fe6cac413a5' 2018-05-10 02:24:19,471 - 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-7e810e5c-7293-444a-ae0f-7fe6cac413a5', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-10T02:24:18Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/11729a1f-bd25-4b6e-958a-2e65973a076a/file', u'owner': u'73b04abcb6f6497281ab24e7ed1611e0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'11729a1f-bd25-4b6e-958a-2e65973a076a', u'size': None, u'name': u'Cirros-0.4.0-1-7e810e5c-7293-444a-ae0f-7fe6cac413a5', u'checksum': None, u'self': u'/v2/images/11729a1f-bd25-4b6e-958a-2e65973a076a', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-10T02:24:18Z', u'schema': u'/v2/schemas/image'}) 2018-05-10 02:24:19,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-10 02:24:19,629 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-7e810e5c-7293-444a-ae0f-7fe6cac413a5', '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'73b04abcb6f6497281ab24e7ed1611e0', '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'4b823969-b6c0-4797-988f-96ac80e27053', 'swap': 0}) 2018-05-10 02:24:19,770 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-7e810e5c-7293-444a-ae0f-7fe6cac413a5', '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'73b04abcb6f6497281ab24e7ed1611e0', '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'b612a646-1828-42e7-9ea3-57d8d38e656e', 'swap': 0}) 2018-05-10 02:24:24,862 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-10 02:24:24,862 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-10 02:24:24,862 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-10 02:24:24,864 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-10 02:24:24,868 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-10 02:24:29,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-7c4782fe-9202-48a7-8396-275c819baa32/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-10 02:24:29,136 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-10 02:24:29,139 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-10 02:24:29,139 - 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-10 02:27:45,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: a7a80943-2d9a-451a-bef4-3721c0d48dc8 2018-05-10 02:27:46,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a7a80943-2d9a-451a-bef4-3721c0d48dc8']'. 2018-05-10 02:27:47,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-10 02:27:47,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-10 02:27:47,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-10 02:27:47,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a7a80943-2d9a-451a-bef4-3721c0d48dc8 | 2018-05-10 02:27:47,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-10 02:27:47,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-10 02:24:33 | 2018-05-10 02:27:47,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-10 02:27:45 | 2018-05-10 02:27:47,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:12 | 2018-05-10 02:27:47,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-10 02:27:47,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-10 02:27:47,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7c4782fe-9202-48a7-8396-275c819baa32) | 2018-05-10 02:27:47,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-10 02:27:47,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 85a1833f-19f3-47a7-a34a-e68c8ad6228e) | 2018-05-10 02:27:47,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-10 02:27:47,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 176.401 | 2018-05-10 02:27:47,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-05-10 02:27:47,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-10 02:27:47,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-10 02:27:47,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-10 02:27:47,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-10 02:27:47,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-10 02:27:47,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-10 02:27:47,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-05-10 02:27:53,637 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 02:27:53,638 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:38 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-05-10 02:27:53,641 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:12 | PASS | | vping_userdata | functest | smoke | 01:05 | PASS | | tempest_smoke_serial | functest | smoke | 15:44 | PASS | | rally_sanity | functest | smoke | 25:13 | PASS | | patrole | functest | smoke | 03:31 | PASS | | snaps_smoke | functest | smoke | 49:47 | FAIL | | neutron_trunk | functest | smoke | 03:38 | PASS | | refstack_defcore | functest | smoke | 00:00 | SKIP | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-10 02:27:53,645 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-10 02:28:03,556 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-master-335 | | 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-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual2 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-10 02:28:03,559 - 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='a379af46745b153837' 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 OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-10 02:28:03,559 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-10 02:28:03,560 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+---------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+---------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+---------------------------+ 2018-05-10 02:28:03,561 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-10 02:28:03,561 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-05-10 02:28:04,420 - xtesting.core.feature - ERROR - barometer FAILED Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/feature.py", line 102, in run if self.execute(**kwargs) == 0: File "/usr/lib/python2.7/site-packages/baro_tests/barometer.py", line 24, in execute return collectd.main(self.__logger) File "/usr/lib/python2.7/site-packages/baro_tests/collectd.py", line 742, in main get_ssh_keys() File "/usr/lib/python2.7/site-packages/baro_tests/collectd.py", line 713, in get_ssh_keys 'apex', APEX_IP, APEX_USER, APEX_PKEY) File "/usr/lib/python2.7/site-packages/opnfv/deployment/factory.py", line 41, in get_handler pkey_file=pkey_file) File "/usr/lib/python2.7/site-packages/opnfv/deployment/apex/adapter.py", line 26, in __init__ pkey_file=pkey_file) File "/usr/lib/python2.7/site-packages/opnfv/deployment/manager.py", line 332, in __init__ 'Cannot establish connection to the installer node!') Exception: Cannot establish connection to the installer node! 2018-05-10 02:28:04,424 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-05-10 02:28:04,976 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 02:28:04,977 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 00:00 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-05-10 02:28:04,980 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-05-10 02:28:04,980 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | barometercollectd | barometer | features | 00:00 | FAIL | | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-10 02:28:04,984 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-10 02:28:11,372 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-master-335 | | 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-bar-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual2 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-10 02:28:11,374 - 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='a379af46745b153837' 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 OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-10 02:28:11,375 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-10 02:28:11,375 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-05-10 02:28:11,376 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-10 02:28:11,377 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-05-10 02:31:58,682 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-05-10 02:31:59,227 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-10 02:31:59,227 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:47 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-05-10 02:31:59,229 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:47 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-10 02:31:59,230 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK