2018-05-19 23:53:45,997 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-master-366 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | compass | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual2 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-19 23:53:46,002 - 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='39d8b0bdcd2c2efe6ec9e2d3f46a8ea741d' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-19 23:53:46,003 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-19 23:53:46,004 - 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-19 23:53:46,007 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-19 23:53:46,007 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-19 23:53:51,062 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-19 23:54:03,548 - 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 12.480s OK 2018-05-19 23:54:04,114 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 23:54:04,115 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:12 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-19 23:54:04,117 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-19 23:54:07,340 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-20 00:06:56,731 - 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 769.360s OK 2018-05-20 00:06:57,302 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 00:06:57,302 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:49 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-20 00:06:57,304 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-20 00:06:58,136 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-20 00:07:38,142 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 40.005s OK 2018-05-20 00:07:38,708 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 00:07:38,708 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:40 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-20 00:07:38,712 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:12 | PASS | | api_check | functest | healthcheck | 12:49 | PASS | | snaps_health_check | functest | healthcheck | 00:40 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-20 00:07:38,714 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-20 00:07:45,147 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-master-366 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | compass | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual2 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-20 00:07:45,150 - 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='39d8b0bdcd2c2efe6ec9e2d3f46a8ea741d' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-20 00:07:45,151 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-20 00:07:45,152 - 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-20 00:07:45,153 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-20 00:07:45,153 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-20 00:07:47,827 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'ca27d988-d331-4067-a9b4-354eda0e7dab'], u'description': u'', u'provider:physical_network': u'physnet', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-19T23:48:36Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'9c63ac74-e220-4706-b5c6-d35efbc15ac9', 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'2c76c811dfac4db9ad1220f278dc53f7', u'created_at': u'2018-05-19T23:48:30Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2c76c811dfac4db9ad1220f278dc53f7'}) 2018-05-20 00:07:49,130 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual2 2018-05-20 00:07:49,130 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-20 00:07:50,493 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual2 2018-05-20 00:07:50,493 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-20 00:07:50,493 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-20 00:07:51,580 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin virtual environment setup 2018-05-20 00:07:51,580 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - vPing Start Time:'2018-05-20 00:07:51' 2018-05-20 00:07:51,580 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating image with name: 'functest-vping--1f0044d3-3cc4-436d-ac3d-cfffb96d423b' 2018-05-20 00:07:51,580 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Image metadata: None 2018-05-20 00:07:52,604 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--1f0044d3-3cc4-436d-ac3d-cfffb96d423b', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-20T00:07:51Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/c8e4fd47-925d-4e47-80f7-51c717fe1573/file', u'owner': u'2c76c811dfac4db9ad1220f278dc53f7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'c8e4fd47-925d-4e47-80f7-51c717fe1573', u'size': None, u'name': u'functest-vping--1f0044d3-3cc4-436d-ac3d-cfffb96d423b', u'checksum': None, u'self': u'/v2/images/c8e4fd47-925d-4e47-80f7-51c717fe1573', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-20T00:07:51Z', u'schema': u'/v2/schemas/image'}) 2018-05-20 00:07:52,604 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating network with name: 'vping-net-1f0044d3-3cc4-436d-ac3d-cfffb96d423b' 2018-05-20 00:07:52,882 - 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-20T00:07:52Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4319f2b8-879c-44fe-a028-a4c49f5cc515', u'provider:segmentation_id': 93, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-1f0044d3-3cc4-436d-ac3d-cfffb96d423b', u'admin_state_up': True, u'tenant_id': u'2c76c811dfac4db9ad1220f278dc53f7', u'created_at': u'2018-05-20T00:07:52Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2c76c811dfac4db9ad1220f278dc53f7'}) 2018-05-20 00:07:53,876 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-20T00:07:53Z', 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'c090cc95-4d5b-4c27-9748-c2dead501a53', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-1f0044d3-3cc4-436d-ac3d-cfffb96d423b', u'enable_dhcp': True, u'network_id': u'4319f2b8-879c-44fe-a028-a4c49f5cc515', u'tenant_id': u'2c76c811dfac4db9ad1220f278dc53f7', u'created_at': u'2018-05-20T00:07:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'2c76c811dfac4db9ad1220f278dc53f7'}) 2018-05-20 00:07:53,876 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating router with name: 'vping-router-1f0044d3-3cc4-436d-ac3d-cfffb96d423b' 2018-05-20 00:08:01,556 - 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-20T00:07:56Z', u'revision_number': 4, u'ha': True, u'id': u'87cfe642-a4b3-4818-9150-443a3a49efdf', u'external_gateway_info': {u'network_id': u'9c63ac74-e220-4706-b5c6-d35efbc15ac9', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ca27d988-d331-4067-a9b4-354eda0e7dab', u'ip_address': u'192.16.1.110'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-router-1f0044d3-3cc4-436d-ac3d-cfffb96d423b', u'admin_state_up': True, u'tenant_id': u'2c76c811dfac4db9ad1220f278dc53f7', u'created_at': u'2018-05-20T00:07:54Z', u'flavor_id': None, u'routes': [], u'project_id': u'2c76c811dfac4db9ad1220f278dc53f7'}) 2018-05-20 00:08:06,174 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating flavor with name: 'vping-flavor-1f0044d3-3cc4-436d-ac3d-cfffb96d423b' 2018-05-20 00:08:06,241 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - flavor: Munch({'name': u'vping-flavor-1f0044d3-3cc4-436d-ac3d-cfffb96d423b', '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'2c76c811dfac4db9ad1220f278dc53f7', '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'387ea5b3-ee77-4941-92bc-b2def564183b', 'swap': 0}) 2018-05-20 00:08:07,039 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-1f0044d3-3cc4-436d-ac3d-cfffb96d423b' 2018-05-20 00:08:16,060 - 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-1f0044d3-3cc4-436d-ac3d-cfffb96d423b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:43:fa:1c', u'version': 4, u'addr': u'192.168.130.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c8e4fd47-925d-4e47-80f7-51c717fe1573'}), 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-00000022', u'OS-SRV-USG:launched_at': u'2018-05-20T00:08:15.000000', 'flavor': Munch({u'id': u'387ea5b3-ee77-4941-92bc-b2def564183b'}), 'az': u'nova', 'id': u'c0f45e6d-868c-46ae-8183-b673a5f2c6ae', 'security_groups': [Munch({u'name': u'vping-sg-1f0044d3-3cc4-436d-ac3d-cfffb96d423b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8cc1b90d48ab4e06b2140112e0f5ddeb', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2c76c811dfac4db9ad1220f278dc53f7', '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-20T00:08:15.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-20T00:08:15Z', 'hostId': u'65836d681e6777f02eb6b786d68ba8b4b6ffe78515e5b6702fc8800b', u'OS-EXT-SRV-ATTR:host': u'host4', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.8', 'cloud': 'envvars', 'host_id': u'65836d681e6777f02eb6b786d68ba8b4b6ffe78515e5b6702fc8800b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host4', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000022', u'OS-SRV-USG:launched_at': u'2018-05-20T00:08:15.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host4', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2c76c811dfac4db9ad1220f278dc53f7', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host4', 'name': u'opnfv-vping-1-1f0044d3-3cc4-436d-ac3d-cfffb96d423b', 'adminPass': u'ZoqPQn6y3rZV', 'tenant_id': u'2c76c811dfac4db9ad1220f278dc53f7', 'created_at': u'2018-05-20T00:08:08Z', 'created': u'2018-05-20T00:08:08Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'RegionOne'}) 2018-05-20 00:08:17,318 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm1 console: 2018-05-20 00:08:17,318 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating keypair with name: 'vping-keypair-1f0044d3-3cc4-436d-ac3d-cfffb96d423b' 2018-05-20 00:08:17,609 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhy3mYNiAge7T1wlvoMJbUhtLLT5iH/SrGZd9HAzpWnO23MYbQkiatva+bnRuDaklINaxNaTpWdrDdkf9x9sLmOsCMjYf+njnFoO834O50RNpnENpoPWQbxJQ93VhJMZuGXjMNy3i/qIPDZb4wC9Mf/S0/ajSsWwUnN+kgII4xRWxTCaWYFguW3mJE7emaWoUr80a2U6MBzfiOIJ5WhhrTYN9JR0eg4/9Mx+ADkt4ZSz1lZPpYelXwmfz8RkKPoDqrkzrChlKvp8ypX6hswe6f9KeC3kx0p2/n6YNzlcc+etZWbLsWEQz7PeauO2M4ojseB72/xCAKUtNdvKsg4D6X Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4ct5mDYgIHu09cJb6DCW1IbSy0+Yh/0qxmXfRwM6VpzttzGG\n0JImrb2vm50bg2pJSDWsTWk6Vnaw3ZH/cfbC5jrAjI2H/p45xaDvN+DudETaZxDa\naD1kG8SUPd1YSTGbhl4zDct4v6iDw2W+MAvTH/0tP2o0rFsFJzfpICCOMUVsUwml\nmBYLlt5iRO3pmlqFK/NGtlOjAc34jiCeVoYa02DfSUdHoOP/TMfgA5LeGUs9ZWT6\nWHpV8Jn8/EZCj6A6q5M6woZSr6fMqV+obMHun/Sngt5MdKdv5+mDc5XHPnrWVmy7\nFhEM+z3mrjtjOKI7Hge9v8QgClLTXbyrIOA+lwIDAQABAoIBABKHYgkNmAFSZX0t\nX+Fj61yxW6b3dyrhqZryTSpEp4roAdHgrJF9DNOBF2ILuHBGTpEwZl1L30+tGcJ0\n8qNlfoTqGVbvXlOUpGUFWdwaBzdfVxTSGzomn4pvzUJuYYpQGdUi8cmWAuinaXil\nZsAGmGKtogLsMjpalcesHONYCJMeWdm0wDz7Ffdh0aYr9ohhWeXYZUDIIwrSigp2\nGbJdEicm9OviETBUGf5ePn8hhoki1xktRsCeNnnEFKl8Py1Q1Dl+Jk7KUgy0J51y\nyLOU34IGYbk79ltgkInctZPdKmojJZ3o+9S+Nb/0iJCQ1yGOUXqZBTlmp4Q/JrGL\nS3Ki37ECgYEA8Tmdypxu9jfyM4Zjv5womd1cdcPEHiezT+1WDaP94oZI0pcfD7NN\nzH3tdQZlyKOBi/DmLTcY6zU9DT4Y1MXxL2j0raYEB/IB1l6GSN9N52V4pYi5Ls+t\nvo2BLonPIBgF5htyCGi73cDPY+9U8Yuq16uHoHWdqiBV1SPZvbed+3MCgYEA75/q\nAGkSng8/h/McK+FzBkmf50ObbXtNXFK35eG3UhcoCkagUC+YkC3zCMUBZtOv+jBo\nVjout4+71UwU1cUdHsLvSuaYJgn9uUlOj4Rt4ibgvn8od6R0mnv0Zsi0jRkN2Hl/\ntVsTYD/woMcFTdxO7Pi2Y28YO1JMcUsGAoyor00CgYEAo1kLw/b4oNyzszZu94Ks\nb7zZbpm5hV4G67ngyu3g73NVft182CnoJfCkStmhNSObhwMDK10jD6uGgyAounSr\n5RnijnBcTHER03NA5bnpTCeHcjjKhat2kRHLh5MkYixCWlb9ejpJ9VkqVxbrY4Hb\nl539AqiCsoCg/ur++JyNa4cCgYACD+o/nqfeXFs7nEf9yK7ouvF5WAeaZZlA1iVn\nAQ5G0pQxonH2vrIda4fP54IflGrLSGdddpq4UbBYIZN8U3nwrdTJXDqq+SMJ2Sun\n6IfZjmQYv5dlkDDAs5hi2g9Tt4d6+XCz6ti711EG0S+mf+Ld/zXynR4kRI0L3I1s\nsDEzcQKBgQCtt/svX1yTQnGe8lthPizJsuwnB0evjsJeHgqJPecWLMWoDg0LpjQl\nLFz/wB/aFvlR97NWaKWlwdLGN4ZuQnxpyH6c1jwaiIShpZuW+54vDw9mfsLM9HaY\n84AelNMQPaVckkyGUGKnzswYb//2bfmW9iUF7XkAxFu/gZgWtZwDlQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'8cc1b90d48ab4e06b2140112e0f5ddeb', 'name': u'vping-keypair-1f0044d3-3cc4-436d-ac3d-cfffb96d423b', 'created_at': '2018-05-20T00:08:17.609224', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2c76c811dfac4db9ad1220f278dc53f7', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'fingerprint': u'ac:db:71:af:04:96:53:5d:f6:c6:0d:d2:37:d4:8a:b2', 'type': 'ssh', 'id': u'vping-keypair-1f0044d3-3cc4-436d-ac3d-cfffb96d423b'}) 2018-05-20 00:08:17,609 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA4ct5mDYgIHu09cJb6DCW1IbSy0+Yh/0qxmXfRwM6VpzttzGG 0JImrb2vm50bg2pJSDWsTWk6Vnaw3ZH/cfbC5jrAjI2H/p45xaDvN+DudETaZxDa aD1kG8SUPd1YSTGbhl4zDct4v6iDw2W+MAvTH/0tP2o0rFsFJzfpICCOMUVsUwml mBYLlt5iRO3pmlqFK/NGtlOjAc34jiCeVoYa02DfSUdHoOP/TMfgA5LeGUs9ZWT6 WHpV8Jn8/EZCj6A6q5M6woZSr6fMqV+obMHun/Sngt5MdKdv5+mDc5XHPnrWVmy7 FhEM+z3mrjtjOKI7Hge9v8QgClLTXbyrIOA+lwIDAQABAoIBABKHYgkNmAFSZX0t X+Fj61yxW6b3dyrhqZryTSpEp4roAdHgrJF9DNOBF2ILuHBGTpEwZl1L30+tGcJ0 8qNlfoTqGVbvXlOUpGUFWdwaBzdfVxTSGzomn4pvzUJuYYpQGdUi8cmWAuinaXil ZsAGmGKtogLsMjpalcesHONYCJMeWdm0wDz7Ffdh0aYr9ohhWeXYZUDIIwrSigp2 GbJdEicm9OviETBUGf5ePn8hhoki1xktRsCeNnnEFKl8Py1Q1Dl+Jk7KUgy0J51y yLOU34IGYbk79ltgkInctZPdKmojJZ3o+9S+Nb/0iJCQ1yGOUXqZBTlmp4Q/JrGL S3Ki37ECgYEA8Tmdypxu9jfyM4Zjv5womd1cdcPEHiezT+1WDaP94oZI0pcfD7NN zH3tdQZlyKOBi/DmLTcY6zU9DT4Y1MXxL2j0raYEB/IB1l6GSN9N52V4pYi5Ls+t vo2BLonPIBgF5htyCGi73cDPY+9U8Yuq16uHoHWdqiBV1SPZvbed+3MCgYEA75/q AGkSng8/h/McK+FzBkmf50ObbXtNXFK35eG3UhcoCkagUC+YkC3zCMUBZtOv+jBo Vjout4+71UwU1cUdHsLvSuaYJgn9uUlOj4Rt4ibgvn8od6R0mnv0Zsi0jRkN2Hl/ tVsTYD/woMcFTdxO7Pi2Y28YO1JMcUsGAoyor00CgYEAo1kLw/b4oNyzszZu94Ks b7zZbpm5hV4G67ngyu3g73NVft182CnoJfCkStmhNSObhwMDK10jD6uGgyAounSr 5RnijnBcTHER03NA5bnpTCeHcjjKhat2kRHLh5MkYixCWlb9ejpJ9VkqVxbrY4Hb l539AqiCsoCg/ur++JyNa4cCgYACD+o/nqfeXFs7nEf9yK7ouvF5WAeaZZlA1iVn AQ5G0pQxonH2vrIda4fP54IflGrLSGdddpq4UbBYIZN8U3nwrdTJXDqq+SMJ2Sun 6IfZjmQYv5dlkDDAs5hi2g9Tt4d6+XCz6ti711EG0S+mf+Ld/zXynR4kRI0L3I1s sDEzcQKBgQCtt/svX1yTQnGe8lthPizJsuwnB0evjsJeHgqJPecWLMWoDg0LpjQl LFz/wB/aFvlR97NWaKWlwdLGN4ZuQnxpyH6c1jwaiIShpZuW+54vDw9mfsLM9HaY 84AelNMQPaVckkyGUGKnzswYb//2bfmW9iUF7XkAxFu/gZgWtZwDlQ== -----END RSA PRIVATE KEY----- 2018-05-20 00:08:18,652 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ssh--1f0044d3-3cc4-436d-ac3d-cfffb96d423b' 2018-05-20 00:08:27,514 - 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-1f0044d3-3cc4-436d-ac3d-cfffb96d423b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5e:b5:6b', 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'c8e4fd47-925d-4e47-80f7-51c717fe1573'}), 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-00000025', u'OS-SRV-USG:launched_at': u'2018-05-20T00:08:25.000000', 'flavor': Munch({u'id': u'387ea5b3-ee77-4941-92bc-b2def564183b'}), 'az': u'nova', 'id': u'5fd24d04-1221-494d-b853-b80ec4bc298b', 'security_groups': [Munch({u'name': u'vping-sg-1f0044d3-3cc4-436d-ac3d-cfffb96d423b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8cc1b90d48ab4e06b2140112e0f5ddeb', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2c76c811dfac4db9ad1220f278dc53f7', '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-20T00:08:25.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-20T00:08:26Z', 'hostId': u'65836d681e6777f02eb6b786d68ba8b4b6ffe78515e5b6702fc8800b', u'OS-EXT-SRV-ATTR:host': u'host4', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping-keypair-1f0044d3-3cc4-436d-ac3d-cfffb96d423b', 'public_v6': '', 'private_v4': u'192.168.130.6', 'cloud': 'envvars', 'host_id': u'65836d681e6777f02eb6b786d68ba8b4b6ffe78515e5b6702fc8800b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host4', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000025', u'OS-SRV-USG:launched_at': u'2018-05-20T00:08:25.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host4', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2c76c811dfac4db9ad1220f278dc53f7', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host4', 'name': u'opnfv-vping-2-ssh--1f0044d3-3cc4-436d-ac3d-cfffb96d423b', 'adminPass': u'ZGf39ByVknJF', 'tenant_id': u'2c76c811dfac4db9ad1220f278dc53f7', 'created_at': u'2018-05-20T00:08:19Z', 'created': u'2018-05-20T00:08:19Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'RegionOne'}) 2018-05-20 00:08:30,752 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - floating_ip2: Munch({'status': u'DOWN', 'router_id': u'87cfe642-a4b3-4818-9150-443a3a49efdf', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'2c76c811dfac4db9ad1220f278dc53f7', 'created_at': u'2018-05-20T00:08:28Z', 'attached': True, 'updated_at': u'2018-05-20T00:08:28Z', 'id': u'f7b25af9-5465-4e7f-ba91-2504eeec7e54', 'floating_network_id': u'9c63ac74-e220-4706-b5c6-d35efbc15ac9', 'fixed_ip_address': u'192.168.130.6', 'floating_ip_address': u'192.16.1.107', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2c76c811dfac4db9ad1220f278dc53f7', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'87cfe642-a4b3-4818-9150-443a3a49efdf', 'project_id': u'2c76c811dfac4db9ad1220f278dc53f7', 'port_id': u'c0729140-20ec-4845-a272-cef0a3b90834', 'port': u'c0729140-20ec-4845-a272-cef0a3b90834', 'network': u'9c63ac74-e220-4706-b5c6-d35efbc15ac9'}) 2018-05-20 00:08:31,822 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm2 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.210 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.42 BogoMIPS (lpj=9976840) [ 0.028030] pid_max: default: 32768 minimum: 301 [ 0.036042] ACPI: Core revision 20150930 [ 0.048426] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060061] Security Framework initialized [ 0.068027] Yama: becoming mindful. [ 0.076044] AppArmor: AppArmor initialized [ 0.084098] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.092226] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.100135] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.108033] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116843] Initializing cgroup subsys io [ 0.124033] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140031] Initializing cgroup subsys freezer [ 0.148032] Initializing cgroup subsys net_cls [ 0.156033] Initializing cgroup subsys perf_event [ 0.164051] Initializing cgroup subsys net_prio [ 0.172042] Initializing cgroup subsys hugetlb [ 0.180042] Initializing cgroup subsys pids [ 0.189406] CPU: Physical Processor ID: 0 [ 0.197217] mce: CPU supports 10 MCE banks [ 0.208904] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.216029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.446740] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.607343] ftrace: allocating 31920 entries in 125 pages [ 0.628406] smpboot: Max logical packages: 1 [ 0.636034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.646527] x2apic enabled [ 0.648039] Switched APIC routing to physical x2apic. [ 0.671709] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.672000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.684052] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.696915] x86: Booted up 1 node, 1 CPUs [ 0.700040] smpboot: Total of 1 processors activated (4988.42 BogoMIPS) [ 0.706639] devtmpfs: initialized [ 0.709568] evm: security.selinux [ 0.712038] evm: security.SMACK64 [ 0.716037] evm: security.SMACK64EXEC [ 0.720033] evm: security.SMACK64TRANSMUTE [ 0.724038] evm: security.SMACK64MMAP [ 0.728031] evm: security.ima [ 0.732031] evm: security.capability [ 0.736261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.740266] pinctrl core: initialized pinctrl subsystem [ 0.744747] RTC time: 0:08:30, date: 05/20/18 [ 0.748368] NET: Registered protocol family 16 [ 0.752521] cpuidle: using governor ladder [ 0.756044] cpuidle: using governor menu [ 0.760040] PCCT header not found. [ 0.764318] ACPI: bus type PCI registered [ 0.768045] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.772720] PCI: Using configuration type 1 for base access [ 0.777737] ACPI: Added _OSI(Module Device) [ 0.780043] ACPI: Added _OSI(Processor Device) [ 0.784047] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.788044] ACPI: Added _OSI(Processor Aggregator Device) [ 0.794747] ACPI: Interpreter enabled [ 0.796049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.808048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.820069] ACPI: (supports S0 S3 S4 S5) [ 0.824043] ACPI: Using IOAPIC for interrupt routing [ 0.828082] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.837862] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.840050] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.844055] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.848059] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.852651] acpiphp: Slot [3] registered [ 0.856128] acpiphp: Slot [4] registered [ 0.860129] acpiphp: Slot [5] registered [ 0.864121] acpiphp: Slot [6] registered [ 0.868122] acpiphp: Slot [7] registered [ 0.872124] acpiphp: Slot [8] registered [ 0.876122] acpiphp: Slot [9] registered [ 0.880169] acpiphp: Slot [10] registered [ 0.884125] acpiphp: Slot [11] registered [ 0.888124] acpiphp: Slot [12] registered [ 0.892123] acpiphp: Slot [13] registered [ 0.896125] acpiphp: Slot [14] registered [ 0.900125] acpiphp: Slot [15] registered [ 0.904116] acpiphp: Slot [16] registered [ 0.908128] acpiphp: Slot [17] registered [ 0.912119] acpiphp: Slot [18] registered [ 0.916120] acpiphp: Slot [19] registered [ 0.920118] acpiphp: Slot [20] registered [ 0.924129] acpiphp: Slot [21] registered [ 0.928123] acpiphp: Slot [22] registered [ 0.932118] acpiphp: Slot [23] registered [ 0.936166] acpiphp: Slot 2018-05-20 00:08:31,822 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin test execution 2018-05-20 00:08:34,821 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 1: cannot connect to 192.16.1.107 2018-05-20 00:08:44,966 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ssh: 2018-05-20 00:08:44,970 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ping output: >> 2018-05-20 00:08:44,974 - xtesting.energy.energy - DEBUG - Stopping recording 2018-05-20 00:08:46,640 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 00:08:46,640 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:53 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-20 00:09:10,707 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-20 00:09:11,481 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'ca27d988-d331-4067-a9b4-354eda0e7dab'], u'description': u'', u'provider:physical_network': u'physnet', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-19T23:48:36Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'9c63ac74-e220-4706-b5c6-d35efbc15ac9', 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'2c76c811dfac4db9ad1220f278dc53f7', u'created_at': u'2018-05-19T23:48:30Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2c76c811dfac4db9ad1220f278dc53f7'}) 2018-05-20 00:09:11,482 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin virtual environment setup 2018-05-20 00:09:11,482 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing Start Time:'2018-05-20 00:09:11' 2018-05-20 00:09:11,482 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating image with name: 'functest-vping--80e831c4-06ab-403b-a41d-53f5b03ef963' 2018-05-20 00:09:11,482 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Image metadata: None 2018-05-20 00:09:12,681 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--80e831c4-06ab-403b-a41d-53f5b03ef963', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-20T00:09:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/faaa53bf-4c87-4ac7-bf56-1c34fdfa2894/file', u'owner': u'2c76c811dfac4db9ad1220f278dc53f7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'faaa53bf-4c87-4ac7-bf56-1c34fdfa2894', u'size': None, u'name': u'functest-vping--80e831c4-06ab-403b-a41d-53f5b03ef963', u'checksum': None, u'self': u'/v2/images/faaa53bf-4c87-4ac7-bf56-1c34fdfa2894', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-20T00:09:11Z', u'schema': u'/v2/schemas/image'}) 2018-05-20 00:09:12,681 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating network with name: 'vping-net-80e831c4-06ab-403b-a41d-53f5b03ef963' 2018-05-20 00:09:13,023 - 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-20T00:09:12Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'1b9f56e1-8f7e-41a6-be62-f3ee62788de9', u'provider:segmentation_id': 97, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-80e831c4-06ab-403b-a41d-53f5b03ef963', u'admin_state_up': True, u'tenant_id': u'2c76c811dfac4db9ad1220f278dc53f7', u'created_at': u'2018-05-20T00:09:12Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2c76c811dfac4db9ad1220f278dc53f7'}) 2018-05-20 00:09:13,877 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-20T00:09:13Z', 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'bec93b69-c16f-45c4-9de0-ed924f00d6e0', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-80e831c4-06ab-403b-a41d-53f5b03ef963', u'enable_dhcp': True, u'network_id': u'1b9f56e1-8f7e-41a6-be62-f3ee62788de9', u'tenant_id': u'2c76c811dfac4db9ad1220f278dc53f7', u'created_at': u'2018-05-20T00:09:13Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'2c76c811dfac4db9ad1220f278dc53f7'}) 2018-05-20 00:09:13,878 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating router with name: 'vping-router-80e831c4-06ab-403b-a41d-53f5b03ef963' 2018-05-20 00:09:22,043 - 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-20T00:09:16Z', u'revision_number': 4, u'ha': True, u'id': u'83cda94f-77e4-4345-92ac-25397a0989c8', u'external_gateway_info': {u'network_id': u'9c63ac74-e220-4706-b5c6-d35efbc15ac9', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ca27d988-d331-4067-a9b4-354eda0e7dab', u'ip_address': u'192.16.1.109'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-router-80e831c4-06ab-403b-a41d-53f5b03ef963', u'admin_state_up': True, u'tenant_id': u'2c76c811dfac4db9ad1220f278dc53f7', u'created_at': u'2018-05-20T00:09:14Z', u'flavor_id': None, u'routes': [], u'project_id': u'2c76c811dfac4db9ad1220f278dc53f7'}) 2018-05-20 00:09:25,841 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating flavor with name: 'vping-flavor-80e831c4-06ab-403b-a41d-53f5b03ef963' 2018-05-20 00:09:26,034 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - flavor: Munch({'name': u'vping-flavor-80e831c4-06ab-403b-a41d-53f5b03ef963', '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'2c76c811dfac4db9ad1220f278dc53f7', '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'7a55a576-d6b1-4f51-af59-0fa5104b5eaf', 'swap': 0}) 2018-05-20 00:09:26,871 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-80e831c4-06ab-403b-a41d-53f5b03ef963' 2018-05-20 00:09:37,183 - 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-80e831c4-06ab-403b-a41d-53f5b03ef963': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:0f:cd:1c', 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'faaa53bf-4c87-4ac7-bf56-1c34fdfa2894'}), 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-00000028', u'OS-SRV-USG:launched_at': u'2018-05-20T00:09:34.000000', 'flavor': Munch({u'id': u'7a55a576-d6b1-4f51-af59-0fa5104b5eaf'}), 'az': u'nova', 'id': u'c7da4948-d9f5-43e3-8d2c-c4fad52078c8', 'security_groups': [Munch({u'name': u'vping-sg-80e831c4-06ab-403b-a41d-53f5b03ef963'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8cc1b90d48ab4e06b2140112e0f5ddeb', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2c76c811dfac4db9ad1220f278dc53f7', '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-20T00:09:34.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-20T00:09:34Z', 'hostId': u'd91dc6c38946969e03cd925f79a6930c04ce717fad55d5057c42b2be', u'OS-EXT-SRV-ATTR:host': u'host5', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.12', 'cloud': 'envvars', 'host_id': u'd91dc6c38946969e03cd925f79a6930c04ce717fad55d5057c42b2be', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host5', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000028', u'OS-SRV-USG:launched_at': u'2018-05-20T00:09:34.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host5', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2c76c811dfac4db9ad1220f278dc53f7', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host5', 'name': u'opnfv-vping-1-80e831c4-06ab-403b-a41d-53f5b03ef963', 'adminPass': u'9Rod59Yza7Vp', 'tenant_id': u'2c76c811dfac4db9ad1220f278dc53f7', 'created_at': u'2018-05-20T00:09:27Z', 'created': u'2018-05-20T00:09:27Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'RegionOne'}) 2018-05-20 00:09:38,277 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm1 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: [ 0.00last_pfn = 0x1 2018-05-20 00:09:38,278 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-userdata--80e831c4-06ab-403b-a41d-53f5b03ef963' 2018-05-20 00:09:47,384 - 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-80e831c4-06ab-403b-a41d-53f5b03ef963': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:57:c4:eb', u'version': 4, u'addr': u'192.168.130.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'faaa53bf-4c87-4ac7-bf56-1c34fdfa2894'}), 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-0000002b', u'OS-SRV-USG:launched_at': u'2018-05-20T00:09:46.000000', 'flavor': Munch({u'id': u'7a55a576-d6b1-4f51-af59-0fa5104b5eaf'}), 'az': u'nova', 'id': u'e97afac2-da9e-45d7-ac03-0a4f717412c5', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8cc1b90d48ab4e06b2140112e0f5ddeb', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2c76c811dfac4db9ad1220f278dc53f7', '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-20T00:09:46.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-20T00:09:46Z', 'hostId': u'65836d681e6777f02eb6b786d68ba8b4b6ffe78515e5b6702fc8800b', u'OS-EXT-SRV-ATTR:host': u'host4', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.10', 'cloud': 'envvars', 'host_id': u'65836d681e6777f02eb6b786d68ba8b4b6ffe78515e5b6702fc8800b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host4', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000002b', u'OS-SRV-USG:launched_at': u'2018-05-20T00:09:46.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host4', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2c76c811dfac4db9ad1220f278dc53f7', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host4', 'name': u'opnfv-vping-2-userdata--80e831c4-06ab-403b-a41d-53f5b03ef963', 'adminPass': u'YkNXaE2tfJyx', 'tenant_id': u'2c76c811dfac4db9ad1220f278dc53f7', 'created_at': u'2018-05-20T00:09:39Z', 'created': u'2018-05-20T00:09:39Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'RegionOne'}) 2018-05-20 00:09:48,396 - 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: [ 0.00last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.224 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.44 BogoMIPS (lpj=9976896) [ 0.028031] pid_max: default: 32768 minimum: 301 [ 0.036066] ACPI: Core revision 20150930 [ 0.044889] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060075] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076051] AppArmor: AppArmor initialized [ 0.084118] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.092247] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.100150] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.108042] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116712] Initializing cgroup subsys io [ 0.124034] Initializing cgroup subsys memory [ 0.132038] Initializing cgroup subsys devices [ 0.140031] Initializing cgroup subsys freezer [ 0.148031] Initializing cgroup subsys net_cls [ 0.156031] Initializing cgroup subsys perf_event [ 0.164048] Initializing cgroup subsys net_prio [ 0.172031] Initializing cgroup subsys hugetlb [ 0.180030] Initializing cgroup subsys pids [ 0.189359] CPU: Physical Processor ID: 0 [ 0.197175] mce: CPU supports 10 MCE banks [ 0.204903] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212027] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.436603] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.592821] ftrace: allocating 31920 entries in 125 pages [ 0.616467] smpboot: Max logical packages: 1 [ 0.624036] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.634597] x2apic enabled [ 0.636038] Switched APIC routing to physical x2apic. [ 0.655640] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.656000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.668047] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.680983] x86: Booted up 1 node, 1 CPUs [ 0.684043] smpboot: Total of 1 processors activated (4988.44 BogoMIPS) [ 0.690579] devtmpfs: initialized [ 0.693560] evm: security.selinux [ 0.696047] evm: security.SMACK64 [ 0.700033] evm: security.SMACK64EXEC [ 0.704032] evm: security.SMACK64TRANSMUTE [ 0.708030] evm: security.SMACK64MMAP [ 0.712029] evm: security.ima [ 0.716029] evm: security.capability [ 0.720318] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.724184] pinctrl core: initialized pinctrl subsystem [ 0.728819] RTC time: 0:09:39, date: 05/20/18 [ 0.732381] NET: Registered protocol family 16 [ 0.736480] cpuidle: using governor ladder [ 0.740042] cpuidle: using governor menu [ 0.744040] PCCT header not found. [ 0.748299] ACPI: bus type PCI registered [ 0.752038] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.756676] PCI: Using configuration type 1 for base access [ 0.761549] ACPI: Added _OSI(Module Device) [ 0.764039] ACPI: Added _OSI(Processor Device) [ 0.768043] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.772035] ACPI: Added _OSI(Processor Aggregator Device) [ 0.778517] ACPI: Interpreter enabled [ 0.780059] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.792049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.804059] ACPI: (supports S0 S3 S4 S5) [ 0.808036] ACPI: Using IOAPIC for interrupt routing [ 0.812078] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.820117] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.824062] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.828065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.832057] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.837038] acpiphp: Slot [3] registered [ 0.840154] acpiphp: Slot [4] registered [ 0.844168] acpiphp: Slot [5] registered [ 0.848236] acpiphp: Slot [6] registered [ 0.852176] acpiphp: Slot [7] registered [ 0.856183] acpiphp: Slot [8] registered [ 0.860181] acpiphp: Slot [9] registered [ 0.864170] acpiphp: Slot [10] registered [ 0.868161] acpiphp: Slot [11] registered [ 0.872163] acpiphp: Slot [12] registered [ 0.876164] acpiphp: Slot [13] registered [ 0.880165] acpiphp: Slot [14] registered [ 0.884165] acpiphp: Slot [15] registered [ 0.888163] acpiphp: Slot [16] registered [ 0.892177] acpiphp: Slot [17] registered [ 0.896153] acpiphp: Slot [18] registered [ 0.900152] acpiphp: Slot [19] registered [ 0.904166] acpiphp: Slot [20] registered [ 0.908154] acpiphp: Slot [21] registered [ 0.912202] acpiphp: Slot [22] registered [ 0.916172] acpiphp: Slot [23] registered [ 0.920174] acpiphp: Slot [24] registered [ 0.924176] acpiphp: Slot [25] registered [ 0.928168] acpiphp: Slot [26] registered [ 0.932168] acpiphp: Slot [27] registered [ 0.936251] acpiphp: Slot [28] registered [ 0.940253] acpiphp: Slot [29] registered [ 0.944251] acpiphp: Slot [30] registered [ 0.948161] acpiphp: Slot [31] registered [ 0.952197] PCI host bridge to bus 0000:00 [ 0.956043] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.960046] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.964054] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.968047] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.972047] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.976049] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.996681] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.000049] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.004044] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.008044] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.024726] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.028112] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.153454] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.164610] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.176550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.187528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.196339] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.206284] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.216379] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.220000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.220062] vgaarb: loaded [ 1.224042] vgaarb: bridge control possible 0000:00:02.0 [ 1.234624] SCSI subsystem initialized [ 1.241652] ACPI: bus type USB registered [ 1.244930] usbcore: registered new interface driver usbfs [ 1.248275] usbcore: registered new interface driver hub [ 1.252134] usbcore: registered new device driver usb [ 1.260675] PCI: Using ACPI for IRQ routing [ 1.270611] NetLabel: Initializing [ 1.272122] NetLabel: domain hash size = 128 [ 1.276044] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.280540] NetLabel: unlabeled traffic allowed by default [ 1.288000] clocksource: Switched to clocksource kvm-clock [ 1.410956] AppArmor: AppArmor Filesystem Enabled [ 1.421575] pnp: PnP ACPI init [ 1.432463] pnp: PnP ACPI: found 5 devices [ 1.461518] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.479723] NET: Registered protocol family 2 [ 1.495455] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.508832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.523914] TCP: Hash tables configured (established 4096 bind 4096) [ 1.536961] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.551025] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.564618] NET: Registered protocol family 1 [ 1.574795] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.590027] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.601834] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.649914] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.689580] Trying to unpack rootfs image as initramfs... [ 2.177646] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.204787] Scanning for low memory corruption every 60 seconds [ 2.220257] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.234509] audit: initializing netlink subsys (disabled) [ 2.245243] audit: type=2000 audit(1526774979.681:1): initialized [ 2.260685] Initialise system trusted keyring [ 2.271209] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.292748] zbud: loaded [ 2.300975] VFS: Disk quotas dquot_6.6.0 [ 2.309789] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.328135] fuse init (API version 7.23) [ 2.337837] Key type big_key registered [ 2.346475] Allocating IMA MOK and blacklist keyrings. [ 2.360202] Key type asymmetric registered [ 2.369336] Asymmetric key parser 'x509' registered [ 2.381313] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.396802] io scheduler noop registered [ 2.405122] io scheduler deadline registered (default) [ 2.417227] io scheduler cfq registered [ 2.426238] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.436802] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.451452] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.466656] ACPI: Power Button [PWRF] [ 2.477368] GHES: HEST is not enabled! [ 2.503892] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.566269] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.602122] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.623634] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.673238] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.756620] Linux agpgart interface v0.103 [ 2.800325] brd: module loaded [ 2.821384] loop: module loaded [ 2.853084] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.868375] GPT:90111 != 2097151 [ 2.877837] GPT:Alternate GPT header not at the end of the disk. [ 2.889538] GPT:90111 != 2097151 [ 2.897254] GPT: Use GNU Parted to correct GPT errors. [ 2.909119] vda: vda1 vda15 [ 2.928590] scsi host0: ata_piix [ 2.941016] scsi host1: ata_piix [ 2.948869] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 2.961399] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 2.978763] libphy: Fixed MDIO Bus: probed [ 2.989357] tun: Universal TUN/TAP device driver, 1.6 [ 2.999467] tun: (C) 1999-2004 Max Krasnyansky [ 3.020775] PPP generic driver version 2.4.2 [ 3.030459] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.044414] ehci-pci: EHCI PCI platform driver [ 3.053931] ehci-platform: EHCI generic platform driver [ 3.064773] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.077864] ohci-pci: OHCI PCI platform driver [ 3.097942] ohci-platform: OHCI generic platform driver [ 3.109103] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143608] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.156067] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183494] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.198743] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.213970] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.227824] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.243362] usb usb1: Product: UHCI Host Controller [ 3.254599] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.269619] usb usb1: SerialNumber: 0000:00:01.2 [ 3.279748] hub 1-0:1.0: USB hub found [ 3.287993] hub 1-0:1.0: 2 ports detected [ 3.300213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.323325] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.333204] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.343859] mousedev: PS/2 mouse device common for all mice [ 3.359110] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.377351] rtc_cmos 00:00: RTC can wake from S4 [ 3.391114] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.405215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.418984] i2c /dev entries driver [ 3.466087] device-mapper: uevent: version 1.0.3 [ 3.476263] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.493395] ledtrig-cpu: registered to indicate activity on CPUs [ 3.510381] NET: Registered protocol family 10 [ 3.523627] NET: Registered protocol family 17 [ 3.532985] Key type dns_resolver registered [ 3.545773] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 3.557444] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.578662] registered taskstats version 1 [ 3.587851] Loading compiled-in X.509 certificates [ 3.599225] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.619043] zswap: loaded using pool lzo/zbud [ 3.637218] Key type trusted registered [ 3.649467] Key type encrypted registered [ 3.658310] AppArmor: AppArmor sha1 policy hashing enabled [ 3.671223] ima: No TPM chip found, activating TPM-bypass! [ 3.682242] evm: HMAC attrs: 0x1 [ 3.696499] Magic number: 2:110:153 [ 3.707005] bdi 1:5: hash matches [ 3.715131] acpi device:20: hash matches [ 3.730054] rtc_cmos 00:00: setting system clock to 2018-05-20 00:09:43 UTC (1526774983) [ 3.749026] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.762221] EDD information not available. [ 3.787721] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 3.803772] Write protecting the kernel read-only data: 14336k [ 3.833982] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 3.851902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.00 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.84 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... [ 4.931679] random: dd urandom read with 8 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 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 0 2018-05-20 00:09:48,396 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin test execution 2018-05-20 00:09:48,396 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-05-20 00:09:49,867 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.210 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.42 BogoMIPS (lpj=9976840) [ 0.028035] pid_max: default: 32768 minimum: 301 [ 0.036043] ACPI: Core revision 20150930 [ 0.044883] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060062] Security Framework initialized [ 0.068030] Yama: becoming mindful. [ 0 2018-05-20 00:09:49,867 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.12. Waiting for response... 2018-05-20 00:09:51,658 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.210 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.42 BogoMIPS (lpj=9976840) [ 0.028035] pid_max: default: 32768 minimum: 301 [ 0.036043] ACPI: Core revision 20150930 [ 0.044883] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060062] Security Framework initialized [ 0.068030] Yama: becoming mindful. [ 0.076045] AppArmor: AppArmor initialized [ 0.084134] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.092233] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.100156] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.108033] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116700] Initializing cgroup subsys io [ 0.124034] Initializing cgroup subsys memory [ 0.132036] Initializing cgroup subsys devices [ 0.140031] Initializing cgroup subsys freezer [ 0.148032] Initializing cgroup subsys net_cls [ 0.152034] Initializing cgroup subsys perf_event [ 0.160048] Initializing cgroup subsys net_prio [ 0.168031] Initializing cgroup subsys hugetlb [ 0.176037] Initializing cgroup subsys pids [ 0.189368] CPU: Physical Processor ID: 0 [ 0.197209] mce: CPU supports 10 MCE banks [ 0.204909] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212027] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.443148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.614743] ftrace: allocating 31920 entries in 125 pages [ 0.636397] smpboot: Max logical packages: 1 [ 0.644034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.654796] x2apic enabled [ 0.656038] Switched APIC routing to physical x2apic. [ 0.676974] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.680000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.692047] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.705012] x86: Booted up 1 node, 1 CPUs [ 0.708034] smpboot: Total of 1 processors activated (4988.42 BogoMIPS) [ 0.714521] devtmpfs: initialized [ 0.717511] evm: security.selinux [ 0.720035] evm: security.SMACK64 [ 0.724030] evm: security.SMACK64EXEC [ 0.728043] evm: security.SMACK64TRANSMUTE [ 0.732031] evm: security.SMACK64MMAP [ 0.736032] evm: security.ima [ 0.740033] evm: security.capability [ 0.744237] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.748189] pinctrl core: initialized pinctrl subsystem [ 0.752731] RTC time: 0:09:50, date: 05/20/18 [ 0.756401] NET: Registered protocol family 16 [ 0.760461] cpuidle: using governor ladder [ 0.764050] cpuidle: using governor menu [ 0.768039] PCCT header not found. [ 0.772313] ACPI: bus type PCI registered [ 0.776034] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.780673] PCI: Using configuration type 1 for base access [ 0.785693] ACPI: Added _OSI(Module Device) [ 0.788033] ACPI: Added _OSI(Processor Device) [ 0.792033] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.796032] ACPI: Added _OSI(Processor Aggregator Device) [ 0.802457] ACPI: Interpreter enabled [ 0.804039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.816033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.828047] ACPI: (supports S0 S3 S4 S5) [ 0.832032] ACPI: Using IOAPIC for interrupt routing [ 0.836062] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.843859] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.844039] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.848040] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM 2018-05-20 00:09:53,175 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.210 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.42 BogoMIPS (lpj=9976840) [ 0.028035] pid_max: default: 32768 minimum: 301 [ 0.036043] ACPI: Core revision 20150930 [ 0.044883] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060062] Security Framework initialized [ 0.068030] Yama: becoming mindful. [ 0.076045] AppArmor: AppArmor initialized [ 0.084134] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.092233] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.100156] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.108033] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116700] Initializing cgroup subsys io [ 0.124034] Initializing cgroup subsys memory [ 0.132036] Initializing cgroup subsys devices [ 0.140031] Initializing cgroup subsys freezer [ 0.148032] Initializing cgroup subsys net_cls [ 0.152034] Initializing cgroup subsys perf_event [ 0.160048] Initializing cgroup subsys net_prio [ 0.168031] Initializing cgroup subsys hugetlb [ 0.176037] Initializing cgroup subsys pids [ 0.189368] CPU: Physical Processor ID: 0 [ 0.197209] mce: CPU supports 10 MCE banks [ 0.204909] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212027] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.443148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.614743] ftrace: allocating 31920 entries in 125 pages [ 0.636397] smpboot: Max logical packages: 1 [ 0.644034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.654796] x2apic enabled [ 0.656038] Switched APIC routing to physical x2apic. [ 0.676974] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.680000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.692047] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.705012] x86: Booted up 1 node, 1 CPUs [ 0.708034] smpboot: Total of 1 processors activated (4988.42 BogoMIPS) [ 0.714521] devtmpfs: initialized [ 0.717511] evm: security.selinux [ 0.720035] evm: security.SMACK64 [ 0.724030] evm: security.SMACK64EXEC [ 0.728043] evm: security.SMACK64TRANSMUTE [ 0.732031] evm: security.SMACK64MMAP [ 0.736032] evm: security.ima [ 0.740033] evm: security.capability [ 0.744237] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.748189] pinctrl core: initialized pinctrl subsystem [ 0.752731] RTC time: 0:09:50, date: 05/20/18 [ 0.756401] NET: Registered protocol family 16 [ 0.760461] cpuidle: using governor ladder [ 0.764050] cpuidle: using governor menu [ 0.768039] PCCT header not found. [ 0.772313] ACPI: bus type PCI registered [ 0.776034] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.780673] PCI: Using configuration type 1 for base access [ 0.785693] ACPI: Added _OSI(Module Device) [ 0.788033] ACPI: Added _OSI(Processor Device) [ 0.792033] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.796032] ACPI: Added _OSI(Processor Aggregator Device) [ 0.802457] ACPI: Interpreter enabled [ 0.804039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.816033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.828047] ACPI: (supports S0 S3 S4 S5) [ 0.832032] ACPI: Using IOAPIC for interrupt routing [ 0.836062] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.843859] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.844039] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.848040] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.852063] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.856668] acpiphp: Slot [3] registered [ 0.860135] acpiphp: Slot [4] registered [ 0.864130] acpiphp: Slot [5] registered [ 0.868143] acpiphp: Slot [6] registered [ 0.872125] acpiphp: Slot [7] registered [ 0.876123] acpiphp: Slot [8] registered [ 0.880119] acpiphp: Slot [9] registered [ 0.884118] acpiphp: Slot [10] registered [ 0.888123] acpiphp: Slot [11] registered [ 0.892119] acpiphp: Slot [12] registered [ 0.896117] acpiphp: Slot [13] registered [ 0.900120] acpiphp: Slot [14] registered [ 0.904123] acpiphp: Slot [15] registered [ 0.908118] acpiphp: Slot [16] registered [ 0.912118] acpiphp: Slot [17] registered [ 0.916119] acpiphp: Slot [18] registered [ 0.920117] acpiphp: Slot [19] registered [ 0.924118] acpiphp: Slot [20] registered [ 0.928117] acpiphp: Slot [21] registered [ 0.932120] acpiphp: Slot [22] registered [ 0.936120] acpiphp: Slot [23] registered [ 0.941729] acpiphp: Slot [24] registered [ 0.944143] acpiphp: Slot [25] registered [ 0.948146] acpiphp: Slot [26] registered [ 0.952139] acpiphp: Slot [27] registered [ 0.956138] acpiphp: Slot [28] registered [ 0.960121] acpiphp: Slot [29] registered [ 0.964127] acpiphp: Slot [30] registered [ 0.968125] acpiphp: Slot [31] registered [ 0.972113] PCI host bridge to bus 0000:00 [ 0.976037] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.980036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.984037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.988037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.992039] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.996036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.016103] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.020034] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.024037] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.028033] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.044506] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.048122] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.182796] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.191610] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.200539] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.211528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.219396] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.226290] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.237181] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.240000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.240075] vgaarb: loaded [ 1.244039] vgaarb: bridge control possible 0000:00:02.0 [ 1.254789] SCSI subsystem initialized [ 1.261993] ACPI: bus type USB registered [ 1.264768] usbcore: registered new interface driver usbfs [ 1.268243] usbcore: registered new interface driver hub [ 1.272252] usbcore: registered new device driver usb [ 1.283126] PCI: Using ACPI for IRQ routing [ 1.295215] NetLabel: Initializing [ 1.296089] NetLabel: domain hash size = 128 [ 1.300031] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.304476] NetLabel: unlabeled traffic allowed by default [ 1.312379] clocksource: Switched to clocksource kvm-clock [ 1.424653] AppArmor: AppArmor Filesystem Enabled [ 1.435399] pnp: PnP ACPI init [ 1.446214] pnp: PnP ACPI: found 5 devices [ 1.477458] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.497836] NET: Registered protocol family 2 [ 1.512398] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.526544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.539593] TCP: Hash tables configured (established 4096 bind 4096) [ 1.554359] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.566022] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.580688] NET: Registered protocol family 1 [ 1.590459] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.602147] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.615201] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.647490] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 2018-05-20 00:09:54,598 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.210 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.42 BogoMIPS (lpj=9976840) [ 0.028035] pid_max: default: 32768 minimum: 301 [ 0.036043] ACPI: Core revision 20150930 [ 0.044883] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060062] Security Framework initialized [ 0.068030] Yama: becoming mindful. [ 0.076045] AppArmor: AppArmor initialized [ 0.084134] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.092233] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.100156] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.108033] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116700] Initializing cgroup subsys io [ 0.124034] Initializing cgroup subsys memory [ 0.132036] Initializing cgroup subsys devices [ 0.140031] Initializing cgroup subsys freezer [ 0.148032] Initializing cgroup subsys net_cls [ 0.152034] Initializing cgroup subsys perf_event [ 0.160048] Initializing cgroup subsys net_prio [ 0.168031] Initializing cgroup subsys hugetlb [ 0.176037] Initializing cgroup subsys pids [ 0.189368] CPU: Physical Processor ID: 0 [ 0.197209] mce: CPU supports 10 MCE banks [ 0.204909] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212027] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.443148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.614743] ftrace: allocating 31920 entries in 125 pages [ 0.636397] smpboot: Max logical packages: 1 [ 0.644034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.654796] x2apic enabled [ 0.656038] Switched APIC routing to physical x2apic. [ 0.676974] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.680000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.692047] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.705012] x86: Booted up 1 node, 1 CPUs [ 0.708034] smpboot: Total of 1 processors activated (4988.42 BogoMIPS) [ 0.714521] devtmpfs: initialized [ 0.717511] evm: security.selinux [ 0.720035] evm: security.SMACK64 [ 0.724030] evm: security.SMACK64EXEC [ 0.728043] evm: security.SMACK64TRANSMUTE [ 0.732031] evm: security.SMACK64MMAP [ 0.736032] evm: security.ima [ 0.740033] evm: security.capability [ 0.744237] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.748189] pinctrl core: initialized pinctrl subsystem [ 0.752731] RTC time: 0:09:50, date: 05/20/18 [ 0.756401] NET: Registered protocol family 16 [ 0.760461] cpuidle: using governor ladder [ 0.764050] cpuidle: using governor menu [ 0.768039] PCCT header not found. [ 0.772313] ACPI: bus type PCI registered [ 0.776034] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.780673] PCI: Using configuration type 1 for base access [ 0.785693] ACPI: Added _OSI(Module Device) [ 0.788033] ACPI: Added _OSI(Processor Device) [ 0.792033] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.796032] ACPI: Added _OSI(Processor Aggregator Device) [ 0.802457] ACPI: Interpreter enabled [ 0.804039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.816033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.828047] ACPI: (supports S0 S3 S4 S5) [ 0.832032] ACPI: Using IOAPIC for interrupt routing [ 0.836062] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.843859] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.844039] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.848040] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.852063] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.856668] acpiphp: Slot [3] registered [ 0.860135] acpiphp: Slot [4] registered [ 0.864130] acpiphp: Slot [5] registered [ 0.868143] acpiphp: Slot [6] registered [ 0.872125] acpiphp: Slot [7] registered [ 0.876123] acpiphp: Slot [8] registered [ 0.880119] acpiphp: Slot [9] registered [ 0.884118] acpiphp: Slot [10] registered [ 0.888123] acpiphp: Slot [11] registered [ 0.892119] acpiphp: Slot [12] registered [ 0.896117] acpiphp: Slot [13] registered [ 0.900120] acpiphp: Slot [14] registered [ 0.904123] acpiphp: Slot [15] registered [ 0.908118] acpiphp: Slot [16] registered [ 0.912118] acpiphp: Slot [17] registered [ 0.916119] acpiphp: Slot [18] registered [ 0.920117] acpiphp: Slot [19] registered [ 0.924118] acpiphp: Slot [20] registered [ 0.928117] acpiphp: Slot [21] registered [ 0.932120] acpiphp: Slot [22] registered [ 0.936120] acpiphp: Slot [23] registered [ 0.941729] acpiphp: Slot [24] registered [ 0.944143] acpiphp: Slot [25] registered [ 0.948146] acpiphp: Slot [26] registered [ 0.952139] acpiphp: Slot [27] registered [ 0.956138] acpiphp: Slot [28] registered [ 0.960121] acpiphp: Slot [29] registered [ 0.964127] acpiphp: Slot [30] registered [ 0.968125] acpiphp: Slot [31] registered [ 0.972113] PCI host bridge to bus 0000:00 [ 0.976037] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.980036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.984037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.988037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.992039] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.996036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.016103] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.020034] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.024037] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.028033] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.044506] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.048122] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.182796] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.191610] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.200539] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.211528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.219396] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.226290] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.237181] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.240000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.240075] vgaarb: loaded [ 1.244039] vgaarb: bridge control possible 0000:00:02.0 [ 1.254789] SCSI subsystem initialized [ 1.261993] ACPI: bus type USB registered [ 1.264768] usbcore: registered new interface driver usbfs [ 1.268243] usbcore: registered new interface driver hub [ 1.272252] usbcore: registered new device driver usb [ 1.283126] PCI: Using ACPI for IRQ routing [ 1.295215] NetLabel: Initializing [ 1.296089] NetLabel: domain hash size = 128 [ 1.300031] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.304476] NetLabel: unlabeled traffic allowed by default [ 1.312379] clocksource: Switched to clocksource kvm-clock [ 1.424653] AppArmor: AppArmor Filesystem Enabled [ 1.435399] pnp: PnP ACPI init [ 1.446214] pnp: PnP ACPI: found 5 devices [ 1.477458] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.497836] NET: Registered protocol family 2 [ 1.512398] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.526544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.539593] TCP: Hash tables configured (established 4096 bind 4096) [ 1.554359] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.566022] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.580688] NET: Registered protocol family 1 [ 1.590459] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.602147] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.615201] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.647490] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.682873] Trying to unpack rootfs image as initramfs... [ 1.998960] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.030050] Scanning for low memory corruption every 60 seconds [ 2.045981] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.061690] audit: initializing netlink subsys (disabled) [ 2.072862] audit: type=2000 audit(1526774990.421:1): initialized [ 2.087236] Initialise system trusted keyring [ 2.102761] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.125005] zbud: loaded [ 2.134239] VFS: Disk quotas dquot_6.6.0 [ 2.144252] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.164980] fuse init (API version 7.23) [ 2.175270] Key type big_key registered [ 2.183999] Allocating IMA MOK and blacklist keyrings. [ 2.201319] Key type asymmetric registered [ 2.210299] Asymmetric key parser 'x509' registered [ 2.222952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.239845] io scheduler noop registered [ 2.248927] io scheduler deadline registered (default) [ 2.260217] io scheduler cfq registered [ 2.270311] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.284169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.298411] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.314746] ACPI: Power Button [PWRF] [ 2.324468] GHES: HEST is not enabled! [ 2.351876] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.418789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.466313] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.490519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.543004] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.628695] Linux agpgart interface v0.103 [ 2.660693] brd: module loaded [ 2.680842] loop: module loaded [ 2.711409] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.729100] GPT:90111 != 2097151 [ 2.736792] GPT:Alternate GPT header not at the end of the disk. [ 2.749901] GPT:90111 != 2097151 [ 2.757798] GPT: Use GNU Parted to correct GPT errors. [ 2.768410] vda: vda1 vda15 [ 2.783312] scsi host0: ata_piix [ 2.792621] scsi host1: ata_piix [ 2.800602] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 2.814976] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 2.831401] libphy: Fixed MDIO Bus: probed [ 2.843482] tun: Universal TUN/TAP device driver, 1.6 [ 2.853877] tun: (C) 1999-2004 Max Krasnyansky [ 2.879223] PPP generic driver version 2.4.2 [ 2.889631] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.902403] ehci-pci: EHCI PCI platform driver [ 2.913848] ehci-platform: EHCI generic platform driver [ 2.924661] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.938115] ohci-pci: OHCI PCI platform driver [ 2.947960] ohci-platform: OHCI generic platform driver [ 2.958663] uhci_hcd: USB Universal Host Controller Interface driver [ 2.992528] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.007302] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.023832] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.037120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.050421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.063502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.079485] usb usb1: Product: UHCI Host Controller [ 3.092826] usb 2018-05-20 00:09:56,318 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.210 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.42 BogoMIPS (lpj=9976840) [ 0.028035] pid_max: default: 32768 minimum: 301 [ 0.036043] ACPI: Core revision 20150930 [ 0.044883] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060062] Security Framework initialized [ 0.068030] Yama: becoming mindful. [ 0.076045] AppArmor: AppArmor initialized [ 0.084134] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.092233] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.100156] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.108033] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116700] Initializing cgroup subsys io [ 0.124034] Initializing cgroup subsys memory [ 0.132036] Initializing cgroup subsys devices [ 0.140031] Initializing cgroup subsys freezer [ 0.148032] Initializing cgroup subsys net_cls [ 0.152034] Initializing cgroup subsys perf_event [ 0.160048] Initializing cgroup subsys net_prio [ 0.168031] Initializing cgroup subsys hugetlb [ 0.176037] Initializing cgroup subsys pids [ 0.189368] CPU: Physical Processor ID: 0 [ 0.197209] mce: CPU supports 10 MCE banks [ 0.204909] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212027] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.443148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.614743] ftrace: allocating 31920 entries in 125 pages [ 0.636397] smpboot: Max logical packages: 1 [ 0.644034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.654796] x2apic enabled [ 0.656038] Switched APIC routing to physical x2apic. [ 0.676974] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.680000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.692047] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.705012] x86: Booted up 1 node, 1 CPUs [ 0.708034] smpboot: Total of 1 processors activated (4988.42 BogoMIPS) [ 0.714521] devtmpfs: initialized [ 0.717511] evm: security.selinux [ 0.720035] evm: security.SMACK64 [ 0.724030] evm: security.SMACK64EXEC [ 0.728043] evm: security.SMACK64TRANSMUTE [ 0.732031] evm: security.SMACK64MMAP [ 0.736032] evm: security.ima [ 0.740033] evm: security.capability [ 0.744237] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.748189] pinctrl core: initialized pinctrl subsystem [ 0.752731] RTC time: 0:09:50, date: 05/20/18 [ 0.756401] NET: Registered protocol family 16 [ 0.760461] cpuidle: using governor ladder [ 0.764050] cpuidle: using governor menu [ 0.768039] PCCT header not found. [ 0.772313] ACPI: bus type PCI registered [ 0.776034] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.780673] PCI: Using configuration type 1 for base access [ 0.785693] ACPI: Added _OSI(Module Device) [ 0.788033] ACPI: Added _OSI(Processor Device) [ 0.792033] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.796032] ACPI: Added _OSI(Processor Aggregator Device) [ 0.802457] ACPI: Interpreter enabled [ 0.804039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.816033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.828047] ACPI: (supports S0 S3 S4 S5) [ 0.832032] ACPI: Using IOAPIC for interrupt routing [ 0.836062] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.843859] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.844039] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.848040] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.852063] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.856668] acpiphp: Slot [3] registered [ 0.860135] acpiphp: Slot [4] registered [ 0.864130] acpiphp: Slot [5] registered [ 0.868143] acpiphp: Slot [6] registered [ 0.872125] acpiphp: Slot [7] registered [ 0.876123] acpiphp: Slot [8] registered [ 0.880119] acpiphp: Slot [9] registered [ 0.884118] acpiphp: Slot [10] registered [ 0.888123] acpiphp: Slot [11] registered [ 0.892119] acpiphp: Slot [12] registered [ 0.896117] acpiphp: Slot [13] registered [ 0.900120] acpiphp: Slot [14] registered [ 0.904123] acpiphp: Slot [15] registered [ 0.908118] acpiphp: Slot [16] registered [ 0.912118] acpiphp: Slot [17] registered [ 0.916119] acpiphp: Slot [18] registered [ 0.920117] acpiphp: Slot [19] registered [ 0.924118] acpiphp: Slot [20] registered [ 0.928117] acpiphp: Slot [21] registered [ 0.932120] acpiphp: Slot [22] registered [ 0.936120] acpiphp: Slot [23] registered [ 0.941729] acpiphp: Slot [24] registered [ 0.944143] acpiphp: Slot [25] registered [ 0.948146] acpiphp: Slot [26] registered [ 0.952139] acpiphp: Slot [27] registered [ 0.956138] acpiphp: Slot [28] registered [ 0.960121] acpiphp: Slot [29] registered [ 0.964127] acpiphp: Slot [30] registered [ 0.968125] acpiphp: Slot [31] registered [ 0.972113] PCI host bridge to bus 0000:00 [ 0.976037] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.980036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.984037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.988037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.992039] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.996036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.016103] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.020034] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.024037] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.028033] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.044506] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.048122] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.182796] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.191610] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.200539] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.211528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.219396] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.226290] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.237181] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.240000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.240075] vgaarb: loaded [ 1.244039] vgaarb: bridge control possible 0000:00:02.0 [ 1.254789] SCSI subsystem initialized [ 1.261993] ACPI: bus type USB registered [ 1.264768] usbcore: registered new interface driver usbfs [ 1.268243] usbcore: registered new interface driver hub [ 1.272252] usbcore: registered new device driver usb [ 1.283126] PCI: Using ACPI for IRQ routing [ 1.295215] NetLabel: Initializing [ 1.296089] NetLabel: domain hash size = 128 [ 1.300031] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.304476] NetLabel: unlabeled traffic allowed by default [ 1.312379] clocksource: Switched to clocksource kvm-clock [ 1.424653] AppArmor: AppArmor Filesystem Enabled [ 1.435399] pnp: PnP ACPI init [ 1.446214] pnp: PnP ACPI: found 5 devices [ 1.477458] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.497836] NET: Registered protocol family 2 [ 1.512398] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.526544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.539593] TCP: Hash tables configured (established 4096 bind 4096) [ 1.554359] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.566022] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.580688] NET: Registered protocol family 1 [ 1.590459] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.602147] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.615201] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.647490] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.682873] Trying to unpack rootfs image as initramfs... [ 1.998960] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.030050] Scanning for low memory corruption every 60 seconds [ 2.045981] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.061690] audit: initializing netlink subsys (disabled) [ 2.072862] audit: type=2000 audit(1526774990.421:1): initialized [ 2.087236] Initialise system trusted keyring [ 2.102761] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.125005] zbud: loaded [ 2.134239] VFS: Disk quotas dquot_6.6.0 [ 2.144252] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.164980] fuse init (API version 7.23) [ 2.175270] Key type big_key registered [ 2.183999] Allocating IMA MOK and blacklist keyrings. [ 2.201319] Key type asymmetric registered [ 2.210299] Asymmetric key parser 'x509' registered [ 2.222952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.239845] io scheduler noop registered [ 2.248927] io scheduler deadline registered (default) [ 2.260217] io scheduler cfq registered [ 2.270311] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.284169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.298411] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.314746] ACPI: Power Button [PWRF] [ 2.324468] GHES: HEST is not enabled! [ 2.351876] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.418789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.466313] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.490519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.543004] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.628695] Linux agpgart interface v0.103 [ 2.660693] brd: module loaded [ 2.680842] loop: module loaded [ 2.711409] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.729100] GPT:90111 != 2097151 [ 2.736792] GPT:Alternate GPT header not at the end of the disk. [ 2.749901] GPT:90111 != 2097151 [ 2.757798] GPT: Use GNU Parted to correct GPT errors. [ 2.768410] vda: vda1 vda15 [ 2.783312] scsi host0: ata_piix [ 2.792621] scsi host1: ata_piix [ 2.800602] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 2.814976] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 2.831401] libphy: Fixed MDIO Bus: probed [ 2.843482] tun: Universal TUN/TAP device driver, 1.6 [ 2.853877] tun: (C) 1999-2004 Max Krasnyansky [ 2.879223] PPP generic driver version 2.4.2 [ 2.889631] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.902403] ehci-pci: EHCI PCI platform driver [ 2.913848] ehci-platform: EHCI generic platform driver [ 2.924661] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.938115] ohci-pci: OHCI PCI platform driver [ 2.947960] ohci-platform: OHCI generic platform driver [ 2.958663] uhci_hcd: USB Universal Host Controller Interface driver [ 2.992528] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.007302] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.023832] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.037120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.050421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.063502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.079485] usb usb1: Product: UHCI Host Controller [ 3.092826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.105619] usb usb1: SerialNumber: 0000:00:01.2 [ 3.116671] hub 1-0:1.0: USB hub found [ 3.127264] hub 1-0:1.0: 2 ports detected [ 3.138243] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.160935] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.171415] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.182498] mousedev: PS/2 mouse device common for all mice [ 3.197452] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.217339] rtc_cmos 00:00: RTC can wake from S4 [ 3.230069] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.244852] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.259118] i2c /dev entries driver [ 3.267757] device-mapper: uevent: version 1.0.3 [ 3.279466] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.297105] ledtrig-cpu: registered to indicate activity on CPUs [ 3.313457] NET: Registered protocol family 10 [ 3.326582] NET: Registered protocol family 17 [ 3.336313] Key type dns_resolver registered [ 3.349368] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 3.361253] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.382884] registered taskstats version 1 [ 3.392487] Loading compiled-in X.509 certificates [ 3.404704] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.424808] zswap: loaded using pool lzo/zbud [ 3.442806] Key type trusted registered [ 3.456400] Key type encrypted registered [ 3.465448] AppArmor: AppArmor sha1 policy hashing enabled [ 3.477703] ima: No TPM chip found, activating TPM-bypass! [ 3.489012] evm: HMAC attrs: 0x1 [ 3.500901] Magic number: 2:110:153 [ 3.509598] bdi 1:5: hash matches [ 3.517578] acpi device:20: hash matches [ 3.529142] rtc_cmos 00:00: setting system clock to 2018-05-20 00:09:54 UTC (1526774994) [ 3.547097] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.559054] EDD information not available. [ 3.584756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 3.603026] Write protecting the kernel read-only data: 14336k [ 3.634520] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 3.655219] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 3.81 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.33 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... [ 4.423849] random: dd urandom read with 8 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.10... Lease of 192.168.130.10 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-20 00:09:57,960 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.210 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.42 BogoMIPS (lpj=9976840) [ 0.028035] pid_max: default: 32768 minimum: 301 [ 0.036043] ACPI: Core revision 20150930 [ 0.044883] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060062] Security Framework initialized [ 0.068030] Yama: becoming mindful. [ 0.076045] AppArmor: AppArmor initialized [ 0.084134] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.092233] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.100156] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.108033] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116700] Initializing cgroup subsys io [ 0.124034] Initializing cgroup subsys memory [ 0.132036] Initializing cgroup subsys devices [ 0.140031] Initializing cgroup subsys freezer [ 0.148032] Initializing cgroup subsys net_cls [ 0.152034] Initializing cgroup subsys perf_event [ 0.160048] Initializing cgroup subsys net_prio [ 0.168031] Initializing cgroup subsys hugetlb [ 0.176037] Initializing cgroup subsys pids [ 0.189368] CPU: Physical Processor ID: 0 [ 0.197209] mce: CPU supports 10 MCE banks [ 0.204909] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212027] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.443148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.614743] ftrace: allocating 31920 entries in 125 pages [ 0.636397] smpboot: Max logical packages: 1 [ 0.644034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.654796] x2apic enabled [ 0.656038] Switched APIC routing to physical x2apic. [ 0.676974] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.680000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.692047] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.705012] x86: Booted up 1 node, 1 CPUs [ 0.708034] smpboot: Total of 1 processors activated (4988.42 BogoMIPS) [ 0.714521] devtmpfs: initialized [ 0.717511] evm: security.selinux [ 0.720035] evm: security.SMACK64 [ 0.724030] evm: security.SMACK64EXEC [ 0.728043] evm: security.SMACK64TRANSMUTE [ 0.732031] evm: security.SMACK64MMAP [ 0.736032] evm: security.ima [ 0.740033] evm: security.capability [ 0.744237] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.748189] pinctrl core: initialized pinctrl subsystem [ 0.752731] RTC time: 0:09:50, date: 05/20/18 [ 0.756401] NET: Registered protocol family 16 [ 0.760461] cpuidle: using governor ladder [ 0.764050] cpuidle: using governor menu [ 0.768039] PCCT header not found. [ 0.772313] ACPI: bus type PCI registered [ 0.776034] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.780673] PCI: Using configuration type 1 for base access [ 0.785693] ACPI: Added _OSI(Module Device) [ 0.788033] ACPI: Added _OSI(Processor Device) [ 0.792033] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.796032] ACPI: Added _OSI(Processor Aggregator Device) [ 0.802457] ACPI: Interpreter enabled [ 0.804039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.816033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.828047] ACPI: (supports S0 S3 S4 S5) [ 0.832032] ACPI: Using IOAPIC for interrupt routing [ 0.836062] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.843859] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.844039] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.848040] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.852063] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.856668] acpiphp: Slot [3] registered [ 0.860135] acpiphp: Slot [4] registered [ 0.864130] acpiphp: Slot [5] registered [ 0.868143] acpiphp: Slot [6] registered [ 0.872125] acpiphp: Slot [7] registered [ 0.876123] acpiphp: Slot [8] registered [ 0.880119] acpiphp: Slot [9] registered [ 0.884118] acpiphp: Slot [10] registered [ 0.888123] acpiphp: Slot [11] registered [ 0.892119] acpiphp: Slot [12] registered [ 0.896117] acpiphp: Slot [13] registered [ 0.900120] acpiphp: Slot [14] registered [ 0.904123] acpiphp: Slot [15] registered [ 0.908118] acpiphp: Slot [16] registered [ 0.912118] acpiphp: Slot [17] registered [ 0.916119] acpiphp: Slot [18] registered [ 0.920117] acpiphp: Slot [19] registered [ 0.924118] acpiphp: Slot [20] registered [ 0.928117] acpiphp: Slot [21] registered [ 0.932120] acpiphp: Slot [22] registered [ 0.936120] acpiphp: Slot [23] registered [ 0.941729] acpiphp: Slot [24] registered [ 0.944143] acpiphp: Slot [25] registered [ 0.948146] acpiphp: Slot [26] registered [ 0.952139] acpiphp: Slot [27] registered [ 0.956138] acpiphp: Slot [28] registered [ 0.960121] acpiphp: Slot [29] registered [ 0.964127] acpiphp: Slot [30] registered [ 0.968125] acpiphp: Slot [31] registered [ 0.972113] PCI host bridge to bus 0000:00 [ 0.976037] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.980036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.984037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.988037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.992039] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.996036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.016103] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.020034] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.024037] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.028033] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.044506] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.048122] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.182796] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.191610] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.200539] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.211528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.219396] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.226290] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.237181] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.240000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.240075] vgaarb: loaded [ 1.244039] vgaarb: bridge control possible 0000:00:02.0 [ 1.254789] SCSI subsystem initialized [ 1.261993] ACPI: bus type USB registered [ 1.264768] usbcore: registered new interface driver usbfs [ 1.268243] usbcore: registered new interface driver hub [ 1.272252] usbcore: registered new device driver usb [ 1.283126] PCI: Using ACPI for IRQ routing [ 1.295215] NetLabel: Initializing [ 1.296089] NetLabel: domain hash size = 128 [ 1.300031] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.304476] NetLabel: unlabeled traffic allowed by default [ 1.312379] clocksource: Switched to clocksource kvm-clock [ 1.424653] AppArmor: AppArmor Filesystem Enabled [ 1.435399] pnp: PnP ACPI init [ 1.446214] pnp: PnP ACPI: found 5 devices [ 1.477458] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.497836] NET: Registered protocol family 2 [ 1.512398] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.526544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.539593] TCP: Hash tables configured (established 4096 bind 4096) [ 1.554359] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.566022] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.580688] NET: Registered protocol family 1 [ 1.590459] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.602147] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.615201] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.647490] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.682873] Trying to unpack rootfs image as initramfs... [ 1.998960] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.030050] Scanning for low memory corruption every 60 seconds [ 2.045981] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.061690] audit: initializing netlink subsys (disabled) [ 2.072862] audit: type=2000 audit(1526774990.421:1): initialized [ 2.087236] Initialise system trusted keyring [ 2.102761] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.125005] zbud: loaded [ 2.134239] VFS: Disk quotas dquot_6.6.0 [ 2.144252] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.164980] fuse init (API version 7.23) [ 2.175270] Key type big_key registered [ 2.183999] Allocating IMA MOK and blacklist keyrings. [ 2.201319] Key type asymmetric registered [ 2.210299] Asymmetric key parser 'x509' registered [ 2.222952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.239845] io scheduler noop registered [ 2.248927] io scheduler deadline registered (default) [ 2.260217] io scheduler cfq registered [ 2.270311] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.284169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.298411] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.314746] ACPI: Power Button [PWRF] [ 2.324468] GHES: HEST is not enabled! [ 2.351876] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.418789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.466313] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.490519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.543004] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.628695] Linux agpgart interface v0.103 [ 2.660693] brd: module loaded [ 2.680842] loop: module loaded [ 2.711409] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.729100] GPT:90111 != 2097151 [ 2.736792] GPT:Alternate GPT header not at the end of the disk. [ 2.749901] GPT:90111 != 2097151 [ 2.757798] GPT: Use GNU Parted to correct GPT errors. [ 2.768410] vda: vda1 vda15 [ 2.783312] scsi host0: ata_piix [ 2.792621] scsi host1: ata_piix [ 2.800602] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 2.814976] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 2.831401] libphy: Fixed MDIO Bus: probed [ 2.843482] tun: Universal TUN/TAP device driver, 1.6 [ 2.853877] tun: (C) 1999-2004 Max Krasnyansky [ 2.879223] PPP generic driver version 2.4.2 [ 2.889631] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.902403] ehci-pci: EHCI PCI platform driver [ 2.913848] ehci-platform: EHCI generic platform driver [ 2.924661] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.938115] ohci-pci: OHCI PCI platform driver [ 2.947960] ohci-platform: OHCI generic platform driver [ 2.958663] uhci_hcd: USB Universal Host Controller Interface driver [ 2.992528] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.007302] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.023832] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.037120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.050421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.063502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.079485] usb usb1: Product: UHCI Host Controller [ 3.092826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.105619] usb usb1: SerialNumber: 0000:00:01.2 [ 3.116671] hub 1-0:1.0: USB hub found [ 3.127264] hub 1-0:1.0: 2 ports detected [ 3.138243] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.160935] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.171415] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.182498] mousedev: PS/2 mouse device common for all mice [ 3.197452] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.217339] rtc_cmos 00:00: RTC can wake from S4 [ 3.230069] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.244852] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.259118] i2c /dev entries driver [ 3.267757] device-mapper: uevent: version 1.0.3 [ 3.279466] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.297105] ledtrig-cpu: registered to indicate activity on CPUs [ 3.313457] NET: Registered protocol family 10 [ 3.326582] NET: Registered protocol family 17 [ 3.336313] Key type dns_resolver registered [ 3.349368] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 3.361253] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.382884] registered taskstats version 1 [ 3.392487] Loading compiled-in X.509 certificates [ 3.404704] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.424808] zswap: loaded using pool lzo/zbud [ 3.442806] Key type trusted registered [ 3.456400] Key type encrypted registered [ 3.465448] AppArmor: AppArmor sha1 policy hashing enabled [ 3.477703] ima: No TPM chip found, activating TPM-bypass! [ 3.489012] evm: HMAC attrs: 0x1 [ 3.500901] Magic number: 2:110:153 [ 3.509598] bdi 1:5: hash matches [ 3.517578] acpi device:20: hash matches [ 3.529142] rtc_cmos 00:00: setting system clock to 2018-05-20 00:09:54 UTC (1526774994) [ 3.547097] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.559054] EDD information not available. [ 3.584756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 3.603026] Write protecting the kernel read-only data: 14336k [ 3.634520] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 3.655219] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 3.81 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.33 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... [ 4.423849] random: dd urandom read with 8 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.10... Lease of 192.168.130.10 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 4.59. iid=i-0000002b failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-05-20 00:09:59,544 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.210 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.42 BogoMIPS (lpj=9976840) [ 0.028035] pid_max: default: 32768 minimum: 301 [ 0.036043] ACPI: Core revision 20150930 [ 0.044883] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060062] Security Framework initialized [ 0.068030] Yama: becoming mindful. [ 0.076045] AppArmor: AppArmor initialized [ 0.084134] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.092233] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.100156] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.108033] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116700] Initializing cgroup subsys io [ 0.124034] Initializing cgroup subsys memory [ 0.132036] Initializing cgroup subsys devices [ 0.140031] Initializing cgroup subsys freezer [ 0.148032] Initializing cgroup subsys net_cls [ 0.152034] Initializing cgroup subsys perf_event [ 0.160048] Initializing cgroup subsys net_prio [ 0.168031] Initializing cgroup subsys hugetlb [ 0.176037] Initializing cgroup subsys pids [ 0.189368] CPU: Physical Processor ID: 0 [ 0.197209] mce: CPU supports 10 MCE banks [ 0.204909] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212027] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.443148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.614743] ftrace: allocating 31920 entries in 125 pages [ 0.636397] smpboot: Max logical packages: 1 [ 0.644034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.654796] x2apic enabled [ 0.656038] Switched APIC routing to physical x2apic. [ 0.676974] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.680000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.692047] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.705012] x86: Booted up 1 node, 1 CPUs [ 0.708034] smpboot: Total of 1 processors activated (4988.42 BogoMIPS) [ 0.714521] devtmpfs: initialized [ 0.717511] evm: security.selinux [ 0.720035] evm: security.SMACK64 [ 0.724030] evm: security.SMACK64EXEC [ 0.728043] evm: security.SMACK64TRANSMUTE [ 0.732031] evm: security.SMACK64MMAP [ 0.736032] evm: security.ima [ 0.740033] evm: security.capability [ 0.744237] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.748189] pinctrl core: initialized pinctrl subsystem [ 0.752731] RTC time: 0:09:50, date: 05/20/18 [ 0.756401] NET: Registered protocol family 16 [ 0.760461] cpuidle: using governor ladder [ 0.764050] cpuidle: using governor menu [ 0.768039] PCCT header not found. [ 0.772313] ACPI: bus type PCI registered [ 0.776034] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.780673] PCI: Using configuration type 1 for base access [ 0.785693] ACPI: Added _OSI(Module Device) [ 0.788033] ACPI: Added _OSI(Processor Device) [ 0.792033] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.796032] ACPI: Added _OSI(Processor Aggregator Device) [ 0.802457] ACPI: Interpreter enabled [ 0.804039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.816033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.828047] ACPI: (supports S0 S3 S4 S5) [ 0.832032] ACPI: Using IOAPIC for interrupt routing [ 0.836062] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.843859] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.844039] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.848040] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.852063] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.856668] acpiphp: Slot [3] registered [ 0.860135] acpiphp: Slot [4] registered [ 0.864130] acpiphp: Slot [5] registered [ 0.868143] acpiphp: Slot [6] registered [ 0.872125] acpiphp: Slot [7] registered [ 0.876123] acpiphp: Slot [8] registered [ 0.880119] acpiphp: Slot [9] registered [ 0.884118] acpiphp: Slot [10] registered [ 0.888123] acpiphp: Slot [11] registered [ 0.892119] acpiphp: Slot [12] registered [ 0.896117] acpiphp: Slot [13] registered [ 0.900120] acpiphp: Slot [14] registered [ 0.904123] acpiphp: Slot [15] registered [ 0.908118] acpiphp: Slot [16] registered [ 0.912118] acpiphp: Slot [17] registered [ 0.916119] acpiphp: Slot [18] registered [ 0.920117] acpiphp: Slot [19] registered [ 0.924118] acpiphp: Slot [20] registered [ 0.928117] acpiphp: Slot [21] registered [ 0.932120] acpiphp: Slot [22] registered [ 0.936120] acpiphp: Slot [23] registered [ 0.941729] acpiphp: Slot [24] registered [ 0.944143] acpiphp: Slot [25] registered [ 0.948146] acpiphp: Slot [26] registered [ 0.952139] acpiphp: Slot [27] registered [ 0.956138] acpiphp: Slot [28] registered [ 0.960121] acpiphp: Slot [29] registered [ 0.964127] acpiphp: Slot [30] registered [ 0.968125] acpiphp: Slot [31] registered [ 0.972113] PCI host bridge to bus 0000:00 [ 0.976037] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.980036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.984037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.988037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.992039] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.996036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.016103] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.020034] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.024037] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.028033] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.044506] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.048122] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.182796] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.191610] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.200539] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.211528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.219396] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.226290] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.237181] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.240000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.240075] vgaarb: loaded [ 1.244039] vgaarb: bridge control possible 0000:00:02.0 [ 1.254789] SCSI subsystem initialized [ 1.261993] ACPI: bus type USB registered [ 1.264768] usbcore: registered new interface driver usbfs [ 1.268243] usbcore: registered new interface driver hub [ 1.272252] usbcore: registered new device driver usb [ 1.283126] PCI: Using ACPI for IRQ routing [ 1.295215] NetLabel: Initializing [ 1.296089] NetLabel: domain hash size = 128 [ 1.300031] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.304476] NetLabel: unlabeled traffic allowed by default [ 1.312379] clocksource: Switched to clocksource kvm-clock [ 1.424653] AppArmor: AppArmor Filesystem Enabled [ 1.435399] pnp: PnP ACPI init [ 1.446214] pnp: PnP ACPI: found 5 devices [ 1.477458] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.497836] NET: Registered protocol family 2 [ 1.512398] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.526544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.539593] TCP: Hash tables configured (established 4096 bind 4096) [ 1.554359] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.566022] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.580688] NET: Registered protocol family 1 [ 1.590459] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.602147] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.615201] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.647490] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.682873] Trying to unpack rootfs image as initramfs... [ 1.998960] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.030050] Scanning for low memory corruption every 60 seconds [ 2.045981] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.061690] audit: initializing netlink subsys (disabled) [ 2.072862] audit: type=2000 audit(1526774990.421:1): initialized [ 2.087236] Initialise system trusted keyring [ 2.102761] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.125005] zbud: loaded [ 2.134239] VFS: Disk quotas dquot_6.6.0 [ 2.144252] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.164980] fuse init (API version 7.23) [ 2.175270] Key type big_key registered [ 2.183999] Allocating IMA MOK and blacklist keyrings. [ 2.201319] Key type asymmetric registered [ 2.210299] Asymmetric key parser 'x509' registered [ 2.222952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.239845] io scheduler noop registered [ 2.248927] io scheduler deadline registered (default) [ 2.260217] io scheduler cfq registered [ 2.270311] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.284169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.298411] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.314746] ACPI: Power Button [PWRF] [ 2.324468] GHES: HEST is not enabled! [ 2.351876] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.418789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.466313] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.490519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.543004] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.628695] Linux agpgart interface v0.103 [ 2.660693] brd: module loaded [ 2.680842] loop: module loaded [ 2.711409] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.729100] GPT:90111 != 2097151 [ 2.736792] GPT:Alternate GPT header not at the end of the disk. [ 2.749901] GPT:90111 != 2097151 [ 2.757798] GPT: Use GNU Parted to correct GPT errors. [ 2.768410] vda: vda1 vda15 [ 2.783312] scsi host0: ata_piix [ 2.792621] scsi host1: ata_piix [ 2.800602] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 2.814976] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 2.831401] libphy: Fixed MDIO Bus: probed [ 2.843482] tun: Universal TUN/TAP device driver, 1.6 [ 2.853877] tun: (C) 1999-2004 Max Krasnyansky [ 2.879223] PPP generic driver version 2.4.2 [ 2.889631] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.902403] ehci-pci: EHCI PCI platform driver [ 2.913848] ehci-platform: EHCI generic platform driver [ 2.924661] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.938115] ohci-pci: OHCI PCI platform driver [ 2.947960] ohci-platform: OHCI generic platform driver [ 2.958663] uhci_hcd: USB Universal Host Controller Interface driver [ 2.992528] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.007302] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.023832] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.037120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.050421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.063502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.079485] usb usb1: Product: UHCI Host Controller [ 3.092826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.105619] usb usb1: SerialNumber: 0000:00:01.2 [ 3.116671] hub 1-0:1.0: USB hub found [ 3.127264] hub 1-0:1.0: 2 ports detected [ 3.138243] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.160935] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.171415] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.182498] mousedev: PS/2 mouse device common for all mice [ 3.197452] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.217339] rtc_cmos 00:00: RTC can wake from S4 [ 3.230069] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.244852] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.259118] i2c /dev entries driver [ 3.267757] device-mapper: uevent: version 1.0.3 [ 3.279466] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.297105] ledtrig-cpu: registered to indicate activity on CPUs [ 3.313457] NET: Registered protocol family 10 [ 3.326582] NET: Registered protocol family 17 [ 3.336313] Key type dns_resolver registered [ 3.349368] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 3.361253] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.382884] registered taskstats version 1 [ 3.392487] Loading compiled-in X.509 certificates [ 3.404704] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.424808] zswap: loaded using pool lzo/zbud [ 3.442806] Key type trusted registered [ 3.456400] Key type encrypted registered [ 3.465448] AppArmor: AppArmor sha1 policy hashing enabled [ 3.477703] ima: No TPM chip found, activating TPM-bypass! [ 3.489012] evm: HMAC attrs: 0x1 [ 3.500901] Magic number: 2:110:153 [ 3.509598] bdi 1:5: hash matches [ 3.517578] acpi device:20: hash matches [ 3.529142] rtc_cmos 00:00: setting system clock to 2018-05-20 00:09:54 UTC (1526774994) [ 3.547097] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.559054] EDD information not available. [ 3.584756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 3.603026] Write protecting the kernel read-only data: 14336k [ 3.634520] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 3.655219] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 3.81 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.33 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... [ 4.423849] random: dd urandom read with 8 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.10... Lease of 192.168.130.10 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 4.59. iid=i-0000002b failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-05-20 00:10:01,226 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1592 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE1426 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013E6 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE151A 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.210 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.42 BogoMIPS (lpj=9976840) [ 0.028035] pid_max: default: 32768 minimum: 301 [ 0.036043] ACPI: Core revision 20150930 [ 0.044883] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060062] Security Framework initialized [ 0.068030] Yama: becoming mindful. [ 0.076045] AppArmor: AppArmor initialized [ 0.084134] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.092233] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.100156] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.108033] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116700] Initializing cgroup subsys io [ 0.124034] Initializing cgroup subsys memory [ 0.132036] Initializing cgroup subsys devices [ 0.140031] Initializing cgroup subsys freezer [ 0.148032] Initializing cgroup subsys net_cls [ 0.152034] Initializing cgroup subsys perf_event [ 0.160048] Initializing cgroup subsys net_prio [ 0.168031] Initializing cgroup subsys hugetlb [ 0.176037] Initializing cgroup subsys pids [ 0.189368] CPU: Physical Processor ID: 0 [ 0.197209] mce: CPU supports 10 MCE banks [ 0.204909] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212027] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.443148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.614743] ftrace: allocating 31920 entries in 125 pages [ 0.636397] smpboot: Max logical packages: 1 [ 0.644034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.654796] x2apic enabled [ 0.656038] Switched APIC routing to physical x2apic. [ 0.676974] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.680000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.692047] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.705012] x86: Booted up 1 node, 1 CPUs [ 0.708034] smpboot: Total of 1 processors activated (4988.42 BogoMIPS) [ 0.714521] devtmpfs: initialized [ 0.717511] evm: security.selinux [ 0.720035] evm: security.SMACK64 [ 0.724030] evm: security.SMACK64EXEC [ 0.728043] evm: security.SMACK64TRANSMUTE [ 0.732031] evm: security.SMACK64MMAP [ 0.736032] evm: security.ima [ 0.740033] evm: security.capability [ 0.744237] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.748189] pinctrl core: initialized pinctrl subsystem [ 0.752731] RTC time: 0:09:50, date: 05/20/18 [ 0.756401] NET: Registered protocol family 16 [ 0.760461] cpuidle: using governor ladder [ 0.764050] cpuidle: using governor menu [ 0.768039] PCCT header not found. [ 0.772313] ACPI: bus type PCI registered [ 0.776034] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.780673] PCI: Using configuration type 1 for base access [ 0.785693] ACPI: Added _OSI(Module Device) [ 0.788033] ACPI: Added _OSI(Processor Device) [ 0.792033] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.796032] ACPI: Added _OSI(Processor Aggregator Device) [ 0.802457] ACPI: Interpreter enabled [ 0.804039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.816033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.828047] ACPI: (supports S0 S3 S4 S5) [ 0.832032] ACPI: Using IOAPIC for interrupt routing [ 0.836062] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.843859] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.844039] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.848040] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.852063] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.856668] acpiphp: Slot [3] registered [ 0.860135] acpiphp: Slot [4] registered [ 0.864130] acpiphp: Slot [5] registered [ 0.868143] acpiphp: Slot [6] registered [ 0.872125] acpiphp: Slot [7] registered [ 0.876123] acpiphp: Slot [8] registered [ 0.880119] acpiphp: Slot [9] registered [ 0.884118] acpiphp: Slot [10] registered [ 0.888123] acpiphp: Slot [11] registered [ 0.892119] acpiphp: Slot [12] registered [ 0.896117] acpiphp: Slot [13] registered [ 0.900120] acpiphp: Slot [14] registered [ 0.904123] acpiphp: Slot [15] registered [ 0.908118] acpiphp: Slot [16] registered [ 0.912118] acpiphp: Slot [17] registered [ 0.916119] acpiphp: Slot [18] registered [ 0.920117] acpiphp: Slot [19] registered [ 0.924118] acpiphp: Slot [20] registered [ 0.928117] acpiphp: Slot [21] registered [ 0.932120] acpiphp: Slot [22] registered [ 0.936120] acpiphp: Slot [23] registered [ 0.941729] acpiphp: Slot [24] registered [ 0.944143] acpiphp: Slot [25] registered [ 0.948146] acpiphp: Slot [26] registered [ 0.952139] acpiphp: Slot [27] registered [ 0.956138] acpiphp: Slot [28] registered [ 0.960121] acpiphp: Slot [29] registered [ 0.964127] acpiphp: Slot [30] registered [ 0.968125] acpiphp: Slot [31] registered [ 0.972113] PCI host bridge to bus 0000:00 [ 0.976037] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.980036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.984037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.988037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.992039] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.996036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.016103] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.020034] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.024037] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.028033] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.044506] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.048122] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.182796] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.191610] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.200539] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.211528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.219396] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.226290] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.237181] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.240000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.240075] vgaarb: loaded [ 1.244039] vgaarb: bridge control possible 0000:00:02.0 [ 1.254789] SCSI subsystem initialized [ 1.261993] ACPI: bus type USB registered [ 1.264768] usbcore: registered new interface driver usbfs [ 1.268243] usbcore: registered new interface driver hub [ 1.272252] usbcore: registered new device driver usb [ 1.283126] PCI: Using ACPI for IRQ routing [ 1.295215] NetLabel: Initializing [ 1.296089] NetLabel: domain hash size = 128 [ 1.300031] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.304476] NetLabel: unlabeled traffic allowed by default [ 1.312379] clocksource: Switched to clocksource kvm-clock [ 1.424653] AppArmor: AppArmor Filesystem Enabled [ 1.435399] pnp: PnP ACPI init [ 1.446214] pnp: PnP ACPI: found 5 devices [ 1.477458] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.497836] NET: Registered protocol family 2 [ 1.512398] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.526544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.539593] TCP: Hash tables configured (established 4096 bind 4096) [ 1.554359] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.566022] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.580688] NET: Registered protocol family 1 [ 1.590459] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.602147] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.615201] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.647490] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.682873] Trying to unpack rootfs image as initramfs... [ 1.998960] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.030050] Scanning for low memory corruption every 60 seconds [ 2.045981] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.061690] audit: initializing netlink subsys (disabled) [ 2.072862] audit: type=2000 audit(1526774990.421:1): initialized [ 2.087236] Initialise system trusted keyring [ 2.102761] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.125005] zbud: loaded [ 2.134239] VFS: Disk quotas dquot_6.6.0 [ 2.144252] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.164980] fuse init (API version 7.23) [ 2.175270] Key type big_key registered [ 2.183999] Allocating IMA MOK and blacklist keyrings. [ 2.201319] Key type asymmetric registered [ 2.210299] Asymmetric key parser 'x509' registered [ 2.222952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.239845] io scheduler noop registered [ 2.248927] io scheduler deadline registered (default) [ 2.260217] io scheduler cfq registered [ 2.270311] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.284169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.298411] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.314746] ACPI: Power Button [PWRF] [ 2.324468] GHES: HEST is not enabled! [ 2.351876] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.418789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.466313] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.490519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.543004] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.628695] Linux agpgart interface v0.103 [ 2.660693] brd: module loaded [ 2.680842] loop: module loaded [ 2.711409] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.729100] GPT:90111 != 2097151 [ 2.736792] GPT:Alternate GPT header not at the end of the disk. [ 2.749901] GPT:90111 != 2097151 [ 2.757798] GPT: Use GNU Parted to correct GPT errors. [ 2.768410] vda: vda1 vda15 [ 2.783312] scsi host0: ata_piix [ 2.792621] scsi host1: ata_piix [ 2.800602] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 2.814976] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 2.831401] libphy: Fixed MDIO Bus: probed [ 2.843482] tun: Universal TUN/TAP device driver, 1.6 [ 2.853877] tun: (C) 1999-2004 Max Krasnyansky [ 2.879223] PPP generic driver version 2.4.2 [ 2.889631] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.902403] ehci-pci: EHCI PCI platform driver [ 2.913848] ehci-platform: EHCI generic platform driver [ 2.924661] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.938115] ohci-pci: OHCI PCI platform driver [ 2.947960] ohci-platform: OHCI generic platform driver [ 2.958663] uhci_hcd: USB Universal Host Controller Interface driver [ 2.992528] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.007302] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.023832] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.037120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.050421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.063502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.079485] usb usb1: Product: UHCI Host Controller [ 3.092826] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.105619] usb usb1: SerialNumber: 0000:00:01.2 [ 3.116671] hub 1-0:1.0: USB hub found [ 3.127264] hub 1-0:1.0: 2 ports detected [ 3.138243] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.160935] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.171415] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.182498] mousedev: PS/2 mouse device common for all mice [ 3.197452] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.217339] rtc_cmos 00:00: RTC can wake from S4 [ 3.230069] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.244852] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.259118] i2c /dev entries driver [ 3.267757] device-mapper: uevent: version 1.0.3 [ 3.279466] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.297105] ledtrig-cpu: registered to indicate activity on CPUs [ 3.313457] NET: Registered protocol family 10 [ 3.326582] NET: Registered protocol family 17 [ 3.336313] Key type dns_resolver registered [ 3.349368] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 3.361253] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.382884] registered taskstats version 1 [ 3.392487] Loading compiled-in X.509 certificates [ 3.404704] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.424808] zswap: loaded using pool lzo/zbud [ 3.442806] Key type trusted registered [ 3.456400] Key type encrypted registered [ 3.465448] AppArmor: AppArmor sha1 policy hashing enabled [ 3.477703] ima: No TPM chip found, activating TPM-bypass! [ 3.489012] evm: HMAC attrs: 0x1 [ 3.500901] Magic number: 2:110:153 [ 3.509598] bdi 1:5: hash matches [ 3.517578] acpi device:20: hash matches [ 3.529142] rtc_cmos 00:00: setting system clock to 2018-05-20 00:09:54 UTC (1526774994) [ 3.547097] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.559054] EDD information not available. [ 3.584756] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 3.603026] Write protecting the kernel read-only data: 14336k [ 3.634520] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 3.655219] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 3.81 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.33 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... [ 4.423849] random: dd urandom read with 8 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.10... Lease of 192.168.130.10 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 4.59. iid=i-0000002b 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.210 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHrJVz9XiIU32Hpp+PqPQk9dvHGQ6ErNQhYRD0gmq1/Tb3KPqaFafKbckvatWowdAvvgOAieTW7CxpuEw33ZXnChoapqBec4Is4Iic9/UMsHfRZlbPrXYrFWGYOTU976T6wOGwed+ANlDZDOD6eZjL1vLVNFBWRLOzI9XUiPJoEFQpkrbqwenpBMC2X/Sqtct8YeV7Y0xY/BMA38GjCGmNSF3JP4aTi8XQ8qoOf2hGlpLWsO1cx1SBv68212oUxd9zOaNFCBfCvhAroZDe0fHEd3VKE8uExFyirkp/qeNm0wxBwmFDL10XGCDBr7lwCeEAcVPX8Am6SAVUGpFh964f root@opnfv-vping-2-userdata--80e831c4-06ab-403b-a41d-53f5b03ef9633 2018-05-20 00:10:01,226 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-05-20 00:10:01,773 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 00:10:01,774 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:50 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-20 00:10:20,396 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-20 00:10:20,507 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-20 00:10:20,507 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-20 00:10:20,507 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-20 00:10:30,668 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 9af96c90-0dbe-41bf-850b-daeefffc63c8 | 2018-05-20T00:10:30.537267 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 9af96c90-0dbe-41bf-850b-daeefffc63c8 ~/.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-20 00:10:35,600 - 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-20 00:10:35,601 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-20 00:10:45,207 - 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=04804c97-fa25-491a-9d6d-2d13d5bf89be) as the default verifier for the future CLI operations. 2018-05-20 00:10:49,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-399f668a-06e1-4314-bfd3-f59c0693e4c7' 2018-05-20 00:10:50,825 - 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-20T00:10:50Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'af2d853a-bc0f-48b5-866f-df8158f65f3b', u'provider:segmentation_id': 42, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-399f668a-06e1-4314-bfd3-f59c0693e4c7', u'admin_state_up': True, u'tenant_id': u'2c76c811dfac4db9ad1220f278dc53f7', u'created_at': u'2018-05-20T00:10:50Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2c76c811dfac4db9ad1220f278dc53f7'}) 2018-05-20 00:10:51,487 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-20T00:10:51Z', 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'44df2162-beca-4317-a8ce-4c33f397bd94', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-399f668a-06e1-4314-bfd3-f59c0693e4c7', u'enable_dhcp': True, u'network_id': u'af2d853a-bc0f-48b5-866f-df8158f65f3b', u'tenant_id': u'2c76c811dfac4db9ad1220f278dc53f7', u'created_at': u'2018-05-20T00:10:51Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'2c76c811dfac4db9ad1220f278dc53f7'}) 2018-05-20 00:10:51,488 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-20 00:10:51,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-399f668a-06e1-4314-bfd3-f59c0693e4c7' 2018-05-20 00:10:53,016 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-399f668a-06e1-4314-bfd3-f59c0693e4c7', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-20T00:10:51Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/f27ba7b8-f4a1-4d23-b18f-ba49b06c3b21/file', u'owner': u'2c76c811dfac4db9ad1220f278dc53f7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'f27ba7b8-f4a1-4d23-b18f-ba49b06c3b21', u'size': None, u'name': u'Cirros-0.4.0-399f668a-06e1-4314-bfd3-f59c0693e4c7', u'checksum': None, u'self': u'/v2/images/f27ba7b8-f4a1-4d23-b18f-ba49b06c3b21', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-20T00:10:51Z', u'schema': u'/v2/schemas/image'}) 2018-05-20 00:10:53,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-399f668a-06e1-4314-bfd3-f59c0693e4c7' 2018-05-20 00:10:55,055 - 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-399f668a-06e1-4314-bfd3-f59c0693e4c7', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-20T00:10:53Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/da24e251-e646-4fc9-83cc-55b972a74df9/file', u'owner': u'2c76c811dfac4db9ad1220f278dc53f7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'da24e251-e646-4fc9-83cc-55b972a74df9', u'size': None, u'name': u'Cirros-0.4.0-1-399f668a-06e1-4314-bfd3-f59c0693e4c7', u'checksum': None, u'self': u'/v2/images/da24e251-e646-4fc9-83cc-55b972a74df9', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-20T00:10:53Z', u'schema': u'/v2/schemas/image'}) 2018-05-20 00:10:55,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-20 00:10:55,155 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-399f668a-06e1-4314-bfd3-f59c0693e4c7', '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'2c76c811dfac4db9ad1220f278dc53f7', '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'a8eb9bb2-b46b-4e30-b51d-f0b25d245c14', 'swap': 0}) 2018-05-20 00:10:55,306 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-399f668a-06e1-4314-bfd3-f59c0693e4c7', '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'2c76c811dfac4db9ad1220f278dc53f7', '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'545849ee-60b6-4a8f-8533-40e214f3f404', 'swap': 0}) 2018-05-20 00:10:59,886 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-20 00:10:59,886 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-20 00:10:59,886 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-20 00:10:59,888 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-20 00:10:59,920 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-20 00:11:04,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-04804c97-fa25-491a-9d6d-2d13d5bf89be/repo; stestr list '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-20 00:11:04,258 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-20 00:11:04,259 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-20 00:11:04,260 - 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-20 00:34:05,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: ac978011-0b28-4f2c-b54c-75c27a6e96f4 2018-05-20 00:34:05,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ac978011-0b28-4f2c-b54c-75c27a6e96f4']'. 2018-05-20 00:34:07,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-20 00:34:07,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-20 00:34:07,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-20 00:34:07,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ac978011-0b28-4f2c-b54c-75c27a6e96f4 | 2018-05-20 00:34:07,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-20 00:34:07,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-20 00:11:07 | 2018-05-20 00:34:07,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-20 00:34:05 | 2018-05-20 00:34:07,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:22:58 | 2018-05-20 00:34:07,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-20 00:34:07,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-20 00:34:07,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-20 00:34:07,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 04804c97-fa25-491a-9d6d-2d13d5bf89be) | 2018-05-20 00:34:07,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-20 00:34:07,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9af96c90-0dbe-41bf-850b-daeefffc63c8) | 2018-05-20 00:34:07,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-20 00:34:07,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1340.894 | 2018-05-20 00:34:07,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 87 | 2018-05-20 00:34:07,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-20 00:34:07,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-20 00:34:07,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-20 00:34:07,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-05-20 00:34:07,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-20 00:34:07,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-20 00:34:07,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 96.6666666667% 2018-05-20 00:34:13,618 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 00:34:13,619 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 23:23 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-20 00:34:13,621 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-20 00:34:13,621 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-20 00:34:13,708 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-20 00:34:14,530 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual2 2018-05-20 00:34:14,530 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-20 00:34:14,531 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-20 00:34:15,335 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-20 00:34:19,181 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-20 00:34:22,895 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | a97c9426-de85-4a05-a542-4e0a6baa3696 | 2018-05-20T00:34:22.771742 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: a97c9426-de85-4a05-a542-4e0a6baa3696 ~/.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-20 00:34:27,704 - 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-20 00:34:27,704 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-20 00:34:28,401 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-85041988-1e7f-4cb4-b5f3-787cecdccc60'... 2018-05-20 00:34:30,063 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-85041988-1e7f-4cb4-b5f3-787cecdccc60'... 2018-05-20 00:34:31,081 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-85041988-1e7f-4cb4-b5f3-787cecdccc60'... 2018-05-20 00:34:42,939 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-85041988-1e7f-4cb4-b5f3-787cecdccc60'... 2018-05-20 00:34:43,075 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-85041988-1e7f-4cb4-b5f3-787cecdccc60'... 2018-05-20 00:34:43,265 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-20 00:34:43,266 - 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-20 00:34:43,266 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-20 00:34:43,294 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-20 00:34:43,295 - 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': 'ac460e85-cc2f-4756-bc19-72d2d9772789', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'flavor_name': 'rally-tiny-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-85041988-1e7f-4cb4-b5f3-787cecdccc60', '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-20 00:35:45,578 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5f98b2c9-b9d8-483e-a451-0659886d9758 2018-05-20 00:35:45,579 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-20 00:35:45,579 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5f98b2c9-b9d8-483e-a451-0659886d9758'] 2018-05-20 00:35:46,816 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5f98b2c9-b9d8-483e-a451-0659886d9758: 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 5f98b2c9-b9d8-483e-a451-0659886d9758 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.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | total | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | -> duration | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.656421 Full duration: 7.828846 -------------------------------------------------------------------------------- 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 5f98b2c9-b9d8-483e-a451-0659886d9758 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.257 | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 100.0% | 1 | | total | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | -> duration | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.902127 Full duration: 7.331389 -------------------------------------------------------------------------------- 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 5f98b2c9-b9d8-483e-a451-0659886d9758 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.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 100.0% | 1 | | total | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> duration | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.837694 Full duration: 7.230558 -------------------------------------------------------------------------------- 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 5f98b2c9-b9d8-483e-a451-0659886d9758 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | total | 1.576 | 1.576 | 1.576 | 1.576 | 1.576 | 1.576 | 100.0% | 1 | | -> duration | 1.576 | 1.576 | 1.576 | 1.576 | 1.576 | 1.576 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.575987 Full duration: 8.212851 -------------------------------------------------------------------------------- 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 5f98b2c9-b9d8-483e-a451-0659886d9758 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.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | total | 1.364 | 1.364 | 1.364 | 1.364 | 1.364 | 1.364 | 100.0% | 1 | | -> duration | 1.364 | 1.364 | 1.364 | 1.364 | 1.364 | 1.364 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.364396 Full duration: 7.804171 -------------------------------------------------------------------------------- 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 5f98b2c9-b9d8-483e-a451-0659886d9758 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.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | total | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> duration | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.885866 Full duration: 7.331123 HINTS: * To plot HTML graphics with this data, run: rally task report 5f98b2c9-b9d8-483e-a451-0659886d9758 --out output.html * To generate a JUnit report, run: rally task export 5f98b2c9-b9d8-483e-a451-0659886d9758 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5f98b2c9-b9d8-483e-a451-0659886d9758 --json --out output.json 2018-05-20 00:35:46,816 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5f98b2c9-b9d8-483e-a451-0659886d9758'] 2018-05-20 00:35:48,070 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-20 00:35:48,070 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5f98b2c9-b9d8-483e-a451-0659886d9758', '--out', '/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-20 00:35:48,074 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-20 00:35:48,074 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-20 00:35:48,085 - 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-20 00:35:48,085 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-20 00:35:48,095 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-20 00:35:48,104 - 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': 'ac460e85-cc2f-4756-bc19-72d2d9772789', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'flavor_name': 'rally-tiny-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-85041988-1e7f-4cb4-b5f3-787cecdccc60', '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-20 00:37:16,833 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 795328a5-05ac-432a-af7e-54bdad5e59fc 2018-05-20 00:37:16,834 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '795328a5-05ac-432a-af7e-54bdad5e59fc'] 2018-05-20 00:37:18,105 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 795328a5-05ac-432a-af7e-54bdad5e59fc: 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 795328a5-05ac-432a-af7e-54bdad5e59fc has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.552 | 4.552 | 4.552 | 4.552 | 4.552 | 4.552 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | -> glance_v2.upload_data | 1.732 | 1.732 | 1.732 | 1.732 | 1.732 | 1.732 | 100.0% | 1 | | glance_v2.delete_image | 1.099 | 1.099 | 1.099 | 1.099 | 1.099 | 1.099 | 100.0% | 1 | | total | 5.652 | 5.652 | 5.652 | 5.652 | 5.652 | 5.652 | 100.0% | 1 | | -> duration | 5.652 | 5.652 | 5.652 | 5.652 | 5.652 | 5.652 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.65161 Full duration: 13.57582 -------------------------------------------------------------------------------- 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 795328a5-05ac-432a-af7e-54bdad5e59fc has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.163 | 4.163 | 4.163 | 4.163 | 4.163 | 4.163 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | -> glance_v2.upload_data | 1.323 | 1.323 | 1.323 | 1.323 | 1.323 | 1.323 | 100.0% | 1 | | glance_v2.list_images | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | total | 4.238 | 4.238 | 4.238 | 4.238 | 4.238 | 4.238 | 100.0% | 1 | | -> duration | 4.238 | 4.238 | 4.238 | 4.238 | 4.238 | 4.238 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.238347 Full duration: 15.048589 -------------------------------------------------------------------------------- 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 795328a5-05ac-432a-af7e-54bdad5e59fc 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.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 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.726464 Full duration: 8.659495 -------------------------------------------------------------------------------- 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": "ac460e85-cc2f-4756-bc19-72d2d9772789" } ], "flavor": { "name": "rally-tiny-85041988-1e7f-4cb4-b5f3-787cecdccc60" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 795328a5-05ac-432a-af7e-54bdad5e59fc 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.677 | 3.677 | 3.677 | 3.677 | 3.677 | 3.677 | 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.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | nova.boot_servers | 10.293 | 10.293 | 10.293 | 10.293 | 10.293 | 10.293 | 100.0% | 1 | | total | 13.97 | 13.97 | 13.97 | 13.97 | 13.97 | 13.97 | 100.0% | 1 | | -> duration | 12.97 | 12.97 | 12.97 | 12.97 | 12.97 | 12.97 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.970358 Full duration: 32.783225 HINTS: * To plot HTML graphics with this data, run: rally task report 795328a5-05ac-432a-af7e-54bdad5e59fc --out output.html * To generate a JUnit report, run: rally task export 795328a5-05ac-432a-af7e-54bdad5e59fc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 795328a5-05ac-432a-af7e-54bdad5e59fc --json --out output.json 2018-05-20 00:37:18,105 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '795328a5-05ac-432a-af7e-54bdad5e59fc'] 2018-05-20 00:37:19,444 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-20 00:37:19,444 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '795328a5-05ac-432a-af7e-54bdad5e59fc', '--out', '/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-20 00:37:19,448 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-20 00:37:19,449 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-20 00:37:19,449 - 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-20 00:37:19,449 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-20 00:37:19,459 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-20 00:37:19,476 - 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': 'ac460e85-cc2f-4756-bc19-72d2d9772789', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'flavor_name': 'rally-tiny-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-85041988-1e7f-4cb4-b5f3-787cecdccc60', '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-20 00:40:47,125 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a87c97ad-491b-4451-a051-adc872746ce5 2018-05-20 00:40:47,125 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a87c97ad-491b-4451-a051-adc872746ce5'] 2018-05-20 00:40:48,478 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a87c97ad-491b-4451-a051-adc872746ce5: 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 a87c97ad-491b-4451-a051-adc872746ce5 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.414 | 3.414 | 3.414 | 3.414 | 3.414 | 3.414 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.331 | 2.331 | 2.331 | 2.331 | 2.331 | 2.331 | 100.0% | 1 | | total | 5.746 | 5.746 | 5.746 | 5.746 | 5.746 | 5.746 | 100.0% | 1 | | -> duration | 5.746 | 5.746 | 5.746 | 5.746 | 5.746 | 5.746 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.745578 Full duration: 26.456915 -------------------------------------------------------------------------------- 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 a87c97ad-491b-4451-a051-adc872746ce5 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.744 | 3.744 | 3.744 | 3.744 | 3.744 | 3.744 | 100.0% | 1 | | cinder_v2.delete_volume | 2.256 | 2.256 | 2.256 | 2.256 | 2.256 | 2.256 | 100.0% | 1 | | total | 6.001 | 6.001 | 6.001 | 6.001 | 6.001 | 6.001 | 100.0% | 1 | | -> duration | 6.001 | 6.001 | 6.001 | 6.001 | 6.001 | 6.001 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.000607 Full duration: 16.924899 -------------------------------------------------------------------------------- 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-85041988-1e7f-4cb4-b5f3-787cecdccc60" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a87c97ad-491b-4451-a051-adc872746ce5 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 6.442 | 6.442 | 6.442 | 6.442 | 6.442 | 6.442 | 100.0% | 1 | | cinder_v2.delete_volume | 2.282 | 2.282 | 2.282 | 2.282 | 2.282 | 2.282 | 100.0% | 1 | | total | 8.724 | 8.724 | 8.724 | 8.724 | 8.724 | 8.724 | 100.0% | 1 | | -> duration | 8.724 | 8.724 | 8.724 | 8.724 | 8.724 | 8.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.723626 Full duration: 20.409215 -------------------------------------------------------------------------------- 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 a87c97ad-491b-4451-a051-adc872746ce5 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.217 | 4.217 | 4.217 | 4.217 | 4.217 | 4.217 | 100.0% | 1 | | cinder_v2.delete_volume | 2.268 | 2.268 | 2.268 | 2.268 | 2.268 | 2.268 | 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.485769 Full duration: 18.30504 -------------------------------------------------------------------------------- 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 a87c97ad-491b-4451-a051-adc872746ce5 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.099 | 4.099 | 4.099 | 4.099 | 4.099 | 4.099 | 100.0% | 1 | | cinder_v2.extend_volume | 2.423 | 2.423 | 2.423 | 2.423 | 2.423 | 2.423 | 100.0% | 1 | | cinder_v2.delete_volume | 2.279 | 2.279 | 2.279 | 2.279 | 2.279 | 2.279 | 100.0% | 1 | | total | 8.8 | 8.8 | 8.8 | 8.8 | 8.8 | 8.8 | 100.0% | 1 | | -> duration | 8.8 | 8.8 | 8.8 | 8.8 | 8.8 | 8.8 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.800174 Full duration: 19.515435 -------------------------------------------------------------------------------- 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 a87c97ad-491b-4451-a051-adc872746ce5 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.691 | 4.691 | 4.691 | 4.691 | 4.691 | 4.691 | 100.0% | 1 | | cinder_v2.delete_volume | 2.267 | 2.267 | 2.267 | 2.267 | 2.267 | 2.267 | 100.0% | 1 | | total | 6.958 | 6.958 | 6.958 | 6.958 | 6.958 | 6.958 | 100.0% | 1 | | -> duration | 6.958 | 6.958 | 6.958 | 6.958 | 6.958 | 6.958 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.957969 Full duration: 24.494063 -------------------------------------------------------------------------------- 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 a87c97ad-491b-4451-a051-adc872746ce5 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.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | cinder_v2.list_qos | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 100.0% | 1 | | total | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> duration | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.74028 Full duration: 13.387807 -------------------------------------------------------------------------------- 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 a87c97ad-491b-4451-a051-adc872746ce5 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 | 1.092 | 1.092 | 1.092 | 1.092 | 1.092 | 1.092 | 100.0% | 1 | | cinder_v2.set_qos | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | total | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 100.0% | 1 | | -> duration | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.166379 Full duration: 12.434534 -------------------------------------------------------------------------------- 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 a87c97ad-491b-4451-a051-adc872746ce5 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.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | cinder_v2.list_types | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 100.0% | 1 | | total | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | -> duration | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.839429 Full duration: 11.787574 -------------------------------------------------------------------------------- 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 a87c97ad-491b-4451-a051-adc872746ce5 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.275 | 1.275 | 1.275 | 1.275 | 1.275 | 1.275 | 100.0% | 1 | | cinder_v2.create_encryption_type | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 100.0% | 1 | | total | 2.417 | 2.417 | 2.417 | 2.417 | 2.417 | 2.417 | 100.0% | 1 | | -> duration | 2.417 | 2.417 | 2.417 | 2.417 | 2.417 | 2.417 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.417292 Full duration: 13.697608 HINTS: * To plot HTML graphics with this data, run: rally task report a87c97ad-491b-4451-a051-adc872746ce5 --out output.html * To generate a JUnit report, run: rally task export a87c97ad-491b-4451-a051-adc872746ce5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a87c97ad-491b-4451-a051-adc872746ce5 --json --out output.json 2018-05-20 00:40:48,478 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a87c97ad-491b-4451-a051-adc872746ce5'] 2018-05-20 00:40:49,770 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-20 00:40:49,770 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a87c97ad-491b-4451-a051-adc872746ce5', '--out', '/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-20 00:40:49,774 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-20 00:40:49,775 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-05-20 00:40:49,775 - 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-20 00:40:49,775 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-20 00:40:49,785 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-20 00:40:49,797 - 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': 'ac460e85-cc2f-4756-bc19-72d2d9772789', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'flavor_name': 'rally-tiny-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-85041988-1e7f-4cb4-b5f3-787cecdccc60', '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-20 00:42:47,102 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9105a4ce-e05c-42d5-b138-b2c0fe071915 2018-05-20 00:42:47,103 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9105a4ce-e05c-42d5-b138-b2c0fe071915'] 2018-05-20 00:42:48,270 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9105a4ce-e05c-42d5-b138-b2c0fe071915: 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 9105a4ce-e05c-42d5-b138-b2c0fe071915 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.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | total | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> duration | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.710089 Full duration: 7.239105 -------------------------------------------------------------------------------- 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 9105a4ce-e05c-42d5-b138-b2c0fe071915 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.get_status | 2.496 | 2.496 | 2.496 | 2.496 | 2.496 | 2.496 | 100.0% | 1 | | total | 2.496 | 2.496 | 2.496 | 2.496 | 2.496 | 2.496 | 100.0% | 1 | | -> duration | 2.496 | 2.496 | 2.496 | 2.496 | 2.496 | 2.496 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.495678 Full duration: 8.927566 -------------------------------------------------------------------------------- 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 9105a4ce-e05c-42d5-b138-b2c0fe071915 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.297 | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 100.0% | 1 | | total | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 100.0% | 1 | | -> duration | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.296694 Full duration: 7.869689 -------------------------------------------------------------------------------- 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 9105a4ce-e05c-42d5-b138-b2c0fe071915 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy_rule | 2.968 | 2.968 | 2.968 | 2.968 | 2.968 | 2.968 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 100.0% | 1 | | total | 3.003 | 3.003 | 3.003 | 3.003 | 3.003 | 3.003 | 100.0% | 1 | | -> duration | 3.003 | 3.003 | 3.003 | 3.003 | 3.003 | 3.003 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.003216 Full duration: 12.077897 -------------------------------------------------------------------------------- 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 9105a4ce-e05c-42d5-b138-b2c0fe071915 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.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | total | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> duration | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.682783 Full duration: 7.157331 -------------------------------------------------------------------------------- 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 9105a4ce-e05c-42d5-b138-b2c0fe071915 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 | 1.105 | 1.105 | 1.105 | 1.105 | 1.105 | 1.105 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.03 | 0.03 | 0.03 | 0.03 | 0.03 | 0.03 | 100.0% | 1 | | total | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 100.0% | 1 | | -> duration | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.135798 Full duration: 8.328523 -------------------------------------------------------------------------------- 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 9105a4ce-e05c-42d5-b138-b2c0fe071915 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 | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 100.0% | 1 | | total | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 100.0% | 1 | | -> duration | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.135773 Full duration: 7.509448 -------------------------------------------------------------------------------- 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 9105a4ce-e05c-42d5-b138-b2c0fe071915 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.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 100.0% | 1 | | total | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> duration | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.733503 Full duration: 7.806636 -------------------------------------------------------------------------------- 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 9105a4ce-e05c-42d5-b138-b2c0fe071915 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.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | total | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | -> duration | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.712334 Full duration: 7.039539 -------------------------------------------------------------------------------- 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 9105a4ce-e05c-42d5-b138-b2c0fe071915 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 | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 100.0% | 1 | | gnocchi.delete_metric | 0.061 | 0.061 | 0.061 | 0.061 | 0.061 | 0.061 | 100.0% | 1 | | total | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 100.0% | 1 | | -> duration | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.257979 Full duration: 8.535761 -------------------------------------------------------------------------------- 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 9105a4ce-e05c-42d5-b138-b2c0fe071915 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.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | gnocchi.delete_resource | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | total | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> duration | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.768473 Full duration: 7.811776 HINTS: * To plot HTML graphics with this data, run: rally task report 9105a4ce-e05c-42d5-b138-b2c0fe071915 --out output.html * To generate a JUnit report, run: rally task export 9105a4ce-e05c-42d5-b138-b2c0fe071915 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9105a4ce-e05c-42d5-b138-b2c0fe071915 --json --out output.json 2018-05-20 00:42:48,270 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9105a4ce-e05c-42d5-b138-b2c0fe071915'] 2018-05-20 00:42:49,394 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-20 00:42:49,395 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9105a4ce-e05c-42d5-b138-b2c0fe071915', '--out', '/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-05-20 00:42:49,399 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-05-20 00:42:49,399 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-20 00:42:49,399 - 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-20 00:42:49,399 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-20 00:42:49,409 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-20 00:42:49,421 - 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': 'ac460e85-cc2f-4756-bc19-72d2d9772789', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'flavor_name': 'rally-tiny-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-85041988-1e7f-4cb4-b5f3-787cecdccc60', '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-20 00:44:33,797 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ba68846b-7d80-4595-af14-9c56c8d13775 2018-05-20 00:44:33,798 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ba68846b-7d80-4595-af14-9c56c8d13775'] 2018-05-20 00:44:34,965 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ba68846b-7d80-4595-af14-9c56c8d13775: 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 ba68846b-7d80-4595-af14-9c56c8d13775 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.41 | 5.41 | 5.41 | 5.41 | 5.41 | 5.41 | 100.0% | 1 | | heat.update_stack | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 100.0% | 1 | | heat.delete_stack | 2.427 | 2.427 | 2.427 | 2.427 | 2.427 | 2.427 | 100.0% | 1 | | total | 10.322 | 10.322 | 10.322 | 10.322 | 10.322 | 10.322 | 100.0% | 1 | | -> duration | 6.322 | 6.322 | 6.322 | 6.322 | 6.322 | 6.322 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.322365 Full duration: 23.170987 -------------------------------------------------------------------------------- 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 ba68846b-7d80-4595-af14-9c56c8d13775 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.65 | 5.65 | 5.65 | 5.65 | 5.65 | 5.65 | 100.0% | 1 | | heat.check_stack | 0.378 | 0.378 | 0.378 | 0.378 | 0.378 | 0.378 | 100.0% | 1 | | heat.delete_stack | 2.46 | 2.46 | 2.46 | 2.46 | 2.46 | 2.46 | 100.0% | 1 | | total | 8.488 | 8.488 | 8.488 | 8.488 | 8.488 | 8.488 | 100.0% | 1 | | -> duration | 6.488 | 6.488 | 6.488 | 6.488 | 6.488 | 6.488 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.48814 Full duration: 20.210233 -------------------------------------------------------------------------------- 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 ba68846b-7d80-4595-af14-9c56c8d13775 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.439 | 4.439 | 4.439 | 4.439 | 4.439 | 4.439 | 100.0% | 1 | | heat.suspend_stack | 0.415 | 0.415 | 0.415 | 0.415 | 0.415 | 0.415 | 100.0% | 1 | | heat.resume_stack | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 100.0% | 1 | | heat.delete_stack | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 100.0% | 1 | | total | 7.518 | 7.518 | 7.518 | 7.518 | 7.518 | 7.518 | 100.0% | 1 | | -> duration | 5.518 | 5.518 | 5.518 | 5.518 | 5.518 | 5.518 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.518282 Full duration: 19.13253 -------------------------------------------------------------------------------- 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 ba68846b-7d80-4595-af14-9c56c8d13775 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.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | total | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> duration | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.764739 Full duration: 11.29152 HINTS: * To plot HTML graphics with this data, run: rally task report ba68846b-7d80-4595-af14-9c56c8d13775 --out output.html * To generate a JUnit report, run: rally task export ba68846b-7d80-4595-af14-9c56c8d13775 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ba68846b-7d80-4595-af14-9c56c8d13775 --json --out output.json 2018-05-20 00:44:34,966 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ba68846b-7d80-4595-af14-9c56c8d13775'] 2018-05-20 00:44:36,107 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-20 00:44:36,107 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ba68846b-7d80-4595-af14-9c56c8d13775', '--out', '/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-20 00:44:36,112 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-20 00:44:36,112 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-20 00:44:36,112 - 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-20 00:44:36,113 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-20 00:44:36,123 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-20 00:44:36,135 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'ext-net', 'service_list': ['keystone'], 'concurrency': 4, 'netid': 'ac460e85-cc2f-4756-bc19-72d2d9772789', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'flavor_name': 'rally-tiny-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-85041988-1e7f-4cb4-b5f3-787cecdccc60', '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-20 00:47:46,415 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bbc5d9f7-5384-4082-95d6-fcba6bd2a225 2018-05-20 00:47:46,416 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bbc5d9f7-5384-4082-95d6-fcba6bd2a225'] 2018-05-20 00:47:47,582 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bbc5d9f7-5384-4082-95d6-fcba6bd2a225: 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 bbc5d9f7-5384-4082-95d6-fcba6bd2a225 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.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | keystone_v3.add_role | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | keystone_v3.revoke_role | 0.069 | 0.069 | 0.069 | 0.069 | 0.069 | 0.069 | 100.0% | 1 | | total | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> duration | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.616281 Full duration: 14.232928 -------------------------------------------------------------------------------- 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 bbc5d9f7-5384-4082-95d6-fcba6bd2a225 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 100.0% | 1 | | keystone_v3.add_role | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 100.0% | 1 | | keystone_v3.list_roles | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 100.0% | 1 | | total | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> duration | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.603291 Full duration: 14.317611 -------------------------------------------------------------------------------- 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 bbc5d9f7-5384-4082-95d6-fcba6bd2a225 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.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | keystone_v3.list_projects | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 100.0% | 1 | | total | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | -> duration | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.607252 Full duration: 14.063302 -------------------------------------------------------------------------------- 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 bbc5d9f7-5384-4082-95d6-fcba6bd2a225 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | keystone_v3.delete_role | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 100.0% | 1 | | total | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | -> duration | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.567444 Full duration: 12.061333 -------------------------------------------------------------------------------- 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 bbc5d9f7-5384-4082-95d6-fcba6bd2a225 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.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | keystone_v3.delete_service | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 100.0% | 1 | | total | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 100.0% | 1 | | -> duration | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.553294 Full duration: 12.082004 -------------------------------------------------------------------------------- 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 bbc5d9f7-5384-4082-95d6-fcba6bd2a225 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.551 | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 100.0% | 1 | | keystone_v3.create_user | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.024 | 0.024 | 0.024 | 0.024 | 0.024 | 0.024 | 100.0% | 1 | | -> keystone_v3.add_role | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 100.0% | 1 | | keystone_v3.create_role | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | keystone_v3.get_project | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 100.0% | 1 | | keystone_v3.get_user | 0.027 | 0.027 | 0.027 | 0.027 | 0.027 | 0.027 | 100.0% | 1 | | keystone_v3.get_role | 0.025 | 0.025 | 0.025 | 0.025 | 0.025 | 0.025 | 100.0% | 1 | | keystone_v3.list_services | 0.027 | 0.027 | 0.027 | 0.027 | 0.027 | 0.027 | 100.0% | 1 | | keystone_v3.get_services | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 100.0% | 1 | | total | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 100.0% | 1 | | -> duration | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.975144 Full duration: 18.622482 -------------------------------------------------------------------------------- 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 bbc5d9f7-5384-4082-95d6-fcba6bd2a225 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.552 | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 100.0% | 1 | | keystone_v3.update_project | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 100.0% | 1 | | keystone_v3.delete_project | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | total | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> duration | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.756191 Full duration: 12.299773 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task bbc5d9f7-5384-4082-95d6-fcba6bd2a225 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.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | total | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | -> duration | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.606794 Full duration: 14.133441 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task bbc5d9f7-5384-4082-95d6-fcba6bd2a225 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.578 | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 100.0% | 1 | | total | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 100.0% | 1 | | -> duration | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.578094 Full duration: 14.208741 -------------------------------------------------------------------------------- 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 bbc5d9f7-5384-4082-95d6-fcba6bd2a225 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.565 | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 100.0% | 1 | | keystone_v3.list_users | 0.053 | 0.053 | 0.053 | 0.053 | 0.053 | 0.053 | 100.0% | 1 | | total | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> duration | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.676798 Full duration: 14.373791 -------------------------------------------------------------------------------- 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 bbc5d9f7-5384-4082-95d6-fcba6bd2a225 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.553 | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 100.0% | 1 | | keystone_v3.create_users | 2.097 | 2.097 | 2.097 | 2.097 | 2.097 | 2.097 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 2.097 | 2.097 | 2.097 | 2.097 | 2.097 | 2.097 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | total | 2.892 | 2.892 | 2.892 | 2.892 | 2.892 | 2.892 | 100.0% | 1 | | -> duration | 2.892 | 2.892 | 2.892 | 2.892 | 2.892 | 2.892 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.892496 Full duration: 19.363911 HINTS: * To plot HTML graphics with this data, run: rally task report bbc5d9f7-5384-4082-95d6-fcba6bd2a225 --out output.html * To generate a JUnit report, run: rally task export bbc5d9f7-5384-4082-95d6-fcba6bd2a225 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bbc5d9f7-5384-4082-95d6-fcba6bd2a225 --json --out output.json 2018-05-20 00:47:47,582 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bbc5d9f7-5384-4082-95d6-fcba6bd2a225'] 2018-05-20 00:47:48,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-20 00:47:48,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bbc5d9f7-5384-4082-95d6-fcba6bd2a225', '--out', '/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-20 00:47:48,765 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-20 00:47:48,765 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-20 00:47:48,765 - 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-20 00:47:48,765 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-20 00:47:48,775 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-20 00:47:48,791 - 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': 'ac460e85-cc2f-4756-bc19-72d2d9772789', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'flavor_name': 'rally-tiny-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-85041988-1e7f-4cb4-b5f3-787cecdccc60', '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-20 00:55:26,851 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 21e6d134-d2fc-493b-a79e-c3b20bdaa15f 2018-05-20 00:55:26,852 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '21e6d134-d2fc-493b-a79e-c3b20bdaa15f'] 2018-05-20 00:55:28,052 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 21e6d134-d2fc-493b-a79e-c3b20bdaa15f: 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 21e6d134-d2fc-493b-a79e-c3b20bdaa15f 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.146 | 1.146 | 1.146 | 1.146 | 1.146 | 1.146 | 100.0% | 1 | | neutron.delete_network | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 100.0% | 1 | | total | 2.204 | 2.204 | 2.204 | 2.204 | 2.204 | 2.204 | 100.0% | 1 | | -> duration | 2.204 | 2.204 | 2.204 | 2.204 | 2.204 | 2.204 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.203707 Full duration: 14.560996 -------------------------------------------------------------------------------- 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 21e6d134-d2fc-493b-a79e-c3b20bdaa15f 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.635 | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 100.0% | 1 | | neutron.delete_port | 1.125 | 1.125 | 1.125 | 1.125 | 1.125 | 1.125 | 100.0% | 1 | | total | 3.761 | 3.761 | 3.761 | 3.761 | 3.761 | 3.761 | 100.0% | 1 | | -> duration | 3.761 | 3.761 | 3.761 | 3.761 | 3.761 | 3.761 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.760734 Full duration: 48.547639 -------------------------------------------------------------------------------- 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 21e6d134-d2fc-493b-a79e-c3b20bdaa15f 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.147 | 1.147 | 1.147 | 1.147 | 1.147 | 1.147 | 100.0% | 1 | | neutron.create_subnet | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | neutron.create_router | 6.17 | 6.17 | 6.17 | 6.17 | 6.17 | 6.17 | 100.0% | 1 | | neutron.add_interface_router | 4.885 | 4.885 | 4.885 | 4.885 | 4.885 | 4.885 | 100.0% | 1 | | neutron.remove_interface_router | 3.277 | 3.277 | 3.277 | 3.277 | 3.277 | 3.277 | 100.0% | 1 | | neutron.delete_router | 2.822 | 2.822 | 2.822 | 2.822 | 2.822 | 2.822 | 100.0% | 1 | | total | 19.233 | 19.233 | 19.233 | 19.233 | 19.233 | 19.233 | 100.0% | 1 | | -> duration | 19.233 | 19.233 | 19.233 | 19.233 | 19.233 | 19.233 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.232766 Full duration: 67.188864 -------------------------------------------------------------------------------- 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 21e6d134-d2fc-493b-a79e-c3b20bdaa15f 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.751 | 1.751 | 1.751 | 1.751 | 1.751 | 1.751 | 100.0% | 1 | | neutron.delete_subnet | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | total | 2.723 | 2.723 | 2.723 | 2.723 | 2.723 | 2.723 | 100.0% | 1 | | -> duration | 2.723 | 2.723 | 2.723 | 2.723 | 2.723 | 2.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.723127 Full duration: 46.315633 -------------------------------------------------------------------------------- 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 21e6d134-d2fc-493b-a79e-c3b20bdaa15f 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.363 | 1.363 | 1.363 | 1.363 | 1.363 | 1.363 | 100.0% | 1 | | neutron.list_networks | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 100.0% | 1 | | total | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 100.0% | 1 | | -> duration | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.535831 Full duration: 16.149727 -------------------------------------------------------------------------------- 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 21e6d134-d2fc-493b-a79e-c3b20bdaa15f 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.002 | 2.002 | 2.002 | 2.002 | 2.002 | 2.002 | 100.0% | 1 | | neutron.list_ports | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 100.0% | 1 | | total | 2.147 | 2.147 | 2.147 | 2.147 | 2.147 | 2.147 | 100.0% | 1 | | -> duration | 2.147 | 2.147 | 2.147 | 2.147 | 2.147 | 2.147 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.147203 Full duration: 47.424109 -------------------------------------------------------------------------------- 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 21e6d134-d2fc-493b-a79e-c3b20bdaa15f 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.106 | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 100.0% | 1 | | neutron.create_subnet | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | neutron.create_router | 5.749 | 5.749 | 5.749 | 5.749 | 5.749 | 5.749 | 100.0% | 1 | | neutron.add_interface_router | 4.775 | 4.775 | 4.775 | 4.775 | 4.775 | 4.775 | 100.0% | 1 | | neutron.list_routers | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 100.0% | 1 | | total | 12.819 | 12.819 | 12.819 | 12.819 | 12.819 | 12.819 | 100.0% | 1 | | -> duration | 12.819 | 12.819 | 12.819 | 12.819 | 12.819 | 12.819 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.819239 Full duration: 69.895659 -------------------------------------------------------------------------------- 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 21e6d134-d2fc-493b-a79e-c3b20bdaa15f 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.109 | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 100.0% | 1 | | neutron.create_subnet | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | neutron.list_subnets | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 2.145 | 2.145 | 2.145 | 2.145 | 2.145 | 2.145 | 100.0% | 1 | | -> duration | 2.145 | 2.145 | 2.145 | 2.145 | 2.145 | 2.145 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.144953 Full duration: 52.711233 -------------------------------------------------------------------------------- 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 21e6d134-d2fc-493b-a79e-c3b20bdaa15f 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.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | neutron.delete_security_group | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 100.0% | 1 | | -> duration | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.21301 Full duration: 13.525837 -------------------------------------------------------------------------------- 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 21e6d134-d2fc-493b-a79e-c3b20bdaa15f 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.294 | 1.294 | 1.294 | 1.294 | 1.294 | 1.294 | 100.0% | 1 | | neutron.create_security_group_rule | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 100.0% | 1 | | neutron.delete_security_group | 0.253 | 0.253 | 0.253 | 0.253 | 0.253 | 0.253 | 100.0% | 1 | | total | 1.951 | 1.951 | 1.951 | 1.951 | 1.951 | 1.951 | 100.0% | 1 | | -> duration | 1.951 | 1.951 | 1.951 | 1.951 | 1.951 | 1.951 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.951441 Full duration: 14.913658 -------------------------------------------------------------------------------- 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 21e6d134-d2fc-493b-a79e-c3b20bdaa15f 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.128 | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 100.0% | 1 | | neutron.create_router | 4.968 | 4.968 | 4.968 | 4.968 | 4.968 | 4.968 | 100.0% | 1 | | neutron.add_gateway_router | 3.114 | 3.114 | 3.114 | 3.114 | 3.114 | 3.114 | 100.0% | 1 | | neutron.remove_gateway_router | 2.44 | 2.44 | 2.44 | 2.44 | 2.44 | 2.44 | 100.0% | 1 | | total | 11.651 | 11.651 | 11.651 | 11.651 | 11.651 | 11.651 | 100.0% | 1 | | -> duration | 11.651 | 11.651 | 11.651 | 11.651 | 11.651 | 11.651 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.650902 Full duration: 36.976737 HINTS: * To plot HTML graphics with this data, run: rally task report 21e6d134-d2fc-493b-a79e-c3b20bdaa15f --out output.html * To generate a JUnit report, run: rally task export 21e6d134-d2fc-493b-a79e-c3b20bdaa15f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 21e6d134-d2fc-493b-a79e-c3b20bdaa15f --json --out output.json 2018-05-20 00:55:28,052 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '21e6d134-d2fc-493b-a79e-c3b20bdaa15f'] 2018-05-20 00:55:29,257 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-20 00:55:29,257 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '21e6d134-d2fc-493b-a79e-c3b20bdaa15f', '--out', '/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-20 00:55:29,262 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-20 00:55:29,262 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-20 00:55:29,263 - 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-20 00:55:29,263 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-20 00:55:29,272 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-20 00:55:29,285 - 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': 'ac460e85-cc2f-4756-bc19-72d2d9772789', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'flavor_name': 'rally-tiny-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-85041988-1e7f-4cb4-b5f3-787cecdccc60', '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-20 01:01:48,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d6445698-f34a-4a8d-bc22-a353e5faece4 2018-05-20 01:01:48,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd6445698-f34a-4a8d-bc22-a353e5faece4'] 2018-05-20 01:01:49,712 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d6445698-f34a-4a8d-bc22-a353e5faece4: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "block_migration": false, "flavor": { "name": "rally-tiny-85041988-1e7f-4cb4-b5f3-787cecdccc60" }, "image": { "name": "Cirros-0.4.0-85041988-1e7f-4cb4-b5f3-787cecdccc60" }, "nics": [ { "net-id": "ac460e85-cc2f-4756-bc19-72d2d9772789" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d6445698-f34a-4a8d-bc22-a353e5faece4 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.464 | 10.464 | 10.464 | 10.464 | 10.464 | 10.464 | 100.0% | 1 | | nova.live_migrate | 13.02 | 13.02 | 13.02 | 13.02 | 13.02 | 13.02 | 100.0% | 1 | | nova.delete_server | 2.664 | 2.664 | 2.664 | 2.664 | 2.664 | 2.664 | 100.0% | 1 | | total | 26.148 | 26.148 | 26.148 | 26.148 | 26.148 | 26.148 | 100.0% | 1 | | -> duration | 25.148 | 25.148 | 25.148 | 25.148 | 25.148 | 25.148 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 25.14802 Full duration: 35.742462 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "block_migration": false, "flavor": { "name": "rally-tiny-85041988-1e7f-4cb4-b5f3-787cecdccc60" }, "boot_server_kwargs": { "nics": [ { "net-id": "ac460e85-cc2f-4756-bc19-72d2d9772789" } ] }, "image": { "name": "Cirros-0.4.0-85041988-1e7f-4cb4-b5f3-787cecdccc60" }, "size": 10 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d6445698-f34a-4a8d-bc22-a353e5faece4 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.806 | 9.806 | 9.806 | 9.806 | 9.806 | 9.806 | 100.0% | 1 | | cinder_v2.create_volume | 2.709 | 2.709 | 2.709 | 2.709 | 2.709 | 2.709 | 100.0% | 1 | | nova.attach_volume | 4.875 | 4.875 | 4.875 | 4.875 | 4.875 | 4.875 | 100.0% | 1 | | nova.live_migrate | 13.055 | 13.055 | 13.055 | 13.055 | 13.055 | 13.055 | 100.0% | 1 | | nova.detach_volume | 4.579 | 4.579 | 4.579 | 4.579 | 4.579 | 4.579 | 100.0% | 1 | | cinder_v2.delete_volume | 2.261 | 2.261 | 2.261 | 2.261 | 2.261 | 2.261 | 100.0% | 1 | | nova.delete_server | 2.545 | 2.545 | 2.545 | 2.545 | 2.545 | 2.545 | 100.0% | 1 | | total | 39.831 | 39.831 | 39.831 | 39.831 | 39.831 | 39.831 | 100.0% | 1 | | -> duration | 38.831 | 38.831 | 38.831 | 38.831 | 38.831 | 38.831 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 38.830754 Full duration: 52.43059 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "volume_size": 10, "nics": [ { "net-id": "ac460e85-cc2f-4756-bc19-72d2d9772789" } ], "image": { "name": "Cirros-0.4.0-85041988-1e7f-4cb4-b5f3-787cecdccc60" }, "block_migration": false, "force_delete": false, "flavor": { "name": "rally-tiny-85041988-1e7f-4cb4-b5f3-787cecdccc60" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d6445698-f34a-4a8d-bc22-a353e5faece4 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 6.404 | 6.404 | 6.404 | 6.404 | 6.404 | 6.404 | 100.0% | 1 | | nova.boot_server | 8.115 | 8.115 | 8.115 | 8.115 | 8.115 | 8.115 | 100.0% | 1 | | nova.live_migrate | 15.293 | 15.293 | 15.293 | 15.293 | 15.293 | 15.293 | 100.0% | 1 | | nova.delete_server | 2.653 | 2.653 | 2.653 | 2.653 | 2.653 | 2.653 | 100.0% | 1 | | total | 32.465 | 32.465 | 32.465 | 32.465 | 32.465 | 32.465 | 100.0% | 1 | | -> duration | 31.465 | 31.465 | 31.465 | 31.465 | 31.465 | 31.465 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 31.464819 Full duration: 44.865602 -------------------------------------------------------------------------------- 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": "ac460e85-cc2f-4756-bc19-72d2d9772789" } ] }, "flavor": { "name": "rally-tiny-85041988-1e7f-4cb4-b5f3-787cecdccc60" }, "image": { "name": "Cirros-0.4.0-85041988-1e7f-4cb4-b5f3-787cecdccc60" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d6445698-f34a-4a8d-bc22-a353e5faece4 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.435 | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 100.0% | 1 | | nova.boot_server | 9.792 | 9.792 | 9.792 | 9.792 | 9.792 | 9.792 | 100.0% | 1 | | nova.delete_server | 2.648 | 2.648 | 2.648 | 2.648 | 2.648 | 2.648 | 100.0% | 1 | | nova.delete_keypair | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 100.0% | 1 | | total | 13.939 | 13.939 | 13.939 | 13.939 | 13.939 | 13.939 | 100.0% | 1 | | -> duration | 12.939 | 12.939 | 12.939 | 12.939 | 12.939 | 12.939 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.939428 Full duration: 54.974392 -------------------------------------------------------------------------------- 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-85041988-1e7f-4cb4-b5f3-787cecdccc60" }, "image": { "name": "Cirros-0.4.0-85041988-1e7f-4cb4-b5f3-787cecdccc60" }, "nics": [ { "net-id": "ac460e85-cc2f-4756-bc19-72d2d9772789" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d6445698-f34a-4a8d-bc22-a353e5faece4 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 6.494 | 6.494 | 6.494 | 6.494 | 6.494 | 6.494 | 100.0% | 1 | | nova.boot_server | 7.577 | 7.577 | 7.577 | 7.577 | 7.577 | 7.577 | 100.0% | 1 | | nova.delete_server | 4.822 | 4.822 | 4.822 | 4.822 | 4.822 | 4.822 | 100.0% | 1 | | total | 18.893 | 18.893 | 18.893 | 18.893 | 18.893 | 18.893 | 100.0% | 1 | | -> duration | 17.893 | 17.893 | 17.893 | 17.893 | 17.893 | 17.893 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.893186 Full duration: 61.934143 -------------------------------------------------------------------------------- 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-85041988-1e7f-4cb4-b5f3-787cecdccc60" }, "image": { "name": "Cirros-0.4.0-85041988-1e7f-4cb4-b5f3-787cecdccc60" }, "nics": [ { "net-id": "ac460e85-cc2f-4756-bc19-72d2d9772789" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d6445698-f34a-4a8d-bc22-a353e5faece4 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.367 | 10.367 | 10.367 | 10.367 | 10.367 | 10.367 | 100.0% | 1 | | nova.pause_server | 2.617 | 2.617 | 2.617 | 2.617 | 2.617 | 2.617 | 100.0% | 1 | | nova.unpause_server | 2.528 | 2.528 | 2.528 | 2.528 | 2.528 | 2.528 | 100.0% | 1 | | nova.delete_server | 2.663 | 2.663 | 2.663 | 2.663 | 2.663 | 2.663 | 100.0% | 1 | | total | 18.175 | 18.175 | 18.175 | 18.175 | 18.175 | 18.175 | 100.0% | 1 | | -> duration | 13.175 | 13.175 | 13.175 | 13.175 | 13.175 | 13.175 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.174807 Full duration: 58.516119 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "nics": [ { "net-id": "ac460e85-cc2f-4756-bc19-72d2d9772789" } ], "flavor": { "name": "rally-tiny-85041988-1e7f-4cb4-b5f3-787cecdccc60" }, "image": { "name": "Cirros-0.4.0-85041988-1e7f-4cb4-b5f3-787cecdccc60" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d6445698-f34a-4a8d-bc22-a353e5faece4 has 1 error(s) -------------------------------------------------------------------------------- GetResourceErrorStatus: Resource has ERROR status. Fault: {u'message': u'Unable to migrate instance (d308e5db-59b7-40b5-96be-e0e379614541) to current host (host4).', u'code': 400, u'created': u'2018-05-20T01:01:36Z'} Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/servers.py", line 863, in run self._migrate(server) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 91, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/utils.py", line 838, in _migrate CONF.openstack.nova_server_migrate_poll_interval) File "/usr/lib/python2.7/site-packages/rally/task/utils.py", line 214, in wait_for_status resource = update_resource(resource) File "/usr/lib/python2.7/site-packages/rally/task/utils.py", line 89, in _get_from_manager fault=getattr(res, "fault", "n/a")) GetResourceErrorStatus: Resource has ERROR status. Fault: {u'message': u'Unable to migrate instance (d308e5db-59b7-40b5-96be-e0e379614541) to current host (host4).', u'code': 400, u'created': u'2018-05-20T01:01:36Z'} -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.634 | 9.634 | 9.634 | 9.634 | 9.634 | 9.634 | 100.0% | 1 | | nova.migrate | 5.283 | 5.283 | 5.283 | 5.283 | 5.283 | 5.283 | 0.0% | 1 | | total | 14.917 | 14.917 | 14.917 | 14.917 | 14.917 | 14.917 | 0.0% | 1 | | -> duration | 13.917 | 13.917 | 13.917 | 13.917 | 13.917 | 13.917 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.917453 Full duration: 29.643382 HINTS: * To plot HTML graphics with this data, run: rally task report d6445698-f34a-4a8d-bc22-a353e5faece4 --out output.html * To generate a JUnit report, run: rally task export d6445698-f34a-4a8d-bc22-a353e5faece4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d6445698-f34a-4a8d-bc22-a353e5faece4 --json --out output.json At least one workload did not pass SLA criteria. 2018-05-20 01:01:49,712 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd6445698-f34a-4a8d-bc22-a353e5faece4'] 2018-05-20 01:01:50,828 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-20 01:01:50,828 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd6445698-f34a-4a8d-bc22-a353e5faece4', '--out', '/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-20 01:01:50,833 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-05-20 01:01:50,833 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-20 01:01:50,834 - 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-20 01:01:50,834 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-20 01:01:50,843 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-20 01:01:50,854 - 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': 'ac460e85-cc2f-4756-bc19-72d2d9772789', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'flavor_name': 'rally-tiny-85041988-1e7f-4cb4-b5f3-787cecdccc60', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-85041988-1e7f-4cb4-b5f3-787cecdccc60', '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-20 01:02:44,315 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 31346ece-1011-467c-9ace-cd7487e30165 2018-05-20 01:02:44,315 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '31346ece-1011-467c-9ace-cd7487e30165'] 2018-05-20 01:02:45,424 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 31346ece-1011-467c-9ace-cd7487e30165: 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 31346ece-1011-467c-9ace-cd7487e30165 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.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | quotas.delete_quotas | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 100.0% | 1 | | total | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 100.0% | 1 | | -> duration | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.871613 Full duration: 8.224954 -------------------------------------------------------------------------------- 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 31346ece-1011-467c-9ace-cd7487e30165 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.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | total | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | -> duration | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.81363 Full duration: 8.441555 -------------------------------------------------------------------------------- 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 31346ece-1011-467c-9ace-cd7487e30165 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.286 | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 100.0% | 1 | | total | 1.141 | 1.141 | 1.141 | 1.141 | 1.141 | 1.141 | 100.0% | 1 | | -> duration | 1.141 | 1.141 | 1.141 | 1.141 | 1.141 | 1.141 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.140612 Full duration: 8.644351 -------------------------------------------------------------------------------- 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 31346ece-1011-467c-9ace-cd7487e30165 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.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | total | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | -> duration | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.040854 Full duration: 9.177089 HINTS: * To plot HTML graphics with this data, run: rally task report 31346ece-1011-467c-9ace-cd7487e30165 --out output.html * To generate a JUnit report, run: rally task export 31346ece-1011-467c-9ace-cd7487e30165 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 31346ece-1011-467c-9ace-cd7487e30165 --json --out output.json 2018-05-20 01:02:45,424 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '31346ece-1011-467c-9ace-cd7487e30165'] 2018-05-20 01:02:46,512 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-20 01:02:46,512 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '31346ece-1011-467c-9ace-cd7487e30165', '--out', '/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-20 01:02:46,517 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-20 01:02:46,519 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:10 | 4 | 100.00% | | cinder | 02:57 | 10 | 100.00% | | gnocchi | 01:30 | 11 | 100.00% | | heat | 01:13 | 4 | 100.00% | | keystone | 02:39 | 11 | 100.00% | | neutron | 07:08 | 11 | 100.00% | | nova | 05:38 | 7 | 85.71% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:23:37 | 68 | 98.53% | +----------------+------------+----------------+-----------+ 2018-05-20 01:02:46,519 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.53% 2018-05-20 01:03:02,136 - xtesting.energy.energy - DEBUG - Stopping recording 2018-05-20 01:03:03,875 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 01:03:03,875 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 28:47 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-20 01:03:03,877 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-05-20 01:03:03,877 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-20 01:03:03,962 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-20 01:03:03,962 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-20 01:03:03,962 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-20 01:03:07,412 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-20 01:03:10,909 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 826653b2-5c52-4814-8192-80a1ccaa80df | 2018-05-20T01:03:10.768012 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 826653b2-5c52-4814-8192-80a1ccaa80df ~/.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-20 01:03:15,496 - 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-20 01:03:15,497 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-20 01:03:19,080 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-20 01:03:23,621 - 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=9c17bdf4-d564-4ecf-9cf5-fd5be1e95503) as the default verifier for the future CLI operations. 2018-05-20 01:03:27,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-7cdca16e-e4a0-4a46-9fd2-c6b951d58bd6' 2018-05-20 01:03:28,861 - 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-20T01:03:28Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'565e9d53-8deb-4d1e-9b1b-1d0d4ecbf210', u'provider:segmentation_id': 45, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-7cdca16e-e4a0-4a46-9fd2-c6b951d58bd6', u'admin_state_up': True, u'tenant_id': u'2c76c811dfac4db9ad1220f278dc53f7', u'created_at': u'2018-05-20T01:03:28Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2c76c811dfac4db9ad1220f278dc53f7'}) 2018-05-20 01:03:29,851 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-20T01:03:29Z', 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'9aa1c887-aa81-4137-848b-7c5e9cbfdc9f', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-7cdca16e-e4a0-4a46-9fd2-c6b951d58bd6', u'enable_dhcp': True, u'network_id': u'565e9d53-8deb-4d1e-9b1b-1d0d4ecbf210', u'tenant_id': u'2c76c811dfac4db9ad1220f278dc53f7', u'created_at': u'2018-05-20T01:03:29Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'2c76c811dfac4db9ad1220f278dc53f7'}) 2018-05-20 01:03:29,852 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-20 01:03:29,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-7cdca16e-e4a0-4a46-9fd2-c6b951d58bd6' 2018-05-20 01:03:32,063 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-7cdca16e-e4a0-4a46-9fd2-c6b951d58bd6', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-20T01:03:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/d21529c1-3fa3-4a13-bd5e-9428628baa01/file', u'owner': u'2c76c811dfac4db9ad1220f278dc53f7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd21529c1-3fa3-4a13-bd5e-9428628baa01', u'size': None, u'name': u'Cirros-0.4.0-7cdca16e-e4a0-4a46-9fd2-c6b951d58bd6', u'checksum': None, u'self': u'/v2/images/d21529c1-3fa3-4a13-bd5e-9428628baa01', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-20T01:03:30Z', u'schema': u'/v2/schemas/image'}) 2018-05-20 01:03:32,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-7cdca16e-e4a0-4a46-9fd2-c6b951d58bd6' 2018-05-20 01:03:34,088 - 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-7cdca16e-e4a0-4a46-9fd2-c6b951d58bd6', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-20T01:03:32Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/8bf3da31-1179-4514-9e7e-42beb3a0cfcf/file', u'owner': u'2c76c811dfac4db9ad1220f278dc53f7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'8bf3da31-1179-4514-9e7e-42beb3a0cfcf', u'size': None, u'name': u'Cirros-0.4.0-1-7cdca16e-e4a0-4a46-9fd2-c6b951d58bd6', u'checksum': None, u'self': u'/v2/images/8bf3da31-1179-4514-9e7e-42beb3a0cfcf', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-20T01:03:32Z', u'schema': u'/v2/schemas/image'}) 2018-05-20 01:03:34,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-20 01:03:34,213 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-7cdca16e-e4a0-4a46-9fd2-c6b951d58bd6', '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'2c76c811dfac4db9ad1220f278dc53f7', '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'0c4bb04a-de1a-4296-8479-b328e604f630', 'swap': 0}) 2018-05-20 01:03:34,344 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-7cdca16e-e4a0-4a46-9fd2-c6b951d58bd6', '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'2c76c811dfac4db9ad1220f278dc53f7', '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'2f32cd48-f147-4576-a2d4-3b318343d475', 'swap': 0}) 2018-05-20 01:03:38,738 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-20 01:03:38,738 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-20 01:03:38,738 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-20 01:03:38,740 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-20 01:03:38,747 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-20 01:03:42,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-9c17bdf4-d564-4ecf-9cf5-fd5be1e95503/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-20 01:03:42,882 - 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-20 01:06:54,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 2f34d2d1-f320-43c6-94d9-de87deba2079 2018-05-20 01:06:54,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2f34d2d1-f320-43c6-94d9-de87deba2079']'. 2018-05-20 01:06:55,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-20 01:06:55,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-20 01:06:55,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-20 01:06:55,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2f34d2d1-f320-43c6-94d9-de87deba2079 | 2018-05-20 01:06:55,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-20 01:06:55,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-20 01:03:46 | 2018-05-20 01:06:55,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-20 01:06:54 | 2018-05-20 01:06:55,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:08 | 2018-05-20 01:06:55,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-20 01:06:55,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-20 01:06:55,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9c17bdf4-d564-4ecf-9cf5-fd5be1e95503) | 2018-05-20 01:06:55,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-20 01:06:55,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 826653b2-5c52-4814-8192-80a1ccaa80df) | 2018-05-20 01:06:55,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-05-20 01:06:55,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 151.054 | 2018-05-20 01:06:55,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 133 | 2018-05-20 01:06:55,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 3 | 2018-05-20 01:06:55,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-20 01:06:55,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-20 01:06:55,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-20 01:06:55,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-20 01:06:55,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-20 01:06:55,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-20 01:07:02,002 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 01:07:02,002 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:33 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-20 01:07:02,004 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-20 01:07:03,316 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-20 02:01:29,846 - 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) ... ok 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 ---------------------------------------------------------------------- Ran 119 tests in 3266.487s OK 2018-05-20 02:01:30,449 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 02:01:30,449 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 54:26 | PASS | +---------------------+------------------+------------------+----------------+ 2018-05-20 02:01:30,451 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-20 02:01:30,511 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-20 02:01:30,512 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-20 02:01:30,512 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-20 02:01:34,348 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-20 02:01:37,848 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 2f5aa4ec-e020-47d8-840d-959f4f520e9c | 2018-05-20T02:01:37.694951 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 2f5aa4ec-e020-47d8-840d-959f4f520e9c ~/.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-20 02:01:42,655 - 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-20 02:01:42,656 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-20 02:01:46,292 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-20 02:01:50,798 - 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=58dd474c-491f-4521-95c6-677f796ed528) as the default verifier for the future CLI operations. 2018-05-20 02:01:55,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-994ead2c-4496-499e-ba25-239aa62c0692' 2018-05-20 02:01:56,059 - 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-20T02:01:55Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'87848ee0-57a0-4c21-bdde-f8c8cada0a04', u'provider:segmentation_id': 87, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-994ead2c-4496-499e-ba25-239aa62c0692', u'admin_state_up': True, u'tenant_id': u'2c76c811dfac4db9ad1220f278dc53f7', u'created_at': u'2018-05-20T02:01:55Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2c76c811dfac4db9ad1220f278dc53f7'}) 2018-05-20 02:01:56,843 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-20T02:01:56Z', 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'3afae505-e017-45a8-b06d-a6d147817a34', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-994ead2c-4496-499e-ba25-239aa62c0692', u'enable_dhcp': True, u'network_id': u'87848ee0-57a0-4c21-bdde-f8c8cada0a04', u'tenant_id': u'2c76c811dfac4db9ad1220f278dc53f7', u'created_at': u'2018-05-20T02:01:56Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'2c76c811dfac4db9ad1220f278dc53f7'}) 2018-05-20 02:01:56,843 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-20 02:01:56,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-994ead2c-4496-499e-ba25-239aa62c0692' 2018-05-20 02:01:58,838 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-994ead2c-4496-499e-ba25-239aa62c0692', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-20T02:01:57Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/256215f6-f200-4c71-a24c-c1d17db5e5da/file', u'owner': u'2c76c811dfac4db9ad1220f278dc53f7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'256215f6-f200-4c71-a24c-c1d17db5e5da', u'size': None, u'name': u'Cirros-0.4.0-994ead2c-4496-499e-ba25-239aa62c0692', u'checksum': None, u'self': u'/v2/images/256215f6-f200-4c71-a24c-c1d17db5e5da', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-20T02:01:57Z', u'schema': u'/v2/schemas/image'}) 2018-05-20 02:01:58,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-994ead2c-4496-499e-ba25-239aa62c0692' 2018-05-20 02:02:00,843 - 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-994ead2c-4496-499e-ba25-239aa62c0692', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-20T02:01:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/6e018744-6517-4d65-964c-dd4d391eb4fa/file', u'owner': u'2c76c811dfac4db9ad1220f278dc53f7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'6e018744-6517-4d65-964c-dd4d391eb4fa', u'size': None, u'name': u'Cirros-0.4.0-1-994ead2c-4496-499e-ba25-239aa62c0692', u'checksum': None, u'self': u'/v2/images/6e018744-6517-4d65-964c-dd4d391eb4fa', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-20T02:01:58Z', u'schema': u'/v2/schemas/image'}) 2018-05-20 02:02:00,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-20 02:02:00,965 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-994ead2c-4496-499e-ba25-239aa62c0692', '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'2c76c811dfac4db9ad1220f278dc53f7', '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'f43fae9b-3d8c-4b41-85b6-748e60b30aaa', 'swap': 0}) 2018-05-20 02:02:01,098 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-994ead2c-4496-499e-ba25-239aa62c0692', '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'2c76c811dfac4db9ad1220f278dc53f7', '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'6b778aaa-0129-4edb-92ff-b4f65a1f1755', 'swap': 0}) 2018-05-20 02:02:05,487 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-20 02:02:05,488 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-20 02:02:05,488 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-20 02:02:05,491 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-20 02:02:05,495 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-20 02:02:09,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-58dd474c-491f-4521-95c6-677f796ed528/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-20 02:02:09,181 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-20 02:02:09,183 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-20 02:02:09,184 - 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-20 02:05:04,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 2fc079a6-20ab-4609-82b2-4bd039432bda 2018-05-20 02:05:04,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2fc079a6-20ab-4609-82b2-4bd039432bda']'. 2018-05-20 02:05:06,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-20 02:05:06,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-20 02:05:06,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-20 02:05:06,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2fc079a6-20ab-4609-82b2-4bd039432bda | 2018-05-20 02:05:06,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-20 02:05:06,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-20 02:02:12 | 2018-05-20 02:05:06,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-20 02:05:04 | 2018-05-20 02:05:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:52 | 2018-05-20 02:05:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-20 02:05:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-20 02:05:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 58dd474c-491f-4521-95c6-677f796ed528) | 2018-05-20 02:05:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-20 02:05:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2f5aa4ec-e020-47d8-840d-959f4f520e9c) | 2018-05-20 02:05:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-20 02:05:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 145.819 | 2018-05-20 02:05:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-05-20 02:05:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-20 02:05:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-20 02:05:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-20 02:05:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-20 02:05:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-20 02:05:06,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-20 02:05:06,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-05-20 02:05:11,697 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 02:05:11,697 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:16 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-05-20 02:05:11,699 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:53 | PASS | | vping_userdata | functest | smoke | 00:50 | PASS | | tempest_smoke_serial | functest | smoke | 23:23 | FAIL | | rally_sanity | functest | smoke | 28:47 | FAIL | | patrole | functest | smoke | 03:33 | PASS | | snaps_smoke | functest | smoke | 54:26 | PASS | | neutron_trunk | functest | smoke | 03:16 | PASS | | refstack_defcore | functest | smoke | 00:00 | SKIP | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-20 02:05:11,703 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-20 02:05:21,173 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-master-366 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | compass | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual2 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-20 02:05:21,176 - 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='39d8b0bdcd2c2efe6ec9e2d3f46a8ea741d' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-20 02:05:21,176 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-20 02:05:21,176 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-20 02:05:21,176 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-20 02:05:21,178 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-20 02:05:26,972 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-master-366 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | compass | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual2 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-20 02:05:26,975 - 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='39d8b0bdcd2c2efe6ec9e2d3f46a8ea741d' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-20 02:05:26,975 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-20 02:05:26,975 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-20 02:05:26,976 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-20 02:05:26,977 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK