2018-05-28 00:30:58,729 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-279 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | compass | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual3 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-28 00:30:58,732 - 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='fe787edc32a5a180b04a8acacacb0e6b7231c6813e2921e8f' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-28 00:30:58,732 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-28 00:30:58,733 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-05-28 00:30:58,734 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-28 00:30:58,735 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-28 00:31:14,745 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-28 00:31:37,718 - 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 22.964s OK 2018-05-28 00:31:38,279 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-28 00:31:38,280 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:23 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-28 00:31:38,282 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-28 00:31:41,391 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-28 00:52:08,914 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 1227.473s OK 2018-05-28 00:52:09,481 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-28 00:52:09,481 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 20:27 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-28 00:52:09,484 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-28 00:52:11,372 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-28 00:53:12,116 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 60.743s OK 2018-05-28 00:53:12,694 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-28 00:53:12,694 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:01 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-28 00:53:12,699 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:23 | PASS | | api_check | functest | healthcheck | 20:27 | PASS | | snaps_health_check | functest | healthcheck | 01:01 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-28 00:53:12,702 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-28 00:54:06,170 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-279 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | compass | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual3 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-28 00:54:06,173 - 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='fe787edc32a5a180b04a8acacacb0e6b7231c6813e2921e8f' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-28 00:54:06,173 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-28 00:54:06,174 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-05-28 00:54:06,176 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-28 00:54:06,176 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-28 00:54:10,997 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'7a99da4b-1860-40a8-9253-99b02fd3fb2b'], u'description': u'', u'provider:physical_network': u'physnet', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-28T00:27:38Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'76b5baa8-a4c3-4091-bd37-9fa4e14cfd9d', 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'f36c4d8d4ebb40649fe64b18abc6e299', u'created_at': u'2018-05-28T00:27:29Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299'}) 2018-05-28 00:54:12,034 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual3 2018-05-28 00:54:12,034 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-28 00:54:13,157 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual3 2018-05-28 00:54:13,157 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-28 00:54:13,157 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-28 00:54:14,223 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin virtual environment setup 2018-05-28 00:54:14,223 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - vPing Start Time:'2018-05-28 00:54:14' 2018-05-28 00:54:14,223 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating image with name: 'functest-vping--f02bd4fa-8039-4dc5-8de9-a330cfeca6ae' 2018-05-28 00:54:14,223 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Image metadata: None 2018-05-28 00:54:15,284 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--f02bd4fa-8039-4dc5-8de9-a330cfeca6ae', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-28T00:54:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/4bb30d94-ca36-4f7f-8491-3e77033cbdf5/file', u'owner': u'f36c4d8d4ebb40649fe64b18abc6e299', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'4bb30d94-ca36-4f7f-8491-3e77033cbdf5', u'size': None, u'name': u'functest-vping--f02bd4fa-8039-4dc5-8de9-a330cfeca6ae', u'checksum': None, u'self': u'/v2/images/4bb30d94-ca36-4f7f-8491-3e77033cbdf5', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-28T00:54:14Z', u'schema': u'/v2/schemas/image'}) 2018-05-28 00:54:15,284 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating network with name: 'vping-net-f02bd4fa-8039-4dc5-8de9-a330cfeca6ae' 2018-05-28 00:54:16,020 - 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-28T00:54:15Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'65ed72dc-4239-4ec6-9e31-42722182a37d', u'provider:segmentation_id': 2, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-f02bd4fa-8039-4dc5-8de9-a330cfeca6ae', u'admin_state_up': True, u'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', u'created_at': u'2018-05-28T00:54:15Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299'}) 2018-05-28 00:54:16,873 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-28T00:54:16Z', 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'6b10439c-e4d7-4d39-9838-571d6a8603dd', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-f02bd4fa-8039-4dc5-8de9-a330cfeca6ae', u'enable_dhcp': True, u'network_id': u'65ed72dc-4239-4ec6-9e31-42722182a37d', u'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', u'created_at': u'2018-05-28T00:54:16Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299'}) 2018-05-28 00:54:16,873 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating router with name: 'vping-router-f02bd4fa-8039-4dc5-8de9-a330cfeca6ae' 2018-05-28 00:54:26,507 - 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-28T00:54:19Z', u'revision_number': 3, u'ha': True, u'id': u'd087a517-e4b1-4603-9ce8-5e002c19c8a0', u'external_gateway_info': {u'network_id': u'76b5baa8-a4c3-4091-bd37-9fa4e14cfd9d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7a99da4b-1860-40a8-9253-99b02fd3fb2b', u'ip_address': u'192.16.1.104'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-router-f02bd4fa-8039-4dc5-8de9-a330cfeca6ae', u'admin_state_up': True, u'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', u'created_at': u'2018-05-28T00:54:17Z', u'flavor_id': None, u'routes': [], u'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299'}) 2018-05-28 00:54:30,050 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating flavor with name: 'vping-flavor-f02bd4fa-8039-4dc5-8de9-a330cfeca6ae' 2018-05-28 00:54:30,408 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - flavor: Munch({'name': u'vping-flavor-f02bd4fa-8039-4dc5-8de9-a330cfeca6ae', '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'f36c4d8d4ebb40649fe64b18abc6e299', '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'dbf185f4-46da-496b-846e-1fc6fa79aa2e', 'swap': 0}) 2018-05-28 00:54:32,641 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-f02bd4fa-8039-4dc5-8de9-a330cfeca6ae' 2018-05-28 00:54:51,322 - 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-f02bd4fa-8039-4dc5-8de9-a330cfeca6ae': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:be:16:e6', u'version': 4, u'addr': u'192.168.130.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'4bb30d94-ca36-4f7f-8491-3e77033cbdf5'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000026', u'OS-SRV-USG:launched_at': u'2018-05-28T00:54:48.000000', 'flavor': Munch({u'id': u'dbf185f4-46da-496b-846e-1fc6fa79aa2e'}), 'az': u'nova', 'id': u'8489ed8a-6b93-44fc-a91b-7693849608d4', 'security_groups': [Munch({u'name': u'vping-sg-f02bd4fa-8039-4dc5-8de9-a330cfeca6ae'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd21a6cb3b7ef423592e8ce8a967e4913', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f36c4d8d4ebb40649fe64b18abc6e299', '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-28T00:54:48.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-28T00:54:48Z', 'hostId': u'c22e84cf5b9c6ee0e9a5043c2f3203fa3d961da0984c7a6c69c90e3b', 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.7', 'cloud': 'envvars', 'host_id': u'c22e84cf5b9c6ee0e9a5043c2f3203fa3d961da0984c7a6c69c90e3b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host5', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000026', u'OS-SRV-USG:launched_at': u'2018-05-28T00:54:48.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'f36c4d8d4ebb40649fe64b18abc6e299', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host5', 'name': u'opnfv-vping-1-f02bd4fa-8039-4dc5-8de9-a330cfeca6ae', 'adminPass': u'B245pWbVdqEv', 'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', 'region': 'RegionOne', 'created': u'2018-05-28T00:54:35Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-28 00:54:54,669 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm1 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.224 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.44 BogoMIPS (lpj=9976896) [ 0.028028] pid_max: default: 32768 minimum: 301 [ 0.036057] ACPI: Core revision 20150930 [ 0.048566] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.064091] Security Framework initialized [ 0.072038] Yama: becoming mindful. [ 0.080062] AppArmor: AppArmor initialized [ 0.088152] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.096232] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.104203] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.112165] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.121042] Initializing cgroup subsys io [ 0.128055] Initializing cgroup subsys memory [ 0.136072] Initializing cgroup subsys devices [ 0.144038] Initializing cgroup subsys freezer [ 0.152140] Initializing cgroup subsys net_cls [ 0.160041] Initializing cgroup subsys perf_event [ 0.168106] Initializing cgroup subsys net_prio [ 0.176084] Initializing cgroup subsys hugetlb [ 0.184036] Initializing cgroup subsys pids [ 0.197892] CPU: Physical Processor ID: 0 [ 0.205565] mce: CPU supports 10 MCE banks [ 0.213290] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.491009] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) 2018-05-28 00:54:54,669 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating keypair with name: 'vping-keypair-f02bd4fa-8039-4dc5-8de9-a330cfeca6ae' 2018-05-28 00:54:55,047 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDD1ecXgJ+/BMX9UAqk8cJhI/wzL01m0cxUbwnd/J5CtlqJC9fU7BszeSAKV1pyrVFweP1rRcrZmpwStAZ9Yfa+njm+uwcvFKVM2vGNY5h5irZ2AwH2TkbChjRj5a0QyoUVZ24evaEPsc9dFa44klXDvC9dRt9UNv3RsotnlCvyB0JtgM2raTw69H8f12jAig/227fT4MYaleH6tZ3Vh01UsYHMPVnE4UWdHYD5Zcoq/Ew6HtRhWPSxlRLlhH7e1VOtgaCNYs0lfOealh24/LaHePsnY1cFxbEboTCEM2FomuV0f8SwRK/I/PfNtpULlSljrFcedTdhLUxWRRc4qWmp Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAw9XnF4CfvwTF/VAKpPHCYSP8My9NZtHMVG8J3fyeQrZaiQvX\n1OwbM3kgCldacq1RcHj9a0XK2ZqcErQGfWH2vp45vrsHLxSlTNrxjWOYeYq2dgMB\n9k5GwoY0Y+WtEMqFFWduHr2hD7HPXRWuOJJVw7wvXUbfVDb90bKLZ5Qr8gdCbYDN\nq2k8OvR/H9dowIoP9tu30+DGGpXh+rWd1YdNVLGBzD1ZxOFFnR2A+WXKKvxMOh7U\nYVj0sZUS5YR+3tVTrYGgjWLNJXznmpYduPy2h3j7J2NXBcWxG6EwhDNhaJrldH/E\nsESvyPz3zbaVC5UpY6xXHnU3YS1MVkUXOKlpqQIDAQABAoIBAASQHFVQ2ugBfXd8\ngPL86xGGXB75MC2AH+mruKgidbGKPCvLSdkdMzkMznFPPb1ESox7VTRFqQdO8eoB\npdEQEka4uxG1m+I98egLhetMccYLNFslkMsjYcSwidH2DQVCIr2v7kHrGzCZbQJ3\nOdr5leP8o4Hh39w/d8SGC3d7XVbDSAUwgGOBNFvzIjaC6KrREgCmeZUfI200h8d0\nMJ5Ma9UxeRhKevPpc+9Q5Y5i0j6Htg/807Jng41wG4ZAA66PWoUNQweYBLy1w3qJ\n1pQkchYSrTjgO/m4/osv3sN2NI8+McOgcRKpJyI2SaY2ZCirz15sRxbMrtft2kol\n5mr6g/ECgYEA/kXBBeWiv8pzIE/O9eShr1IgYTQlhP399EOHQwofqFsyNrP5NbTe\nfJHbB18UO4fD53ms2d85fpmtsgymC2U+4Uah9mMBwc6kmDgWNjN3GInlAWcjuTRd\nZcUPi7v/nQHZWvK77EuBVlRvrWtjlfx5exdb4C+dCd6dZ2Z864Y/sL0CgYEAxSqC\n/pe9dLOmZL1nTtxJegFck+Iq0RCHq1RF+ycaKyiOKnFb5/p72oSqcFWv1oAFfx+F\nT6KciODN5ugI4K+QkNiTidVfet8PRG/bwaLbP1l9SyK/5JK2NNfBxGl8Wwrs9f/4\nXqnL7xrKALPLeUPBT7R7zMGeEDyJJtKURbPu2V0CgYAfdCuDejuetAF3zseQPV8O\n2/7rZ1L4156Rl8Tksxzla5qTj8HVNfGLwVMx3z4Wex3txWxvayCmm4YUD2J+6GBV\n57HjU64E9nX/6ng87jLeUziD6ulNYL/o9e6NX40oM/FaQcqjWVe/gSRrdGxWQmwY\noPQZkGpBrUsVXmU3kVzRlQKBgQCJSdrA8GPpmRZp20DONrGrFLuj9b4eqUXu1NWN\n1mJwXuLvRtPaKh6HwAz1/5Ra5fXt2ML4+p/I59A30qYr3dPqKARD26GKazu0SbdZ\nk87aw7Ns2BuKS2Y4UWwJGfKPaoIpoT0OnWj1a0/xQUCThcxbda8mmkM3xw8xSzwX\ndP0BuQKBgQCFmLjIv1yWKsBGb1k4LrtWOY+r8G+4Q+MY9FFUhH7XEBn98G6hioa0\nv1UMcCLTYf0pGhXgpPF+U130wEuAMnQvFH/Y35dxE5TDhcbEcEL47hi/J0kThHf2\nHGlqbradn48pQEqk+pJOfYjiCcGcDmYEm+hXrV7S4H/yU1I55gXDmQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'd21a6cb3b7ef423592e8ce8a967e4913', 'name': u'vping-keypair-f02bd4fa-8039-4dc5-8de9-a330cfeca6ae', 'created_at': '2018-05-28T00:54:55.047710', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f36c4d8d4ebb40649fe64b18abc6e299', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'fingerprint': u'f7:23:6f:57:25:4e:59:d7:26:7d:1f:ab:79:d8:9c:0d', 'type': 'ssh', 'id': u'vping-keypair-f02bd4fa-8039-4dc5-8de9-a330cfeca6ae'}) 2018-05-28 00:54:55,047 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAw9XnF4CfvwTF/VAKpPHCYSP8My9NZtHMVG8J3fyeQrZaiQvX 1OwbM3kgCldacq1RcHj9a0XK2ZqcErQGfWH2vp45vrsHLxSlTNrxjWOYeYq2dgMB 9k5GwoY0Y+WtEMqFFWduHr2hD7HPXRWuOJJVw7wvXUbfVDb90bKLZ5Qr8gdCbYDN q2k8OvR/H9dowIoP9tu30+DGGpXh+rWd1YdNVLGBzD1ZxOFFnR2A+WXKKvxMOh7U YVj0sZUS5YR+3tVTrYGgjWLNJXznmpYduPy2h3j7J2NXBcWxG6EwhDNhaJrldH/E sESvyPz3zbaVC5UpY6xXHnU3YS1MVkUXOKlpqQIDAQABAoIBAASQHFVQ2ugBfXd8 gPL86xGGXB75MC2AH+mruKgidbGKPCvLSdkdMzkMznFPPb1ESox7VTRFqQdO8eoB pdEQEka4uxG1m+I98egLhetMccYLNFslkMsjYcSwidH2DQVCIr2v7kHrGzCZbQJ3 Odr5leP8o4Hh39w/d8SGC3d7XVbDSAUwgGOBNFvzIjaC6KrREgCmeZUfI200h8d0 MJ5Ma9UxeRhKevPpc+9Q5Y5i0j6Htg/807Jng41wG4ZAA66PWoUNQweYBLy1w3qJ 1pQkchYSrTjgO/m4/osv3sN2NI8+McOgcRKpJyI2SaY2ZCirz15sRxbMrtft2kol 5mr6g/ECgYEA/kXBBeWiv8pzIE/O9eShr1IgYTQlhP399EOHQwofqFsyNrP5NbTe fJHbB18UO4fD53ms2d85fpmtsgymC2U+4Uah9mMBwc6kmDgWNjN3GInlAWcjuTRd ZcUPi7v/nQHZWvK77EuBVlRvrWtjlfx5exdb4C+dCd6dZ2Z864Y/sL0CgYEAxSqC /pe9dLOmZL1nTtxJegFck+Iq0RCHq1RF+ycaKyiOKnFb5/p72oSqcFWv1oAFfx+F T6KciODN5ugI4K+QkNiTidVfet8PRG/bwaLbP1l9SyK/5JK2NNfBxGl8Wwrs9f/4 XqnL7xrKALPLeUPBT7R7zMGeEDyJJtKURbPu2V0CgYAfdCuDejuetAF3zseQPV8O 2/7rZ1L4156Rl8Tksxzla5qTj8HVNfGLwVMx3z4Wex3txWxvayCmm4YUD2J+6GBV 57HjU64E9nX/6ng87jLeUziD6ulNYL/o9e6NX40oM/FaQcqjWVe/gSRrdGxWQmwY oPQZkGpBrUsVXmU3kVzRlQKBgQCJSdrA8GPpmRZp20DONrGrFLuj9b4eqUXu1NWN 1mJwXuLvRtPaKh6HwAz1/5Ra5fXt2ML4+p/I59A30qYr3dPqKARD26GKazu0SbdZ k87aw7Ns2BuKS2Y4UWwJGfKPaoIpoT0OnWj1a0/xQUCThcxbda8mmkM3xw8xSzwX dP0BuQKBgQCFmLjIv1yWKsBGb1k4LrtWOY+r8G+4Q+MY9FFUhH7XEBn98G6hioa0 v1UMcCLTYf0pGhXgpPF+U130wEuAMnQvFH/Y35dxE5TDhcbEcEL47hi/J0kThHf2 HGlqbradn48pQEqk+pJOfYjiCcGcDmYEm+hXrV7S4H/yU1I55gXDmQ== -----END RSA PRIVATE KEY----- 2018-05-28 00:54:56,287 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ssh--f02bd4fa-8039-4dc5-8de9-a330cfeca6ae' 2018-05-28 00:55:13,647 - 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-f02bd4fa-8039-4dc5-8de9-a330cfeca6ae': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3b:30:59', u'version': 4, u'addr': u'192.168.130.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'4bb30d94-ca36-4f7f-8491-3e77033cbdf5'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000029', u'OS-SRV-USG:launched_at': u'2018-05-28T00:55:09.000000', 'flavor': Munch({u'id': u'dbf185f4-46da-496b-846e-1fc6fa79aa2e'}), 'az': u'nova', 'id': u'5bb53856-45e4-4600-8ff7-4140987a53dd', 'security_groups': [Munch({u'name': u'vping-sg-f02bd4fa-8039-4dc5-8de9-a330cfeca6ae'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd21a6cb3b7ef423592e8ce8a967e4913', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f36c4d8d4ebb40649fe64b18abc6e299', '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-28T00:55:09.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-28T00:55:10Z', 'hostId': u'c22e84cf5b9c6ee0e9a5043c2f3203fa3d961da0984c7a6c69c90e3b', u'OS-EXT-SRV-ATTR:host': u'host5', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping-keypair-f02bd4fa-8039-4dc5-8de9-a330cfeca6ae', 'public_v6': '', 'private_v4': u'192.168.130.11', 'cloud': 'envvars', 'host_id': u'c22e84cf5b9c6ee0e9a5043c2f3203fa3d961da0984c7a6c69c90e3b', '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-00000029', u'OS-SRV-USG:launched_at': u'2018-05-28T00:55:09.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host5', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host5', 'name': u'opnfv-vping-2-ssh--f02bd4fa-8039-4dc5-8de9-a330cfeca6ae', 'adminPass': u'ic6WfQpQUnRN', 'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', 'region': 'RegionOne', 'created': u'2018-05-28T00:54:58Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-28 00:55:17,623 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - floating_ip2: Munch({'status': u'DOWN', 'router_id': u'd087a517-e4b1-4603-9ce8-5e002c19c8a0', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', 'created_at': u'2018-05-28T00:55:15Z', 'attached': True, 'updated_at': u'2018-05-28T00:55:15Z', 'id': u'563fc5ed-42a5-47cf-8dc2-58abd16815ff', 'floating_network_id': u'76b5baa8-a4c3-4091-bd37-9fa4e14cfd9d', 'fixed_ip_address': u'192.168.130.11', 'floating_ip_address': u'192.16.1.107', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f36c4d8d4ebb40649fe64b18abc6e299', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'd087a517-e4b1-4603-9ce8-5e002c19c8a0', 'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299', 'port_id': u'9f78e704-a71c-4eb4-a275-d136d5232c60', 'port': u'9f78e704-a71c-4eb4-a275-d136d5232c60', 'network': u'76b5baa8-a4c3-4091-bd37-9fa4e14cfd9d'}) 2018-05-28 00:55:19,733 - 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 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.224 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.44 BogoMIPS (lpj=9976896) [ 0.028047] pid_max: default: 32768 minimum: 301 [ 0.036080] ACPI: Core revision 20150930 [ 0.045645] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.064500] Security Framework initialized [ 0.072042] Yama: becoming mindful. [ 0.084122] AppArmor: AppArmor initialized [ 0.088362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.092000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.096234] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.108056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.117347] Initializing cgroup subsys io [ 0.124046] Initializing cgroup subsys memory [ 0.132067] Initializing cgroup subsys devices [ 0.140069] Initializing cgroup subsys freezer [ 0.148048] Initializing cgroup subsys net_cls [ 0.156070] Initializing cgroup subsys perf_event [ 0.164076] Initializing cgroup subsys net_prio [ 0.172038] Initializing cgroup subsys hugetlb [ 0.180039] Initializing cgroup subsys pids [ 0.189372] CPU: Physical Processor ID: 0 [ 0.197349] mce: CPU supports 10 MCE banks [ 0.204990] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.444265] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.647382] ftrace: allocating 31920 entries in 125 pages 2018-05-28 00:55:19,733 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin test execution 2018-05-28 00:55:24,729 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 1: cannot connect to 192.16.1.107 2018-05-28 00:55:34,736 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 2: cannot connect to 192.16.1.107 2018-05-28 00:55:44,882 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ssh: 2018-05-28 00:55:44,887 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ping output: >> 2018-05-28 00:55:44,895 - xtesting.energy.energy - DEBUG - Stopping recording 2018-05-28 00:55:46,542 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-28 00:55:46,542 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:31 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-28 00:56:19,233 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-28 00:56:20,890 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'7a99da4b-1860-40a8-9253-99b02fd3fb2b'], u'description': u'', u'provider:physical_network': u'physnet', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-28T00:27:38Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'76b5baa8-a4c3-4091-bd37-9fa4e14cfd9d', 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'f36c4d8d4ebb40649fe64b18abc6e299', u'created_at': u'2018-05-28T00:27:29Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299'}) 2018-05-28 00:56:20,891 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin virtual environment setup 2018-05-28 00:56:20,891 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing Start Time:'2018-05-28 00:56:20' 2018-05-28 00:56:20,891 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating image with name: 'functest-vping--8387e937-c44e-475d-aded-f3fe48a36999' 2018-05-28 00:56:20,891 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Image metadata: None 2018-05-28 00:56:23,481 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--8387e937-c44e-475d-aded-f3fe48a36999', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-28T00:56:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/eea0494d-6a0d-4cc3-b9f6-70f8aa331c63/file', u'owner': u'f36c4d8d4ebb40649fe64b18abc6e299', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'eea0494d-6a0d-4cc3-b9f6-70f8aa331c63', u'size': None, u'name': u'functest-vping--8387e937-c44e-475d-aded-f3fe48a36999', u'checksum': None, u'self': u'/v2/images/eea0494d-6a0d-4cc3-b9f6-70f8aa331c63', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-28T00:56:21Z', u'schema': u'/v2/schemas/image'}) 2018-05-28 00:56:23,482 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating network with name: 'vping-net-8387e937-c44e-475d-aded-f3fe48a36999' 2018-05-28 00:56:23,932 - 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-28T00:56:23Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6338f2aa-ce25-479e-a03f-c20afbdc20ac', u'provider:segmentation_id': 3, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-8387e937-c44e-475d-aded-f3fe48a36999', u'admin_state_up': True, u'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', u'created_at': u'2018-05-28T00:56:23Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299'}) 2018-05-28 00:56:24,953 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-28T00:56:24Z', 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'7fcc9f37-1694-4dd8-ba6a-1276b314ee4c', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-8387e937-c44e-475d-aded-f3fe48a36999', u'enable_dhcp': True, u'network_id': u'6338f2aa-ce25-479e-a03f-c20afbdc20ac', u'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', u'created_at': u'2018-05-28T00:56:24Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299'}) 2018-05-28 00:56:24,954 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating router with name: 'vping-router-8387e937-c44e-475d-aded-f3fe48a36999' 2018-05-28 00:56:35,018 - 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-28T00:56:28Z', u'revision_number': 3, u'ha': True, u'id': u'bdf12be8-74dd-4081-9aab-21733f1cc889', u'external_gateway_info': {u'network_id': u'76b5baa8-a4c3-4091-bd37-9fa4e14cfd9d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7a99da4b-1860-40a8-9253-99b02fd3fb2b', u'ip_address': u'192.16.1.112'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-router-8387e937-c44e-475d-aded-f3fe48a36999', u'admin_state_up': True, u'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', u'created_at': u'2018-05-28T00:56:26Z', u'flavor_id': None, u'routes': [], u'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299'}) 2018-05-28 00:56:38,940 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating flavor with name: 'vping-flavor-8387e937-c44e-475d-aded-f3fe48a36999' 2018-05-28 00:56:39,054 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - flavor: Munch({'name': u'vping-flavor-8387e937-c44e-475d-aded-f3fe48a36999', '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'f36c4d8d4ebb40649fe64b18abc6e299', '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'c5d6d147-20c0-4d40-ba06-32d20edf8591', 'swap': 0}) 2018-05-28 00:56:40,975 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-8387e937-c44e-475d-aded-f3fe48a36999' 2018-05-28 00:56:52,596 - 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-8387e937-c44e-475d-aded-f3fe48a36999': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:59:43:c7', 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'eea0494d-6a0d-4cc3-b9f6-70f8aa331c63'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000002c', u'OS-SRV-USG:launched_at': u'2018-05-28T00:56:51.000000', 'flavor': Munch({u'id': u'c5d6d147-20c0-4d40-ba06-32d20edf8591'}), 'az': u'nova', 'id': u'2f58f01f-10ce-4ecf-8ce0-994f0fb38eeb', 'security_groups': [Munch({u'name': u'vping-sg-8387e937-c44e-475d-aded-f3fe48a36999'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd21a6cb3b7ef423592e8ce8a967e4913', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f36c4d8d4ebb40649fe64b18abc6e299', '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-28T00:56:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-28T00:56:51Z', 'hostId': u'c22e84cf5b9c6ee0e9a5043c2f3203fa3d961da0984c7a6c69c90e3b', 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.10', 'cloud': 'envvars', 'host_id': u'c22e84cf5b9c6ee0e9a5043c2f3203fa3d961da0984c7a6c69c90e3b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host5', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000002c', u'OS-SRV-USG:launched_at': u'2018-05-28T00:56:51.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'f36c4d8d4ebb40649fe64b18abc6e299', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host5', 'name': u'opnfv-vping-1-8387e937-c44e-475d-aded-f3fe48a36999', 'adminPass': u'p2MSVpa8RBHU', 'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', 'region': 'RegionOne', 'created': u'2018-05-28T00:56:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-28 00:56:56,180 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm1 console: 2018-05-28 00:56:56,180 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-userdata--8387e937-c44e-475d-aded-f3fe48a36999' 2018-05-28 00:57:09,958 - 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-8387e937-c44e-475d-aded-f3fe48a36999': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:44:8d:b1', 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'eea0494d-6a0d-4cc3-b9f6-70f8aa331c63'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000002f', u'OS-SRV-USG:launched_at': u'2018-05-28T00:57:06.000000', 'flavor': Munch({u'id': u'c5d6d147-20c0-4d40-ba06-32d20edf8591'}), 'az': u'nova', 'id': u'f79f7e2e-6af4-4cfc-a8cb-061dc884d7a1', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd21a6cb3b7ef423592e8ce8a967e4913', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f36c4d8d4ebb40649fe64b18abc6e299', '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-28T00:57:06.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-28T00:57:06Z', 'hostId': u'c22e84cf5b9c6ee0e9a5043c2f3203fa3d961da0984c7a6c69c90e3b', u'OS-EXT-SRV-ATTR:host': u'host5', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.8', 'cloud': 'envvars', 'host_id': u'c22e84cf5b9c6ee0e9a5043c2f3203fa3d961da0984c7a6c69c90e3b', '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-0000002f', u'OS-SRV-USG:launched_at': u'2018-05-28T00:57:06.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'f36c4d8d4ebb40649fe64b18abc6e299', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host5', 'name': u'opnfv-vping-2-userdata--8387e937-c44e-475d-aded-f3fe48a36999', 'adminPass': u'EcxCjp4Ur4bf', 'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', 'region': 'RegionOne', 'created': u'2018-05-28T00:56:57Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-28 00:57:13,136 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm2 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.224 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.44 BogoMIPS (lpj=9976896) [ 0.028046] pid_max: default: 32768 minimum: 301 [ 0.040041] ACPI: Core revision 20150930 [ 0.049562] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.064077] Security Framework initialized [ 0.072044] Yama: becoming mindful. [ 0.080073] AppArmor: AppArmor initialized [ 0.088158] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.096549] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.104224] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.112064] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.121037] Initializing cgroup subsys io [ 0.128067] Initializing cgroup subsys memory [ 0.136076] Initializing cgroup subsys devices [ 0.144040] Initializing cgroup subsys freezer [ 0.156040] Initializing cgroup subsys net_cls [ 0.164064] Initializing cgroup subsys perf_event [ 0.176090] Initializing cgroup subsys net_prio [ 0.184064] Initializing cgroup subsys hugetlb [ 0.192048] Initializing cgroup subsys pids [ 0.204262] CPU: Physical Processor ID: 0 [ 0.216414] mce: CPU supports 10 MCE banks [ 0.225782] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.232044] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.608187] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.790592] ftrace: allocating 31920 entries in 125 pages [ 0.812482] smpboot: Max logical packages: 1 [ 0.820031] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.830522] x2apic enabled [ 0.832036] Switched APIC routing to physical x2apic. [ 0.853024] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.856000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.868077] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.881717] x86: Booted up 1 node, 1 CPUs [ 0.884066] smpboot: Total of 1 processors activated (4988.44 BogoMIPS) [ 0.892192] devtmpfs: initialized [ 0.898955] evm: security.selinux [ 0.900069] evm: security.SMACK64 [ 0.904053] evm: security.SMACK64EXEC [ 0.908056] evm: security.SMACK64TRANSMUTE [ 0.912053] evm: security.SMACK64MMAP [ 0.916057] evm: security.ima [ 0.920040] evm: security.capability [ 0.924236] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.928200] pinctrl core: initialized pinctrl subsystem [ 0.932791] RTC time: 0:56:58, date: 05/28/18 [ 0.936406] NET: Registered protocol family 16 [ 0.940605] cpuidle: using governor ladder [ 0.944056] cpuidle: using governor menu [ 0.948071] PCCT header not found. [ 0.952321] ACPI: bus type PCI registered [ 0.956042] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.961143] PCI: Using configuration type 1 for base access [ 0.966685] ACPI: Added _OSI(Module Device) [ 0.968063] ACPI: Added _OSI(Processor Device) [ 0.972065] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.976050] ACPI: Added _OSI(Processor Aggregator Device) [ 0.984079] ACPI: Interpreter enabled [ 0.988053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.000062] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.012061] ACPI: (supports S0 S3 S4 S5) [ 1.016057] ACPI: Using IOAPIC for interrupt routing [ 1.020111] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.027844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.028052] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.032058] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.036059] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.041056] acpiphp: Slot [3] registered [ 1.044245] acpiphp: Slot [4] registered [ 1.048241] acpiphp: Slot [5] registered [ 1.052222] acpiphp: Slot [6] registered [ 1.056196] acpiphp: Slot [7] registered [ 1.060170] acpiphp: Slot [8] registered [ 1.064157] acpiphp: Slot [9] registered [ 1.068230] acpiphp: Slot [10] registered [ 1.072238] acpiphp: Slot [11] registered [ 1.076398] acpiphp: Slot [12] registered [ 1.080224] acpiphp: Slot [13] registered [ 1.084166] acpiphp: Slot [14] registered [ 1.088199] acpiphp: Slot [15] registered [ 1.092194] acpiphp: Slot [16] registered [ 1.096167] acpiphp: Slot [17] registered [ 1.100240] acpiphp: Slot [18] registered [ 1.104232] acpiphp: Slot [19] registered [ 1.108205] acpiphp: Slot [20] registered [ 1.112173] acpiphp: Slot [21] registered [ 1.116157] acpiphp: Slot [22] registered [ 1.120152] acpiphp: Slot [23] registered [ 1.124238] acpiphp: Slot [24] registered [ 1.128164] acpiphp: Slot [25] registered [ 1.132248] acpiphp: Slot [26] registered [ 1.136155] acpiphp: Slot [27] registered [ 1.140180] acpiphp: Slot [28] registered [ 1.144235] acpiphp: Slot [29] registered [ 1.148250] acpiphp: Slot [30] registered [ 1.152240] acpiphp: Slot [31] registered [ 1.156206] PCI host bridge to bus 0000:00 [ 1.160064] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.164072] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.168053] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.172068] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.176051] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.206267] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.208044] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.212067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.216067] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.251993] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.252123] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.475998] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.484928] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.497004] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.508713] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.520337] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.531317] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.548787] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.552000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.552076] vgaarb: loaded [ 1.556063] vgaarb: bridge control possible 0000:00:02.0 [ 1.569767] SCSI subsystem initialized [ 1.580948] ACPI: bus type USB registered [ 1.584954] usbcore: registered new interface driver usbfs [ 1.588322] usbcore: registered new interface driver hub [ 1.592168] usbcore: registered new device driver usb [ 1.605725] PCI: Using ACPI for IRQ routing [ 1.615834] NetLabel: Initializing [ 1.616100] NetLabel: domain hash size = 128 [ 1.620036] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.624616] NetLabel: unlabeled traffic allowed by default [ 1.633043] clocksource: Switched to clocksource kvm-clock [ 1.808379] AppArmor: AppArmor Filesystem Enabled [ 1.827111] pnp: PnP ACPI init [ 1.845380] pnp: PnP ACPI: found 5 devices [ 1.891859] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.915324] NET: Registered protocol family 2 [ 1.940905] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.961713] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.983785] TCP: Hash tables configured (established 4096 bind 4096) [ 2.008784] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.028981] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.049376] NET: Registered protocol family 1 [ 2.060562] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 2.072598] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 2.084311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 2.120731] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 2.155385] Trying to unpack rootfs image as initramfs... [ 2.494576] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.531291] Scanning for low memory corruption every 60 seconds [ 2.551541] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.569021] audit: initializing netlink subsys (disabled) [ 2.586658] audit: type=2000 audit(1527469017.998:1): initialized [ 2.608854] Initialise system trusted keyring [ 2.626996] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.656562] zbud: loaded [ 2.669082] VFS: Disk quotas dquot_6.6.0 [ 2.679368] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.699772] fuse init (API version 7.23) [ 2.711257] Key type big_key registered [ 2.722945] Allocating IMA MOK and blacklist keyrings. [ 2.740532] Key type asymmetric registered [ 2.756652] Asymmetric key parser 'x509' registered [ 2.780898] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.806559] io scheduler noop registered [ 2.817425] io scheduler deadline registered (default) [ 2.831512] io scheduler cfq registered [ 2.847817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.862272] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.893279] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.914700] ACPI: Power Button [PWRF] [ 2.926208] GHES: HEST is not enabled! [ 2.964186] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 3.056605] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 3.112666] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 3.147774] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 3.214730] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 3.352992] Linux agpgart interface v0.103 [ 3.411828] brd: module loaded [ 3.454385] loop: module loaded [ 3.506345] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 3.525715] GPT:90111 != 2097151 [ 3.533816] GPT:Alternate GPT header not at the end of the disk. [ 3.559710] GPT:90111 != 2097151 [ 3.571294] GPT: Use GNU Parted to correct GPT errors. [ 3.588192] vda: vda1 vda15 [ 3.605949] scsi host0: ata_piix [ 3.618090] scsi host1: ata_piix [ 3.627113] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 3.643213] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 3.660568] libphy: Fixed MDIO Bus: probed [ 3.679803] tun: Universal TUN/TAP device driver, 1.6 [ 3.690073] tun: (C) 1999-2004 Max Krasnyansky [ 3.721780] PPP generic driver version 2.4.2 [ 3.733757] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.750277] ehci-pci: EHCI PCI platform driver [ 3.764581] ehci-platform: EHCI generic platform driver [ 3.789347] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.806271] ohci-pci: OHCI PCI platform driver [ 3.820225] ohci-platform: OHCI generic platform driver [ 3.835249] uhci_hcd: USB Universal Host Controller Interface driver [ 3.883774] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.903586] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.925519] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.945502] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.966621] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.986249] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.017786] usb usb1: Product: UHCI Host Controller [ 4.036357] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 4.058711] usb usb1: SerialNumber: 0000:00:01.2 [ 4.081217] hub 1-0:1.0: USB hub found [ 4.093149] hub 1-0:1.0: 2 ports detected [ 4.118217] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 4.153615] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 4.166116] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 4.183172] mousedev: PS/2 mouse device common for all mice [ 4.205139] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 4.234203] rtc_cmos 00:00: RTC can wake from S4 [ 4.257946] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.280919] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 4.299052] i2c /dev entries driver [ 4.312557] device-mapper: uevent: version 1.0.3 [ 4.324911] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 4.350840] ledtrig-cpu: registered to indicate activity on CPUs [ 4.372694] NET: Registered protocol family 10 [ 4.394728] NET: Registered protocol family 17 [ 4.410511] Key type dns_resolver registered [ 4.426571] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 4.441817] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 4.467662] registered taskstats version 1 [ 4.477860] Loading compiled-in X.509 certificates [ 4.490951] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 4.522844] zswap: loaded using pool lzo/zbud [ 4.545087] Key type trusted registered [ 4.558529] Key type encrypted registered [ 4.570926] AppArmor: AppArmor sha1 policy hashing enabled [ 4.582200] ima: No TPM chip found, activating TPM-bypass! [ 4.594189] evm: HMAC attrs: 0x1 [ 4.606200] Magic number: 2:984:911 [ 4.616707] rtc_cmos 00:00: setting system clock to 2018-05-28 00:57:03 UTC (1527469023) [ 4.645568] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.671207] EDD information not available. [ 4.706990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.735706] Write protecting the kernel read-only data: 14336k [ 4.785295] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.809280] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.86 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 5.77 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 5.879903] random: dd urandom read with 9 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.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 failed 1/20: up 6.11. request failed failed 2/20: up 11.14. request failed 2018-05-28 00:57:13,137 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin test execution 2018-05-28 00:57:13,137 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-05-28 00:57:15,723 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.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.036042] ACPI: Core revision 20150930 [ 0.045131] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.059358] Security Framework initialized [ 0.064026] Yama: becoming mindful. [ 0.072057] AppArmor: AppArmor initialized [ 0.080135] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.092244] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.100144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.108038] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116655] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132051] Initializing cgroup subsys devices [ 0.140044] Initializing cgroup subsys freezer [ 0.148043] Initializing cgroup subsys net_cls [ 0.156218] Initializing cgroup subsys perf_event [ 0.164061] Initializing cgroup subsys net_prio [ 0.172063] Initializing cgroup subsys hugetlb [ 0.180037] Initializing cgroup subsys pids [ 0.196834] CPU: Physical Processor ID: 0 [ 0.205791] mce: CPU supports 10 MCE banks [ 0.213315] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.623451] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.920000] ftrace: allocating 31920 entries in 125 pages [ 0.944360] smpboot: Max logical packages: 1 [ 0.952031] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.965213] x2apic enabled [ 0.968037] Switched APIC routing to physical x2apic. [ 0.994366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.996000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 1.008125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 1.021123] x86: Booted up 1 node, 1 CPUs [ 1.024069] smpboot: Total of 1 processors activated (4988.44 BogoMIPS) [ 1.031941] devtmpfs: initialized [ 1.034286] evm: security.selinux [ 1.036105] evm: security.SMACK64 [ 1.040146] evm: security.SMACK64EXEC [ 1.044039] evm: security.SMACK64TRANSMUTE [ 1.048050] evm: security.SMACK64MMAP [ 1.052093] evm: security.ima [ 1.056065] evm: security.capability [ 1.060336] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 1.064949] pinctrl core: initialized pinctrl subsystem [ 1.069965] RTC time: 0:57:13, date: 05/28/18 [ 1.072544] NET: Registered protocol family 16 [ 1.076765] cpuidle: using governor ladder [ 1.080080] cpuidle: using governor menu [ 1.084055] PCCT header not found. [ 1.088366] ACPI: bus type PCI registered [ 1.092080] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.097300] PCI: Using configuration type 1 for base access [ 1.103790] ACPI: Added _OSI(Module Device) [ 1.104041] ACPI: Added _OSI(Processor Device) [ 1.108046] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.112177] ACPI: Added _OSI(Processor Aggregator Device) [ 1.120687] ACPI: Interpreter enabled [ 1.124142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.136052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.148166] ACPI: (supports S0 S3 S4 S5) [ 1.152051] ACPI: Using IOAPIC for interrupt routing [ 1.156187] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.164843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.168054] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.172139] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.176068] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.180836] acpiphp: Slot [3] registered [ 1.184170] acpiphp: Slot [4] registered [ 1.188204] acpiphp: Slot [5] registered [ 1.192228] acpiphp: Slot [6] registered [ 1.196161] acpiphp: Slot [7] registered [ 1.200217] acpiphp: Slot [8] registered [ 1.204200] acpiphp: Slot [9] registered [ 1.208198] acpiphp: Slot [10] registered [ 1.212201] acpiphp: Slot [11] registered [ 1.216340] acpiphp: Slot [12] registered [ 1.220229] acpiphp: Slot [13] registered [ 1.224248] acpiphp: Slot [14] registered [ 1.228163] acpiphp: Slot [15] registered [ 1.232459] acpiphp: Slot [16] registered [ 1.236155] acpiphp: Slot [17] registered [ 1.240220] acpiphp: Slot [18] registered [ 1.244200] acpiphp: Slot [19] registered [ 1.248155] acpiphp: Slot [20] registered [ 1.252157] acpiphp: Slot [21] registered [ 1.256258] acpiphp: Slot [22] registered [ 1.260157] acpiphp: Slot [23] registered [ 1.264171] acpiphp: Slot [24] registered [ 1.268155] acpiphp: Slot [25] registered [ 1.272157] acpiphp: Slot [26] registered [ 1.276255 2018-05-28 00:57:15,724 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.10. Waiting for response... 2018-05-28 00:57:18,267 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.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.036042] ACPI: Core revision 20150930 [ 0.045131] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.059358] Security Framework initialized [ 0.064026] Yama: becoming mindful. [ 0.072057] AppArmor: AppArmor initialized [ 0.080135] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.092244] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.100144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.108038] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116655] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132051] Initializing cgroup subsys devices [ 0.140044] Initializing cgroup subsys freezer [ 0.148043] Initializing cgroup subsys net_cls [ 0.156218] Initializing cgroup subsys perf_event [ 0.164061] Initializing cgroup subsys net_prio [ 0.172063] Initializing cgroup subsys hugetlb [ 0.180037] Initializing cgroup subsys pids [ 0.196834] CPU: Physical Processor ID: 0 [ 0.205791] mce: CPU supports 10 MCE banks [ 0.213315] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.623451] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.920000] ftrace: allocating 31920 entries in 125 pages [ 0.944360] smpboot: Max logical packages: 1 [ 0.952031] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.965213] x2apic enabled [ 0.968037] Switched APIC routing to physical x2apic. [ 0.994366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.996000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 1.008125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 1.021123] x86: Booted up 1 node, 1 CPUs [ 1.024069] smpboot: Total of 1 processors activated (4988.44 BogoMIPS) [ 1.031941] devtmpfs: initialized [ 1.034286] evm: security.selinux [ 1.036105] evm: security.SMACK64 [ 1.040146] evm: security.SMACK64EXEC [ 1.044039] evm: security.SMACK64TRANSMUTE [ 1.048050] evm: security.SMACK64MMAP [ 1.052093] evm: security.ima [ 1.056065] evm: security.capability [ 1.060336] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 1.064949] pinctrl core: initialized pinctrl subsystem [ 1.069965] RTC time: 0:57:13, date: 05/28/18 [ 1.072544] NET: Registered protocol family 16 [ 1.076765] cpuidle: using governor ladder [ 1.080080] cpuidle: using governor menu [ 1.084055] PCCT header not found. [ 1.088366] ACPI: bus type PCI registered [ 1.092080] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.097300] PCI: Using configuration type 1 for base access [ 1.103790] ACPI: Added _OSI(Module Device) [ 1.104041] ACPI: Added _OSI(Processor Device) [ 1.108046] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.112177] ACPI: Added _OSI(Processor Aggregator Device) [ 1.120687] ACPI: Interpreter enabled [ 1.124142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.136052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.148166] ACPI: (supports S0 S3 S4 S5) [ 1.152051] ACPI: Using IOAPIC for interrupt routing [ 1.156187] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.164843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.168054] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.172139] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.176068] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.180836] acpiphp: Slot [3] registered [ 1.184170] acpiphp: Slot [4] registered [ 1.188204] acpiphp: Slot [5] registered [ 1.192228] acpiphp: Slot [6] registered [ 1.196161] acpiphp: Slot [7] registered [ 1.200217] acpiphp: Slot [8] registered [ 1.204200] acpiphp: Slot [9] registered [ 1.208198] acpiphp: Slot [10] registered [ 1.212201] acpiphp: Slot [11] registered [ 1.216340] acpiphp: Slot [12] registered [ 1.220229] acpiphp: Slot [13] registered [ 1.224248] acpiphp: Slot [14] registered [ 1.228163] acpiphp: Slot [15] registered [ 1.232459] acpiphp: Slot [16] registered [ 1.236155] acpiphp: Slot [17] registered [ 1.240220] acpiphp: Slot [18] registered [ 1.244200] acpiphp: Slot [19] registered [ 1.248155] acpiphp: Slot [20] registered [ 1.252157] acpiphp: Slot [21] registered [ 1.256258] acpiphp: Slot [22] registered [ 1.260157] acpiphp: Slot [23] registered [ 1.264171] acpiphp: Slot [24] registered [ 1.268155] acpiphp: Slot [25] registered [ 1.272157] acpiphp: Slot [26] registered [ 1.276255] acpiphp: Slot [27] registered [ 1.280220] acpiphp: Slot [28] registered [ 1.284159] acpiphp: Slot [29] registered [ 1.288164] acpiphp: Slot [30] registered [ 1.292311] acpiphp: Slot [31] registered [ 1.296130] PCI host bridge to bus 0000:00 [ 1.300145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.304172] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.308059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.312044] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.316045] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.347846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.348067] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.352121] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.356063] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.380989] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.384118] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.655372] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.664742] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.676696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.688669] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.700509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.712637] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.736533] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.740000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.740081] vgaarb: loaded [ 1.744157] vgaarb: bridge control possible 0000:00:02.0 [ 1.760734] SCSI subsystem initialized [ 1.786976] ACPI: bus type USB registered [ 1.789215] usbcore: registered new interface driver usbfs [ 1.792475] usbcore: registered new interface driver hub [ 1.796456] usbcore: registered new device driver usb [ 1.809691] PCI: Using ACPI for IRQ routing [ 1.823630] NetLabel: Initializing [ 1.824117] NetLabel: domain hash size = 128 [ 1.828036] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.832673] NetLabel: unlabeled traffic allowed by default [ 1.842929] clocksource: Switched to clocksource kvm-clock [ 2.002317] AppArmor: AppArmor Filesystem Enabled [ 2.017710] pnp: PnP ACPI init [ 2.033986] pnp: PnP ACPI: found 5 devices [ 2.066583] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 2.086141] NET: Registered protocol family 2 [ 2.102922] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 2.119818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 2.134136] TCP: Hash tables configured (established 4096 bind 4096) [ 2.154347] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.177901] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.198475] NET: Registered protocol family 1 [ 2.216056] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 2.232998] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 2.251023] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 2.304910] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 2.344519] Trying to unpack rootfs image as initramfs... [ 2.772577] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.819384] Scanning for low memory corruption every 60 seconds [ 2.835089] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.851881] audit: initializing netlink subsys (disabled) [ 2.863469] audit5: type=2000 audit(1527469033.196:1): initialized [ 2.885008] Initialise system trusted keyring [ 2.907092] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.937231] zbud: loaded [ 2.947566] VFS: Disk quotas dquot_6.6.0 [ 2.963405] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 3.000986] fuse init (API version 7.23) [ 3.038490] Key type big_key registered [ 3.063858] Allocating IMA MOK and blacklist keyrings. [ 3.096923] Key type asymmetric registered [ 3.108567] Asymmetric key parser 'x509' registered [ 2018-05-28 00:57:21,167 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.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.036042] ACPI: Core revision 20150930 [ 0.045131] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.059358] Security Framework initialized [ 0.064026] Yama: becoming mindful. [ 0.072057] AppArmor: AppArmor initialized [ 0.080135] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.092244] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.100144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.108038] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116655] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132051] Initializing cgroup subsys devices [ 0.140044] Initializing cgroup subsys freezer [ 0.148043] Initializing cgroup subsys net_cls [ 0.156218] Initializing cgroup subsys perf_event [ 0.164061] Initializing cgroup subsys net_prio [ 0.172063] Initializing cgroup subsys hugetlb [ 0.180037] Initializing cgroup subsys pids [ 0.196834] CPU: Physical Processor ID: 0 [ 0.205791] mce: CPU supports 10 MCE banks [ 0.213315] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.623451] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.920000] ftrace: allocating 31920 entries in 125 pages [ 0.944360] smpboot: Max logical packages: 1 [ 0.952031] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.965213] x2apic enabled [ 0.968037] Switched APIC routing to physical x2apic. [ 0.994366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.996000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 1.008125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 1.021123] x86: Booted up 1 node, 1 CPUs [ 1.024069] smpboot: Total of 1 processors activated (4988.44 BogoMIPS) [ 1.031941] devtmpfs: initialized [ 1.034286] evm: security.selinux [ 1.036105] evm: security.SMACK64 [ 1.040146] evm: security.SMACK64EXEC [ 1.044039] evm: security.SMACK64TRANSMUTE [ 1.048050] evm: security.SMACK64MMAP [ 1.052093] evm: security.ima [ 1.056065] evm: security.capability [ 1.060336] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 1.064949] pinctrl core: initialized pinctrl subsystem [ 1.069965] RTC time: 0:57:13, date: 05/28/18 [ 1.072544] NET: Registered protocol family 16 [ 1.076765] cpuidle: using governor ladder [ 1.080080] cpuidle: using governor menu [ 1.084055] PCCT header not found. [ 1.088366] ACPI: bus type PCI registered [ 1.092080] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.097300] PCI: Using configuration type 1 for base access [ 1.103790] ACPI: Added _OSI(Module Device) [ 1.104041] ACPI: Added _OSI(Processor Device) [ 1.108046] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.112177] ACPI: Added _OSI(Processor Aggregator Device) [ 1.120687] ACPI: Interpreter enabled [ 1.124142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.136052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.148166] ACPI: (supports S0 S3 S4 S5) [ 1.152051] ACPI: Using IOAPIC for interrupt routing [ 1.156187] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.164843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.168054] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.172139] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.176068] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.180836] acpiphp: Slot [3] registered [ 1.184170] acpiphp: Slot [4] registered [ 1.188204] acpiphp: Slot [5] registered [ 1.192228] acpiphp: Slot [6] registered [ 1.196161] acpiphp: Slot [7] registered [ 1.200217] acpiphp: Slot [8] registered [ 1.204200] acpiphp: Slot [9] registered [ 1.208198] acpiphp: Slot [10] registered [ 1.212201] acpiphp: Slot [11] registered [ 1.216340] acpiphp: Slot [12] registered [ 1.220229] acpiphp: Slot [13] registered [ 1.224248] acpiphp: Slot [14] registered [ 1.228163] acpiphp: Slot [15] registered [ 1.232459] acpiphp: Slot [16] registered [ 1.236155] acpiphp: Slot [17] registered [ 1.240220] acpiphp: Slot [18] registered [ 1.244200] acpiphp: Slot [19] registered [ 1.248155] acpiphp: Slot [20] registered [ 1.252157] acpiphp: Slot [21] registered [ 1.256258] acpiphp: Slot [22] registered [ 1.260157] acpiphp: Slot [23] registered [ 1.264171] acpiphp: Slot [24] registered [ 1.268155] acpiphp: Slot [25] registered [ 1.272157] acpiphp: Slot [26] registered [ 1.276255] acpiphp: Slot [27] registered [ 1.280220] acpiphp: Slot [28] registered [ 1.284159] acpiphp: Slot [29] registered [ 1.288164] acpiphp: Slot [30] registered [ 1.292311] acpiphp: Slot [31] registered [ 1.296130] PCI host bridge to bus 0000:00 [ 1.300145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.304172] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.308059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.312044] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.316045] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.347846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.348067] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.352121] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.356063] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.380989] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.384118] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.655372] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.664742] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.676696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.688669] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.700509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.712637] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.736533] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.740000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.740081] vgaarb: loaded [ 1.744157] vgaarb: bridge control possible 0000:00:02.0 [ 1.760734] SCSI subsystem initialized [ 1.786976] ACPI: bus type USB registered [ 1.789215] usbcore: registered new interface driver usbfs [ 1.792475] usbcore: registered new interface driver hub [ 1.796456] usbcore: registered new device driver usb [ 1.809691] PCI: Using ACPI for IRQ routing [ 1.823630] NetLabel: Initializing [ 1.824117] NetLabel: domain hash size = 128 [ 1.828036] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.832673] NetLabel: unlabeled traffic allowed by default [ 1.842929] clocksource: Switched to clocksource kvm-clock [ 2.002317] AppArmor: AppArmor Filesystem Enabled [ 2.017710] pnp: PnP ACPI init [ 2.033986] pnp: PnP ACPI: found 5 devices [ 2.066583] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 2.086141] NET: Registered protocol family 2 [ 2.102922] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 2.119818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 2.134136] TCP: Hash tables configured (established 4096 bind 4096) [ 2.154347] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.177901] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.198475] NET: Registered protocol family 1 [ 2.216056] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 2.232998] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 2.251023] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 2.304910] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 2.344519] Trying to unpack rootfs image as initramfs... [ 2.772577] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.819384] Scanning for low memory corruption every 60 seconds [ 2.835089] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.851881] audit: initializing netlink subsys (disabled) [ 2.863469] audit5: type=2000 audit(1527469033.196:1): initialized [ 2.885008] Initialise system trusted keyring [ 2.907092] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.937231] zbud: loaded [ 2.947566] VFS: Disk quotas dquot_6.6.0 [ 2.963405] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 3.000986] fuse init (API version 7.23) [ 3.038490] Key type big_key registered [ 3.063858] Allocating IMA MOK and blacklist keyrings. [ 3.096923] Key type asymmetric registered [ 3.108567] Asymmetric key parser 'x509' registered [ 3.124727] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 3.143798] io scheduler noop registered [ 3.155887] io scheduler deadline registered (default) [ 3.169331] io scheduler cfq registered [ 3.183366] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 3.202182] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 3.221545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 3.243972] ACPI: Power Button [PWRF] [ 3.255326] GHES: HEST is not enabled! [ 3.287316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 3.378483] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 3.434831] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 3.481765] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 3.563567] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 3.740916] Linux agpgart interface v0.103 [ 3.792376] brd: module loaded [ 3.829275] loop: module loaded [ 3.897253] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 3.931494] GPT:90111 != 2097151 [ 3.967503] GPT:Alternate GPT header not at the end of the disk. [ 3.996289] GPT:90111 != 2097151 [ 4.005264] GPT: Use GNU Parted to correct GPT errors. [ 4.025229] vda: vda1 vda15 [ 4.055216] scsi host0: ata_piix [ 4.068853] scsi host1: ata_piix [ 4.086238] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 4.116275] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 4.143999] libphy: Fixed MDIO Bus: probed [ 4.171946] tun: Universal TUN/TAP device driver, 1.6 [ 4.191329] tun: (C) 1999-2004 Max Krasnyansky [ 4.235621] PPP generic driver version 2.4.2 [ 4.248864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.270703] ehci-pci: EHCI PCI platform driver [ 4.305812] ehci-platform: EHCI generic platform driver [ 4.327122] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.346941] ohci-pci: OHCI PCI platform driver [ 4.370214] ohci-platform: OHCI generic platform driver [ 4.388375] uhci_hcd: USB Universal Host Controller Interface driver [ 4.434277] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 4.455705] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 4.480286] uhci_hcd 0000:00:01.2: detected 2 ports [ 4.507138] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 4.527203] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 4.549269] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.586400] usb usb1: Product: UHCI Host Controller [ 4.606988] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 4.643583] usb usb1: SerialNumber: 0000:00:01.2 [ 4.668871] hub 1-0:1.0: USB hub found [ 4.701255] hub 1-0:1.0: 2 ports detected [ 4.729401] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 4.777184] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 4.795013] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 4.812863] mousedev: PS/2 mouse device common for all mice [ 4.831301] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 4.854823] rtc_cmos 00:00: RTC can wake from S4 [ 4.885545] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.912726] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 4.932504] i2c /dev entries driver [ 4.943927] device-mapper: uevent: version 1.0.3 [ 4.963477] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 5.010888] ledtrig-cpu: registered to indicate activity on CPUs [ 5.051677] NET: Registered protocol family 10 [ 5.077693] NET: Registered protocol family 17 [ 5.092396] Key type dns_resolver registered [ 5.108119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 5.130541] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 5.166280] registered taskstats version 1 [ 5.183054] Loading compiled-in X.509 certificates [ 5.201650] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 5.245167] zswap: loaded using pool lzo/zbud [ 5.278914] Key type trusted registered [ 5.298677] Key type encrypted registered [ 5.309448] AppArmor: AppArmor sha1 policy hashing enabled [ 5.327645] ima: No TPM chip found, activating TPM-bypass! [ 5.344140] evm: HMAC attrs: 0x1 [ 5.361021] Magic number: 2:537:962 [ 5.388536] rtc_cmos 00:00: setting system clock to 2018-05-28 00:57:19 UTC (1527469039) [ 5.413417] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.429047] EDD information not available. [ 5.472645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 5.492877] Write protecting the kernel read-only data: 14336k [ 5.543027] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 5.564806] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 5.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep 6modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 2018-05-28 00:57:24,115 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.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.036042] ACPI: Core revision 20150930 [ 0.045131] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.059358] Security Framework initialized [ 0.064026] Yama: becoming mindful. [ 0.072057] AppArmor: AppArmor initialized [ 0.080135] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.092244] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.100144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.108038] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116655] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132051] Initializing cgroup subsys devices [ 0.140044] Initializing cgroup subsys freezer [ 0.148043] Initializing cgroup subsys net_cls [ 0.156218] Initializing cgroup subsys perf_event [ 0.164061] Initializing cgroup subsys net_prio [ 0.172063] Initializing cgroup subsys hugetlb [ 0.180037] Initializing cgroup subsys pids [ 0.196834] CPU: Physical Processor ID: 0 [ 0.205791] mce: CPU supports 10 MCE banks [ 0.213315] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.623451] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.920000] ftrace: allocating 31920 entries in 125 pages [ 0.944360] smpboot: Max logical packages: 1 [ 0.952031] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.965213] x2apic enabled [ 0.968037] Switched APIC routing to physical x2apic. [ 0.994366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.996000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 1.008125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 1.021123] x86: Booted up 1 node, 1 CPUs [ 1.024069] smpboot: Total of 1 processors activated (4988.44 BogoMIPS) [ 1.031941] devtmpfs: initialized [ 1.034286] evm: security.selinux [ 1.036105] evm: security.SMACK64 [ 1.040146] evm: security.SMACK64EXEC [ 1.044039] evm: security.SMACK64TRANSMUTE [ 1.048050] evm: security.SMACK64MMAP [ 1.052093] evm: security.ima [ 1.056065] evm: security.capability [ 1.060336] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 1.064949] pinctrl core: initialized pinctrl subsystem [ 1.069965] RTC time: 0:57:13, date: 05/28/18 [ 1.072544] NET: Registered protocol family 16 [ 1.076765] cpuidle: using governor ladder [ 1.080080] cpuidle: using governor menu [ 1.084055] PCCT header not found. [ 1.088366] ACPI: bus type PCI registered [ 1.092080] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.097300] PCI: Using configuration type 1 for base access [ 1.103790] ACPI: Added _OSI(Module Device) [ 1.104041] ACPI: Added _OSI(Processor Device) [ 1.108046] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.112177] ACPI: Added _OSI(Processor Aggregator Device) [ 1.120687] ACPI: Interpreter enabled [ 1.124142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.136052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.148166] ACPI: (supports S0 S3 S4 S5) [ 1.152051] ACPI: Using IOAPIC for interrupt routing [ 1.156187] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.164843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.168054] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.172139] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.176068] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.180836] acpiphp: Slot [3] registered [ 1.184170] acpiphp: Slot [4] registered [ 1.188204] acpiphp: Slot [5] registered [ 1.192228] acpiphp: Slot [6] registered [ 1.196161] acpiphp: Slot [7] registered [ 1.200217] acpiphp: Slot [8] registered [ 1.204200] acpiphp: Slot [9] registered [ 1.208198] acpiphp: Slot [10] registered [ 1.212201] acpiphp: Slot [11] registered [ 1.216340] acpiphp: Slot [12] registered [ 1.220229] acpiphp: Slot [13] registered [ 1.224248] acpiphp: Slot [14] registered [ 1.228163] acpiphp: Slot [15] registered [ 1.232459] acpiphp: Slot [16] registered [ 1.236155] acpiphp: Slot [17] registered [ 1.240220] acpiphp: Slot [18] registered [ 1.244200] acpiphp: Slot [19] registered [ 1.248155] acpiphp: Slot [20] registered [ 1.252157] acpiphp: Slot [21] registered [ 1.256258] acpiphp: Slot [22] registered [ 1.260157] acpiphp: Slot [23] registered [ 1.264171] acpiphp: Slot [24] registered [ 1.268155] acpiphp: Slot [25] registered [ 1.272157] acpiphp: Slot [26] registered [ 1.276255] acpiphp: Slot [27] registered [ 1.280220] acpiphp: Slot [28] registered [ 1.284159] acpiphp: Slot [29] registered [ 1.288164] acpiphp: Slot [30] registered [ 1.292311] acpiphp: Slot [31] registered [ 1.296130] PCI host bridge to bus 0000:00 [ 1.300145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.304172] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.308059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.312044] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.316045] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.347846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.348067] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.352121] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.356063] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.380989] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.384118] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.655372] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.664742] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.676696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.688669] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.700509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.712637] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.736533] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.740000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.740081] vgaarb: loaded [ 1.744157] vgaarb: bridge control possible 0000:00:02.0 [ 1.760734] SCSI subsystem initialized [ 1.786976] ACPI: bus type USB registered [ 1.789215] usbcore: registered new interface driver usbfs [ 1.792475] usbcore: registered new interface driver hub [ 1.796456] usbcore: registered new device driver usb [ 1.809691] PCI: Using ACPI for IRQ routing [ 1.823630] NetLabel: Initializing [ 1.824117] NetLabel: domain hash size = 128 [ 1.828036] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.832673] NetLabel: unlabeled traffic allowed by default [ 1.842929] clocksource: Switched to clocksource kvm-clock [ 2.002317] AppArmor: AppArmor Filesystem Enabled [ 2.017710] pnp: PnP ACPI init [ 2.033986] pnp: PnP ACPI: found 5 devices [ 2.066583] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 2.086141] NET: Registered protocol family 2 [ 2.102922] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 2.119818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 2.134136] TCP: Hash tables configured (established 4096 bind 4096) [ 2.154347] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.177901] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.198475] NET: Registered protocol family 1 [ 2.216056] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 2.232998] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 2.251023] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 2.304910] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 2.344519] Trying to unpack rootfs image as initramfs... [ 2.772577] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.819384] Scanning for low memory corruption every 60 seconds [ 2.835089] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.851881] audit: initializing netlink subsys (disabled) [ 2.863469] audit5: type=2000 audit(1527469033.196:1): initialized [ 2.885008] Initialise system trusted keyring [ 2.907092] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.937231] zbud: loaded [ 2.947566] VFS: Disk quotas dquot_6.6.0 [ 2.963405] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 3.000986] fuse init (API version 7.23) [ 3.038490] Key type big_key registered [ 3.063858] Allocating IMA MOK and blacklist keyrings. [ 3.096923] Key type asymmetric registered [ 3.108567] Asymmetric key parser 'x509' registered [ 3.124727] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 3.143798] io scheduler noop registered [ 3.155887] io scheduler deadline registered (default) [ 3.169331] io scheduler cfq registered [ 3.183366] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 3.202182] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 3.221545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 3.243972] ACPI: Power Button [PWRF] [ 3.255326] GHES: HEST is not enabled! [ 3.287316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 3.378483] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 3.434831] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 3.481765] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 3.563567] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 3.740916] Linux agpgart interface v0.103 [ 3.792376] brd: module loaded [ 3.829275] loop: module loaded [ 3.897253] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 3.931494] GPT:90111 != 2097151 [ 3.967503] GPT:Alternate GPT header not at the end of the disk. [ 3.996289] GPT:90111 != 2097151 [ 4.005264] GPT: Use GNU Parted to correct GPT errors. [ 4.025229] vda: vda1 vda15 [ 4.055216] scsi host0: ata_piix [ 4.068853] scsi host1: ata_piix [ 4.086238] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 4.116275] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 4.143999] libphy: Fixed MDIO Bus: probed [ 4.171946] tun: Universal TUN/TAP device driver, 1.6 [ 4.191329] tun: (C) 1999-2004 Max Krasnyansky [ 4.235621] PPP generic driver version 2.4.2 [ 4.248864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.270703] ehci-pci: EHCI PCI platform driver [ 4.305812] ehci-platform: EHCI generic platform driver [ 4.327122] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.346941] ohci-pci: OHCI PCI platform driver [ 4.370214] ohci-platform: OHCI generic platform driver [ 4.388375] uhci_hcd: USB Universal Host Controller Interface driver [ 4.434277] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 4.455705] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 4.480286] uhci_hcd 0000:00:01.2: detected 2 ports [ 4.507138] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 4.527203] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 4.549269] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.586400] usb usb1: Product: UHCI Host Controller [ 4.606988] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 4.643583] usb usb1: SerialNumber: 0000:00:01.2 [ 4.668871] hub 1-0:1.0: USB hub found [ 4.701255] hub 1-0:1.0: 2 ports detected [ 4.729401] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 4.777184] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 4.795013] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 4.812863] mousedev: PS/2 mouse device common for all mice [ 4.831301] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 4.854823] rtc_cmos 00:00: RTC can wake from S4 [ 4.885545] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.912726] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 4.932504] i2c /dev entries driver [ 4.943927] device-mapper: uevent: version 1.0.3 [ 4.963477] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 5.010888] ledtrig-cpu: registered to indicate activity on CPUs [ 5.051677] NET: Registered protocol family 10 [ 5.077693] NET: Registered protocol family 17 [ 5.092396] Key type dns_resolver registered [ 5.108119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 5.130541] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 5.166280] registered taskstats version 1 [ 5.183054] Loading compiled-in X.509 certificates [ 5.201650] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 5.245167] zswap: loaded using pool lzo/zbud [ 5.278914] Key type trusted registered [ 5.298677] Key type encrypted registered [ 5.309448] AppArmor: AppArmor sha1 policy hashing enabled [ 5.327645] ima: No TPM chip found, activating TPM-bypass! [ 5.344140] evm: HMAC attrs: 0x1 [ 5.361021] Magic number: 2:537:962 [ 5.388536] rtc_cmos 00:00: setting system clock to 2018-05-28 00:57:19 UTC (1527469039) [ 5.413417] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.429047] EDD information not available. [ 5.472645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 5.492877] Write protecting the kernel read-only data: 14336k [ 5.543027] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 5.564806] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 5.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep 6modprobe: 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 6.52 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 6.680650] random: dd urandom read with 9 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.8... Lease of 192.168.130.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id 2018-05-28 00:57:26,902 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.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.036042] ACPI: Core revision 20150930 [ 0.045131] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.059358] Security Framework initialized [ 0.064026] Yama: becoming mindful. [ 0.072057] AppArmor: AppArmor initialized [ 0.080135] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.092244] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.100144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.108038] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116655] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132051] Initializing cgroup subsys devices [ 0.140044] Initializing cgroup subsys freezer [ 0.148043] Initializing cgroup subsys net_cls [ 0.156218] Initializing cgroup subsys perf_event [ 0.164061] Initializing cgroup subsys net_prio [ 0.172063] Initializing cgroup subsys hugetlb [ 0.180037] Initializing cgroup subsys pids [ 0.196834] CPU: Physical Processor ID: 0 [ 0.205791] mce: CPU supports 10 MCE banks [ 0.213315] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.623451] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.920000] ftrace: allocating 31920 entries in 125 pages [ 0.944360] smpboot: Max logical packages: 1 [ 0.952031] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.965213] x2apic enabled [ 0.968037] Switched APIC routing to physical x2apic. [ 0.994366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.996000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 1.008125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 1.021123] x86: Booted up 1 node, 1 CPUs [ 1.024069] smpboot: Total of 1 processors activated (4988.44 BogoMIPS) [ 1.031941] devtmpfs: initialized [ 1.034286] evm: security.selinux [ 1.036105] evm: security.SMACK64 [ 1.040146] evm: security.SMACK64EXEC [ 1.044039] evm: security.SMACK64TRANSMUTE [ 1.048050] evm: security.SMACK64MMAP [ 1.052093] evm: security.ima [ 1.056065] evm: security.capability [ 1.060336] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 1.064949] pinctrl core: initialized pinctrl subsystem [ 1.069965] RTC time: 0:57:13, date: 05/28/18 [ 1.072544] NET: Registered protocol family 16 [ 1.076765] cpuidle: using governor ladder [ 1.080080] cpuidle: using governor menu [ 1.084055] PCCT header not found. [ 1.088366] ACPI: bus type PCI registered [ 1.092080] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.097300] PCI: Using configuration type 1 for base access [ 1.103790] ACPI: Added _OSI(Module Device) [ 1.104041] ACPI: Added _OSI(Processor Device) [ 1.108046] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.112177] ACPI: Added _OSI(Processor Aggregator Device) [ 1.120687] ACPI: Interpreter enabled [ 1.124142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.136052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.148166] ACPI: (supports S0 S3 S4 S5) [ 1.152051] ACPI: Using IOAPIC for interrupt routing [ 1.156187] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.164843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.168054] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.172139] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.176068] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.180836] acpiphp: Slot [3] registered [ 1.184170] acpiphp: Slot [4] registered [ 1.188204] acpiphp: Slot [5] registered [ 1.192228] acpiphp: Slot [6] registered [ 1.196161] acpiphp: Slot [7] registered [ 1.200217] acpiphp: Slot [8] registered [ 1.204200] acpiphp: Slot [9] registered [ 1.208198] acpiphp: Slot [10] registered [ 1.212201] acpiphp: Slot [11] registered [ 1.216340] acpiphp: Slot [12] registered [ 1.220229] acpiphp: Slot [13] registered [ 1.224248] acpiphp: Slot [14] registered [ 1.228163] acpiphp: Slot [15] registered [ 1.232459] acpiphp: Slot [16] registered [ 1.236155] acpiphp: Slot [17] registered [ 1.240220] acpiphp: Slot [18] registered [ 1.244200] acpiphp: Slot [19] registered [ 1.248155] acpiphp: Slot [20] registered [ 1.252157] acpiphp: Slot [21] registered [ 1.256258] acpiphp: Slot [22] registered [ 1.260157] acpiphp: Slot [23] registered [ 1.264171] acpiphp: Slot [24] registered [ 1.268155] acpiphp: Slot [25] registered [ 1.272157] acpiphp: Slot [26] registered [ 1.276255] acpiphp: Slot [27] registered [ 1.280220] acpiphp: Slot [28] registered [ 1.284159] acpiphp: Slot [29] registered [ 1.288164] acpiphp: Slot [30] registered [ 1.292311] acpiphp: Slot [31] registered [ 1.296130] PCI host bridge to bus 0000:00 [ 1.300145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.304172] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.308059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.312044] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.316045] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.347846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.348067] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.352121] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.356063] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.380989] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.384118] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.655372] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.664742] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.676696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.688669] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.700509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.712637] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.736533] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.740000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.740081] vgaarb: loaded [ 1.744157] vgaarb: bridge control possible 0000:00:02.0 [ 1.760734] SCSI subsystem initialized [ 1.786976] ACPI: bus type USB registered [ 1.789215] usbcore: registered new interface driver usbfs [ 1.792475] usbcore: registered new interface driver hub [ 1.796456] usbcore: registered new device driver usb [ 1.809691] PCI: Using ACPI for IRQ routing [ 1.823630] NetLabel: Initializing [ 1.824117] NetLabel: domain hash size = 128 [ 1.828036] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.832673] NetLabel: unlabeled traffic allowed by default [ 1.842929] clocksource: Switched to clocksource kvm-clock [ 2.002317] AppArmor: AppArmor Filesystem Enabled [ 2.017710] pnp: PnP ACPI init [ 2.033986] pnp: PnP ACPI: found 5 devices [ 2.066583] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 2.086141] NET: Registered protocol family 2 [ 2.102922] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 2.119818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 2.134136] TCP: Hash tables configured (established 4096 bind 4096) [ 2.154347] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.177901] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.198475] NET: Registered protocol family 1 [ 2.216056] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 2.232998] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 2.251023] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 2.304910] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 2.344519] Trying to unpack rootfs image as initramfs... [ 2.772577] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.819384] Scanning for low memory corruption every 60 seconds [ 2.835089] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.851881] audit: initializing netlink subsys (disabled) [ 2.863469] audit5: type=2000 audit(1527469033.196:1): initialized [ 2.885008] Initialise system trusted keyring [ 2.907092] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.937231] zbud: loaded [ 2.947566] VFS: Disk quotas dquot_6.6.0 [ 2.963405] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 3.000986] fuse init (API version 7.23) [ 3.038490] Key type big_key registered [ 3.063858] Allocating IMA MOK and blacklist keyrings. [ 3.096923] Key type asymmetric registered [ 3.108567] Asymmetric key parser 'x509' registered [ 3.124727] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 3.143798] io scheduler noop registered [ 3.155887] io scheduler deadline registered (default) [ 3.169331] io scheduler cfq registered [ 3.183366] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 3.202182] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 3.221545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 3.243972] ACPI: Power Button [PWRF] [ 3.255326] GHES: HEST is not enabled! [ 3.287316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 3.378483] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 3.434831] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 3.481765] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 3.563567] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 3.740916] Linux agpgart interface v0.103 [ 3.792376] brd: module loaded [ 3.829275] loop: module loaded [ 3.897253] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 3.931494] GPT:90111 != 2097151 [ 3.967503] GPT:Alternate GPT header not at the end of the disk. [ 3.996289] GPT:90111 != 2097151 [ 4.005264] GPT: Use GNU Parted to correct GPT errors. [ 4.025229] vda: vda1 vda15 [ 4.055216] scsi host0: ata_piix [ 4.068853] scsi host1: ata_piix [ 4.086238] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 4.116275] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 4.143999] libphy: Fixed MDIO Bus: probed [ 4.171946] tun: Universal TUN/TAP device driver, 1.6 [ 4.191329] tun: (C) 1999-2004 Max Krasnyansky [ 4.235621] PPP generic driver version 2.4.2 [ 4.248864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.270703] ehci-pci: EHCI PCI platform driver [ 4.305812] ehci-platform: EHCI generic platform driver [ 4.327122] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.346941] ohci-pci: OHCI PCI platform driver [ 4.370214] ohci-platform: OHCI generic platform driver [ 4.388375] uhci_hcd: USB Universal Host Controller Interface driver [ 4.434277] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 4.455705] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 4.480286] uhci_hcd 0000:00:01.2: detected 2 ports [ 4.507138] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 4.527203] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 4.549269] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.586400] usb usb1: Product: UHCI Host Controller [ 4.606988] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 4.643583] usb usb1: SerialNumber: 0000:00:01.2 [ 4.668871] hub 1-0:1.0: USB hub found [ 4.701255] hub 1-0:1.0: 2 ports detected [ 4.729401] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 4.777184] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 4.795013] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 4.812863] mousedev: PS/2 mouse device common for all mice [ 4.831301] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 4.854823] rtc_cmos 00:00: RTC can wake from S4 [ 4.885545] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.912726] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 4.932504] i2c /dev entries driver [ 4.943927] device-mapper: uevent: version 1.0.3 [ 4.963477] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 5.010888] ledtrig-cpu: registered to indicate activity on CPUs [ 5.051677] NET: Registered protocol family 10 [ 5.077693] NET: Registered protocol family 17 [ 5.092396] Key type dns_resolver registered [ 5.108119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 5.130541] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 5.166280] registered taskstats version 1 [ 5.183054] Loading compiled-in X.509 certificates [ 5.201650] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 5.245167] zswap: loaded using pool lzo/zbud [ 5.278914] Key type trusted registered [ 5.298677] Key type encrypted registered [ 5.309448] AppArmor: AppArmor sha1 policy hashing enabled [ 5.327645] ima: No TPM chip found, activating TPM-bypass! [ 5.344140] evm: HMAC attrs: 0x1 [ 5.361021] Magic number: 2:537:962 [ 5.388536] rtc_cmos 00:00: setting system clock to 2018-05-28 00:57:19 UTC (1527469039) [ 5.413417] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.429047] EDD information not available. [ 5.472645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 5.492877] Write protecting the kernel read-only data: 14336k [ 5.543027] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 5.564806] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 5.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep 6modprobe: 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 6.52 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 6.680650] random: dd urandom read with 9 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.8... Lease of 192.168.130.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 6.89. iid=i-0000002c failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: 2018-05-28 00:57:29,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 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.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.036042] ACPI: Core revision 20150930 [ 0.045131] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.059358] Security Framework initialized [ 0.064026] Yama: becoming mindful. [ 0.072057] AppArmor: AppArmor initialized [ 0.080135] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.092244] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.100144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.108038] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116655] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132051] Initializing cgroup subsys devices [ 0.140044] Initializing cgroup subsys freezer [ 0.148043] Initializing cgroup subsys net_cls [ 0.156218] Initializing cgroup subsys perf_event [ 0.164061] Initializing cgroup subsys net_prio [ 0.172063] Initializing cgroup subsys hugetlb [ 0.180037] Initializing cgroup subsys pids [ 0.196834] CPU: Physical Processor ID: 0 [ 0.205791] mce: CPU supports 10 MCE banks [ 0.213315] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.623451] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.920000] ftrace: allocating 31920 entries in 125 pages [ 0.944360] smpboot: Max logical packages: 1 [ 0.952031] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.965213] x2apic enabled [ 0.968037] Switched APIC routing to physical x2apic. [ 0.994366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.996000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 1.008125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 1.021123] x86: Booted up 1 node, 1 CPUs [ 1.024069] smpboot: Total of 1 processors activated (4988.44 BogoMIPS) [ 1.031941] devtmpfs: initialized [ 1.034286] evm: security.selinux [ 1.036105] evm: security.SMACK64 [ 1.040146] evm: security.SMACK64EXEC [ 1.044039] evm: security.SMACK64TRANSMUTE [ 1.048050] evm: security.SMACK64MMAP [ 1.052093] evm: security.ima [ 1.056065] evm: security.capability [ 1.060336] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 1.064949] pinctrl core: initialized pinctrl subsystem [ 1.069965] RTC time: 0:57:13, date: 05/28/18 [ 1.072544] NET: Registered protocol family 16 [ 1.076765] cpuidle: using governor ladder [ 1.080080] cpuidle: using governor menu [ 1.084055] PCCT header not found. [ 1.088366] ACPI: bus type PCI registered [ 1.092080] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.097300] PCI: Using configuration type 1 for base access [ 1.103790] ACPI: Added _OSI(Module Device) [ 1.104041] ACPI: Added _OSI(Processor Device) [ 1.108046] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.112177] ACPI: Added _OSI(Processor Aggregator Device) [ 1.120687] ACPI: Interpreter enabled [ 1.124142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.136052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.148166] ACPI: (supports S0 S3 S4 S5) [ 1.152051] ACPI: Using IOAPIC for interrupt routing [ 1.156187] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.164843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.168054] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.172139] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.176068] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.180836] acpiphp: Slot [3] registered [ 1.184170] acpiphp: Slot [4] registered [ 1.188204] acpiphp: Slot [5] registered [ 1.192228] acpiphp: Slot [6] registered [ 1.196161] acpiphp: Slot [7] registered [ 1.200217] acpiphp: Slot [8] registered [ 1.204200] acpiphp: Slot [9] registered [ 1.208198] acpiphp: Slot [10] registered [ 1.212201] acpiphp: Slot [11] registered [ 1.216340] acpiphp: Slot [12] registered [ 1.220229] acpiphp: Slot [13] registered [ 1.224248] acpiphp: Slot [14] registered [ 1.228163] acpiphp: Slot [15] registered [ 1.232459] acpiphp: Slot [16] registered [ 1.236155] acpiphp: Slot [17] registered [ 1.240220] acpiphp: Slot [18] registered [ 1.244200] acpiphp: Slot [19] registered [ 1.248155] acpiphp: Slot [20] registered [ 1.252157] acpiphp: Slot [21] registered [ 1.256258] acpiphp: Slot [22] registered [ 1.260157] acpiphp: Slot [23] registered [ 1.264171] acpiphp: Slot [24] registered [ 1.268155] acpiphp: Slot [25] registered [ 1.272157] acpiphp: Slot [26] registered [ 1.276255] acpiphp: Slot [27] registered [ 1.280220] acpiphp: Slot [28] registered [ 1.284159] acpiphp: Slot [29] registered [ 1.288164] acpiphp: Slot [30] registered [ 1.292311] acpiphp: Slot [31] registered [ 1.296130] PCI host bridge to bus 0000:00 [ 1.300145] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.304172] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.308059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.312044] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.316045] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.347846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.348067] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.352121] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.356063] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.380989] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.384118] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.655372] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.664742] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.676696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.688669] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.700509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.712637] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.736533] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.740000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.740081] vgaarb: loaded [ 1.744157] vgaarb: bridge control possible 0000:00:02.0 [ 1.760734] SCSI subsystem initialized [ 1.786976] ACPI: bus type USB registered [ 1.789215] usbcore: registered new interface driver usbfs [ 1.792475] usbcore: registered new interface driver hub [ 1.796456] usbcore: registered new device driver usb [ 1.809691] PCI: Using ACPI for IRQ routing [ 1.823630] NetLabel: Initializing [ 1.824117] NetLabel: domain hash size = 128 [ 1.828036] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.832673] NetLabel: unlabeled traffic allowed by default [ 1.842929] clocksource: Switched to clocksource kvm-clock [ 2.002317] AppArmor: AppArmor Filesystem Enabled [ 2.017710] pnp: PnP ACPI init [ 2.033986] pnp: PnP ACPI: found 5 devices [ 2.066583] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 2.086141] NET: Registered protocol family 2 [ 2.102922] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 2.119818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 2.134136] TCP: Hash tables configured (established 4096 bind 4096) [ 2.154347] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.177901] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.198475] NET: Registered protocol family 1 [ 2.216056] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 2.232998] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 2.251023] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 2.304910] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 2.344519] Trying to unpack rootfs image as initramfs... [ 2.772577] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.819384] Scanning for low memory corruption every 60 seconds [ 2.835089] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.851881] audit: initializing netlink subsys (disabled) [ 2.863469] audit5: type=2000 audit(1527469033.196:1): initialized [ 2.885008] Initialise system trusted keyring [ 2.907092] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.937231] zbud: loaded [ 2.947566] VFS: Disk quotas dquot_6.6.0 [ 2.963405] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 3.000986] fuse init (API version 7.23) [ 3.038490] Key type big_key registered [ 3.063858] Allocating IMA MOK and blacklist keyrings. [ 3.096923] Key type asymmetric registered [ 3.108567] Asymmetric key parser 'x509' registered [ 3.124727] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 3.143798] io scheduler noop registered [ 3.155887] io scheduler deadline registered (default) [ 3.169331] io scheduler cfq registered [ 3.183366] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 3.202182] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 3.221545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 3.243972] ACPI: Power Button [PWRF] [ 3.255326] GHES: HEST is not enabled! [ 3.287316] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 3.378483] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 3.434831] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 3.481765] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 3.563567] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 3.740916] Linux agpgart interface v0.103 [ 3.792376] brd: module loaded [ 3.829275] loop: module loaded [ 3.897253] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 3.931494] GPT:90111 != 2097151 [ 3.967503] GPT:Alternate GPT header not at the end of the disk. [ 3.996289] GPT:90111 != 2097151 [ 4.005264] GPT: Use GNU Parted to correct GPT errors. [ 4.025229] vda: vda1 vda15 [ 4.055216] scsi host0: ata_piix [ 4.068853] scsi host1: ata_piix [ 4.086238] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 4.116275] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 4.143999] libphy: Fixed MDIO Bus: probed [ 4.171946] tun: Universal TUN/TAP device driver, 1.6 [ 4.191329] tun: (C) 1999-2004 Max Krasnyansky [ 4.235621] PPP generic driver version 2.4.2 [ 4.248864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.270703] ehci-pci: EHCI PCI platform driver [ 4.305812] ehci-platform: EHCI generic platform driver [ 4.327122] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.346941] ohci-pci: OHCI PCI platform driver [ 4.370214] ohci-platform: OHCI generic platform driver [ 4.388375] uhci_hcd: USB Universal Host Controller Interface driver [ 4.434277] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 4.455705] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 4.480286] uhci_hcd 0000:00:01.2: detected 2 ports [ 4.507138] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 4.527203] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 4.549269] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.586400] usb usb1: Product: UHCI Host Controller [ 4.606988] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 4.643583] usb usb1: SerialNumber: 0000:00:01.2 [ 4.668871] hub 1-0:1.0: USB hub found [ 4.701255] hub 1-0:1.0: 2 ports detected [ 4.729401] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 4.777184] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 4.795013] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 4.812863] mousedev: PS/2 mouse device common for all mice [ 4.831301] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 4.854823] rtc_cmos 00:00: RTC can wake from S4 [ 4.885545] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.912726] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 4.932504] i2c /dev entries driver [ 4.943927] device-mapper: uevent: version 1.0.3 [ 4.963477] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 5.010888] ledtrig-cpu: registered to indicate activity on CPUs [ 5.051677] NET: Registered protocol family 10 [ 5.077693] NET: Registered protocol family 17 [ 5.092396] Key type dns_resolver registered [ 5.108119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 5.130541] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 5.166280] registered taskstats version 1 [ 5.183054] Loading compiled-in X.509 certificates [ 5.201650] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 5.245167] zswap: loaded using pool lzo/zbud [ 5.278914] Key type trusted registered [ 5.298677] Key type encrypted registered [ 5.309448] AppArmor: AppArmor sha1 policy hashing enabled [ 5.327645] ima: No TPM chip found, activating TPM-bypass! [ 5.344140] evm: HMAC attrs: 0x1 [ 5.361021] Magic number: 2:537:962 [ 5.388536] rtc_cmos 00:00: setting system clock to 2018-05-28 00:57:19 UTC (1527469039) [ 5.413417] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.429047] EDD information not available. [ 5.472645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 5.492877] Write protecting the kernel read-only data: 14336k [ 5.543027] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 5.564806] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 5.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep 6modprobe: 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 6.52 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 6.680650] random: dd urandom read with 9 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.8... Lease of 192.168.130.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 6.89. iid=i-0000002c failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2494.224 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC2XlhgO10wK9oSZSUNzYnZhKLqRjdakpo1FEeWHG5Fo0AgtyHsHZhg9MRSpYWQ0p0QVkXzCURKCGWOvE+qU7DzpV2/wq+hVlGeDh+bZHORqGl1xpAiGyIn2zELglh4Jtla34mZXIla2oGenS0JPVjqd3csUV0tu4S9xGPvQ3J8OvbkY5xKuDtsElWIwFoK+nBs0e+vdPDNcWCI/A0q58h3ccc1wY59jeuwzgXNdvC9bGIpqZDH4q3GZjcbq1kbYhhOnxOI50auZn9hKtMuIg9/LzvTeize70aTt2YxKABgp7kfeMOAmFFVBFyDZS94gjsBtOLK2T1iBDWPlfYKsF5d root@opnfv-vping-2-userdata--8387e937-c44e-475d-aded-f3fe48a36999 ssh-dss AAAAB3NzaC1kc3MAAACBAJBDY5+4wS7n9uZGOLPVsphHJFW8OVJDBLw+jzpjAQ8LPe2cJqzuRBE/E9+8zMRqRWYC/BEKJsARsPCLHTDgHPgD/FVcXFyHBoy2QhGDDJDA/zRH2sF/36fj9ea3BTHcY9lsoPQTqdbMbLyM26+T6QWNEaS4Kciml7aCsZ6NzAHHAAAAFQDLxr0W4N1Ol/ffasVp7DFpn67hJQAAAIB4552iyCJgis6sjRzX/nnqIvsnkGZsuOaJZUjORd18SFja2ENb37V8a3UcEzx+Z53sbHMgfh1saPGl0tui/A+DmQQD3FRhzxgajbDdTo1NANUFgEMIl3FLQido/lUdeT2A4TX1si3Z2ini/EGtiofVfDjuv8mzgULKI85Fek0mbAAAAIBy7ozpkV7CIgp7D/mv7HWtVA99wmsUpD4iBbqNVL99BdcQnU3bJCIj89nE/24Wv9MEzdZSSiz632p6WejNJZLoiRkSBsGrYESmnlhGkB6BVkzPrdWxjwb0BD8jkHKNIG/L/M0WxJfHbO9xY99TK5oIxwDVmCMMMTJ7UBk4E1NOPA== root@opnfv-vping-2-userdata--8387e937-c44e-475d-aded-f3fe48a36999 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.83s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.8,24,fe80::f816:3eff:fe44:8db1/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000002c name: N/A availability-zone: nova local-hostname: opnfv-vping-2-userdata--8387e937-c44e-475d-aded-f3fe48a36999.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=13.02 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--8387e937-c44e-475d-aded-f3fe48a36999 login: 2018-05-28 00:57:29,659 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-05-28 00:57:30,295 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-28 00:57:30,295 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-28 00:58:00,364 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-28 00:58:01,035 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-28 00:58:01,036 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-28 00:58:01,036 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-28 00:58:17,342 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-28 00:58:17.191 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=039d1f46-28e0-48b6-b086-d8a2710e0503) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 039d1f46-28e0-48b6-b086-d8a2710e0503 | 2018-05-28T00:58:17 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 039d1f46-28e0-48b6-b086-d8a2710e0503 ~/.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-28 00:58:22,931 - 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-28 00:58:22,932 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-28 00:58:40,084 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-28 00:58:30.217 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-28 00:58:30.270 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-28 00:58:39.918 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=39d56923-59a8-4603-8196-78b556458de9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=39d56923-59a8-4603-8196-78b556458de9) as the default verifier for the future CLI operations. 2018-05-28 00:58:45,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-83aa6589-5c4e-4a53-8999-7b5a6a568e97' 2018-05-28 00:58:46,678 - 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-28T00:58:46Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'10041d8f-0d32-49ce-8b1e-ebdf22f4216c', u'provider:segmentation_id': 15, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-83aa6589-5c4e-4a53-8999-7b5a6a568e97', u'admin_state_up': True, u'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', u'created_at': u'2018-05-28T00:58:46Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299'}) 2018-05-28 00:58:47,566 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-28T00:58:47Z', 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'baa417d2-7671-4b30-8b0f-9cd9085973a4', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-83aa6589-5c4e-4a53-8999-7b5a6a568e97', u'enable_dhcp': True, u'network_id': u'10041d8f-0d32-49ce-8b1e-ebdf22f4216c', u'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', u'created_at': u'2018-05-28T00:58:47Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299'}) 2018-05-28 00:58:47,566 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-28 00:58:47,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-83aa6589-5c4e-4a53-8999-7b5a6a568e97' 2018-05-28 00:58:49,771 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-83aa6589-5c4e-4a53-8999-7b5a6a568e97', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-28T00:58:47Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/6ae790ea-9ea4-4cff-8efa-c55165ba5f8b/file', u'owner': u'f36c4d8d4ebb40649fe64b18abc6e299', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'6ae790ea-9ea4-4cff-8efa-c55165ba5f8b', u'size': None, u'name': u'Cirros-0.4.0-83aa6589-5c4e-4a53-8999-7b5a6a568e97', u'checksum': None, u'self': u'/v2/images/6ae790ea-9ea4-4cff-8efa-c55165ba5f8b', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-28T00:58:47Z', u'schema': u'/v2/schemas/image'}) 2018-05-28 00:58:49,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-83aa6589-5c4e-4a53-8999-7b5a6a568e97' 2018-05-28 00:58:51,922 - 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-83aa6589-5c4e-4a53-8999-7b5a6a568e97', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-28T00:58:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/d48eb7e2-710e-43f1-9c70-a1ecce3342fa/file', u'owner': u'f36c4d8d4ebb40649fe64b18abc6e299', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd48eb7e2-710e-43f1-9c70-a1ecce3342fa', u'size': None, u'name': u'Cirros-0.4.0-1-83aa6589-5c4e-4a53-8999-7b5a6a568e97', u'checksum': None, u'self': u'/v2/images/d48eb7e2-710e-43f1-9c70-a1ecce3342fa', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-28T00:58:49Z', u'schema': u'/v2/schemas/image'}) 2018-05-28 00:58:51,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-28 00:58:52,176 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-83aa6589-5c4e-4a53-8999-7b5a6a568e97', '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'f36c4d8d4ebb40649fe64b18abc6e299', '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'aa1d2c89-da28-4bd8-b14b-f8ba0d03b37b', 'swap': 0}) 2018-05-28 00:58:52,368 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-83aa6589-5c4e-4a53-8999-7b5a6a568e97', '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'f36c4d8d4ebb40649fe64b18abc6e299', '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'9f978d52-9861-4f23-9cdd-db7df4972fbb', 'swap': 0}) 2018-05-28 00:58:57,887 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-28 00:58:56.137 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=39d56923-59a8-4603-8196-78b556458de9) for deployment 'opnfv-rally' (UUID=039d1f46-28e0-48b6-b086-d8a2710e0503). 2018-05-28 00:58:57.734 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=39d56923-59a8-4603-8196-78b556458de9) has been successfully configured for deployment 'opnfv-rally' (UUID=039d1f46-28e0-48b6-b086-d8a2710e0503)! 2018-05-28 00:58:57,888 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-28 00:58:57,888 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-28 00:58:57,889 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-28 00:58:58,473 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-28 00:59:06,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-39d56923-59a8-4603-8196-78b556458de9/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-28 00:59:06,277 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-28 00:59:06,368 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-28 00:59:06,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-05-28 00:59:09,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 00:59:09.771 51 INFO rally.api [-] Starting verification (UUID=12aa39f1-2cb4-4d8c-b1b4-eaafc9257788) for deployment 'opnfv-rally' (UUID=039d1f46-28e0-48b6-b086-d8a2710e0503) by verifier 'opnfv-tempest' (UUID=39d56923-59a8-4603-8196-78b556458de9). 2018-05-28 00:59:09,772 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 12aa39f1-2cb4-4d8c-b1b4-eaafc9257788 2018-05-28 00:59:21,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 00:59:21.702 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.442s] 2018-05-28 00:59:21,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 00:59:21.892 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.190s] 2018-05-28 00:59:31,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 00:59:31.528 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.194s] 2018-05-28 00:59:33,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 00:59:33.921 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.391s] 2018-05-28 00:59:49,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 00:59:49.737 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.423s] 2018-05-28 01:00:18,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:00:18.835 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [18.668s] 2018-05-28 01:01:20,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:01:20.761 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.141s] 2018-05-28 01:01:20,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:01:20.762 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-28 01:02:35,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:02:35.770 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.158s] 2018-05-28 01:02:35,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:02:35.771 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-28 01:03:43,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:03:43.306 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.279s] 2018-05-28 01:03:43,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:03:43.307 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-28 01:05:44,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:05:44.527 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [53.292s] 2018-05-28 01:06:31,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:06:31.825 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.173s] 2018-05-28 01:06:32,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:06:32.095 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.270s] 2018-05-28 01:06:45,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:06:45.483 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [1.363s] 2018-05-28 01:06:45,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:06:45.498 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.014s] 2018-05-28 01:06:47,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:06:47.849 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-28 01:06:47,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:06:47.850 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-28 01:06:56,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:06:56.154 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [1.046s] 2018-05-28 01:07:09,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:07:09.375 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.217s] 2018-05-28 01:07:21,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:07:21.906 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.609s] 2018-05-28 01:07:35,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:07:35.426 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.055s] 2018-05-28 01:07:53,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:07:53.158 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [6.743s] 2018-05-28 01:08:04,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:08:04.238 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.920s] 2018-05-28 01:08:15,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:08:15.506 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.514s] 2018-05-28 01:08:29,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:08:29.081 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [1.056s] 2018-05-28 01:08:43,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:08:43.313 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.582s] 2018-05-28 01:08:59,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:08:59.389 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [6.109s] 2018-05-28 01:09:02,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:09:02.502 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-28 01:09:06,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:09:06.601 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.203s] 2018-05-28 01:09:06,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:09:06.787 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.186s] 2018-05-28 01:09:07,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:09:07.053 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.265s] 2018-05-28 01:09:07,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:09:07.067 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.014s] 2018-05-28 01:09:14,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:09:14.342 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.611s] 2018-05-28 01:09:15,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:09:15.249 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.906s] 2018-05-28 01:09:18,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:09:18.025 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.774s] 2018-05-28 01:09:26,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:09:26.274 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.021s] 2018-05-28 01:09:33,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:09:33.900 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.616s] 2018-05-28 01:10:05,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:10:05.784 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [5.817s] 2018-05-28 01:10:14,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:10:14.589 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [8.804s] 2018-05-28 01:10:39,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:10:39.250 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.168s] 2018-05-28 01:10:44,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:10:44.720 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [5.469s] 2018-05-28 01:10:55,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:10:55.589 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [10.868s] 2018-05-28 01:11:14,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:11:14.961 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.642s] 2018-05-28 01:11:20,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:11:20.140 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [5.177s] 2018-05-28 01:11:28,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:11:28.616 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [8.475s] 2018-05-28 01:12:00,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:12:00.621 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [12.469s] 2018-05-28 01:12:00,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:12:00.843 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.220s] 2018-05-28 01:12:01,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:12:01.072 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.229s] 2018-05-28 01:12:01,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:12:01.201 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.128s] 2018-05-28 01:12:01,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:12:01.808 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.606s] 2018-05-28 01:12:01,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:12:01.974 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.166s] 2018-05-28 01:12:29,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:12:29.342 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [10.825s] 2018-05-28 01:12:29,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:12:29.709 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.365s] 2018-05-28 01:12:29,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:12:29.995 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.286s] 2018-05-28 01:12:30,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:12:30.245 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.250s] 2018-05-28 01:12:30,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:12:30.465 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.219s] 2018-05-28 01:12:30,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:12:30.618 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.153s] 2018-05-28 01:12:58,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:12:58.609 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [9.784s] 2018-05-28 01:13:12,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:13:12.990 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [14.380s] 2018-05-28 01:13:15,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:13:15.591 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.600s] 2018-05-28 01:13:15,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:13:15.758 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.166s] 2018-05-28 01:13:15,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:13:15.903 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.145s] 2018-05-28 01:13:37,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:13:37.265 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [8.040s] 2018-05-28 01:13:49,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:13:49.275 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [12.009s] 2018-05-28 01:13:52,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:13:52.815 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.538s] 2018-05-28 01:13:52,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:13:52.904 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.089s] 2018-05-28 01:13:53,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:13:53.273 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.368s] 2018-05-28 01:14:33,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:14:33.776 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [30.649s] 2018-05-28 01:14:57,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:14:57.623 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [23.846s] 2018-05-28 01:15:19,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:15:19.761 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [22.137s] 2018-05-28 01:15:37,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:15:37.665 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [17.904s] 2018-05-28 01:16:43,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:16:43.295 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [32.934s] 2018-05-28 01:17:06,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:17:06.752 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [23.456s] 2018-05-28 01:17:28,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:17:28.693 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [21.940s] 2018-05-28 01:17:47,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:17:47.294 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [18.601s] 2018-05-28 01:18:21,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:18:21.069 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.878s] 2018-05-28 01:18:23,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:18:23.252 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.181s] 2018-05-28 01:18:23,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:18:23.348 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.097s] 2018-05-28 01:18:31,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:18:31.266 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.907s] 2018-05-28 01:18:33,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:18:33.177 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.910s] 2018-05-28 01:18:33,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:18:33.303 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.126s] 2018-05-28 01:18:41,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:18:41.332 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.168s] 2018-05-28 01:18:48,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:18:48.423 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2018-05-28 01:18:50,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:18:50.955 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-28 01:18:50,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:18:50.956 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-28 01:18:50,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:18:50.957 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-28 01:18:50,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:18:50.957 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-28 01:18:50,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:18:50.958 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-28 01:18:54,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:18:54.638 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.019s] 2018-05-28 01:19:19,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:19:19.359 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [15.896s] 2018-05-28 01:19:38,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:19:38.365 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [10.314s] 2018-05-28 01:19:51,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:19:51.857 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.487s] 2018-05-28 01:20:06,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:20:06.756 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.112s] 2018-05-28 01:22:16,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:22:16.473 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [118.968s] 2018-05-28 01:23:50,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:23:50.898 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [67.750s] 2018-05-28 01:25:06,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 01:25:06.652 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [27.969s] 2018-05-28 01:25:39,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '12aa39f1-2cb4-4d8c-b1b4-eaafc9257788']'. 2018-05-28 01:25:40,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-28 01:25:40,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-28 01:25:40,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-28 01:25:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 12aa39f1-2cb4-4d8c-b1b4-eaafc9257788 | 2018-05-28 01:25:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-28 01:25:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-28 00:59:09 | 2018-05-28 01:25:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-28 01:25:38 | 2018-05-28 01:25:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:26:29 | 2018-05-28 01:25:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-28 01:25:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-28 01:25:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-28 01:25:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 39d56923-59a8-4603-8196-78b556458de9) | 2018-05-28 01:25:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-28 01:25:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 039d1f46-28e0-48b6-b086-d8a2710e0503) | 2018-05-28 01:25:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-28 01:25:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1549.746 | 2018-05-28 01:25:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-05-28 01:25:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-28 01:25:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-28 01:25:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-28 01:25:40,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-28 01:25:40,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-28 01:25:40,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-28 01:25:40,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-05-28 01:25:47,226 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-28 01:25:47,226 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 27:02 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-28 01:25:47,228 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-28 01:25:47,228 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-28 01:25:47,307 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-28 01:25:48,465 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual3 2018-05-28 01:25:48,465 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-28 01:25:48,465 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-28 01:25:49,610 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-28 01:25:53,110 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-28 01:25:52.941 116 INFO rally.deployment.engine [-] Deployment 039d1f46-28e0-48b6-b086-d8a2710e0503 | Starting: Destroy cloud and free allocated resources. 2018-05-28 01:25:52.954 116 INFO rally.deployment.engine [-] Deployment 039d1f46-28e0-48b6-b086-d8a2710e0503 | Completed: Destroy cloud and free allocated resources. 2018-05-28 01:25:52.978 116 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=39d56923-59a8-4603-8196-78b556458de9) for deployment 'opnfv-rally'. 2018-05-28 01:25:52.991 116 INFO rally.api [-] Deleting verification (UUID=12aa39f1-2cb4-4d8c-b1b4-eaafc9257788). 2018-05-28 01:25:52.994 116 INFO rally.api [-] Verification has been successfully deleted! 2018-05-28 01:25:52.995 116 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=39d56923-59a8-4603-8196-78b556458de9). 2018-05-28 01:25:53.000 116 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-28 01:25:56,428 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-28 01:25:56.289 119 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7763c75c-1693-459c-b1b5-d8b909e7bd80) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7763c75c-1693-459c-b1b5-d8b909e7bd80 | 2018-05-28T01:25:56 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7763c75c-1693-459c-b1b5-d8b909e7bd80 ~/.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-28 01:26:01,528 - 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-28 01:26:01,528 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-28 01:26:02,927 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-0094afd9-47e6-42d6-bf98-ca1657f6b0bb'... 2018-05-28 01:26:03,997 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-0094afd9-47e6-42d6-bf98-ca1657f6b0bb'... 2018-05-28 01:26:05,155 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-0094afd9-47e6-42d6-bf98-ca1657f6b0bb'... 2018-05-28 01:26:15,574 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-0094afd9-47e6-42d6-bf98-ca1657f6b0bb'... 2018-05-28 01:26:15,721 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-0094afd9-47e6-42d6-bf98-ca1657f6b0bb'... 2018-05-28 01:26:15,887 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-28 01:26:15,887 - 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-28 01:26:15,888 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-28 01:26:15,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-28 01:26:15,912 - 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': '23d1a974-d8ba-4a83-b028-03b8ee1f343e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', 'flavor_name': 'rally-tiny-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', '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-28 01:27:52,881 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8899b090-8b32-4a73-b8cf-baf11fc114f7 2018-05-28 01:27:52,881 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-28 01:27:52,882 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8899b090-8b32-4a73-b8cf-baf11fc114f7'] 2018-05-28 01:27:54,422 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8899b090-8b32-4a73-b8cf-baf11fc114f7: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8899b090-8b32-4a73-b8cf-baf11fc114f7 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.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | total | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | -> duration | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.823488 Full duration: 11.411776 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8899b090-8b32-4a73-b8cf-baf11fc114f7 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 | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 100.0% | 1 | | total | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 100.0% | 1 | | -> duration | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.81291 Full duration: 13.31771 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8899b090-8b32-4a73-b8cf-baf11fc114f7 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.39 | 0.39 | 0.39 | 0.39 | 0.39 | 0.39 | 100.0% | 1 | | total | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 100.0% | 1 | | -> duration | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.068986 Full duration: 11.723264 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8899b090-8b32-4a73-b8cf-baf11fc114f7 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 100.0% | 1 | | total | 1.698 | 1.698 | 1.698 | 1.698 | 1.698 | 1.698 | 100.0% | 1 | | -> duration | 1.698 | 1.698 | 1.698 | 1.698 | 1.698 | 1.698 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.698348 Full duration: 13.560571 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8899b090-8b32-4a73-b8cf-baf11fc114f7 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.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | total | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 100.0% | 1 | | -> duration | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.346914 Full duration: 12.628302 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8899b090-8b32-4a73-b8cf-baf11fc114f7 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.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | total | 1.568 | 1.568 | 1.568 | 1.568 | 1.568 | 1.568 | 100.0% | 1 | | -> duration | 1.568 | 1.568 | 1.568 | 1.568 | 1.568 | 1.568 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.568015 Full duration: 12.87335 HINTS: * To plot HTML graphics with this data, run: rally task report 8899b090-8b32-4a73-b8cf-baf11fc114f7 --out output.html * To generate a JUnit report, run: rally task export 8899b090-8b32-4a73-b8cf-baf11fc114f7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8899b090-8b32-4a73-b8cf-baf11fc114f7 --json --out output.json 2018-05-28 01:27:54,422 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8899b090-8b32-4a73-b8cf-baf11fc114f7'] 2018-05-28 01:27:55,971 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-28 01:27:55,971 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8899b090-8b32-4a73-b8cf-baf11fc114f7', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-28 01:27:55,977 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-28 01:27:55,977 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-28 01:27:55,978 - 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-28 01:27:55,978 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-28 01:27:55,988 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-28 01:27:56,003 - 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': '23d1a974-d8ba-4a83-b028-03b8ee1f343e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', 'flavor_name': 'rally-tiny-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', '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-28 01:29:57,404 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3b35d8e4-2a2e-41f7-8797-e9288e5ffe41 2018-05-28 01:29:57,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '3b35d8e4-2a2e-41f7-8797-e9288e5ffe41'] 2018-05-28 01:29:58,943 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 3b35d8e4-2a2e-41f7-8797-e9288e5ffe41: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3b35d8e4-2a2e-41f7-8797-e9288e5ffe41 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.765 | 3.765 | 3.765 | 3.765 | 3.765 | 3.765 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | -> glance_v2.upload_data | 1.236 | 1.236 | 1.236 | 1.236 | 1.236 | 1.236 | 100.0% | 1 | | glance_v2.delete_image | 1.002 | 1.002 | 1.002 | 1.002 | 1.002 | 1.002 | 100.0% | 1 | | total | 4.767 | 4.767 | 4.767 | 4.767 | 4.767 | 4.767 | 100.0% | 1 | | -> duration | 4.767 | 4.767 | 4.767 | 4.767 | 4.767 | 4.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.767417 Full duration: 19.252761 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3b35d8e4-2a2e-41f7-8797-e9288e5ffe41 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.378 | 3.378 | 3.378 | 3.378 | 3.378 | 3.378 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | -> glance_v2.upload_data | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | glance_v2.list_images | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 100.0% | 1 | | total | 3.432 | 3.432 | 3.432 | 3.432 | 3.432 | 3.432 | 100.0% | 1 | | -> duration | 3.432 | 3.432 | 3.432 | 3.432 | 3.432 | 3.432 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.432087 Full duration: 18.927117 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3b35d8e4-2a2e-41f7-8797-e9288e5ffe41 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.345 | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 100.0% | 1 | | total | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 100.0% | 1 | | -> duration | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.34497 Full duration: 12.300109 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "flavor": { "name": "rally-tiny-0094afd9-47e6-42d6-bf98-ca1657f6b0bb" }, "number_instances": 2, "nics": [ { "net-id": "23d1a974-d8ba-4a83-b028-03b8ee1f343e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 3b35d8e4-2a2e-41f7-8797-e9288e5ffe41 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.867 | 3.867 | 3.867 | 3.867 | 3.867 | 3.867 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | -> glance_v2.upload_data | 1.339 | 1.339 | 1.339 | 1.339 | 1.339 | 1.339 | 100.0% | 1 | | nova.boot_servers | 11.633 | 11.633 | 11.633 | 11.633 | 11.633 | 11.633 | 100.0% | 1 | | total | 15.5 | 15.5 | 15.5 | 15.5 | 15.5 | 15.5 | 100.0% | 1 | | -> duration | 14.5 | 14.5 | 14.5 | 14.5 | 14.5 | 14.5 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.499841 Full duration: 44.442914 HINTS: * To plot HTML graphics with this data, run: rally task report 3b35d8e4-2a2e-41f7-8797-e9288e5ffe41 --out output.html * To generate a JUnit report, run: rally task export 3b35d8e4-2a2e-41f7-8797-e9288e5ffe41 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3b35d8e4-2a2e-41f7-8797-e9288e5ffe41 --json --out output.json 2018-05-28 01:29:58,943 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3b35d8e4-2a2e-41f7-8797-e9288e5ffe41'] 2018-05-28 01:30:00,463 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-28 01:30:00,463 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3b35d8e4-2a2e-41f7-8797-e9288e5ffe41', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-28 01:30:00,468 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-28 01:30:00,468 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-28 01:30:00,468 - 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-28 01:30:00,468 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-28 01:30:00,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-28 01:30:00,498 - 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': '23d1a974-d8ba-4a83-b028-03b8ee1f343e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', 'flavor_name': 'rally-tiny-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', '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-28 01:34:39,745 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 74137675-f905-4efe-ae42-07dbbbb0c235 2018-05-28 01:34:39,746 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '74137675-f905-4efe-ae42-07dbbbb0c235'] 2018-05-28 01:34:41,364 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 74137675-f905-4efe-ae42-07dbbbb0c235: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 74137675-f905-4efe-ae42-07dbbbb0c235 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 | 4.047 | 4.047 | 4.047 | 4.047 | 4.047 | 4.047 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.701 | 2.701 | 2.701 | 2.701 | 2.701 | 2.701 | 100.0% | 1 | | total | 6.749 | 6.749 | 6.749 | 6.749 | 6.749 | 6.749 | 100.0% | 1 | | -> duration | 6.749 | 6.749 | 6.749 | 6.749 | 6.749 | 6.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.748779 Full duration: 33.491892 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 74137675-f905-4efe-ae42-07dbbbb0c235 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.036 | 5.036 | 5.036 | 5.036 | 5.036 | 5.036 | 100.0% | 1 | | cinder_v2.delete_volume | 2.267 | 2.267 | 2.267 | 2.267 | 2.267 | 2.267 | 100.0% | 1 | | total | 7.302 | 7.302 | 7.302 | 7.302 | 7.302 | 7.302 | 100.0% | 1 | | -> duration | 7.302 | 7.302 | 7.302 | 7.302 | 7.302 | 7.302 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.302488 Full duration: 24.141722 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "Cirros-0.4.0-0094afd9-47e6-42d6-bf98-ca1657f6b0bb" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 74137675-f905-4efe-ae42-07dbbbb0c235 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.576 | 6.576 | 6.576 | 6.576 | 6.576 | 6.576 | 100.0% | 1 | | cinder_v2.delete_volume | 2.273 | 2.273 | 2.273 | 2.273 | 2.273 | 2.273 | 100.0% | 1 | | total | 8.849 | 8.849 | 8.849 | 8.849 | 8.849 | 8.849 | 100.0% | 1 | | -> duration | 8.849 | 8.849 | 8.849 | 8.849 | 8.849 | 8.849 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.848781 Full duration: 25.196447 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 74137675-f905-4efe-ae42-07dbbbb0c235 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.601 | 3.601 | 3.601 | 3.601 | 3.601 | 3.601 | 100.0% | 1 | | cinder_v2.delete_volume | 2.298 | 2.298 | 2.298 | 2.298 | 2.298 | 2.298 | 100.0% | 1 | | total | 5.899 | 5.899 | 5.899 | 5.899 | 5.899 | 5.899 | 100.0% | 1 | | -> duration | 5.899 | 5.899 | 5.899 | 5.899 | 5.899 | 5.899 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.898871 Full duration: 23.400459 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 74137675-f905-4efe-ae42-07dbbbb0c235 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.989 | 3.989 | 3.989 | 3.989 | 3.989 | 3.989 | 100.0% | 1 | | cinder_v2.extend_volume | 2.388 | 2.388 | 2.388 | 2.388 | 2.388 | 2.388 | 100.0% | 1 | | cinder_v2.delete_volume | 2.285 | 2.285 | 2.285 | 2.285 | 2.285 | 2.285 | 100.0% | 1 | | total | 8.663 | 8.663 | 8.663 | 8.663 | 8.663 | 8.663 | 100.0% | 1 | | -> duration | 8.663 | 8.663 | 8.663 | 8.663 | 8.663 | 8.663 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.662708 Full duration: 27.305996 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 74137675-f905-4efe-ae42-07dbbbb0c235 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.443 | 4.443 | 4.443 | 4.443 | 4.443 | 4.443 | 100.0% | 1 | | cinder_v2.delete_volume | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 2.28 | 100.0% | 1 | | total | 6.724 | 6.724 | 6.724 | 6.724 | 6.724 | 6.724 | 100.0% | 1 | | -> duration | 6.724 | 6.724 | 6.724 | 6.724 | 6.724 | 6.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.723724 Full duration: 33.655447 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "both", "write_iops_sec": "10", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 74137675-f905-4efe-ae42-07dbbbb0c235 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.933 | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 100.0% | 1 | | cinder_v2.list_qos | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 100.0% | 1 | | total | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 100.0% | 1 | | -> duration | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.986234 Full duration: 19.778707 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "back-end", "write_iops_sec": "10", "read_iops_sec": "1000", "set_consumer": "both", "set_write_iops_sec": "11", "set_read_iops_sec": "1001" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 74137675-f905-4efe-ae42-07dbbbb0c235 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.589 | 1.589 | 1.589 | 1.589 | 1.589 | 1.589 | 100.0% | 1 | | cinder_v2.set_qos | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 100.0% | 1 | | total | 1.654 | 1.654 | 1.654 | 1.654 | 1.654 | 1.654 | 100.0% | 1 | | -> duration | 1.654 | 1.654 | 1.654 | 1.654 | 1.654 | 1.654 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.654341 Full duration: 20.387866 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 74137675-f905-4efe-ae42-07dbbbb0c235 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.086 | 1.086 | 1.086 | 1.086 | 1.086 | 1.086 | 100.0% | 1 | | cinder_v2.list_types | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 100.0% | 1 | | total | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | -> duration | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.152602 Full duration: 18.450092 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types", "provider": "LuksEncryptor", "cipher": "aes-xts-plain64", "key_size": 512, "control_location": "front-end" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 74137675-f905-4efe-ae42-07dbbbb0c235 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.048 | 1.048 | 1.048 | 1.048 | 1.048 | 1.048 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 100.0% | 1 | | -> duration | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.1507 Full duration: 19.499316 HINTS: * To plot HTML graphics with this data, run: rally task report 74137675-f905-4efe-ae42-07dbbbb0c235 --out output.html * To generate a JUnit report, run: rally task export 74137675-f905-4efe-ae42-07dbbbb0c235 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 74137675-f905-4efe-ae42-07dbbbb0c235 --json --out output.json 2018-05-28 01:34:41,364 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '74137675-f905-4efe-ae42-07dbbbb0c235'] 2018-05-28 01:34:42,974 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-28 01:34:42,974 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '74137675-f905-4efe-ae42-07dbbbb0c235', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-28 01:34:42,979 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-28 01:34:42,980 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-28 01:34:42,980 - 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-28 01:34:42,980 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-28 01:34:42,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-28 01:34:42,998 - 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': '23d1a974-d8ba-4a83-b028-03b8ee1f343e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', 'flavor_name': 'rally-tiny-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', '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-28 01:36:54,997 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : eb610581-0380-4f05-9267-742589127189 2018-05-28 01:36:54,998 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'eb610581-0380-4f05-9267-742589127189'] 2018-05-28 01:36:56,557 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task eb610581-0380-4f05-9267-742589127189: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/autoscaling_policy.yaml.template", "updated_template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task eb610581-0380-4f05-9267-742589127189 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 | 7.242 | 7.242 | 7.242 | 7.242 | 7.242 | 7.242 | 100.0% | 1 | | heat.update_stack | 2.521 | 2.521 | 2.521 | 2.521 | 2.521 | 2.521 | 100.0% | 1 | | heat.delete_stack | 3.643 | 3.643 | 3.643 | 3.643 | 3.643 | 3.643 | 100.0% | 1 | | total | 13.406 | 13.406 | 13.406 | 13.406 | 13.406 | 13.406 | 100.0% | 1 | | -> duration | 9.406 | 9.406 | 9.406 | 9.406 | 9.406 | 9.406 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.40598 Full duration: 31.06105 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task eb610581-0380-4f05-9267-742589127189 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 | 6.055 | 6.055 | 6.055 | 6.055 | 6.055 | 6.055 | 100.0% | 1 | | heat.check_stack | 0.405 | 0.405 | 0.405 | 0.405 | 0.405 | 0.405 | 100.0% | 1 | | heat.delete_stack | 2.418 | 2.418 | 2.418 | 2.418 | 2.418 | 2.418 | 100.0% | 1 | | total | 8.878 | 8.878 | 8.878 | 8.878 | 8.878 | 8.878 | 100.0% | 1 | | -> duration | 6.878 | 6.878 | 6.878 | 6.878 | 6.878 | 6.878 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.877936 Full duration: 26.251966 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task eb610581-0380-4f05-9267-742589127189 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 | 6.026 | 6.026 | 6.026 | 6.026 | 6.026 | 6.026 | 100.0% | 1 | | heat.suspend_stack | 0.441 | 0.441 | 0.441 | 0.441 | 0.441 | 0.441 | 100.0% | 1 | | heat.resume_stack | 1.427 | 1.427 | 1.427 | 1.427 | 1.427 | 1.427 | 100.0% | 1 | | heat.delete_stack | 2.371 | 2.371 | 2.371 | 2.371 | 2.371 | 2.371 | 100.0% | 1 | | total | 10.266 | 10.266 | 10.266 | 10.266 | 10.266 | 10.266 | 100.0% | 1 | | -> duration | 8.266 | 8.266 | 8.266 | 8.266 | 8.266 | 8.266 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.265738 Full duration: 28.350849 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task eb610581-0380-4f05-9267-742589127189 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 | 1.73 | 1.73 | 1.73 | 1.73 | 1.73 | 1.73 | 100.0% | 1 | | total | 1.73 | 1.73 | 1.73 | 1.73 | 1.73 | 1.73 | 100.0% | 1 | | -> duration | 1.73 | 1.73 | 1.73 | 1.73 | 1.73 | 1.73 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.730363 Full duration: 17.35735 HINTS: * To plot HTML graphics with this data, run: rally task report eb610581-0380-4f05-9267-742589127189 --out output.html * To generate a JUnit report, run: rally task export eb610581-0380-4f05-9267-742589127189 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report eb610581-0380-4f05-9267-742589127189 --json --out output.json 2018-05-28 01:36:56,558 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'eb610581-0380-4f05-9267-742589127189'] 2018-05-28 01:36:58,100 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-28 01:36:58,100 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'eb610581-0380-4f05-9267-742589127189', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-28 01:36:58,105 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-28 01:36:58,105 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-28 01:36:58,106 - 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-28 01:36:58,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-28 01:36:58,115 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-28 01:36:58,133 - 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': '23d1a974-d8ba-4a83-b028-03b8ee1f343e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', 'flavor_name': 'rally-tiny-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', '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-28 01:41:47,708 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1047f2f3-252b-47e4-b28b-b7bd163e09a7 2018-05-28 01:41:47,709 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1047f2f3-252b-47e4-b28b-b7bd163e09a7'] 2018-05-28 01:41:49,489 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1047f2f3-252b-47e4-b28b-b7bd163e09a7: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1047f2f3-252b-47e4-b28b-b7bd163e09a7 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.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | keystone_v3.add_role | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 100.0% | 1 | | keystone_v3.revoke_role | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 100.0% | 1 | | total | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 100.0% | 1 | | -> duration | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.329587 Full duration: 22.472436 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1047f2f3-252b-47e4-b28b-b7bd163e09a7 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.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | keystone_v3.add_role | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | keystone_v3.list_roles | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 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.21258 Full duration: 22.489445 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1047f2f3-252b-47e4-b28b-b7bd163e09a7 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 | 1.044 | 1.044 | 1.044 | 1.044 | 1.044 | 1.044 | 100.0% | 1 | | keystone_v3.list_projects | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 100.0% | 1 | | total | 1.201 | 1.201 | 1.201 | 1.201 | 1.201 | 1.201 | 100.0% | 1 | | -> duration | 1.201 | 1.201 | 1.201 | 1.201 | 1.201 | 1.201 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.201457 Full duration: 22.23287 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1047f2f3-252b-47e4-b28b-b7bd163e09a7 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.853 | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 100.0% | 1 | | keystone_v3.delete_role | 0.053 | 0.053 | 0.053 | 0.053 | 0.053 | 0.053 | 100.0% | 1 | | total | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | -> duration | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.905445 Full duration: 19.334823 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1047f2f3-252b-47e4-b28b-b7bd163e09a7 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.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | keystone_v3.delete_service | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | total | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 100.0% | 1 | | -> duration | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.063983 Full duration: 19.50991 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1047f2f3-252b-47e4-b28b-b7bd163e09a7 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 | 1.265 | 1.265 | 1.265 | 1.265 | 1.265 | 1.265 | 100.0% | 1 | | keystone_v3.create_user | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | -> keystone_v3.add_role | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | keystone_v3.create_role | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 100.0% | 1 | | keystone_v3.get_project | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 100.0% | 1 | | keystone_v3.get_user | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 100.0% | 1 | | keystone_v3.get_role | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | keystone_v3.list_services | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | keystone_v3.get_services | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 3.042 | 3.042 | 3.042 | 3.042 | 3.042 | 3.042 | 100.0% | 1 | | -> duration | 3.042 | 3.042 | 3.042 | 3.042 | 3.042 | 3.042 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.041976 Full duration: 29.876431 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 1047f2f3-252b-47e4-b28b-b7bd163e09a7 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 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 100.0% | 1 | | keystone_v3.update_project | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 100.0% | 1 | | keystone_v3.delete_project | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 1.322 | 1.322 | 1.322 | 1.322 | 1.322 | 1.322 | 100.0% | 1 | | -> duration | 1.322 | 1.322 | 1.322 | 1.322 | 1.322 | 1.322 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.32182 Full duration: 20.405568 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 1047f2f3-252b-47e4-b28b-b7bd163e09a7 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 | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 100.0% | 1 | | total | 1.203 | 1.203 | 1.203 | 1.203 | 1.203 | 1.203 | 100.0% | 1 | | -> duration | 1.203 | 1.203 | 1.203 | 1.203 | 1.203 | 1.203 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.203366 Full duration: 22.680667 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 1047f2f3-252b-47e4-b28b-b7bd163e09a7 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 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | total | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | -> duration | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.06047 Full duration: 22.870572 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 1047f2f3-252b-47e4-b28b-b7bd163e09a7 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 | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 100.0% | 1 | | keystone_v3.list_users | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 100.0% | 1 | | total | 1.661 | 1.661 | 1.661 | 1.661 | 1.661 | 1.661 | 100.0% | 1 | | -> duration | 1.661 | 1.661 | 1.661 | 1.661 | 1.661 | 1.661 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.661153 Full duration: 23.006275 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 1047f2f3-252b-47e4-b28b-b7bd163e09a7 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 | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 100.0% | 1 | | keystone_v3.create_users | 7.865 | 7.865 | 7.865 | 7.865 | 7.865 | 7.865 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 7.864 | 7.864 | 7.864 | 7.864 | 7.864 | 7.864 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.582 | 1.582 | 1.582 | 1.582 | 1.582 | 1.582 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.973 | 1.973 | 1.973 | 1.973 | 1.973 | 1.973 | 100.0% | 1 | | total | 11.127 | 11.127 | 11.127 | 11.127 | 11.127 | 11.127 | 100.0% | 1 | | -> duration | 11.127 | 11.127 | 11.127 | 11.127 | 11.127 | 11.127 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.127012 Full duration: 35.758109 HINTS: * To plot HTML graphics with this data, run: rally task report 1047f2f3-252b-47e4-b28b-b7bd163e09a7 --out output.html * To generate a JUnit report, run: rally task export 1047f2f3-252b-47e4-b28b-b7bd163e09a7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1047f2f3-252b-47e4-b28b-b7bd163e09a7 --json --out output.json 2018-05-28 01:41:49,489 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1047f2f3-252b-47e4-b28b-b7bd163e09a7'] 2018-05-28 01:41:51,161 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-28 01:41:51,161 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1047f2f3-252b-47e4-b28b-b7bd163e09a7', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-28 01:41:51,166 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-28 01:41:51,166 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-28 01:41:51,166 - 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-28 01:41:51,166 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-28 01:41:51,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-28 01:41:51,191 - 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': '23d1a974-d8ba-4a83-b028-03b8ee1f343e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', 'flavor_name': 'rally-tiny-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', '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-28 01:51:43,557 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1836a060-5063-439d-a75a-46039daa9992 2018-05-28 01:51:43,557 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1836a060-5063-439d-a75a-46039daa9992'] 2018-05-28 01:51:45,007 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1836a060-5063-439d-a75a-46039daa9992: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 1836a060-5063-439d-a75a-46039daa9992 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.497 | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 100.0% | 1 | | neutron.delete_network | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 100.0% | 1 | | total | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 100.0% | 1 | | -> duration | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.550654 Full duration: 24.868093 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task 1836a060-5063-439d-a75a-46039daa9992 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.57 | 2.57 | 2.57 | 2.57 | 2.57 | 2.57 | 100.0% | 1 | | neutron.delete_port | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | total | 3.511 | 3.511 | 3.511 | 3.511 | 3.511 | 3.511 | 100.0% | 1 | | -> duration | 3.511 | 3.511 | 3.511 | 3.511 | 3.511 | 3.511 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.51087 Full duration: 59.255439 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "port": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task 1836a060-5063-439d-a75a-46039daa9992 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.45 | 1.45 | 1.45 | 1.45 | 1.45 | 1.45 | 100.0% | 1 | | neutron.create_subnet | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | neutron.create_router | 5.269 | 5.269 | 5.269 | 5.269 | 5.269 | 5.269 | 100.0% | 1 | | neutron.add_interface_router | 3.603 | 3.603 | 3.603 | 3.603 | 3.603 | 3.603 | 100.0% | 1 | | neutron.remove_interface_router | 2.68 | 2.68 | 2.68 | 2.68 | 2.68 | 2.68 | 100.0% | 1 | | neutron.delete_router | 4.761 | 4.761 | 4.761 | 4.761 | 4.761 | 4.761 | 100.0% | 1 | | total | 18.579 | 18.579 | 18.579 | 18.579 | 18.579 | 18.579 | 100.0% | 1 | | -> duration | 18.579 | 18.579 | 18.579 | 18.579 | 18.579 | 18.579 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.578527 Full duration: 79.758065 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task 1836a060-5063-439d-a75a-46039daa9992 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.992 | 1.992 | 1.992 | 1.992 | 1.992 | 1.992 | 100.0% | 1 | | neutron.delete_subnet | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | total | 2.998 | 2.998 | 2.998 | 2.998 | 2.998 | 2.998 | 100.0% | 1 | | -> duration | 2.998 | 2.998 | 2.998 | 2.998 | 2.998 | 2.998 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.997945 Full duration: 59.176663 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 1836a060-5063-439d-a75a-46039daa9992 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.847 | 1.847 | 1.847 | 1.847 | 1.847 | 1.847 | 100.0% | 1 | | neutron.list_networks | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 2.025 | 2.025 | 2.025 | 2.025 | 2.025 | 2.025 | 100.0% | 1 | | -> duration | 2.025 | 2.025 | 2.025 | 2.025 | 2.025 | 2.025 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.024982 Full duration: 27.869976 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task 1836a060-5063-439d-a75a-46039daa9992 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.772 | 2.772 | 2.772 | 2.772 | 2.772 | 2.772 | 100.0% | 1 | | neutron.list_ports | 0.226 | 0.226 | 0.226 | 0.226 | 0.226 | 0.226 | 100.0% | 1 | | total | 2.998 | 2.998 | 2.998 | 2.998 | 2.998 | 2.998 | 100.0% | 1 | | -> duration | 2.998 | 2.998 | 2.998 | 2.998 | 2.998 | 2.998 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.998461 Full duration: 59.857135 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task 1836a060-5063-439d-a75a-46039daa9992 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.374 | 1.374 | 1.374 | 1.374 | 1.374 | 1.374 | 100.0% | 1 | | neutron.create_subnet | 0.983 | 0.983 | 0.983 | 0.983 | 0.983 | 0.983 | 100.0% | 1 | | neutron.create_router | 4.814 | 4.814 | 4.814 | 4.814 | 4.814 | 4.814 | 100.0% | 1 | | neutron.add_interface_router | 3.423 | 3.423 | 3.423 | 3.423 | 3.423 | 3.423 | 100.0% | 1 | | neutron.list_routers | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | total | 11.065 | 11.065 | 11.065 | 11.065 | 11.065 | 11.065 | 100.0% | 1 | | -> duration | 11.065 | 11.065 | 11.065 | 11.065 | 11.065 | 11.065 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.064955 Full duration: 80.883484 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task 1836a060-5063-439d-a75a-46039daa9992 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.87 | 1.87 | 1.87 | 1.87 | 1.87 | 1.87 | 100.0% | 1 | | neutron.create_subnet | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | neutron.list_subnets | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 2.77 | 2.77 | 2.77 | 2.77 | 2.77 | 2.77 | 100.0% | 1 | | -> duration | 2.77 | 2.77 | 2.77 | 2.77 | 2.77 | 2.77 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.770146 Full duration: 69.28701 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task 1836a060-5063-439d-a75a-46039daa9992 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.388 | 1.388 | 1.388 | 1.388 | 1.388 | 1.388 | 100.0% | 1 | | neutron.delete_security_group | 0.226 | 0.226 | 0.226 | 0.226 | 0.226 | 0.226 | 100.0% | 1 | | total | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 100.0% | 1 | | -> duration | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.614456 Full duration: 23.816518 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task 1836a060-5063-439d-a75a-46039daa9992 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.375 | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 100.0% | 1 | | neutron.create_security_group_rule | 0.236 | 0.236 | 0.236 | 0.236 | 0.236 | 0.236 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | neutron.delete_security_group | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 100.0% | 1 | | -> duration | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.96605 Full duration: 24.194719 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task 1836a060-5063-439d-a75a-46039daa9992 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.583 | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 100.0% | 1 | | neutron.create_router | 5.175 | 5.175 | 5.175 | 5.175 | 5.175 | 5.175 | 100.0% | 1 | | neutron.add_gateway_router | 2.458 | 2.458 | 2.458 | 2.458 | 2.458 | 2.458 | 100.0% | 1 | | neutron.remove_gateway_router | 1.608 | 1.608 | 1.608 | 1.608 | 1.608 | 1.608 | 100.0% | 1 | | total | 10.824 | 10.824 | 10.824 | 10.824 | 10.824 | 10.824 | 100.0% | 1 | | -> duration | 10.824 | 10.824 | 10.824 | 10.824 | 10.824 | 10.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.824325 Full duration: 49.572604 HINTS: * To plot HTML graphics with this data, run: rally task report 1836a060-5063-439d-a75a-46039daa9992 --out output.html * To generate a JUnit report, run: rally task export 1836a060-5063-439d-a75a-46039daa9992 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1836a060-5063-439d-a75a-46039daa9992 --json --out output.json 2018-05-28 01:51:45,007 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1836a060-5063-439d-a75a-46039daa9992'] 2018-05-28 01:51:46,412 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-28 01:51:46,413 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1836a060-5063-439d-a75a-46039daa9992', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-28 01:51:46,417 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-28 01:51:46,417 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-28 01:51:46,418 - 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-28 01:51:46,418 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-28 01:51:46,427 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-28 01:51:46,441 - 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': '23d1a974-d8ba-4a83-b028-03b8ee1f343e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', 'flavor_name': 'rally-tiny-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', '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-28 02:03:53,345 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9a23fd0a-1f02-42a7-bcc1-4c2730edc5c6 2018-05-28 02:03:53,345 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9a23fd0a-1f02-42a7-bcc1-4c2730edc5c6'] 2018-05-28 02:03:54,668 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9a23fd0a-1f02-42a7-bcc1-4c2730edc5c6: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-0094afd9-47e6-42d6-bf98-ca1657f6b0bb" }, "image": { "name": "Cirros-0.4.0-0094afd9-47e6-42d6-bf98-ca1657f6b0bb" }, "block_migration": false, "nics": [ { "net-id": "23d1a974-d8ba-4a83-b028-03b8ee1f343e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 9a23fd0a-1f02-42a7-bcc1-4c2730edc5c6 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 | 12.592 | 12.592 | 12.592 | 12.592 | 12.592 | 12.592 | 100.0% | 1 | | nova.find_host_to_migrate | 1.854 | 1.854 | 1.854 | 1.854 | 1.854 | 1.854 | 100.0% | 1 | | nova.live_migrate | 15.724 | 15.724 | 15.724 | 15.724 | 15.724 | 15.724 | 100.0% | 1 | | nova.delete_server | 3.062 | 3.062 | 3.062 | 3.062 | 3.062 | 3.062 | 100.0% | 1 | | total | 33.233 | 33.233 | 33.233 | 33.233 | 33.233 | 33.233 | 100.0% | 1 | | -> duration | 32.233 | 32.233 | 32.233 | 32.233 | 32.233 | 32.233 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 32.232785 Full duration: 48.978876 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-0094afd9-47e6-42d6-bf98-ca1657f6b0bb" }, "image": { "name": "Cirros-0.4.0-0094afd9-47e6-42d6-bf98-ca1657f6b0bb" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "23d1a974-d8ba-4a83-b028-03b8ee1f343e" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 9a23fd0a-1f02-42a7-bcc1-4c2730edc5c6 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 11.686 | 11.686 | 11.686 | 11.686 | 11.686 | 11.686 | 100.0% | 1 | | cinder_v2.create_volume | 2.677 | 2.677 | 2.677 | 2.677 | 2.677 | 2.677 | 100.0% | 1 | | nova.attach_volume | 5.713 | 5.713 | 5.713 | 5.713 | 5.713 | 5.713 | 100.0% | 1 | | nova.find_host_to_migrate | 2.181 | 2.181 | 2.181 | 2.181 | 2.181 | 2.181 | 100.0% | 1 | | nova.live_migrate | 14.719 | 14.719 | 14.719 | 14.719 | 14.719 | 14.719 | 100.0% | 1 | | nova.detach_volume | 2.495 | 2.495 | 2.495 | 2.495 | 2.495 | 2.495 | 100.0% | 1 | | cinder_v2.delete_volume | 2.864 | 2.864 | 2.864 | 2.864 | 2.864 | 2.864 | 100.0% | 1 | | nova.delete_server | 3.237 | 3.237 | 3.237 | 3.237 | 3.237 | 3.237 | 100.0% | 1 | | total | 45.573 | 45.573 | 45.573 | 45.573 | 45.573 | 45.573 | 100.0% | 1 | | -> duration | 44.573 | 44.573 | 44.573 | 44.573 | 44.573 | 44.573 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 44.572695 Full duration: 65.400293 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-0094afd9-47e6-42d6-bf98-ca1657f6b0bb" }, "image": { "name": "Cirros-0.4.0-0094afd9-47e6-42d6-bf98-ca1657f6b0bb" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "23d1a974-d8ba-4a83-b028-03b8ee1f343e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 9a23fd0a-1f02-42a7-bcc1-4c2730edc5c6 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.904 | 5.904 | 5.904 | 5.904 | 5.904 | 5.904 | 100.0% | 1 | | nova.boot_server | 10.013 | 10.013 | 10.013 | 10.013 | 10.013 | 10.013 | 100.0% | 1 | | nova.find_host_to_migrate | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 100.0% | 1 | | nova.live_migrate | 16.438 | 16.438 | 16.438 | 16.438 | 16.438 | 16.438 | 100.0% | 1 | | nova.delete_server | 7.433 | 7.433 | 7.433 | 7.433 | 7.433 | 7.433 | 100.0% | 1 | | total | 41.695 | 41.695 | 41.695 | 41.695 | 41.695 | 41.695 | 100.0% | 1 | | -> duration | 40.695 | 40.695 | 40.695 | 40.695 | 40.695 | 40.695 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.695317 Full duration: 62.499678 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-0094afd9-47e6-42d6-bf98-ca1657f6b0bb" }, "image": { "name": "Cirros-0.4.0-0094afd9-47e6-42d6-bf98-ca1657f6b0bb" }, "server_kwargs": { "nics": [ { "net-id": "23d1a974-d8ba-4a83-b028-03b8ee1f343e" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 9a23fd0a-1f02-42a7-bcc1-4c2730edc5c6 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.557 | 1.557 | 1.557 | 1.557 | 1.557 | 1.557 | 100.0% | 1 | | nova.boot_server | 9.882 | 9.882 | 9.882 | 9.882 | 9.882 | 9.882 | 100.0% | 1 | | nova.delete_server | 2.843 | 2.843 | 2.843 | 2.843 | 2.843 | 2.843 | 100.0% | 1 | | nova.delete_keypair | 0.03 | 0.03 | 0.03 | 0.03 | 0.03 | 0.03 | 100.0% | 1 | | total | 14.314 | 14.314 | 14.314 | 14.314 | 14.314 | 14.314 | 100.0% | 1 | | -> duration | 13.314 | 13.314 | 13.314 | 13.314 | 13.314 | 13.314 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.31399 Full duration: 62.604831 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-0094afd9-47e6-42d6-bf98-ca1657f6b0bb" }, "image": { "name": "Cirros-0.4.0-0094afd9-47e6-42d6-bf98-ca1657f6b0bb" }, "volume_size": 5, "nics": [ { "net-id": "23d1a974-d8ba-4a83-b028-03b8ee1f343e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 9a23fd0a-1f02-42a7-bcc1-4c2730edc5c6 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.79 | 6.79 | 6.79 | 6.79 | 6.79 | 6.79 | 100.0% | 1 | | nova.boot_server | 9.271 | 9.271 | 9.271 | 9.271 | 9.271 | 9.271 | 100.0% | 1 | | nova.delete_server | 5.424 | 5.424 | 5.424 | 5.424 | 5.424 | 5.424 | 100.0% | 1 | | total | 21.485 | 21.485 | 21.485 | 21.485 | 21.485 | 21.485 | 100.0% | 1 | | -> duration | 20.485 | 20.485 | 20.485 | 20.485 | 20.485 | 20.485 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.485121 Full duration: 73.852025 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-0094afd9-47e6-42d6-bf98-ca1657f6b0bb" }, "image": { "name": "Cirros-0.4.0-0094afd9-47e6-42d6-bf98-ca1657f6b0bb" }, "force_delete": false, "nics": [ { "net-id": "23d1a974-d8ba-4a83-b028-03b8ee1f343e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 9a23fd0a-1f02-42a7-bcc1-4c2730edc5c6 has 1 error(s) -------------------------------------------------------------------------------- TimeoutException: Rally tired waiting for Server s_rally_0d1ebc01_BvFhSvQP:ff239b13-10f7-48b0-9518-08f93ff0dac9 to become ('ACTIVE') current status SHUTOFF 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/plugins/openstack/scenarios/nova/servers.py", line 655, in run self._unpause_server(server) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 326, in _unpause_server check_interval=CONF.openstack.nova_server_unpause_poll_interval File "/usr/lib/python2.7/site-packages/rally/task/utils.py", line 251, in wait_for_status resource_status=get_status(resource, status_attr)) TimeoutException: Rally tired waiting for Server s_rally_0d1ebc01_BvFhSvQP:ff239b13-10f7-48b0-9518-08f93ff0dac9 to become ('ACTIVE') current status SHUTOFF -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 12.093 | 12.093 | 12.093 | 12.093 | 12.093 | 12.093 | 100.0% | 1 | | nova.pause_server | 3.18 | 3.18 | 3.18 | 3.18 | 3.18 | 3.18 | 100.0% | 1 | | nova.unpause_server | 304.644 | 304.644 | 304.644 | 304.644 | 304.644 | 304.644 | 0.0% | 1 | | total | 319.917 | 319.917 | 319.917 | 319.917 | 319.917 | 319.917 | 0.0% | 1 | | -> duration | 314.917 | 314.917 | 314.917 | 314.917 | 314.917 | 314.917 | 0.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 0.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 314.916547 Full duration: 374.343128 HINTS: * To plot HTML graphics with this data, run: rally task report 9a23fd0a-1f02-42a7-bcc1-4c2730edc5c6 --out output.html * To generate a JUnit report, run: rally task export 9a23fd0a-1f02-42a7-bcc1-4c2730edc5c6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9a23fd0a-1f02-42a7-bcc1-4c2730edc5c6 --json --out output.json 2018-05-28 02:03:54,668 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9a23fd0a-1f02-42a7-bcc1-4c2730edc5c6'] 2018-05-28 02:03:56,091 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-28 02:03:56,091 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9a23fd0a-1f02-42a7-bcc1-4c2730edc5c6', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-28 02:03:56,096 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-05-28 02:03:56,096 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-28 02:03:56,096 - 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-28 02:03:56,096 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-28 02:03:56,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-28 02:03:56,119 - 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': '23d1a974-d8ba-4a83-b028-03b8ee1f343e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', 'flavor_name': 'rally-tiny-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0094afd9-47e6-42d6-bf98-ca1657f6b0bb', '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-28 02:05:17,174 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ffa281d6-7d2a-44f8-91a3-085da4990904 2018-05-28 02:05:17,175 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ffa281d6-7d2a-44f8-91a3-085da4990904'] 2018-05-28 02:05:18,652 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ffa281d6-7d2a-44f8-91a3-085da4990904: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task ffa281d6-7d2a-44f8-91a3-085da4990904 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 | 2.103 | 2.103 | 2.103 | 2.103 | 2.103 | 2.103 | 100.0% | 1 | | quotas.delete_quotas | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 100.0% | 1 | | total | 2.134 | 2.134 | 2.134 | 2.134 | 2.134 | 2.134 | 100.0% | 1 | | -> duration | 2.134 | 2.134 | 2.134 | 2.134 | 2.134 | 2.134 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.134084 Full duration: 14.968263 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task ffa281d6-7d2a-44f8-91a3-085da4990904 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.345 | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 100.0% | 1 | | total | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 100.0% | 1 | | -> duration | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.34489 Full duration: 14.415818 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task ffa281d6-7d2a-44f8-91a3-085da4990904 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.4 | 0.4 | 0.4 | 0.4 | 0.4 | 0.4 | 100.0% | 1 | | total | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 100.0% | 1 | | -> duration | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.135335 Full duration: 14.037297 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task ffa281d6-7d2a-44f8-91a3-085da4990904 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.309 | 1.309 | 1.309 | 1.309 | 1.309 | 1.309 | 100.0% | 1 | | total | 1.309 | 1.309 | 1.309 | 1.309 | 1.309 | 1.309 | 100.0% | 1 | | -> duration | 1.309 | 1.309 | 1.309 | 1.309 | 1.309 | 1.309 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.309368 Full duration: 14.246992 HINTS: * To plot HTML graphics with this data, run: rally task report ffa281d6-7d2a-44f8-91a3-085da4990904 --out output.html * To generate a JUnit report, run: rally task export ffa281d6-7d2a-44f8-91a3-085da4990904 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ffa281d6-7d2a-44f8-91a3-085da4990904 --json --out output.json 2018-05-28 02:05:18,652 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ffa281d6-7d2a-44f8-91a3-085da4990904'] 2018-05-28 02:05:19,979 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-28 02:05:19,979 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ffa281d6-7d2a-44f8-91a3-085da4990904', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-28 02:05:19,984 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-28 02:05:19,986 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 01:15 | 6 | 100.00% | | glance | 01:34 | 4 | 100.00% | | cinder | 04:05 | 10 | 100.00% | | heat | 01:43 | 4 | 100.00% | | keystone | 04:20 | 11 | 100.00% | | neutron | 09:18 | 11 | 100.00% | | nova | 11:27 | 6 | 83.33% | | quotas | 00:57 | 4 | 100.00% | | | | | | | TOTAL: | 00:34:43 | 56 | 98.21% | +----------------+------------+----------------+-----------+ 2018-05-28 02:05:19,987 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.21% 2018-05-28 02:05:36,117 - xtesting.energy.energy - DEBUG - Stopping recording 2018-05-28 02:05:37,916 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-28 02:05:37,916 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 39:47 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-28 02:05:37,919 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-05-28 02:05:37,919 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-28 02:05:38,019 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-28 02:05:38,020 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-28 02:05:38,020 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-28 02:05:41,122 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-28 02:05:40.950 10757 INFO rally.deployment.engine [-] Deployment 7763c75c-1693-459c-b1b5-d8b909e7bd80 | Starting: Destroy cloud and free allocated resources. 2018-05-28 02:05:40.963 10757 INFO rally.deployment.engine [-] Deployment 7763c75c-1693-459c-b1b5-d8b909e7bd80 | Completed: Destroy cloud and free allocated resources. 2018-05-28 02:05:40.979 10757 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=39d56923-59a8-4603-8196-78b556458de9). 2018-05-28 02:05:40.982 10757 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-28 02:05:44,212 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-28 02:05:44.055 10760 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=366e8fe2-4128-4a1e-93fb-e51427b7480f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 366e8fe2-4128-4a1e-93fb-e51427b7480f | 2018-05-28T02:05:44 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 366e8fe2-4128-4a1e-93fb-e51427b7480f ~/.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-28 02:05:48,989 - 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-28 02:05:48,990 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-28 02:05:52,219 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-28 02:05:51.896 10766 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=39d56923-59a8-4603-8196-78b556458de9). 2018-05-28 02:05:52.066 10766 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-28 02:05:56,311 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-28 02:05:55.024 10769 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-28 02:05:55.074 10769 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-28 02:05:56.170 10769 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5b9dc6c0-52e9-47e8-9b4a-374183371d6c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=5b9dc6c0-52e9-47e8-9b4a-374183371d6c) as the default verifier for the future CLI operations. 2018-05-28 02:06:00,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-53dba97f-ceec-4cfb-85e5-8d60f14d8563' 2018-05-28 02:06:01,735 - 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-28T02:06:01Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'23cc8df4-2778-444e-b690-8548cc8d2e88', u'provider:segmentation_id': 47, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-53dba97f-ceec-4cfb-85e5-8d60f14d8563', u'admin_state_up': True, u'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', u'created_at': u'2018-05-28T02:06:01Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299'}) 2018-05-28 02:06:02,504 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-28T02:06:02Z', 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'8fffed37-1d48-47cb-9ff6-70159ebf0ed5', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-53dba97f-ceec-4cfb-85e5-8d60f14d8563', u'enable_dhcp': True, u'network_id': u'23cc8df4-2778-444e-b690-8548cc8d2e88', u'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', u'created_at': u'2018-05-28T02:06:02Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299'}) 2018-05-28 02:06:02,504 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-28 02:06:02,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-53dba97f-ceec-4cfb-85e5-8d60f14d8563' 2018-05-28 02:06:04,502 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-53dba97f-ceec-4cfb-85e5-8d60f14d8563', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-28T02:06:02Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/3be799cf-924f-4602-a648-90b3c49e476d/file', u'owner': u'f36c4d8d4ebb40649fe64b18abc6e299', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'3be799cf-924f-4602-a648-90b3c49e476d', u'size': None, u'name': u'Cirros-0.4.0-53dba97f-ceec-4cfb-85e5-8d60f14d8563', u'checksum': None, u'self': u'/v2/images/3be799cf-924f-4602-a648-90b3c49e476d', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-28T02:06:02Z', u'schema': u'/v2/schemas/image'}) 2018-05-28 02:06:04,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-53dba97f-ceec-4cfb-85e5-8d60f14d8563' 2018-05-28 02:06:06,721 - 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-53dba97f-ceec-4cfb-85e5-8d60f14d8563', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-28T02:06:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/849d14e5-60f1-45f9-bae7-37504f7bf71d/file', u'owner': u'f36c4d8d4ebb40649fe64b18abc6e299', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'849d14e5-60f1-45f9-bae7-37504f7bf71d', u'size': None, u'name': u'Cirros-0.4.0-1-53dba97f-ceec-4cfb-85e5-8d60f14d8563', u'checksum': None, u'self': u'/v2/images/849d14e5-60f1-45f9-bae7-37504f7bf71d', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-28T02:06:04Z', u'schema': u'/v2/schemas/image'}) 2018-05-28 02:06:06,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-28 02:06:06,895 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-53dba97f-ceec-4cfb-85e5-8d60f14d8563', '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'f36c4d8d4ebb40649fe64b18abc6e299', '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'577ede77-6d81-47bc-bdf7-0adc5eb977bb', 'swap': 0}) 2018-05-28 02:06:07,017 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-53dba97f-ceec-4cfb-85e5-8d60f14d8563', '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'f36c4d8d4ebb40649fe64b18abc6e299', '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'02102a6a-a175-4e8e-9d39-cfde1da77ce1', 'swap': 0}) 2018-05-28 02:06:11,513 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-28 02:06:10.020 10788 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5b9dc6c0-52e9-47e8-9b4a-374183371d6c) for deployment 'opnfv-rally' (UUID=366e8fe2-4128-4a1e-93fb-e51427b7480f). 2018-05-28 02:06:11.389 10788 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5b9dc6c0-52e9-47e8-9b4a-374183371d6c) has been successfully configured for deployment 'opnfv-rally' (UUID=366e8fe2-4128-4a1e-93fb-e51427b7480f)! 2018-05-28 02:06:11,514 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-28 02:06:11,514 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-28 02:06:11,515 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-28 02:06:14,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-05-28 02:06:17,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:17.486 10800 INFO rally.api [-] Starting verification (UUID=a90f5f6b-f48e-4dfd-ad51-21e3e77d19a6) for deployment 'opnfv-rally' (UUID=366e8fe2-4128-4a1e-93fb-e51427b7480f) by verifier 'opnfv-tempest' (UUID=5b9dc6c0-52e9-47e8-9b4a-374183371d6c). 2018-05-28 02:06:17,488 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a90f5f6b-f48e-4dfd-ad51-21e3e77d19a6 2018-05-28 02:06:35,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:35.031 10800 INFO opnfv-tempest [-] {28} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.020s] 2018-05-28 02:06:35,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:35.361 10800 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.583s] 2018-05-28 02:06:35,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:35.402 10800 INFO opnfv-tempest [-] {24} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.694s] 2018-05-28 02:06:35,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:35.430 10800 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.069s] 2018-05-28 02:06:35,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:35.456 10800 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [1.258s] 2018-05-28 02:06:36,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:36.006 10800 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.186s] 2018-05-28 02:06:36,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:36.739 10800 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.606s] 2018-05-28 02:06:36,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:36.785 10800 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.044s] 2018-05-28 02:06:37,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:37.120 10800 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.334s] 2018-05-28 02:06:37,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:37.141 10800 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.021s] 2018-05-28 02:06:37,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:37.175 10800 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.034s] 2018-05-28 02:06:38,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:38.075 10800 INFO opnfv-tempest [-] {19} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.508s] 2018-05-28 02:06:38,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:38.198 10800 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.190s] 2018-05-28 02:06:40,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:40.145 10800 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.603s] 2018-05-28 02:06:40,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:40.343 10800 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.488s] 2018-05-28 02:06:40,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:40.439 10800 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.448s] 2018-05-28 02:06:41,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:41.538 10800 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.792s] 2018-05-28 02:06:41,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:41.572 10800 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.090s] 2018-05-28 02:06:41,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:41.599 10800 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.457s] 2018-05-28 02:06:41,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:41.657 10800 INFO opnfv-tempest [-] {25} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.543s] 2018-05-28 02:06:41,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:41.762 10800 INFO opnfv-tempest [-] {25} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.107s] 2018-05-28 02:06:41,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:41.879 10800 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.340s] 2018-05-28 02:06:42,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:42.288 10800 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.689s] 2018-05-28 02:06:42,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:42.425 10800 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.852s] 2018-05-28 02:06:42,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:42.729 10800 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.439s] 2018-05-28 02:06:42,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:42.993 10800 INFO opnfv-tempest [-] {30} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [1.303s] 2018-05-28 02:06:43,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:43.243 10800 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.639s] 2018-05-28 02:06:43,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:43.438 10800 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.237s] 2018-05-28 02:06:43,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:43.736 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.062s] 2018-05-28 02:06:43,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:43.830 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.095s] 2018-05-28 02:06:43,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:43.947 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.116s] 2018-05-28 02:06:44,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:44.015 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.069s] 2018-05-28 02:06:44,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:44.068 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.051s] 2018-05-28 02:06:44,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:44.101 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.032s] 2018-05-28 02:06:44,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:44.425 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.323s] 2018-05-28 02:06:44,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:44.576 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.151s] 2018-05-28 02:06:44,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:44.623 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.047s] 2018-05-28 02:06:44,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:44.729 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.105s] 2018-05-28 02:06:44,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:44.842 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.113s] 2018-05-28 02:06:45,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:45.014 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.172s] 2018-05-28 02:06:45,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:45.184 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.169s] 2018-05-28 02:06:45,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:45.284 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.100s] 2018-05-28 02:06:45,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:45.560 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.276s] 2018-05-28 02:06:45,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:45.878 10800 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [1.328s] 2018-05-28 02:06:46,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:46.360 10800 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.924s] 2018-05-28 02:06:46,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:46.541 10800 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.662s] 2018-05-28 02:06:46,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:46.553 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.992s] 2018-05-28 02:06:46,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:46.705 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.150s] 2018-05-28 02:06:46,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:46.862 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.157s] 2018-05-28 02:06:46,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:46.967 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.104s] 2018-05-28 02:06:47,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:47.097 10800 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.852s] 2018-05-28 02:06:47,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:47.116 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.149s] 2018-05-28 02:06:47,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:47.377 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.261s] 2018-05-28 02:06:47,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:47.544 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.167s] 2018-05-28 02:06:47,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:47.693 10800 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.147s] 2018-05-28 02:06:48,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:48.406 10800 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [8.281s] 2018-05-28 02:06:48,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:48.407 10800 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.347s] 2018-05-28 02:06:49,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:49.261 10800 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [8.262s] 2018-05-28 02:06:49,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:49.647 10800 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.837s] 2018-05-28 02:06:49,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:49.650 10800 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.242s] 2018-05-28 02:06:49,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:49.852 10800 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.755s] 2018-05-28 02:06:50,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:50.454 10800 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.637s] 2018-05-28 02:06:50,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:50.594 10800 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [10.153s] 2018-05-28 02:06:51,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:51.829 10800 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [2.181s] 2018-05-28 02:06:52,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:52.854 10800 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.024s] 2018-05-28 02:06:52,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:52.900 10800 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.072s] 2018-05-28 02:06:52,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:52.924 10800 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.023s] 2018-05-28 02:06:53,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:53.084 10800 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.159s] 2018-05-28 02:06:53,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:53.218 10800 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.134s] 2018-05-28 02:06:53,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:53.289 10800 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.069s] 2018-05-28 02:06:53,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:53.453 10800 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [3.600s] 2018-05-28 02:06:53,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:53.496 10800 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.207s] 2018-05-28 02:06:53,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:53.681 10800 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.184s] 2018-05-28 02:06:53,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:53.801 10800 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.119s] 2018-05-28 02:06:53,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:53.923 10800 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.122s] 2018-05-28 02:06:54,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:54.079 10800 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.155s] 2018-05-28 02:06:54,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:54.918 10800 INFO opnfv-tempest [-] {38} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.936s] 2018-05-28 02:06:55,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:55.153 10800 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [8.790s] 2018-05-28 02:06:57,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:57.031 10800 INFO opnfv-tempest [-] {38} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.113s] 2018-05-28 02:06:57,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:57.188 10800 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.735s] 2018-05-28 02:06:58,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:58.432 10800 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.282s] 2018-05-28 02:06:58,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:58.656 10800 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.224s] 2018-05-28 02:06:59,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:59.490 10800 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.316s] 2018-05-28 02:06:59,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:59.667 10800 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.177s] 2018-05-28 02:06:59,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:59.730 10800 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [4.577s] 2018-05-28 02:06:59,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:59.805 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [9.594s] 2018-05-28 02:06:59,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:06:59.950 10800 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.282s] 2018-05-28 02:07:01,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:01.469 10800 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.519s] 2018-05-28 02:07:01,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:01.750 10800 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.279s] 2018-05-28 02:07:02,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:02.593 10800 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [5.402s] 2018-05-28 02:07:03,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:03.577 10800 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [1.826s] 2018-05-28 02:07:03,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:03.649 10800 INFO opnfv-tempest [-] {27} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [23.195s] 2018-05-28 02:07:03,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:03.721 10800 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.143s] 2018-05-28 02:07:03,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:03.999 10800 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.277s] 2018-05-28 02:07:04,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:04.115 10800 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.420s] 2018-05-28 02:07:04,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:04.155 10800 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.155s] 2018-05-28 02:07:04,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:04.355 10800 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.199s] 2018-05-28 02:07:04,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:04.553 10800 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.197s] 2018-05-28 02:07:04,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:04.898 10800 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.345s] 2018-05-28 02:07:05,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:05.190 10800 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.291s] 2018-05-28 02:07:05,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:05.307 10800 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.715s] 2018-05-28 02:07:05,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:05.394 10800 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.204s] 2018-05-28 02:07:05,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:05.920 10800 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.525s] 2018-05-28 02:07:05,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:05.922 10800 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.508s] 2018-05-28 02:07:05,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:05.950 10800 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.642s] 2018-05-28 02:07:06,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:06.000 10800 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.075s] 2018-05-28 02:07:06,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:06.081 10800 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.129s] 2018-05-28 02:07:06,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:06.127 10800 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.046s] 2018-05-28 02:07:06,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:06.183 10800 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [17.779s] 2018-05-28 02:07:06,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:06.204 10800 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.077s] 2018-05-28 02:07:06,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:06.384 10800 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.385s] 2018-05-28 02:07:06,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:06.422 10800 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.037s] 2018-05-28 02:07:06,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:06.464 10800 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.041s] 2018-05-28 02:07:06,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:06.578 10800 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.113s] 2018-05-28 02:07:06,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:06.904 10800 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.326s] 2018-05-28 02:07:07,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:07.676 10800 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [7.944s] 2018-05-28 02:07:07,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:07.779 10800 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.873s] 2018-05-28 02:07:08,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:08.205 10800 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.531s] 2018-05-28 02:07:08,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:08.378 10800 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.597s] 2018-05-28 02:07:08,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:08.423 10800 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.045s] 2018-05-28 02:07:08,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:08.569 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [8.763s] 2018-05-28 02:07:08,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:08.809 10800 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.385s] 2018-05-28 02:07:10,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:10.350 10800 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.768s] 2018-05-28 02:07:11,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:11.040 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [3.654s] 2018-05-28 02:07:11,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:11.388 10800 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [1.038s] 2018-05-28 02:07:12,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:12.296 10800 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.906s] 2018-05-28 02:07:13,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:13.959 10800 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.662s] 2018-05-28 02:07:13,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:13.990 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [2.948s] 2018-05-28 02:07:14,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:14.585 10800 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [8.401s] 2018-05-28 02:07:15,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:15.705 10800 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [1.117s] 2018-05-28 02:07:15,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:15.761 10800 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.801s] 2018-05-28 02:07:15,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:15.928 10800 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.222s] 2018-05-28 02:07:16,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:16.076 10800 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [11.960s] 2018-05-28 02:07:16,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:16.256 10800 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.327s] 2018-05-28 02:07:16,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:16.548 10800 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.293s] 2018-05-28 02:07:16,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:16.729 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [8.159s] 2018-05-28 02:07:16,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:16.990 10800 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.229s] 2018-05-28 02:07:17,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:17.751 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [3.761s] 2018-05-28 02:07:20,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:20.272 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [2.521s] 2018-05-28 02:07:22,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:22.344 10800 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [33.078s] 2018-05-28 02:07:23,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:23.221 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [2.947s] 2018-05-28 02:07:24,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:24.210 10800 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [33.751s] 2018-05-28 02:07:26,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:26.462 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [3.240s] 2018-05-28 02:07:27,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:27.197 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.735s] 2018-05-28 02:07:27,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:27.944 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [11.214s] 2018-05-28 02:07:28,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:28.179 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.981s] 2018-05-28 02:07:28,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:28.375 10800 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [1.026s] 2018-05-28 02:07:29,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:29.438 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.259s] 2018-05-28 02:07:29,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:29.639 10800 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [1.263s] 2018-05-28 02:07:30,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:30.745 10800 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [1.105s] 2018-05-28 02:07:32,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:32.025 10800 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [1.281s] 2018-05-28 02:07:32,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:32.141 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [2.702s] 2018-05-28 02:07:32,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:32.968 10800 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.943s] 2018-05-28 02:07:33,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:33.196 10800 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.226s] 2018-05-28 02:07:33,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:33.422 10800 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.226s] 2018-05-28 02:07:33,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:33.726 10800 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.302s] 2018-05-28 02:07:33,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:33.941 10800 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.214s] 2018-05-28 02:07:34,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:34.023 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [1.881s] 2018-05-28 02:07:34,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:34.150 10800 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.209s] 2018-05-28 02:07:34,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:34.599 10800 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.449s] 2018-05-28 02:07:34,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:34.974 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.948s] 2018-05-28 02:07:35,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:35.798 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.826s] 2018-05-28 02:07:37,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:37.974 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [2.174s] 2018-05-28 02:07:38,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:38.439 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.466s] 2018-05-28 02:07:39,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:39.223 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.783s] 2018-05-28 02:07:39,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:39.727 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.503s] 2018-05-28 02:07:40,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:40.207 10800 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.480s] 2018-05-28 02:07:41,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:41.483 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [13.537s] 2018-05-28 02:07:55,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:07:55.361 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [13.877s] 2018-05-28 02:08:04,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:04.392 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [9.030s] 2018-05-28 02:08:10,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:10.182 10800 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [45.965s] 2018-05-28 02:08:18,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:18.498 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [14.105s] 2018-05-28 02:08:26,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:26.768 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [8.269s] 2018-05-28 02:08:27,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:27.550 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.781s] 2018-05-28 02:08:28,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:28.298 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.747s] 2018-05-28 02:08:28,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:28.623 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.325s] 2018-05-28 02:08:28,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:28.806 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.183s] 2018-05-28 02:08:29,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:29.146 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.340s] 2018-05-28 02:08:29,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:29.761 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.612s] 2018-05-28 02:08:29,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:29.872 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.111s] 2018-05-28 02:08:30,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:30.092 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.220s] 2018-05-28 02:08:33,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:33.276 10800 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [70.924s] 2018-05-28 02:08:39,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:39.223 10800 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [9.128s] 2018-05-28 02:08:46,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:46.014 10800 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [22.665s] 2018-05-28 02:08:46,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:46.244 10800 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.229s] 2018-05-28 02:08:46,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:46.846 10800 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.602s] 2018-05-28 02:08:47,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:47.050 10800 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.202s] 2018-05-28 02:08:47,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:47.051 10800 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-28 02:08:58,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:58.467 10800 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [35.575s] 2018-05-28 02:08:58,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:58.496 10800 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [25.222s] 2018-05-28 02:08:58,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:58.606 10800 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.139s] 2018-05-28 02:08:59,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:59.070 10800 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.463s] 2018-05-28 02:08:59,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:59.292 10800 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.221s] 2018-05-28 02:08:59,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:08:59.293 10800 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-28 02:09:10,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:09:10.753 10800 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [60.002s] 2018-05-28 02:10:01,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:10:01.622 10800 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [188.748s] 2018-05-28 02:10:17,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:10:17.632 10800 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [188.053s] 2018-05-28 02:10:18,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:10:18.942 10800 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.313s] 2018-05-28 02:10:22,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:10:22.114 10800 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [71.361s] 2018-05-28 02:10:28,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:10:28.061 10800 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [89.557s] 2018-05-28 02:10:34,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:10:34.623 10800 INFO opnfv-tempest [-] {26} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [184.386s] 2018-05-28 02:11:02,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:11:02.427 10800 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [40.309s] 2018-05-28 02:11:10,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:11:10.696 10800 INFO opnfv-tempest [-] {26} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [36.069s] 2018-05-28 02:11:33,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:11:33.201 10800 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [30.772s] 2018-05-28 02:11:57,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a90f5f6b-f48e-4dfd-ad51-21e3e77d19a6']'. 2018-05-28 02:11:58,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-28 02:11:58,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-28 02:11:58,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-28 02:11:58,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a90f5f6b-f48e-4dfd-ad51-21e3e77d19a6 | 2018-05-28 02:11:58,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-28 02:11:58,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-28 02:06:17 | 2018-05-28 02:11:58,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-28 02:11:57 | 2018-05-28 02:11:58,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:40 | 2018-05-28 02:11:58,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-28 02:11:58,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-28 02:11:58,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5b9dc6c0-52e9-47e8-9b4a-374183371d6c) | 2018-05-28 02:11:58,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-28 02:11:58,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 366e8fe2-4128-4a1e-93fb-e51427b7480f) | 2018-05-28 02:11:58,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 204 | 2018-05-28 02:11:58,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 303.633 | 2018-05-28 02:11:58,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 204 | 2018-05-28 02:11:58,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-28 02:11:58,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-28 02:11:58,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-28 02:11:58,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-28 02:11:58,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-28 02:11:58,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-28 02:11:58,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-05-28 02:12:06,926 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-28 02:12:06,927 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 06:06 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-28 02:12:06,929 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-28 02:12:07,006 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-28 02:12:07,006 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-28 02:12:07,006 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-28 02:12:10,179 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-28 02:12:09.956 11027 INFO rally.deployment.engine [-] Deployment 366e8fe2-4128-4a1e-93fb-e51427b7480f | Starting: Destroy cloud and free allocated resources. 2018-05-28 02:12:09.970 11027 INFO rally.deployment.engine [-] Deployment 366e8fe2-4128-4a1e-93fb-e51427b7480f | Completed: Destroy cloud and free allocated resources. 2018-05-28 02:12:10.003 11027 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=5b9dc6c0-52e9-47e8-9b4a-374183371d6c) for deployment 'opnfv-rally'. 2018-05-28 02:12:10.021 11027 INFO rally.api [-] Deleting verification (UUID=a90f5f6b-f48e-4dfd-ad51-21e3e77d19a6). 2018-05-28 02:12:10.024 11027 INFO rally.api [-] Verification has been successfully deleted! 2018-05-28 02:12:10.025 11027 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=5b9dc6c0-52e9-47e8-9b4a-374183371d6c). 2018-05-28 02:12:10.032 11027 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-28 02:12:13,221 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-28 02:12:13.074 11030 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=45ea80ad-029a-4b03-b442-c97909bfe5fb) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 45ea80ad-029a-4b03-b442-c97909bfe5fb | 2018-05-28T02:12:13 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 45ea80ad-029a-4b03-b442-c97909bfe5fb ~/.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-28 02:12:18,231 - 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-28 02:12:18,232 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-28 02:12:21,272 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-28 02:12:21.052 11036 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=5b9dc6c0-52e9-47e8-9b4a-374183371d6c). 2018-05-28 02:12:21.159 11036 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-28 02:12:25,359 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-28 02:12:24.075 11039 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-28 02:12:24.128 11039 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-28 02:12:25.216 11039 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d905beba-3e8a-42e2-99c3-d08365262abf) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d905beba-3e8a-42e2-99c3-d08365262abf) as the default verifier for the future CLI operations. 2018-05-28 02:12:29,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-645d0310-f779-4247-a344-b46b30b53bee' 2018-05-28 02:12:30,847 - 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-28T02:12:30Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'09708375-6ab3-414e-ae97-8021e89e34d1', u'provider:segmentation_id': 45, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-645d0310-f779-4247-a344-b46b30b53bee', u'admin_state_up': True, u'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', u'created_at': u'2018-05-28T02:12:30Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299'}) 2018-05-28 02:12:31,601 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-28T02:12:31Z', 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'b33c1e1e-2864-4b25-9d92-405f44b5f3e6', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-645d0310-f779-4247-a344-b46b30b53bee', u'enable_dhcp': True, u'network_id': u'09708375-6ab3-414e-ae97-8021e89e34d1', u'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', u'created_at': u'2018-05-28T02:12:31Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299'}) 2018-05-28 02:12:31,601 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-28 02:12:31,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-645d0310-f779-4247-a344-b46b30b53bee' 2018-05-28 02:12:33,117 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-645d0310-f779-4247-a344-b46b30b53bee', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-28T02:12:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/57cc4985-6fb4-4169-acd5-2c32cf425cc8/file', u'owner': u'f36c4d8d4ebb40649fe64b18abc6e299', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'57cc4985-6fb4-4169-acd5-2c32cf425cc8', u'size': None, u'name': u'Cirros-0.4.0-645d0310-f779-4247-a344-b46b30b53bee', u'checksum': None, u'self': u'/v2/images/57cc4985-6fb4-4169-acd5-2c32cf425cc8', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-28T02:12:31Z', u'schema': u'/v2/schemas/image'}) 2018-05-28 02:12:33,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-645d0310-f779-4247-a344-b46b30b53bee' 2018-05-28 02:12:35,138 - 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-645d0310-f779-4247-a344-b46b30b53bee', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-28T02:12:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/8e14f792-01ef-4045-b17f-9e278cdee40d/file', u'owner': u'f36c4d8d4ebb40649fe64b18abc6e299', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'8e14f792-01ef-4045-b17f-9e278cdee40d', u'size': None, u'name': u'Cirros-0.4.0-1-645d0310-f779-4247-a344-b46b30b53bee', u'checksum': None, u'self': u'/v2/images/8e14f792-01ef-4045-b17f-9e278cdee40d', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-28T02:12:33Z', u'schema': u'/v2/schemas/image'}) 2018-05-28 02:12:35,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-28 02:12:35,265 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-645d0310-f779-4247-a344-b46b30b53bee', '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'f36c4d8d4ebb40649fe64b18abc6e299', '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'33eacab2-f14f-4f74-9f7a-24d43625741b', 'swap': 0}) 2018-05-28 02:12:35,401 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-645d0310-f779-4247-a344-b46b30b53bee', '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'f36c4d8d4ebb40649fe64b18abc6e299', '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'0c732ff6-5af9-4876-951b-98b92a4934fe', 'swap': 0}) 2018-05-28 02:12:40,072 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-28 02:12:38.503 11058 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d905beba-3e8a-42e2-99c3-d08365262abf) for deployment 'opnfv-rally' (UUID=45ea80ad-029a-4b03-b442-c97909bfe5fb). 2018-05-28 02:12:39.917 11058 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d905beba-3e8a-42e2-99c3-d08365262abf) has been successfully configured for deployment 'opnfv-rally' (UUID=45ea80ad-029a-4b03-b442-c97909bfe5fb)! 2018-05-28 02:12:40,073 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-28 02:12:40,073 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-28 02:12:40,074 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-28 02:12:40,078 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-28 02:12:44,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d905beba-3e8a-42e2-99c3-d08365262abf/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-05-28 02:12:44,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-05-28 02:12:47,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 02:12:47.441 11067 INFO rally.api [-] Starting verification (UUID=11c4e57a-25f5-4f90-ba52-47c86ef8a4d9) for deployment 'opnfv-rally' (UUID=45ea80ad-029a-4b03-b442-c97909bfe5fb) by verifier 'opnfv-tempest' (UUID=d905beba-3e8a-42e2-99c3-d08365262abf). 2018-05-28 02:12:47,442 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 11c4e57a-25f5-4f90-ba52-47c86ef8a4d9 2018-05-28 02:17:11,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '11c4e57a-25f5-4f90-ba52-47c86ef8a4d9']'. 2018-05-28 02:17:12,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-28 02:17:12,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-28 02:17:12,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-28 02:17:12,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 11c4e57a-25f5-4f90-ba52-47c86ef8a4d9 | 2018-05-28 02:17:12,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-28 02:17:12,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-28 02:12:47 | 2018-05-28 02:17:12,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-28 02:17:11 | 2018-05-28 02:17:12,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:24 | 2018-05-28 02:17:12,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-28 02:17:12,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-28 02:17:12,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d905beba-3e8a-42e2-99c3-d08365262abf) | 2018-05-28 02:17:12,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-28 02:17:12,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 45ea80ad-029a-4b03-b442-c97909bfe5fb) | 2018-05-28 02:17:12,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-28 02:17:12,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 224.235 | 2018-05-28 02:17:12,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 132 | 2018-05-28 02:17:12,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 155 | 2018-05-28 02:17:12,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-28 02:17:12,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-28 02:17:12,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-28 02:17:12,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-28 02:17:12,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-28 02:17:12,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-28 02:17:19,164 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-28 02:17:19,164 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 04:49 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-28 02:17:19,168 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-28 02:17:21,383 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-28 03:33:07,945 - 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 4546.517s OK 2018-05-28 03:33:08,515 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-28 03:33:08,515 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 75:47 | PASS | +---------------------+------------------+------------------+----------------+ 2018-05-28 03:33:08,518 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-28 03:33:08,587 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-28 03:33:08,587 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-28 03:33:08,588 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-28 03:33:11,790 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-28 03:33:11.558 11456 INFO rally.deployment.engine [-] Deployment 45ea80ad-029a-4b03-b442-c97909bfe5fb | Starting: Destroy cloud and free allocated resources. 2018-05-28 03:33:11.571 11456 INFO rally.deployment.engine [-] Deployment 45ea80ad-029a-4b03-b442-c97909bfe5fb | Completed: Destroy cloud and free allocated resources. 2018-05-28 03:33:11.610 11456 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=d905beba-3e8a-42e2-99c3-d08365262abf) for deployment 'opnfv-rally'. 2018-05-28 03:33:11.636 11456 INFO rally.api [-] Deleting verification (UUID=11c4e57a-25f5-4f90-ba52-47c86ef8a4d9). 2018-05-28 03:33:11.639 11456 INFO rally.api [-] Verification has been successfully deleted! 2018-05-28 03:33:11.640 11456 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d905beba-3e8a-42e2-99c3-d08365262abf). 2018-05-28 03:33:11.646 11456 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-28 03:33:14,892 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-28 03:33:14.758 11459 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f33d8cff-cdf9-4057-98b7-86e8d625cf64) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f33d8cff-cdf9-4057-98b7-86e8d625cf64 | 2018-05-28T03:33:14 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f33d8cff-cdf9-4057-98b7-86e8d625cf64 ~/.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-28 03:33:20,063 - 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-28 03:33:20,063 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-28 03:33:23,126 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-28 03:33:22.879 11465 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=d905beba-3e8a-42e2-99c3-d08365262abf). 2018-05-28 03:33:23.009 11465 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-28 03:33:27,454 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-28 03:33:26.078 11468 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-28 03:33:26.131 11468 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-28 03:33:27.313 11468 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fbf7026c-1962-4c17-91b7-b653cbbd4b5a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=fbf7026c-1962-4c17-91b7-b653cbbd4b5a) as the default verifier for the future CLI operations. 2018-05-28 03:33:31,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-478fe7a6-2f7c-4fe0-84c1-dfaa62469c89' 2018-05-28 03:33:33,619 - 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-28T03:33:33Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'47bbce08-2acf-452a-b114-28d5caf691c0', u'provider:segmentation_id': 91, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-478fe7a6-2f7c-4fe0-84c1-dfaa62469c89', u'admin_state_up': True, u'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', u'created_at': u'2018-05-28T03:33:33Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299'}) 2018-05-28 03:33:34,390 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-28T03:33:33Z', 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'61e3bca9-fd95-4d82-9aee-ef7ae00ea295', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-478fe7a6-2f7c-4fe0-84c1-dfaa62469c89', u'enable_dhcp': True, u'network_id': u'47bbce08-2acf-452a-b114-28d5caf691c0', u'tenant_id': u'f36c4d8d4ebb40649fe64b18abc6e299', u'created_at': u'2018-05-28T03:33:33Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'f36c4d8d4ebb40649fe64b18abc6e299'}) 2018-05-28 03:33:34,391 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-28 03:33:34,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-478fe7a6-2f7c-4fe0-84c1-dfaa62469c89' 2018-05-28 03:33:36,410 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-478fe7a6-2f7c-4fe0-84c1-dfaa62469c89', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-28T03:33:34Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/f26daf24-2b44-42c4-a72a-da83646a7bb6/file', u'owner': u'f36c4d8d4ebb40649fe64b18abc6e299', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'f26daf24-2b44-42c4-a72a-da83646a7bb6', u'size': None, u'name': u'Cirros-0.4.0-478fe7a6-2f7c-4fe0-84c1-dfaa62469c89', u'checksum': None, u'self': u'/v2/images/f26daf24-2b44-42c4-a72a-da83646a7bb6', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-28T03:33:34Z', u'schema': u'/v2/schemas/image'}) 2018-05-28 03:33:36,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-478fe7a6-2f7c-4fe0-84c1-dfaa62469c89' 2018-05-28 03:33:37,414 - 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-478fe7a6-2f7c-4fe0-84c1-dfaa62469c89', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-28T03:33:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/15b0a8c9-f502-4490-b284-241c9543747e/file', u'owner': u'f36c4d8d4ebb40649fe64b18abc6e299', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'15b0a8c9-f502-4490-b284-241c9543747e', u'size': None, u'name': u'Cirros-0.4.0-1-478fe7a6-2f7c-4fe0-84c1-dfaa62469c89', u'checksum': None, u'self': u'/v2/images/15b0a8c9-f502-4490-b284-241c9543747e', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-28T03:33:36Z', u'schema': u'/v2/schemas/image'}) 2018-05-28 03:33:37,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-28 03:33:37,610 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-478fe7a6-2f7c-4fe0-84c1-dfaa62469c89', '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'f36c4d8d4ebb40649fe64b18abc6e299', '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'c3b6db7e-c407-461e-b43c-05d722070865', 'swap': 0}) 2018-05-28 03:33:37,826 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-478fe7a6-2f7c-4fe0-84c1-dfaa62469c89', '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'f36c4d8d4ebb40649fe64b18abc6e299', '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'8d4046c1-1c56-41e2-9204-14d3ae81b95c', 'swap': 0}) 2018-05-28 03:33:42,599 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-28 03:33:40.878 11487 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fbf7026c-1962-4c17-91b7-b653cbbd4b5a) for deployment 'opnfv-rally' (UUID=f33d8cff-cdf9-4057-98b7-86e8d625cf64). 2018-05-28 03:33:42.446 11487 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fbf7026c-1962-4c17-91b7-b653cbbd4b5a) has been successfully configured for deployment 'opnfv-rally' (UUID=f33d8cff-cdf9-4057-98b7-86e8d625cf64)! 2018-05-28 03:33:42,601 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-28 03:33:42,602 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-28 03:33:42,603 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-28 03:33:42,607 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-28 03:33:46,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-fbf7026c-1962-4c17-91b7-b653cbbd4b5a/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-28 03:33:46,552 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-28 03:33:46,568 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-28 03:33:46,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-05-28 03:33:49,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-28 03:33:49.496 11496 INFO rally.api [-] Starting verification (UUID=a667297c-6fd7-41f5-b06a-48b5ae8f512a) for deployment 'opnfv-rally' (UUID=f33d8cff-cdf9-4057-98b7-86e8d625cf64) by verifier 'opnfv-tempest' (UUID=fbf7026c-1962-4c17-91b7-b653cbbd4b5a). 2018-05-28 03:33:49,497 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a667297c-6fd7-41f5-b06a-48b5ae8f512a 2018-05-28 03:37:09,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a667297c-6fd7-41f5-b06a-48b5ae8f512a']'. 2018-05-28 03:37:10,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-28 03:37:10,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-28 03:37:10,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-28 03:37:10,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a667297c-6fd7-41f5-b06a-48b5ae8f512a | 2018-05-28 03:37:10,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-28 03:37:10,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-28 03:33:49 | 2018-05-28 03:37:10,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-28 03:37:09 | 2018-05-28 03:37:10,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:20 | 2018-05-28 03:37:10,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-28 03:37:10,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-28 03:37:10,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: fbf7026c-1962-4c17-91b7-b653cbbd4b5a) | 2018-05-28 03:37:10,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-28 03:37:10,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f33d8cff-cdf9-4057-98b7-86e8d625cf64) | 2018-05-28 03:37:10,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-28 03:37:10,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 181.202 | 2018-05-28 03:37:10,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-05-28 03:37:10,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-28 03:37:10,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-28 03:37:10,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-28 03:37:10,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-28 03:37:10,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-28 03:37:10,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-28 03:37:10,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-05-28 03:37:17,172 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-28 03:37:17,172 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:45 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-05-28 03:37:17,176 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:31 | PASS | | vping_userdata | functest | smoke | 01:09 | PASS | | tempest_smoke_serial | functest | smoke | 27:02 | FAIL | | rally_sanity | functest | smoke | 39:47 | FAIL | | refstack_defcore | functest | smoke | 06:06 | PASS | | patrole | functest | smoke | 04:49 | PASS | | snaps_smoke | functest | smoke | 75:47 | PASS | | neutron_trunk | functest | smoke | 03:45 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-28 03:37:17,181 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-28 03:38:22,336 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-279 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | compass | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual3 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-28 03:38:22,339 - 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='fe787edc32a5a180b04a8acacacb0e6b7231c6813e2921e8f' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-28 03:38:22,339 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-28 03:38:22,340 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+---------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+---------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+---------------------------+ 2018-05-28 03:38:22,341 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-28 03:38:22,341 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-05-28 03:38:22,834 - xtesting.core.feature - ERROR - barometer FAILED Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/feature.py", line 102, in run if self.execute(**kwargs) == 0: File "/usr/lib/python2.7/site-packages/baro_tests/barometer.py", line 24, in execute return collectd.main(self.__logger) File "/usr/lib/python2.7/site-packages/baro_tests/collectd.py", line 742, in main get_ssh_keys() File "/usr/lib/python2.7/site-packages/baro_tests/collectd.py", line 713, in get_ssh_keys 'apex', APEX_IP, APEX_USER, APEX_PKEY) File "/usr/lib/python2.7/site-packages/opnfv/deployment/factory.py", line 41, in get_handler pkey_file=pkey_file) File "/usr/lib/python2.7/site-packages/opnfv/deployment/apex/adapter.py", line 26, in __init__ pkey_file=pkey_file) File "/usr/lib/python2.7/site-packages/opnfv/deployment/manager.py", line 332, in __init__ 'Cannot establish connection to the installer node!') Exception: Cannot establish connection to the installer node! 2018-05-28 03:38:22,838 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-05-28 03:38:23,429 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-28 03:38:23,429 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 00:00 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-05-28 03:38:23,432 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-05-28 03:38:23,432 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | barometercollectd | barometer | features | 00:00 | FAIL | | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-28 03:38:23,435 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-28 03:38:33,020 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-279 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | compass | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual3 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-28 03:38:33,023 - 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='fe787edc32a5a180b04a8acacacb0e6b7231c6813e2921e8f' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.16.1.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.16.1.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-05-28 03:38:33,023 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-28 03:38:33,024 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-05-28 03:38:33,025 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-28 03:38:33,025 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-05-28 03:42:36,451 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-05-28 03:42:36,998 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-28 03:42:36,999 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 04:03 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-05-28 03:42:37,001 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 04:03 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-28 03:42:37,001 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK