2018-05-26 22:36:51,134 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-272 | | 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-kvm-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual3 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-26 22:36:51,137 - 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='33efa1d54d7991941141a0764369cd1d933cf563418' 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-26 22:36:51,137 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-26 22:36:51,138 - 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-26 22:36:51,140 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-26 22:36:51,140 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-26 22:36:54,357 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-26 22:37:15,722 - 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 21.359s OK 2018-05-26 22:37:16,306 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 22:37:16,307 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:21 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-26 22:37:16,308 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-26 22:37:19,016 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-26 22:51:20,529 - 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 841.482s OK 2018-05-26 22:51:21,105 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 22:51:21,106 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 14:01 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-26 22:51:21,108 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-26 22:51:22,240 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-26 22:52:17,831 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 55.589s OK 2018-05-26 22:52:18,376 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 22:52:18,377 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:56 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-26 22:52:18,379 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:21 | PASS | | api_check | functest | healthcheck | 14:01 | PASS | | snaps_health_check | functest | healthcheck | 00:56 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-26 22:52:18,381 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-26 22:53:10,370 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-272 | | 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-kvm-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual3 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-26 22:53:10,373 - 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='33efa1d54d7991941141a0764369cd1d933cf563418' 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-26 22:53:10,373 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-26 22:53:10,374 - 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-26 22:53:10,375 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-26 22:53:10,375 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-26 22:53:13,253 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'e2fcb466-9045-477e-a152-6532eb43ccd9'], u'description': u'', u'provider:physical_network': u'physnet', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-26T22:34:15Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'e4e72ffc-1883-4c0f-b182-8f79593a14d3', 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'152b5fb5606344939fe7045d845ba02d', u'created_at': u'2018-05-26T22:34:08Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'152b5fb5606344939fe7045d845ba02d'}) 2018-05-26 22:53:14,586 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual3 2018-05-26 22:53:14,586 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-26 22:53:15,675 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual3 2018-05-26 22:53:15,675 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-26 22:53:15,676 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-26 22:53:17,101 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin virtual environment setup 2018-05-26 22:53:17,101 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - vPing Start Time:'2018-05-26 22:53:17' 2018-05-26 22:53:17,101 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating image with name: 'functest-vping--d17a6a8f-8fe9-4618-9743-4881d0bc491c' 2018-05-26 22:53:17,101 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Image metadata: None 2018-05-26 22:53:18,922 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--d17a6a8f-8fe9-4618-9743-4881d0bc491c', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-26T22:53:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/4a247e68-8840-423a-a4c4-02db6cc4995c/file', u'owner': u'152b5fb5606344939fe7045d845ba02d', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'4a247e68-8840-423a-a4c4-02db6cc4995c', u'size': None, u'name': u'functest-vping--d17a6a8f-8fe9-4618-9743-4881d0bc491c', u'checksum': None, u'self': u'/v2/images/4a247e68-8840-423a-a4c4-02db6cc4995c', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-26T22:53:17Z', u'schema': u'/v2/schemas/image'}) 2018-05-26 22:53:18,922 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating network with name: 'vping-net-d17a6a8f-8fe9-4618-9743-4881d0bc491c' 2018-05-26 22:53:19,333 - 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-26T22:53:19Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'57410a87-2e7c-44d2-b14e-0f6f0b6e3106', u'provider:segmentation_id': 7, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-d17a6a8f-8fe9-4618-9743-4881d0bc491c', u'admin_state_up': True, u'tenant_id': u'152b5fb5606344939fe7045d845ba02d', u'created_at': u'2018-05-26T22:53:19Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'152b5fb5606344939fe7045d845ba02d'}) 2018-05-26 22:53:19,932 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-26T22:53:19Z', 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'03f394b6-3179-44ca-bf26-75ca4a865177', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-d17a6a8f-8fe9-4618-9743-4881d0bc491c', u'enable_dhcp': True, u'network_id': u'57410a87-2e7c-44d2-b14e-0f6f0b6e3106', u'tenant_id': u'152b5fb5606344939fe7045d845ba02d', u'created_at': u'2018-05-26T22:53:19Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'152b5fb5606344939fe7045d845ba02d'}) 2018-05-26 22:53:19,932 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating router with name: 'vping-router-d17a6a8f-8fe9-4618-9743-4881d0bc491c' 2018-05-26 22:53:27,818 - 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-26T22:53:22Z', u'revision_number': 2, u'ha': True, u'id': u'b106b607-1da9-412e-b571-9059858b3057', u'external_gateway_info': {u'network_id': u'e4e72ffc-1883-4c0f-b182-8f79593a14d3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e2fcb466-9045-477e-a152-6532eb43ccd9', u'ip_address': u'192.16.1.108'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-router-d17a6a8f-8fe9-4618-9743-4881d0bc491c', u'admin_state_up': True, u'tenant_id': u'152b5fb5606344939fe7045d845ba02d', u'created_at': u'2018-05-26T22:53:20Z', u'flavor_id': None, u'routes': [], u'project_id': u'152b5fb5606344939fe7045d845ba02d'}) 2018-05-26 22:53:30,841 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating flavor with name: 'vping-flavor-d17a6a8f-8fe9-4618-9743-4881d0bc491c' 2018-05-26 22:53:30,941 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - flavor: Munch({'name': u'vping-flavor-d17a6a8f-8fe9-4618-9743-4881d0bc491c', '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'152b5fb5606344939fe7045d845ba02d', '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'06ae6289-f914-4112-a162-a577b7db20a6', 'swap': 0}) 2018-05-26 22:53:31,879 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-d17a6a8f-8fe9-4618-9743-4881d0bc491c' 2018-05-26 22:53:46,120 - 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-d17a6a8f-8fe9-4618-9743-4881d0bc491c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e4:86:31', u'version': 4, u'addr': u'192.168.130.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'4a247e68-8840-423a-a4c4-02db6cc4995c'}), 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-26T22:53:43.000000', 'flavor': Munch({u'id': u'06ae6289-f914-4112-a162-a577b7db20a6'}), 'az': u'nova', 'id': u'bb8ce0e4-ac92-4b39-a4c2-35f502260990', 'security_groups': [Munch({u'name': u'vping-sg-d17a6a8f-8fe9-4618-9743-4881d0bc491c'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6ad6343a7ed44bf18cc7c24f52caaf81', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'152b5fb5606344939fe7045d845ba02d', '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-26T22:53:43.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-26T22:53:44Z', 'hostId': u'018794543e317ccc21259b69186ceeb684eabefc57d8df42fa77f5b8', u'OS-EXT-SRV-ATTR:host': u'host4', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.5', 'cloud': 'envvars', 'host_id': u'018794543e317ccc21259b69186ceeb684eabefc57d8df42fa77f5b8', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host4', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000026', u'OS-SRV-USG:launched_at': u'2018-05-26T22:53:43.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host4', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'152b5fb5606344939fe7045d845ba02d', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host4', 'name': u'opnfv-vping-1-d17a6a8f-8fe9-4618-9743-4881d0bc491c', 'adminPass': u'68SLSmfsNbXt', 'tenant_id': u'152b5fb5606344939fe7045d845ba02d', 'region': 'RegionOne', 'created': u'2018-05-26T22:53:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-26 22:53:48,542 - 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_ 2018-05-26 22:53:48,542 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating keypair with name: 'vping-keypair-d17a6a8f-8fe9-4618-9743-4881d0bc491c' 2018-05-26 22:53:48,934 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD4LgQQojUpRZts3zQxbAtA7wxglJwqnhEh0Fkb295nLvnYuz7k6Jk6hv4xLTik6sY69557z16Nlo9GVY/swfiYEGWmJPd4HvhOHTqYvHKVdDNL5e8vOdMeg8WSJxWJsRmlTyR5RtGMbPqj1xL+NlEiUm2XNPgiHKNDOigK02sOjUEn2DZiXfghMZuafhbgyfviy5qHE2W1fMl93qqAdaqqbaKP7eSuCO0FtOghPCgTueGApFg83WvZpMYU/F2ZX4bBXmNTmSvtX+soq8uFtqUkKmGwQs7juRP4ghF2dUoSaqzNkfVKQeLu8l5yLJLJWQR8oqZNSD4p5raePHsgH1/7 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA+C4EEKI1KUWbbN80MWwLQO8MYJScKp4RIdBZG9veZy752Ls+\n5OiZOob+MS04pOrGOveee89ejZaPRlWP7MH4mBBlpiT3eB74Th06mLxylXQzS+Xv\nLznTHoPFkicVibEZpU8keUbRjGz6o9cS/jZRIlJtlzT4IhyjQzooCtNrDo1BJ9g2\nYl34ITGbmn4W4Mn74suahxNltXzJfd6qgHWqqm2ij+3krgjtBbToITwoE7nhgKRY\nPN1r2aTGFPxdmV+GwV5jU5kr7V/rKKvLhbalJCphsELO47kT+IIRdnVKEmqszZH1\nSkHi7vJeciySyVkEfKKmTUg+Kea2njx7IB9f+wIDAQABAoIBAD1X6mtOHMPJz8QW\nW6lHonR3YeDRetRR47wu6oenTg7FHr6CceZU0+MSkOwI2HJzEXJr2EGUHTP0Hg/t\ngDiuLUsw6l8pzf1j8k4kjWJJWi003qUI/Zj3uwZU3dXlUT6KhuNEb6iGZ69FFKLA\nu5IYTO+l3i68ygRsfbJVQqaCYXjj1ractjCSWyPFMNRE2z72oTx8i8ZqA8OzpvUH\noS6AoKbC+YmTYAwYVmf05RnGrxVnQZ93DyGqac45Mkxf+Nr8wXmvPbXfy0nOd1uL\ntDOUL1ejHhtX71bk865RKFLDlPUCqoBYGLhUS7CtWkNrEtt4S4Eewmb+QuhLqhOG\n4vMuJcECgYEA/LcxwHJk/AuskLgJQs2zXPJQ6m5GJgcswGMttmEsifinfyzjfuY6\n2uAgRHTk+2Jvypw0M3ilICSmI6U/yNnNnvrpuHzLkC/bTyHgEjkuWVEgBEy35VkS\nIWj60XoHsES2q/un3vkD2yF16ZFGxFHIYyH2mSKL7MRLS89RA915JqECgYEA+2e6\n+giuOSF6SWVQWI7EoSJbvZf5s3Yf83lwfO44DrxOEyHaUEvSI+e8qydHZ6trxCJU\nUfPwDP0nNaLzirKuM7g4p8mFMcTKnbuuWWYw65GDG28L//QepkXvKcybwFKt5R3L\nCEr/7DHKOetixpqpeUUkxARGfTH76Dy5A4POLRsCgYBYq6KeRsUeFq6G3LwLH4fG\nnhM8HlMotq3CF0qLyo7JHmEO414zQW73K1rHCkjp14EoEyTRxowRuio9KZc2zw0x\nshJdtBPs1I3btyQa4MtddXSJba28oEMXS/FtnKaj94gs0hD10GPE+HmZ6WpuKc/o\n0Jro4lE8UyekQurHM2d14QKBgADk0IRdDYmEdfPW2V9HOqm7/omBBdE+hUSPVPgM\nvMRIpRpqT2Vjr56TD1eobxeOQ3bSDGyyKlNRfxcwuh7vHbFvYTwvejrAEVxYM3l7\n5Iah4M5zKZ7CVm2O6BfE83TOlnGvFm60HY7QaoCkNpiwKhQVS9kqjrmZOOUNejbp\n/AyrAoGASx3thT4zZlcAFgYiSFSxjD55FEn44s0nGttKj8Y7WBq7tbRBX7haIBib\nJbxKdW/U53EJTQ6MAFsSpyQR6Vy6wdV3MChVM99+e2oOrTKsYbNIyxYbCmXK9RYn\n8mmXUYSN9wOO7IUxpYfx0+lQfBAX2adqJXRMD0gTbHKVBnQke7M=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'6ad6343a7ed44bf18cc7c24f52caaf81', 'name': u'vping-keypair-d17a6a8f-8fe9-4618-9743-4881d0bc491c', 'created_at': '2018-05-26T22:53:48.934926', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'152b5fb5606344939fe7045d845ba02d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'fingerprint': u'4f:16:da:6f:12:32:4f:6a:b5:6b:93:1b:2a:ce:91:d2', 'type': 'ssh', 'id': u'vping-keypair-d17a6a8f-8fe9-4618-9743-4881d0bc491c'}) 2018-05-26 22:53:48,935 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEA+C4EEKI1KUWbbN80MWwLQO8MYJScKp4RIdBZG9veZy752Ls+ 5OiZOob+MS04pOrGOveee89ejZaPRlWP7MH4mBBlpiT3eB74Th06mLxylXQzS+Xv LznTHoPFkicVibEZpU8keUbRjGz6o9cS/jZRIlJtlzT4IhyjQzooCtNrDo1BJ9g2 Yl34ITGbmn4W4Mn74suahxNltXzJfd6qgHWqqm2ij+3krgjtBbToITwoE7nhgKRY PN1r2aTGFPxdmV+GwV5jU5kr7V/rKKvLhbalJCphsELO47kT+IIRdnVKEmqszZH1 SkHi7vJeciySyVkEfKKmTUg+Kea2njx7IB9f+wIDAQABAoIBAD1X6mtOHMPJz8QW W6lHonR3YeDRetRR47wu6oenTg7FHr6CceZU0+MSkOwI2HJzEXJr2EGUHTP0Hg/t gDiuLUsw6l8pzf1j8k4kjWJJWi003qUI/Zj3uwZU3dXlUT6KhuNEb6iGZ69FFKLA u5IYTO+l3i68ygRsfbJVQqaCYXjj1ractjCSWyPFMNRE2z72oTx8i8ZqA8OzpvUH oS6AoKbC+YmTYAwYVmf05RnGrxVnQZ93DyGqac45Mkxf+Nr8wXmvPbXfy0nOd1uL tDOUL1ejHhtX71bk865RKFLDlPUCqoBYGLhUS7CtWkNrEtt4S4Eewmb+QuhLqhOG 4vMuJcECgYEA/LcxwHJk/AuskLgJQs2zXPJQ6m5GJgcswGMttmEsifinfyzjfuY6 2uAgRHTk+2Jvypw0M3ilICSmI6U/yNnNnvrpuHzLkC/bTyHgEjkuWVEgBEy35VkS IWj60XoHsES2q/un3vkD2yF16ZFGxFHIYyH2mSKL7MRLS89RA915JqECgYEA+2e6 +giuOSF6SWVQWI7EoSJbvZf5s3Yf83lwfO44DrxOEyHaUEvSI+e8qydHZ6trxCJU UfPwDP0nNaLzirKuM7g4p8mFMcTKnbuuWWYw65GDG28L//QepkXvKcybwFKt5R3L CEr/7DHKOetixpqpeUUkxARGfTH76Dy5A4POLRsCgYBYq6KeRsUeFq6G3LwLH4fG nhM8HlMotq3CF0qLyo7JHmEO414zQW73K1rHCkjp14EoEyTRxowRuio9KZc2zw0x shJdtBPs1I3btyQa4MtddXSJba28oEMXS/FtnKaj94gs0hD10GPE+HmZ6WpuKc/o 0Jro4lE8UyekQurHM2d14QKBgADk0IRdDYmEdfPW2V9HOqm7/omBBdE+hUSPVPgM vMRIpRpqT2Vjr56TD1eobxeOQ3bSDGyyKlNRfxcwuh7vHbFvYTwvejrAEVxYM3l7 5Iah4M5zKZ7CVm2O6BfE83TOlnGvFm60HY7QaoCkNpiwKhQVS9kqjrmZOOUNejbp /AyrAoGASx3thT4zZlcAFgYiSFSxjD55FEn44s0nGttKj8Y7WBq7tbRBX7haIBib JbxKdW/U53EJTQ6MAFsSpyQR6Vy6wdV3MChVM99+e2oOrTKsYbNIyxYbCmXK9RYn 8mmXUYSN9wOO7IUxpYfx0+lQfBAX2adqJXRMD0gTbHKVBnQke7M= -----END RSA PRIVATE KEY----- 2018-05-26 22:53:50,200 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ssh--d17a6a8f-8fe9-4618-9743-4881d0bc491c' 2018-05-26 22:54:02,764 - 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-d17a6a8f-8fe9-4618-9743-4881d0bc491c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a1:bc:45', 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'4a247e68-8840-423a-a4c4-02db6cc4995c'}), 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-26T22:53:59.000000', 'flavor': Munch({u'id': u'06ae6289-f914-4112-a162-a577b7db20a6'}), 'az': u'nova', 'id': u'20d30660-61f4-4b2c-b1c3-dd50fcb2a9a9', 'security_groups': [Munch({u'name': u'vping-sg-d17a6a8f-8fe9-4618-9743-4881d0bc491c'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6ad6343a7ed44bf18cc7c24f52caaf81', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'152b5fb5606344939fe7045d845ba02d', '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-26T22:53:59.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-26T22:54:00Z', 'hostId': u'4135482fc9c431ca40151a13096169bb874d5e7608ea9635d9ae85da', u'OS-EXT-SRV-ATTR:host': u'host5', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping-keypair-d17a6a8f-8fe9-4618-9743-4881d0bc491c', 'public_v6': '', 'private_v4': u'192.168.130.7', 'cloud': 'envvars', 'host_id': u'4135482fc9c431ca40151a13096169bb874d5e7608ea9635d9ae85da', '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-26T22:53:59.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'152b5fb5606344939fe7045d845ba02d', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host5', 'name': u'opnfv-vping-2-ssh--d17a6a8f-8fe9-4618-9743-4881d0bc491c', 'adminPass': u'ncdFWMV5VZcy', 'tenant_id': u'152b5fb5606344939fe7045d845ba02d', 'region': 'RegionOne', 'created': u'2018-05-26T22:53:51Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-26 22:54:06,754 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - floating_ip2: Munch({'status': u'DOWN', 'router_id': u'b106b607-1da9-412e-b571-9059858b3057', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'152b5fb5606344939fe7045d845ba02d', 'created_at': u'2018-05-26T22:54:05Z', 'attached': True, 'updated_at': u'2018-05-26T22:54:05Z', 'id': u'67886213-3ee4-4d47-96d3-8e48b55f95c6', 'floating_network_id': u'e4e72ffc-1883-4c0f-b182-8f79593a14d3', 'fixed_ip_address': u'192.168.130.7', 'floating_ip_address': u'192.16.1.110', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'152b5fb5606344939fe7045d845ba02d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'b106b607-1da9-412e-b571-9059858b3057', 'project_id': u'152b5fb5606344939fe7045d845ba02d', 'port_id': u'e9c4a088-8708-4191-8d86-adb264a7c3d1', 'port': u'e9c4a088-8708-4191-8d86-adb264a7c3d1', 'network': u'e4e72ffc-1883-4c0f-b182-8f79593a14d3'}) 2018-05-26 22:54:09,403 - 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.232 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976928) [ 0.028051] pid_max: default: 32768 minimum: 301 [ 0.036061] ACPI: Core revision 20150930 [ 0.045014] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.064091] Security Framework initialized [ 0.072049] Yama: becoming mindful. [ 0.080070] AppArmor: AppArmor initialized [ 0.088132] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100081] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.108376] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.116052] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.128359] Initializing cgroup subsys io [ 0.136064] Initializing cgroup subsys memory [ 0.144067] Initializing cgroup subsys devices [ 0.152059] Initializing cgroup subsys freezer [ 0.160055] Initializing cgroup subsys net_cls [ 0.168052] Initializing cgroup subsys perf_event [ 0.176078] Initializing cgroup subsys net_prio [ 0.184057] Initializing cgroup subsys hugetlb [ 0.192053] Initializing cgroup subsys pids [ 0.205823] CPU: Physical Processor ID: 0 [ 0.213534] mce: CPU supports 10 MCE banks [ 0.221795] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.228071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.679744] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 1.054442] ftrace: allocating 31920 entries in 125 pages [ 1.088475] smpboot: Max logical packages: 1 [ 1.096063] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 1.113601] x2apic enabled [ 1.116105] Switched APIC routing to physical x2apic. [ 1.148000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 1.148000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 1.160221] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 1.174720] x86: Booted up 1 node, 1 CPUs [ 1.176091] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 1.184438] devtmpfs: initialized [ 1.189963] evm: security.selinux [ 1.192070] evm: security.SMACK64 [ 1.196067] evm: security.SMACK64EXEC [ 1.200066] evm: security.SMACK64TRANSMUTE [ 1.204066] evm: security.SMACK64MMAP [ 1.208057] evm: security.ima [ 1.212056] evm: security.capability [ 1.216520] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 1.220685] pinctrl core: initialized pinctrl subsystem [ 1.228084] RTC time: 22:54:07, date: 05/26/18 [ 1.232591] NET: Registered protocol family 16 [ 1.237012] cpuidle: using governor ladder [ 1.240095] cpuidle: using governor menu [ 1.244154] PCCT header not found. [ 1.248543] ACPI: bus type PCI registered [ 1.252081] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.257195] PCI: Using configuration type 1 for base access [ 1.262396] ACPI: Added _OSI(Module Device) [ 1.264059] ACPI: Added _OSI(Processor Device) [ 1.268058] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.272054] ACPI: Added _OSI(Processor Aggregator Device) [ 1.280178] ACPI: Interpreter enabled [ 1.284073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.296093] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.308109] ACPI: (supports S0 S3 S4 S5) [ 1.312060] ACPI: Using IOAPIC for interrupt routing [ 1.316147] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.325085] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.328092] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.332081] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.336082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.340912] acpiphp: Slot [3] registered [ 1.344247] acpiphp: Slot [4] registered [ 1.348245] acpiphp: Slot [5] registered [ 1.352230] acpiphp: Slot [6] registered [ 1.356364] acpiphp: Slot [7] registered [ 1.360252] acpiphp: Slot [8] registered [ 1.364257] acpiphp: Slot [9] registered [ 1.368247] acpiphp: Slot [10] registered [ 1.372197] acpiphp: Slot [11] registered [ 1.376480] acpiphp: Slot [12] registered [ 1.380300] acpiphp: Slot [13] registered [ 1.384228] acpiphp: 2018-05-26 22:54:09,404 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin test execution 2018-05-26 22:54:12,888 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 1: cannot connect to 192.16.1.110 2018-05-26 22:54:23,007 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ssh: 2018-05-26 22:54:23,010 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ping output: >> 2018-05-26 22:54:23,016 - xtesting.energy.energy - DEBUG - Stopping recording 2018-05-26 22:54:25,586 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 22:54:25,586 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:06 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-26 22:54:50,026 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-26 22:54:51,278 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'e2fcb466-9045-477e-a152-6532eb43ccd9'], u'description': u'', u'provider:physical_network': u'physnet', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-26T22:34:15Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'e4e72ffc-1883-4c0f-b182-8f79593a14d3', 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'152b5fb5606344939fe7045d845ba02d', u'created_at': u'2018-05-26T22:34:08Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'152b5fb5606344939fe7045d845ba02d'}) 2018-05-26 22:54:51,278 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin virtual environment setup 2018-05-26 22:54:51,278 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing Start Time:'2018-05-26 22:54:51' 2018-05-26 22:54:51,278 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating image with name: 'functest-vping--22bfb660-a344-4354-96c5-c16c9f064dc7' 2018-05-26 22:54:51,278 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Image metadata: None 2018-05-26 22:54:53,478 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--22bfb660-a344-4354-96c5-c16c9f064dc7', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-26T22:54:51Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/5785bcf5-7752-47b8-9282-1f0ac36dba41/file', u'owner': u'152b5fb5606344939fe7045d845ba02d', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'5785bcf5-7752-47b8-9282-1f0ac36dba41', u'size': None, u'name': u'functest-vping--22bfb660-a344-4354-96c5-c16c9f064dc7', u'checksum': None, u'self': u'/v2/images/5785bcf5-7752-47b8-9282-1f0ac36dba41', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-26T22:54:51Z', u'schema': u'/v2/schemas/image'}) 2018-05-26 22:54:53,478 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating network with name: 'vping-net-22bfb660-a344-4354-96c5-c16c9f064dc7' 2018-05-26 22:54:54,040 - 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-26T22:54:53Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'7a99eca9-5c1f-425f-91b0-56c8ee2cddce', u'provider:segmentation_id': 44, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-22bfb660-a344-4354-96c5-c16c9f064dc7', u'admin_state_up': True, u'tenant_id': u'152b5fb5606344939fe7045d845ba02d', u'created_at': u'2018-05-26T22:54:53Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'152b5fb5606344939fe7045d845ba02d'}) 2018-05-26 22:54:54,972 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-26T22:54:54Z', 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'505bd318-56da-411f-a61b-1b3a7fa9d756', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-22bfb660-a344-4354-96c5-c16c9f064dc7', u'enable_dhcp': True, u'network_id': u'7a99eca9-5c1f-425f-91b0-56c8ee2cddce', u'tenant_id': u'152b5fb5606344939fe7045d845ba02d', u'created_at': u'2018-05-26T22:54:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'152b5fb5606344939fe7045d845ba02d'}) 2018-05-26 22:54:54,972 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating router with name: 'vping-router-22bfb660-a344-4354-96c5-c16c9f064dc7' 2018-05-26 22:55:01,882 - 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-26T22:54:57Z', u'revision_number': 3, u'ha': True, u'id': u'89f73eee-53d1-4ec1-a2de-e99ba6e28b1f', u'external_gateway_info': {u'network_id': u'e4e72ffc-1883-4c0f-b182-8f79593a14d3', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e2fcb466-9045-477e-a152-6532eb43ccd9', u'ip_address': u'192.16.1.109'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-router-22bfb660-a344-4354-96c5-c16c9f064dc7', u'admin_state_up': True, u'tenant_id': u'152b5fb5606344939fe7045d845ba02d', u'created_at': u'2018-05-26T22:54:55Z', u'flavor_id': None, u'routes': [], u'project_id': u'152b5fb5606344939fe7045d845ba02d'}) 2018-05-26 22:55:04,730 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating flavor with name: 'vping-flavor-22bfb660-a344-4354-96c5-c16c9f064dc7' 2018-05-26 22:55:04,795 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - flavor: Munch({'name': u'vping-flavor-22bfb660-a344-4354-96c5-c16c9f064dc7', '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'152b5fb5606344939fe7045d845ba02d', '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'984d7917-fbad-424e-b6c3-f4e6af727800', 'swap': 0}) 2018-05-26 22:55:05,573 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-22bfb660-a344-4354-96c5-c16c9f064dc7' 2018-05-26 22:55:18,504 - 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-22bfb660-a344-4354-96c5-c16c9f064dc7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:6c:be:4a', u'version': 4, u'addr': u'192.168.130.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5785bcf5-7752-47b8-9282-1f0ac36dba41'}), 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-26T22:55:15.000000', 'flavor': Munch({u'id': u'984d7917-fbad-424e-b6c3-f4e6af727800'}), 'az': u'nova', 'id': u'1db0ed20-3d30-4ad1-9e80-154f81d8a0da', 'security_groups': [Munch({u'name': u'vping-sg-22bfb660-a344-4354-96c5-c16c9f064dc7'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6ad6343a7ed44bf18cc7c24f52caaf81', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'152b5fb5606344939fe7045d845ba02d', '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-26T22:55:15.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-26T22:55:15Z', 'hostId': u'4135482fc9c431ca40151a13096169bb874d5e7608ea9635d9ae85da', 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.14', 'cloud': 'envvars', 'host_id': u'4135482fc9c431ca40151a13096169bb874d5e7608ea9635d9ae85da', '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-26T22:55:15.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'152b5fb5606344939fe7045d845ba02d', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host5', 'name': u'opnfv-vping-1-22bfb660-a344-4354-96c5-c16c9f064dc7', 'adminPass': u'8pZ27ALfKzLu', 'tenant_id': u'152b5fb5606344939fe7045d845ba02d', 'region': 'RegionOne', 'created': u'2018-05-26T22:55:06Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-26 22:55:20,257 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm1 console: 2018-05-26 22:55:20,257 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-userdata--22bfb660-a344-4354-96c5-c16c9f064dc7' 2018-05-26 22:55:30,782 - 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-22bfb660-a344-4354-96c5-c16c9f064dc7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:06:9a:f3', u'version': 4, u'addr': u'192.168.130.15', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5785bcf5-7752-47b8-9282-1f0ac36dba41'}), 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-26T22:55:27.000000', 'flavor': Munch({u'id': u'984d7917-fbad-424e-b6c3-f4e6af727800'}), 'az': u'nova', 'id': u'5ffb2f68-1ce9-41b6-80ca-b30907b1671a', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6ad6343a7ed44bf18cc7c24f52caaf81', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'152b5fb5606344939fe7045d845ba02d', '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-26T22:55:27.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-26T22:55:27Z', 'hostId': u'018794543e317ccc21259b69186ceeb684eabefc57d8df42fa77f5b8', u'OS-EXT-SRV-ATTR:host': u'host4', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.15', 'cloud': 'envvars', 'host_id': u'018794543e317ccc21259b69186ceeb684eabefc57d8df42fa77f5b8', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host4', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000002f', u'OS-SRV-USG:launched_at': u'2018-05-26T22:55:27.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host4', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'152b5fb5606344939fe7045d845ba02d', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host4', 'name': u'opnfv-vping-2-userdata--22bfb660-a344-4354-96c5-c16c9f064dc7', 'adminPass': u'nAkpNkkmBmX7', 'tenant_id': u'152b5fb5606344939fe7045d845ba02d', 'region': 'RegionOne', 'created': u'2018-05-26T22:55:21Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-26 22:55:32,763 - 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.232 MHz processor [ 0.020000] Calibrating delay loop (skipped) preset value.. 4988.46 BogoMIPS (lpj=9976928) [ 0.032062] pid_max: default: 32768 minimum: 301 [ 0.040068] ACPI: Core revision 20150930 [ 0.049108] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.072120] Security Framework initialized [ 0.080049] Yama: becoming mindful. [ 0.088076] AppArmor: AppArmor initialized [ 0.096246] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.104281] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.112172] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.120064] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.128963] Initializing cgroup subsys io [ 0.140062] Initializing cgroup subsys memory [ 0.148074] Initializing cgroup subsys devices [ 0.156064] Initializing cgroup subsys freezer [ 0.164063] Initializing cgroup subsys net_cls [ 0.172069] Initializing cgroup subsys perf_event [ 0.180083] Initializing cgroup subsys net_prio [ 0.188128] Initializing cgroup subsys hugetlb [ 0.196067] Initializing cgroup subsys pids [ 0.210751] CPU: Physical Processor ID: 0 [ 0.217534] mce: CPU supports 10 MCE banks [ 0.228515] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.236059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.708670] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 1.037820] ftrace: allocating 31920 entries in 125 pages [ 1.060452] smpboot: Max logical packages: 1 [ 1.068054] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 1.086099] x2apic enabled [ 1.088084] Switched APIC routing to physical x2apic. [ 1.118504] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 1.120000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 1.132080] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 1.145132] x86: Booted up 1 node, 1 CPUs [ 1.148077] smpboot: Total of 1 processors activated (4988.46 BogoMIPS) [ 1.156237] devtmpfs: initialized [ 1.161730] evm: security.selinux [ 1.164078] evm: security.SMACK64 [ 1.168068] evm: security.SMACK64EXEC [ 1.172069] evm: security.SMACK64TRANSMUTE [ 1.176070] evm: security.SMACK64MMAP [ 1.180078] evm: security.ima [ 1.184061] evm: security.capability [ 1.188389] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 1.192222] pinctrl core: initialized pinctrl subsystem [ 1.197201] RTC time: 22:55:23, date: 05/26/18 [ 1.200467] NET: Registered protocol family 16 [ 1.204678] cpuidle: using governor ladder [ 1.208079] cpuidle: using governor menu [ 1.212077] PCCT header not found. [ 1.216778] ACPI: bus type PCI registered [ 1.220069] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.225061] PCI: Using configuration type 1 for base access [ 1.229974] ACPI: Added _OSI(Module Device) [ 1.232103] ACPI: Added _OSI(Processor Device) [ 1.236078] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.240074] ACPI: Added _OSI(Processor Aggregator Device) [ 1.248164] ACPI: Interpreter enabled [ 1.252081] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.264070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.276092] ACPI: (supports S0 S3 S4 S5) [ 1.280100] ACPI: Using IOAPIC for interrupt routing [ 1.284125] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.294190] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.296084] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.300087] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.304084] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.308871] acpiphp: Slot [3] registered [ 1.312223] acpiphp: Slot [4] registered [ 1.316242] acpiphp: Slot [5] registered [ 1.320234] acpiphp: Slot [6] registered [ 1.326224] acpiphp: Slot [7] registered [ 1.328235] acpiphp: Slot [8] registered [ 1.332194] acpiphp: Slot [9] registered [ 1.336194] acpiphp: Slot [10] registered [ 1.340205] acpiphp: Slot [11] registered [ 1.344212] acpiphp: Slot [12] registered [ 1.348215] acpiphp: Slot [13] registered [ 1.352216] acpiphp: Slot [14] registered [ 1.356230] acpiphp: Slot [15] registered [ 1.360231] acpiphp: Slot [16] registered [ 1.364223] acpiphp: Slot [17] registered [ 1.368217] acpiphp: Slot [18] registered [ 1.372206] acpiphp: Slot [19] registered [ 1.376226] acpiphp: Slot [20] registered [ 1.380222] acpiphp: Slot [21] registered [ 1.384245] acpiphp: Slot [22] registered [ 1.388227] acpiphp: Slot [23] registered [ 1.392255] acpiphp: Slot [24] registered [ 1.396203] acpiphp: Slot [25] registered [ 1.400214] acpiphp: Slot [26] registered [ 1.404215] acpiphp: Slot [27] registered [ 1.408214] acpiphp: Slot [28] registered [ 1.412200] acpiphp: Slot [29] registered [ 1.416208] acpiphp: Slot [30] registered [ 1.420210] acpiphp: Slot [31] registered [ 1.424219] PCI host bridge to bus 0000:00 [ 1.428063] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.432072] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.436068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.440070] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.444070] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.483287] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.484073] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.488073] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.492098] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.522938] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.524220] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.743044] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.752751] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.764827] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.776723] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.788563] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.799164] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.813632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.816000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.816111] vgaarb: loaded [ 1.820062] vgaarb: bridge control possible 0000:00:02.0 [ 1.833649] SCSI subsystem initialized [ 1.843602] ACPI: bus type USB registered [ 1.845017] usbcore: registered new interface driver usbfs [ 1.848636] usbcore: registered new interface driver hub [ 1.852158] usbcore: registered new device driver usb [ 1.862218] PCI: Using ACPI for IRQ routing [ 1.874272] NetLabel: Initializing [ 1.876158] NetLabel: domain hash size = 128 [ 1.880067] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.884721] NetLabel: unlabeled traffic allowed by default [ 1.894825] clocksource: Switched to clocksource kvm-clock [ 2.074504] AppArmor: AppArmor Filesystem Enabled [ 2.094094] pnp: PnP ACPI init [ 2.110801] pnp: PnP ACPI: found 5 devices [ 2.152868] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 2.183961] NET: Registered protocol family 2 [ 2.206431] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 2.230737] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 2.254438] TCP: Hash tables configured (established 4096 bind 4096) [ 2.275947] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.295003] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.320662] NET: Registered protocol family 1 [ 2.336924] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 2.356404] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 2.376999] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 2.419882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 2.465756] Trying to unpack rootfs image as initramfs... [ 2.933469] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.977760] Scanning for low memory corruption every 60 seconds [ 3.003154] futex hash table entries: 256 (order: 2, 16384 bytes) [ 3.027197] audit: initializing netlink subsys (disabled) [ 3.047720] audit: type=2000 audit(1527375322.260:1): initialized [ 3.073804] Initialise system trusted keyring [ 3.091123] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 3.125494] zbud: loaded [ 3.142066] VFS: Disk quotas dquot_6.6.0 [ 3.157376] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 3.187469] fuse init (API version 7.23) [ 3.207412] Key type big_key registered [ 3.222630] Allocating IMA MOK and blacklist keyrings. [ 3.245597] Key type asymmetric registered [ 3.263315] Asymmetric key parser 'x509' registered [ 3.280435] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 3.310409] io scheduler noop registered [ 3.327364] io scheduler deadline registered (default) [ 3.347047] io scheduler cfq registered [ 3.363591] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 3.384215] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 3.409127] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 3.439103] ACPI: Power Button [PWRF] [ 3.455079] GHES: HEST is not enabled! [ 3.490925] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 3.577497] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 3.627921] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 3.668155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 3.736280] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 3.877358] Linux agpgart interface v0.103 [ 3.930177] brd: module loaded [ 3.964840] loop: module loaded [ 4.011011] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 4.036095] GPT:90111 != 2097151 [ 4.048226] GPT:Alternate GPT header not at the end of the disk. [ 4.068247] GPT:90111 != 2097151 [ 4.080329] GPT: Use GNU Parted to correct GPT errors. [ 4.098458] vda: vda1 vda15 [ 4.122319] scsi host0: ata_piix [ 4.137676] scsi host1: ata_piix [ 4.153138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 4.177122] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 4.204149] libphy: Fixed MDIO Bus: probed [ 4.224204] tun: Universal TUN/TAP device driver, 1.6 [ 4.241211] tun: (C) 1999-2004 Max Krasnyansky [ 4.278188] PPP generic driver version 2.4.2 [ 4.294983] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.317557] ehci-pci: EHCI PCI platform driver [ 4.334182] ehci-platform: EHCI generic platform driver [ 4.352292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.375807] ohci-pci: OHCI PCI platform driver [ 4.395819] ohci-platform: OHCI generic platform driver [ 4.413251] uhci_hcd: USB Universal Host Controller Interface driver [ 4.458334] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 4.476360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 4.504876] uhci_hcd 0000:00:01.2: detected 2 ports [ 4.522058] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 4.542621] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 4.564676] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.590264] usb usb1: Product: UHCI Host Controller [ 4.606638] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 4.627473] usb usb1: SerialNumber: 0000:00:01.2 [ 4.643871] hub 1-0:1.0: USB hub found [ 4.657615] hub 1-0:1.0: 2 ports detected [ 4.676086] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 4.714343] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 4.730919] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 4.750304] mousedev: PS/2 mouse device common for all mice [ 4.777434] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 4.807289] rtc_cmos 00:00: RTC can wake from S4 [ 4.827937] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.851957] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 4.873860] i2c /dev entries driver [ 4.887660] device-mapper: uevent: version 1.0.3 [ 4.905653] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 4.935763] ledtrig-cpu: registered to indicate activity on CPUs [ 4.959636] NET: Registered protocol family 10 [ 4.981376] NET: Registered protocol family 17 [ 4.999398] Key type dns_resolver registered [ 5.018975] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 5.037757] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 5.069980] registered taskstats version 1 [ 5.088330] Loading compiled-in X.509 certificates [ 5.107768] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 5.143700] zswap: loaded using pool lzo/zbud [ 5.171814] Key type trusted registered [ 5.192424] Key type encrypted registered [ 5.209576] AppArmor: AppArmor sha1 policy hashing enabled [ 5.228619] ima: No TPM chip found, activating TPM-bypass! [ 5.249583] evm: HMAC attrs: 0x1 [ 5.271693] Magic number: 2:175:958 [ 5.288357] rtc_cmos 00:00: setting system clock to 2018-05-26 22:55:29 UTC (1527375329) [ 5.320673] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.342306] EDD information not available. [ 5.386028] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 5.415728] Write protecting the kernel read-only data: 14336k [ 5.478558] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 5.510545] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 5.57 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 6.23 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.338163] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.14... Lease of 192.168.130.14 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-26 22:55:32,763 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin test execution 2018-05-26 22:55:32,763 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-05-26 22:55:35,161 - 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.222 MHz processor [ 0.020000] Calibrating delay loop (skipped) preset value.. 4988.44 BogoMIPS (lpj=9976888) [ 0.032049] pid_max: default: 32768 minimum: 301 [ 0.040066] ACPI: Core revision 20150930 [ 0.048977] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.068082] Security Framework initialized [ 0.076049] Yama: becoming mindful. [ 0.084064] AppArmor: AppArmor initialized [ 0.092121] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.104238] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.112146] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.124052] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.132839] Initializing cgroup subsys io [ 0.140057] Initializing cgroup subsys memory [ 0.148058] Initializing cgroup subsys devices [ 0.156054] Initializing cgroup subsys freezer [ 0.164051] Initializing cgroup subsys net_cls [ 0.176052] Initializing cgroup subsys perf_event [ 0.184069] Initializing cgroup subsys net_prio [ 0.192052] Initializing cgroup subsys hugetlb [ 0.200053] Initializing cgroup subsys pids [ 0.212353] CPU: Physical Processor ID: 0 [ 0.221442] mce: CPU supports 10 MCE banks [ 0.229702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.236048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.685539] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 1.002342] ftrace: allocating 31920 entries in 125 pages 2018-05-26 22:55:35,162 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.14. Waiting for response... 2018-05-26 22:55:37,489 - 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.222 MHz processor [ 0.020000] Calibrating delay loop (skipped) preset value.. 4988.44 BogoMIPS (lpj=9976888) [ 0.032049] pid_max: default: 32768 minimum: 301 [ 0.040066] ACPI: Core revision 20150930 [ 0.048977] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.068082] Security Framework initialized [ 0.076049] Yama: becoming mindful. [ 0.084064] AppArmor: AppArmor initialized [ 0.092121] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.104238] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.112146] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.124052] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.132839] Initializing cgroup subsys io [ 0.140057] Initializing cgroup subsys memory [ 0.148058] Initializing cgroup subsys devices [ 0.156054] Initializing cgroup subsys freezer [ 0.164051] Initializing cgroup subsys net_cls [ 0.176052] Initializing cgroup subsys perf_event [ 0.184069] Initializing cgroup subsys net_prio [ 0.192052] Initializing cgroup subsys hugetlb [ 0.200053] Initializing cgroup subsys pids [ 0.212353] CPU: Physical Processor ID: 0 [ 0.221442] mce: CPU supports 10 MCE banks [ 0.229702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.236048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.685539] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 1.002342] ftrace: allocating 31920 entries in 125 pages [ 1.020421] smpboot: Max logical packages: 1 [ 1.028055] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 1.044420] x2apic enabled [ 1.048058] Switched APIC routing to physical x2apic. [ 1.081712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 1.084000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 1.096073] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 1.109020] x86: Booted up 1 node, 1 CPUs [ 1.112070] smpboot: Total of 1 processors activated (4988.44 BogoMIPS) [ 1.120202] devtmpfs: initialized [ 1.125674] evm: security.selinux [ 1.128061] evm: security.SMACK64 [ 1.132056] evm: security.SMACK64EXEC [ 1.136064] evm: security.SMACK64TRANSMUTE [ 1.140057] evm: security.SMACK64MMAP [ 1.144058] evm: security.ima [ 1.148057] evm: security.capability [ 1.152335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 1.156211] pinctrl core: initialized pinctrl subsystem [ 1.161270] RTC time: 22:55:35, date: 05/26/18 [ 1.164424] NET: Registered protocol family 16 [ 1.168586] cpuidle: using governor ladder [ 1.172069] cpuidle: using governor menu [ 1.176069] PCCT header not found. [ 1.180450] ACPI: bus type PCI registered [ 1.184062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.189092] PCI: Using configuration type 1 for base access [ 1.193977] ACPI: Added _OSI(Module Device) [ 1.196063] ACPI: Added _OSI(Processor Device) [ 1.200066] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.204062] ACPI: Added _OSI(Processor Aggregator Device) [ 1.211818] ACPI: Interpreter enabled [ 1.212071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.224068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.236079] ACPI: (supports S0 S3 S4 S5) [ 1.240058] ACPI: Using IOAPIC for interrupt routing [ 1.244097] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.252887] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.256069] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.260083] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.264081] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.268923] acpiphp: Slot [3] registered [ 1.272211] acpiphp: Slot [4] registered [ 1.276242] acpiphp: Slot [5] registered [ 1.280222] acpiphp: Slot [6] registered [ 1.284222] acpiphp: Slot [7] registered [ 1.288228] acpiphp: Slot [8] registered [ 1.292223] acpiphp: Slot [9] registered [ 1.296220] acpiphp: Slot [10] registered [ 1.300222] acpiphp: Slot [11] registered [ 1.304203] acpiphp: Slot [12] registered [ 1.308220] acpiphp: Slot [13] registered [ 1.312221] acpiphp: Slot [14] registered [ 1.316220] acpiphp: Slot [15] registered [ 1.320225] acpiphp: Slot [16] registered [ 1.324251] acpiphp: Slot [17] registered [ 1.328225] acpiphp: Slot [18] registered [ 1.332235] acpiphp: Slot [19] registered [ 1.336217] acpiphp: Slot [20] registered [ 1.340297] acpiphp: Slot [21] registered [ 1.344226] acpiphp: Slot [22] registered [ 1.348218] acpiphp: Slot [23] registered [ 1.352226] acpiphp: Slot [24] registered [ 1.356258] acpiphp: Slot [25] registered [ 1.360221] acpiphp: Slot [26] registered [ 1.364286] acpiphp: Slot [27] registered [ 1.368235] acpiphp: Slot [28] registered [ 1.372221] acpiphp: Slot [29] registered [ 1.376222] acpiphp: Slot [30] registered [ 1.380248] acpiphp: Slot [31] registered [ 1.384197] PCI host bridge to bus 0000:00 [ 1.388066] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.392066] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.396066] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.400066] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.404065] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.435637] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.436062] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.440059] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.444059] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.469146] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI c[ 1.472178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB 2018-05-26 22:55:39,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.222 MHz processor [ 0.020000] Calibrating delay loop (skipped) preset value.. 4988.44 BogoMIPS (lpj=9976888) [ 0.032049] pid_max: default: 32768 minimum: 301 [ 0.040066] ACPI: Core revision 20150930 [ 0.048977] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.068082] Security Framework initialized [ 0.076049] Yama: becoming mindful. [ 0.084064] AppArmor: AppArmor initialized [ 0.092121] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.104238] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.112146] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.124052] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.132839] Initializing cgroup subsys io [ 0.140057] Initializing cgroup subsys memory [ 0.148058] Initializing cgroup subsys devices [ 0.156054] Initializing cgroup subsys freezer [ 0.164051] Initializing cgroup subsys net_cls [ 0.176052] Initializing cgroup subsys perf_event [ 0.184069] Initializing cgroup subsys net_prio [ 0.192052] Initializing cgroup subsys hugetlb [ 0.200053] Initializing cgroup subsys pids [ 0.212353] CPU: Physical Processor ID: 0 [ 0.221442] mce: CPU supports 10 MCE banks [ 0.229702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.236048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.685539] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 1.002342] ftrace: allocating 31920 entries in 125 pages [ 1.020421] smpboot: Max logical packages: 1 [ 1.028055] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 1.044420] x2apic enabled [ 1.048058] Switched APIC routing to physical x2apic. [ 1.081712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 1.084000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 1.096073] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 1.109020] x86: Booted up 1 node, 1 CPUs [ 1.112070] smpboot: Total of 1 processors activated (4988.44 BogoMIPS) [ 1.120202] devtmpfs: initialized [ 1.125674] evm: security.selinux [ 1.128061] evm: security.SMACK64 [ 1.132056] evm: security.SMACK64EXEC [ 1.136064] evm: security.SMACK64TRANSMUTE [ 1.140057] evm: security.SMACK64MMAP [ 1.144058] evm: security.ima [ 1.148057] evm: security.capability [ 1.152335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 1.156211] pinctrl core: initialized pinctrl subsystem [ 1.161270] RTC time: 22:55:35, date: 05/26/18 [ 1.164424] NET: Registered protocol family 16 [ 1.168586] cpuidle: using governor ladder [ 1.172069] cpuidle: using governor menu [ 1.176069] PCCT header not found. [ 1.180450] ACPI: bus type PCI registered [ 1.184062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.189092] PCI: Using configuration type 1 for base access [ 1.193977] ACPI: Added _OSI(Module Device) [ 1.196063] ACPI: Added _OSI(Processor Device) [ 1.200066] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.204062] ACPI: Added _OSI(Processor Aggregator Device) [ 1.211818] ACPI: Interpreter enabled [ 1.212071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.224068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.236079] ACPI: (supports S0 S3 S4 S5) [ 1.240058] ACPI: Using IOAPIC for interrupt routing [ 1.244097] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.252887] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.256069] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.260083] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.264081] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.268923] acpiphp: Slot [3] registered [ 1.272211] acpiphp: Slot [4] registered [ 1.276242] acpiphp: Slot [5] registered [ 1.280222] acpiphp: Slot [6] registered [ 1.284222] acpiphp: Slot [7] registered [ 1.288228] acpiphp: Slot [8] registered [ 1.292223] acpiphp: Slot [9] registered [ 1.296220] acpiphp: Slot [10] registered [ 1.300222] acpiphp: Slot [11] registered [ 1.304203] acpiphp: Slot [12] registered [ 1.308220] acpiphp: Slot [13] registered [ 1.312221] acpiphp: Slot [14] registered [ 1.316220] acpiphp: Slot [15] registered [ 1.320225] acpiphp: Slot [16] registered [ 1.324251] acpiphp: Slot [17] registered [ 1.328225] acpiphp: Slot [18] registered [ 1.332235] acpiphp: Slot [19] registered [ 1.336217] acpiphp: Slot [20] registered [ 1.340297] acpiphp: Slot [21] registered [ 1.344226] acpiphp: Slot [22] registered [ 1.348218] acpiphp: Slot [23] registered [ 1.352226] acpiphp: Slot [24] registered [ 1.356258] acpiphp: Slot [25] registered [ 1.360221] acpiphp: Slot [26] registered [ 1.364286] acpiphp: Slot [27] registered [ 1.368235] acpiphp: Slot [28] registered [ 1.372221] acpiphp: Slot [29] registered [ 1.376222] acpiphp: Slot [30] registered [ 1.380248] acpiphp: Slot [31] registered [ 1.384197] PCI host bridge to bus 0000:00 [ 1.388066] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.392066] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.396066] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.400066] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.404065] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.435637] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.436062] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.440059] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.444059] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.469146] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI c[ 1.472178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.669159] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.680788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.692734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.704634] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.716436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.726922] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.741047] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.744000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.744169] vgaarb: loaded [ 1.748057] vgaarb: bridge control possible 0000:00:02.0 [ 1.761287] SCSI subsystem initialized [ 1.771777] ACPI: bus type USB registered [ 1.773054] usbcore: registered new interface driver usbfs [ 1.776416] usbcore: registered new interface driver hub [ 1.780140] usbcore: registered new device driver usb [ 1.789833] PCI: Using ACPI for IRQ routing [ 1.801133] NetLabel: Initializing [ 1.804127] NetLabel: domain hash size = 128 [ 1.808056] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.812675] NetLabel: unlabeled traffic allowed by default [ 1.822379] clocksource: Switched to clocksource kvm-clock [ 2.002141] AppArmor: AppArmor Filesystem Enabled [ 2.021819] pnp: PnP ACPI init [ 2.043620] pnp: PnP ACPI: found 5 devices [ 2.085398] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 2.123962] NET: Registered protocol family 2 [ 2.149316] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 2.178024] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 2.204592] TCP: Hash tables configured (established 4096 bind 4096) [ 2.230710] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.251978] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.279321] NET: Registered protocol family 1 [ 2.304238] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 2.332732] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 2.365102] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 2.421838] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 2.468764] Trying to unpack rootfs image as initramfs... [ 2.950792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.997648] Scanning for low memory corruption every 60 seconds [ 3.023668] futex hash table entries: 256 (order: 2, 16384 bytes) [ 3.046149] audit: initializing netlink subsys (disabled) [ 3.065084] audit: type=2000 audit(1527375333.692:1): initialized [ 3.090290] Initialise system trusted keyring [ 3.111918] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 3.148409] zbud: loaded [ 3.163113] VFS: Disk quotas dquot_6.6.0 [ 3.179821] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 3.209430] fuse init (API version 7.23) [ 3.227335] Key type big_key registered [ 3.242707] Allocating IMA MOK and blacklist keyrings. [ 3.278058] Key type asymmetric registered [ 3.297989] Asymmetric key parser 'x509' registered [ 3.316390] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 3.343237] io scheduler noop registered [ 3.358850] io scheduler deadline registered (default) [ 3.377997] io scheduler cfq registered [ 3.487901] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 3.506727] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 i[ [ 3.529292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 3.556633] ACPI: Power Button [PWRF] [ 3.573676] GHES: HEST is not enabled! [ 3.607616] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 3.691433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 2018-05-26 22:55:42,102 - 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.222 MHz processor [ 0.020000] Calibrating delay loop (skipped) preset value.. 4988.44 BogoMIPS (lpj=9976888) [ 0.032049] pid_max: default: 32768 minimum: 301 [ 0.040066] ACPI: Core revision 20150930 [ 0.048977] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.068082] Security Framework initialized [ 0.076049] Yama: becoming mindful. [ 0.084064] AppArmor: AppArmor initialized [ 0.092121] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.104238] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.112146] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.124052] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.132839] Initializing cgroup subsys io [ 0.140057] Initializing cgroup subsys memory [ 0.148058] Initializing cgroup subsys devices [ 0.156054] Initializing cgroup subsys freezer [ 0.164051] Initializing cgroup subsys net_cls [ 0.176052] Initializing cgroup subsys perf_event [ 0.184069] Initializing cgroup subsys net_prio [ 0.192052] Initializing cgroup subsys hugetlb [ 0.200053] Initializing cgroup subsys pids [ 0.212353] CPU: Physical Processor ID: 0 [ 0.221442] mce: CPU supports 10 MCE banks [ 0.229702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.236048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.685539] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 1.002342] ftrace: allocating 31920 entries in 125 pages [ 1.020421] smpboot: Max logical packages: 1 [ 1.028055] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 1.044420] x2apic enabled [ 1.048058] Switched APIC routing to physical x2apic. [ 1.081712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 1.084000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 1.096073] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 1.109020] x86: Booted up 1 node, 1 CPUs [ 1.112070] smpboot: Total of 1 processors activated (4988.44 BogoMIPS) [ 1.120202] devtmpfs: initialized [ 1.125674] evm: security.selinux [ 1.128061] evm: security.SMACK64 [ 1.132056] evm: security.SMACK64EXEC [ 1.136064] evm: security.SMACK64TRANSMUTE [ 1.140057] evm: security.SMACK64MMAP [ 1.144058] evm: security.ima [ 1.148057] evm: security.capability [ 1.152335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 1.156211] pinctrl core: initialized pinctrl subsystem [ 1.161270] RTC time: 22:55:35, date: 05/26/18 [ 1.164424] NET: Registered protocol family 16 [ 1.168586] cpuidle: using governor ladder [ 1.172069] cpuidle: using governor menu [ 1.176069] PCCT header not found. [ 1.180450] ACPI: bus type PCI registered [ 1.184062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.189092] PCI: Using configuration type 1 for base access [ 1.193977] ACPI: Added _OSI(Module Device) [ 1.196063] ACPI: Added _OSI(Processor Device) [ 1.200066] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.204062] ACPI: Added _OSI(Processor Aggregator Device) [ 1.211818] ACPI: Interpreter enabled [ 1.212071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.224068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.236079] ACPI: (supports S0 S3 S4 S5) [ 1.240058] ACPI: Using IOAPIC for interrupt routing [ 1.244097] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.252887] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.256069] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.260083] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.264081] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.268923] acpiphp: Slot [3] registered [ 1.272211] acpiphp: Slot [4] registered [ 1.276242] acpiphp: Slot [5] registered [ 1.280222] acpiphp: Slot [6] registered [ 1.284222] acpiphp: Slot [7] registered [ 1.288228] acpiphp: Slot [8] registered [ 1.292223] acpiphp: Slot [9] registered [ 1.296220] acpiphp: Slot [10] registered [ 1.300222] acpiphp: Slot [11] registered [ 1.304203] acpiphp: Slot [12] registered [ 1.308220] acpiphp: Slot [13] registered [ 1.312221] acpiphp: Slot [14] registered [ 1.316220] acpiphp: Slot [15] registered [ 1.320225] acpiphp: Slot [16] registered [ 1.324251] acpiphp: Slot [17] registered [ 1.328225] acpiphp: Slot [18] registered [ 1.332235] acpiphp: Slot [19] registered [ 1.336217] acpiphp: Slot [20] registered [ 1.340297] acpiphp: Slot [21] registered [ 1.344226] acpiphp: Slot [22] registered [ 1.348218] acpiphp: Slot [23] registered [ 1.352226] acpiphp: Slot [24] registered [ 1.356258] acpiphp: Slot [25] registered [ 1.360221] acpiphp: Slot [26] registered [ 1.364286] acpiphp: Slot [27] registered [ 1.368235] acpiphp: Slot [28] registered [ 1.372221] acpiphp: Slot [29] registered [ 1.376222] acpiphp: Slot [30] registered [ 1.380248] acpiphp: Slot [31] registered [ 1.384197] PCI host bridge to bus 0000:00 [ 1.388066] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.392066] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.396066] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.400066] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.404065] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.435637] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.436062] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.440059] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.444059] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.469146] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI c[ 1.472178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.669159] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.680788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.692734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.704634] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.716436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.726922] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.741047] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.744000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.744169] vgaarb: loaded [ 1.748057] vgaarb: bridge control possible 0000:00:02.0 [ 1.761287] SCSI subsystem initialized [ 1.771777] ACPI: bus type USB registered [ 1.773054] usbcore: registered new interface driver usbfs [ 1.776416] usbcore: registered new interface driver hub [ 1.780140] usbcore: registered new device driver usb [ 1.789833] PCI: Using ACPI for IRQ routing [ 1.801133] NetLabel: Initializing [ 1.804127] NetLabel: domain hash size = 128 [ 1.808056] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.812675] NetLabel: unlabeled traffic allowed by default [ 1.822379] clocksource: Switched to clocksource kvm-clock [ 2.002141] AppArmor: AppArmor Filesystem Enabled [ 2.021819] pnp: PnP ACPI init [ 2.043620] pnp: PnP ACPI: found 5 devices [ 2.085398] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 2.123962] NET: Registered protocol family 2 [ 2.149316] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 2.178024] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 2.204592] TCP: Hash tables configured (established 4096 bind 4096) [ 2.230710] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.251978] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.279321] NET: Registered protocol family 1 [ 2.304238] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 2.332732] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 2.365102] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 2.421838] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 2.468764] Trying to unpack rootfs image as initramfs... [ 2.950792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.997648] Scanning for low memory corruption every 60 seconds [ 3.023668] futex hash table entries: 256 (order: 2, 16384 bytes) [ 3.046149] audit: initializing netlink subsys (disabled) [ 3.065084] audit: type=2000 audit(1527375333.692:1): initialized [ 3.090290] Initialise system trusted keyring [ 3.111918] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 3.148409] zbud: loaded [ 3.163113] VFS: Disk quotas dquot_6.6.0 [ 3.179821] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 3.209430] fuse init (API version 7.23) [ 3.227335] Key type big_key registered [ 3.242707] Allocating IMA MOK and blacklist keyrings. [ 3.278058] Key type asymmetric registered [ 3.297989] Asymmetric key parser 'x509' registered [ 3.316390] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 3.343237] io scheduler noop registered [ 3.358850] io scheduler deadline registered (default) [ 3.377997] io scheduler cfq registered [ 3.487901] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 3.506727] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 i[ [ 3.529292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 3.556633] ACPI: Power Button [PWRF] [ 3.573676] GHES: HEST is not enabled! [ 3.607616] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 3.691433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 3.744704] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 3.782897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 3.849659] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 3.980796] Linux agpgart interface v0.103 [ 4.028729] brd: module loaded [ 4.059469] loop: module loaded [ 4.100836] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 4.126506] GPT:90111 != 2097151 [ 4.139123] GPT:Alternate GPT header not at the end of the disk. [ 4.159236] GPT:90111 != 2097151 [ 4.172631] GPT: Use GNU Parted to correct GPT errors. [ 4.189608] vda: vda1 vda15 [ 4.210516] scsi host0: ata_piix [ 4.224932] scsi host1: ata_piix [ 4.237643] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 4.258225] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 4.284468] libphy: Fixed MDIO Bus: probed [ 4.301729] tun: Universal TUN/TAP device driver, 1.6 [ 4.318290] tun: (C) 1999-2004 Max Krasnyansky [ 4.351200] PPP generic driver version 2.4.2 [ 4.367783] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.388825] ehci-pci: EHCI PCI platform driver [ 4.404399] ehci-platform: EHCI generic platform driver [ 4.421333] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.442720] ohci-pci: OHCI PCI platform driver [ 4.461120] ohci-platform: OHCI generic platform driver [ 4.478303] uhci_hcd: USB Universal Host Controller Interface driver [ 4.521845] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 4.539545] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 4.566801] uhci_hcd 0000:00:01.2: detected 2 ports [ 4.585933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 4.607663] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 4.628279] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.655006] usb usb1: Product: UHCI Host Controller [ 4.671477] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 4.691022] usb usb1: SerialNumber: 0000:00:01.2 [ 4.708856] hub 1-0:1.0: USB hub found [ 4.723035] hub 1-0:1.0: 2 ports detected [ 4.741174] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 4.778297] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 4.794671] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 4.812877] mousedev: PS/2 mouse device common for all mice [ 4.837437] rtc_cmos 00:00: RTC can wake from S4 [ 4.854354] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 4.889785] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.912797] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 4.934213] i2c /dev entries driver [ 4.948313] device-mapper: uevent: version 1.0.3 [ 4.965194] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 4.994777] ledtrig-cpu: registered to indicate activity on CPUs [ 5.019004] NET: Registered protocol family 10 [ 5.039440] NET: Registered protocol family 17 [ 5.055196] Key type dns_resolver registered [ 5.073613] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 5.092196] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 5.125023] registered taskstats version 1 [ 5.141598] Loading compiled-in X.509 certificates [ 5.159995] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 5.192969] zswap: loaded using pool lzo/zbud [ 5.220823] Key type trusted registered [ 5.242314] Key type encrypted registered [ 5.258719] AppArmor: AppArmor sha1 policy hashing enabled [ 5.277237] ima: No TPM chip found, activating TPM-bypass! [ 5.297209] evm: HMAC attrs: 0x1 [ 5.315713] Magic number: 2:175:958 [ 5.333327] rtc_cmos 00:00: setting system clock to 2018-05-26 22:55:41 UTC (1527375341) [ 5.362294] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.382473] EDD information not available. [ 5.422604] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 5.449779] Write protecting the kernel read-only data: 14336k [ 5.503588] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 5.535837] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 5.58 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 2018-05-26 22:55:44,257 - 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.222 MHz processor [ 0.020000] Calibrating delay loop (skipped) preset value.. 4988.44 BogoMIPS (lpj=9976888) [ 0.032049] pid_max: default: 32768 minimum: 301 [ 0.040066] ACPI: Core revision 20150930 [ 0.048977] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.068082] Security Framework initialized [ 0.076049] Yama: becoming mindful. [ 0.084064] AppArmor: AppArmor initialized [ 0.092121] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.104238] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.112146] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.124052] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.132839] Initializing cgroup subsys io [ 0.140057] Initializing cgroup subsys memory [ 0.148058] Initializing cgroup subsys devices [ 0.156054] Initializing cgroup subsys freezer [ 0.164051] Initializing cgroup subsys net_cls [ 0.176052] Initializing cgroup subsys perf_event [ 0.184069] Initializing cgroup subsys net_prio [ 0.192052] Initializing cgroup subsys hugetlb [ 0.200053] Initializing cgroup subsys pids [ 0.212353] CPU: Physical Processor ID: 0 [ 0.221442] mce: CPU supports 10 MCE banks [ 0.229702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.236048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.685539] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 1.002342] ftrace: allocating 31920 entries in 125 pages [ 1.020421] smpboot: Max logical packages: 1 [ 1.028055] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 1.044420] x2apic enabled [ 1.048058] Switched APIC routing to physical x2apic. [ 1.081712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 1.084000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 1.096073] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 1.109020] x86: Booted up 1 node, 1 CPUs [ 1.112070] smpboot: Total of 1 processors activated (4988.44 BogoMIPS) [ 1.120202] devtmpfs: initialized [ 1.125674] evm: security.selinux [ 1.128061] evm: security.SMACK64 [ 1.132056] evm: security.SMACK64EXEC [ 1.136064] evm: security.SMACK64TRANSMUTE [ 1.140057] evm: security.SMACK64MMAP [ 1.144058] evm: security.ima [ 1.148057] evm: security.capability [ 1.152335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 1.156211] pinctrl core: initialized pinctrl subsystem [ 1.161270] RTC time: 22:55:35, date: 05/26/18 [ 1.164424] NET: Registered protocol family 16 [ 1.168586] cpuidle: using governor ladder [ 1.172069] cpuidle: using governor menu [ 1.176069] PCCT header not found. [ 1.180450] ACPI: bus type PCI registered [ 1.184062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.189092] PCI: Using configuration type 1 for base access [ 1.193977] ACPI: Added _OSI(Module Device) [ 1.196063] ACPI: Added _OSI(Processor Device) [ 1.200066] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.204062] ACPI: Added _OSI(Processor Aggregator Device) [ 1.211818] ACPI: Interpreter enabled [ 1.212071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.224068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.236079] ACPI: (supports S0 S3 S4 S5) [ 1.240058] ACPI: Using IOAPIC for interrupt routing [ 1.244097] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.252887] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.256069] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.260083] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.264081] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.268923] acpiphp: Slot [3] registered [ 1.272211] acpiphp: Slot [4] registered [ 1.276242] acpiphp: Slot [5] registered [ 1.280222] acpiphp: Slot [6] registered [ 1.284222] acpiphp: Slot [7] registered [ 1.288228] acpiphp: Slot [8] registered [ 1.292223] acpiphp: Slot [9] registered [ 1.296220] acpiphp: Slot [10] registered [ 1.300222] acpiphp: Slot [11] registered [ 1.304203] acpiphp: Slot [12] registered [ 1.308220] acpiphp: Slot [13] registered [ 1.312221] acpiphp: Slot [14] registered [ 1.316220] acpiphp: Slot [15] registered [ 1.320225] acpiphp: Slot [16] registered [ 1.324251] acpiphp: Slot [17] registered [ 1.328225] acpiphp: Slot [18] registered [ 1.332235] acpiphp: Slot [19] registered [ 1.336217] acpiphp: Slot [20] registered [ 1.340297] acpiphp: Slot [21] registered [ 1.344226] acpiphp: Slot [22] registered [ 1.348218] acpiphp: Slot [23] registered [ 1.352226] acpiphp: Slot [24] registered [ 1.356258] acpiphp: Slot [25] registered [ 1.360221] acpiphp: Slot [26] registered [ 1.364286] acpiphp: Slot [27] registered [ 1.368235] acpiphp: Slot [28] registered [ 1.372221] acpiphp: Slot [29] registered [ 1.376222] acpiphp: Slot [30] registered [ 1.380248] acpiphp: Slot [31] registered [ 1.384197] PCI host bridge to bus 0000:00 [ 1.388066] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.392066] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.396066] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.400066] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.404065] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.435637] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.436062] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.440059] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.444059] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.469146] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI c[ 1.472178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.669159] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.680788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.692734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.704634] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.716436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.726922] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.741047] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.744000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.744169] vgaarb: loaded [ 1.748057] vgaarb: bridge control possible 0000:00:02.0 [ 1.761287] SCSI subsystem initialized [ 1.771777] ACPI: bus type USB registered [ 1.773054] usbcore: registered new interface driver usbfs [ 1.776416] usbcore: registered new interface driver hub [ 1.780140] usbcore: registered new device driver usb [ 1.789833] PCI: Using ACPI for IRQ routing [ 1.801133] NetLabel: Initializing [ 1.804127] NetLabel: domain hash size = 128 [ 1.808056] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.812675] NetLabel: unlabeled traffic allowed by default [ 1.822379] clocksource: Switched to clocksource kvm-clock [ 2.002141] AppArmor: AppArmor Filesystem Enabled [ 2.021819] pnp: PnP ACPI init [ 2.043620] pnp: PnP ACPI: found 5 devices [ 2.085398] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 2.123962] NET: Registered protocol family 2 [ 2.149316] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 2.178024] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 2.204592] TCP: Hash tables configured (established 4096 bind 4096) [ 2.230710] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.251978] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.279321] NET: Registered protocol family 1 [ 2.304238] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 2.332732] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 2.365102] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 2.421838] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 2.468764] Trying to unpack rootfs image as initramfs... [ 2.950792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.997648] Scanning for low memory corruption every 60 seconds [ 3.023668] futex hash table entries: 256 (order: 2, 16384 bytes) [ 3.046149] audit: initializing netlink subsys (disabled) [ 3.065084] audit: type=2000 audit(1527375333.692:1): initialized [ 3.090290] Initialise system trusted keyring [ 3.111918] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 3.148409] zbud: loaded [ 3.163113] VFS: Disk quotas dquot_6.6.0 [ 3.179821] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 3.209430] fuse init (API version 7.23) [ 3.227335] Key type big_key registered [ 3.242707] Allocating IMA MOK and blacklist keyrings. [ 3.278058] Key type asymmetric registered [ 3.297989] Asymmetric key parser 'x509' registered [ 3.316390] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 3.343237] io scheduler noop registered [ 3.358850] io scheduler deadline registered (default) [ 3.377997] io scheduler cfq registered [ 3.487901] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 3.506727] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 i[ [ 3.529292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 3.556633] ACPI: Power Button [PWRF] [ 3.573676] GHES: HEST is not enabled! [ 3.607616] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 3.691433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 3.744704] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 3.782897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 3.849659] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 3.980796] Linux agpgart interface v0.103 [ 4.028729] brd: module loaded [ 4.059469] loop: module loaded [ 4.100836] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 4.126506] GPT:90111 != 2097151 [ 4.139123] GPT:Alternate GPT header not at the end of the disk. [ 4.159236] GPT:90111 != 2097151 [ 4.172631] GPT: Use GNU Parted to correct GPT errors. [ 4.189608] vda: vda1 vda15 [ 4.210516] scsi host0: ata_piix [ 4.224932] scsi host1: ata_piix [ 4.237643] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 4.258225] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 4.284468] libphy: Fixed MDIO Bus: probed [ 4.301729] tun: Universal TUN/TAP device driver, 1.6 [ 4.318290] tun: (C) 1999-2004 Max Krasnyansky [ 4.351200] PPP generic driver version 2.4.2 [ 4.367783] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.388825] ehci-pci: EHCI PCI platform driver [ 4.404399] ehci-platform: EHCI generic platform driver [ 4.421333] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.442720] ohci-pci: OHCI PCI platform driver [ 4.461120] ohci-platform: OHCI generic platform driver [ 4.478303] uhci_hcd: USB Universal Host Controller Interface driver [ 4.521845] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 4.539545] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 4.566801] uhci_hcd 0000:00:01.2: detected 2 ports [ 4.585933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 4.607663] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 4.628279] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.655006] usb usb1: Product: UHCI Host Controller [ 4.671477] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 4.691022] usb usb1: SerialNumber: 0000:00:01.2 [ 4.708856] hub 1-0:1.0: USB hub found [ 4.723035] hub 1-0:1.0: 2 ports detected [ 4.741174] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 4.778297] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 4.794671] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 4.812877] mousedev: PS/2 mouse device common for all mice [ 4.837437] rtc_cmos 00:00: RTC can wake from S4 [ 4.854354] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 4.889785] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.912797] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 4.934213] i2c /dev entries driver [ 4.948313] device-mapper: uevent: version 1.0.3 [ 4.965194] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 4.994777] ledtrig-cpu: registered to indicate activity on CPUs [ 5.019004] NET: Registered protocol family 10 [ 5.039440] NET: Registered protocol family 17 [ 5.055196] Key type dns_resolver registered [ 5.073613] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 5.092196] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 5.125023] registered taskstats version 1 [ 5.141598] Loading compiled-in X.509 certificates [ 5.159995] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 5.192969] zswap: loaded using pool lzo/zbud [ 5.220823] Key type trusted registered [ 5.242314] Key type encrypted registered [ 5.258719] AppArmor: AppArmor sha1 policy hashing enabled [ 5.277237] ima: No TPM chip found, activating TPM-bypass! [ 5.297209] evm: HMAC attrs: 0x1 [ 5.315713] Magic number: 2:175:958 [ 5.333327] rtc_cmos 00:00: setting system clock to 2018-05-26 22:55:41 UTC (1527375341) [ 5.362294] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.382473] EDD information not available. [ 5.422604] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 5.449779] Write protecting the kernel read-only data: 14336k [ 5.503588] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 5.535837] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 5.58 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 6.37 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.491314] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.15... Lease of 192.168.130.15 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-26 22:55:46,607 - 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.222 MHz processor [ 0.020000] Calibrating delay loop (skipped) preset value.. 4988.44 BogoMIPS (lpj=9976888) [ 0.032049] pid_max: default: 32768 minimum: 301 [ 0.040066] ACPI: Core revision 20150930 [ 0.048977] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.068082] Security Framework initialized [ 0.076049] Yama: becoming mindful. [ 0.084064] AppArmor: AppArmor initialized [ 0.092121] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.104238] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.112146] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.124052] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.132839] Initializing cgroup subsys io [ 0.140057] Initializing cgroup subsys memory [ 0.148058] Initializing cgroup subsys devices [ 0.156054] Initializing cgroup subsys freezer [ 0.164051] Initializing cgroup subsys net_cls [ 0.176052] Initializing cgroup subsys perf_event [ 0.184069] Initializing cgroup subsys net_prio [ 0.192052] Initializing cgroup subsys hugetlb [ 0.200053] Initializing cgroup subsys pids [ 0.212353] CPU: Physical Processor ID: 0 [ 0.221442] mce: CPU supports 10 MCE banks [ 0.229702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.236048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.685539] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 1.002342] ftrace: allocating 31920 entries in 125 pages [ 1.020421] smpboot: Max logical packages: 1 [ 1.028055] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 1.044420] x2apic enabled [ 1.048058] Switched APIC routing to physical x2apic. [ 1.081712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 1.084000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 1.096073] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 1.109020] x86: Booted up 1 node, 1 CPUs [ 1.112070] smpboot: Total of 1 processors activated (4988.44 BogoMIPS) [ 1.120202] devtmpfs: initialized [ 1.125674] evm: security.selinux [ 1.128061] evm: security.SMACK64 [ 1.132056] evm: security.SMACK64EXEC [ 1.136064] evm: security.SMACK64TRANSMUTE [ 1.140057] evm: security.SMACK64MMAP [ 1.144058] evm: security.ima [ 1.148057] evm: security.capability [ 1.152335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 1.156211] pinctrl core: initialized pinctrl subsystem [ 1.161270] RTC time: 22:55:35, date: 05/26/18 [ 1.164424] NET: Registered protocol family 16 [ 1.168586] cpuidle: using governor ladder [ 1.172069] cpuidle: using governor menu [ 1.176069] PCCT header not found. [ 1.180450] ACPI: bus type PCI registered [ 1.184062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.189092] PCI: Using configuration type 1 for base access [ 1.193977] ACPI: Added _OSI(Module Device) [ 1.196063] ACPI: Added _OSI(Processor Device) [ 1.200066] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.204062] ACPI: Added _OSI(Processor Aggregator Device) [ 1.211818] ACPI: Interpreter enabled [ 1.212071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.224068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.236079] ACPI: (supports S0 S3 S4 S5) [ 1.240058] ACPI: Using IOAPIC for interrupt routing [ 1.244097] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.252887] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.256069] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.260083] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.264081] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.268923] acpiphp: Slot [3] registered [ 1.272211] acpiphp: Slot [4] registered [ 1.276242] acpiphp: Slot [5] registered [ 1.280222] acpiphp: Slot [6] registered [ 1.284222] acpiphp: Slot [7] registered [ 1.288228] acpiphp: Slot [8] registered [ 1.292223] acpiphp: Slot [9] registered [ 1.296220] acpiphp: Slot [10] registered [ 1.300222] acpiphp: Slot [11] registered [ 1.304203] acpiphp: Slot [12] registered [ 1.308220] acpiphp: Slot [13] registered [ 1.312221] acpiphp: Slot [14] registered [ 1.316220] acpiphp: Slot [15] registered [ 1.320225] acpiphp: Slot [16] registered [ 1.324251] acpiphp: Slot [17] registered [ 1.328225] acpiphp: Slot [18] registered [ 1.332235] acpiphp: Slot [19] registered [ 1.336217] acpiphp: Slot [20] registered [ 1.340297] acpiphp: Slot [21] registered [ 1.344226] acpiphp: Slot [22] registered [ 1.348218] acpiphp: Slot [23] registered [ 1.352226] acpiphp: Slot [24] registered [ 1.356258] acpiphp: Slot [25] registered [ 1.360221] acpiphp: Slot [26] registered [ 1.364286] acpiphp: Slot [27] registered [ 1.368235] acpiphp: Slot [28] registered [ 1.372221] acpiphp: Slot [29] registered [ 1.376222] acpiphp: Slot [30] registered [ 1.380248] acpiphp: Slot [31] registered [ 1.384197] PCI host bridge to bus 0000:00 [ 1.388066] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.392066] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.396066] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.400066] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.404065] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.435637] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.436062] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.440059] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.444059] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.469146] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI c[ 1.472178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.669159] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.680788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.692734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.704634] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.716436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.726922] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.741047] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.744000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.744169] vgaarb: loaded [ 1.748057] vgaarb: bridge control possible 0000:00:02.0 [ 1.761287] SCSI subsystem initialized [ 1.771777] ACPI: bus type USB registered [ 1.773054] usbcore: registered new interface driver usbfs [ 1.776416] usbcore: registered new interface driver hub [ 1.780140] usbcore: registered new device driver usb [ 1.789833] PCI: Using ACPI for IRQ routing [ 1.801133] NetLabel: Initializing [ 1.804127] NetLabel: domain hash size = 128 [ 1.808056] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.812675] NetLabel: unlabeled traffic allowed by default [ 1.822379] clocksource: Switched to clocksource kvm-clock [ 2.002141] AppArmor: AppArmor Filesystem Enabled [ 2.021819] pnp: PnP ACPI init [ 2.043620] pnp: PnP ACPI: found 5 devices [ 2.085398] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 2.123962] NET: Registered protocol family 2 [ 2.149316] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 2.178024] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 2.204592] TCP: Hash tables configured (established 4096 bind 4096) [ 2.230710] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.251978] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.279321] NET: Registered protocol family 1 [ 2.304238] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 2.332732] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 2.365102] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 2.421838] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 2.468764] Trying to unpack rootfs image as initramfs... [ 2.950792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.997648] Scanning for low memory corruption every 60 seconds [ 3.023668] futex hash table entries: 256 (order: 2, 16384 bytes) [ 3.046149] audit: initializing netlink subsys (disabled) [ 3.065084] audit: type=2000 audit(1527375333.692:1): initialized [ 3.090290] Initialise system trusted keyring [ 3.111918] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 3.148409] zbud: loaded [ 3.163113] VFS: Disk quotas dquot_6.6.0 [ 3.179821] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 3.209430] fuse init (API version 7.23) [ 3.227335] Key type big_key registered [ 3.242707] Allocating IMA MOK and blacklist keyrings. [ 3.278058] Key type asymmetric registered [ 3.297989] Asymmetric key parser 'x509' registered [ 3.316390] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 3.343237] io scheduler noop registered [ 3.358850] io scheduler deadline registered (default) [ 3.377997] io scheduler cfq registered [ 3.487901] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 3.506727] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 i[ [ 3.529292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 3.556633] ACPI: Power Button [PWRF] [ 3.573676] GHES: HEST is not enabled! [ 3.607616] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 3.691433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 3.744704] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 3.782897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 3.849659] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 3.980796] Linux agpgart interface v0.103 [ 4.028729] brd: module loaded [ 4.059469] loop: module loaded [ 4.100836] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 4.126506] GPT:90111 != 2097151 [ 4.139123] GPT:Alternate GPT header not at the end of the disk. [ 4.159236] GPT:90111 != 2097151 [ 4.172631] GPT: Use GNU Parted to correct GPT errors. [ 4.189608] vda: vda1 vda15 [ 4.210516] scsi host0: ata_piix [ 4.224932] scsi host1: ata_piix [ 4.237643] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 4.258225] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 4.284468] libphy: Fixed MDIO Bus: probed [ 4.301729] tun: Universal TUN/TAP device driver, 1.6 [ 4.318290] tun: (C) 1999-2004 Max Krasnyansky [ 4.351200] PPP generic driver version 2.4.2 [ 4.367783] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.388825] ehci-pci: EHCI PCI platform driver [ 4.404399] ehci-platform: EHCI generic platform driver [ 4.421333] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.442720] ohci-pci: OHCI PCI platform driver [ 4.461120] ohci-platform: OHCI generic platform driver [ 4.478303] uhci_hcd: USB Universal Host Controller Interface driver [ 4.521845] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 4.539545] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 4.566801] uhci_hcd 0000:00:01.2: detected 2 ports [ 4.585933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 4.607663] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 4.628279] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.655006] usb usb1: Product: UHCI Host Controller [ 4.671477] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 4.691022] usb usb1: SerialNumber: 0000:00:01.2 [ 4.708856] hub 1-0:1.0: USB hub found [ 4.723035] hub 1-0:1.0: 2 ports detected [ 4.741174] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 4.778297] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 4.794671] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 4.812877] mousedev: PS/2 mouse device common for all mice [ 4.837437] rtc_cmos 00:00: RTC can wake from S4 [ 4.854354] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 4.889785] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.912797] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 4.934213] i2c /dev entries driver [ 4.948313] device-mapper: uevent: version 1.0.3 [ 4.965194] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 4.994777] ledtrig-cpu: registered to indicate activity on CPUs [ 5.019004] NET: Registered protocol family 10 [ 5.039440] NET: Registered protocol family 17 [ 5.055196] Key type dns_resolver registered [ 5.073613] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 5.092196] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 5.125023] registered taskstats version 1 [ 5.141598] Loading compiled-in X.509 certificates [ 5.159995] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 5.192969] zswap: loaded using pool lzo/zbud [ 5.220823] Key type trusted registered [ 5.242314] Key type encrypted registered [ 5.258719] AppArmor: AppArmor sha1 policy hashing enabled [ 5.277237] ima: No TPM chip found, activating TPM-bypass! [ 5.297209] evm: HMAC attrs: 0x1 [ 5.315713] Magic number: 2:175:958 [ 5.333327] rtc_cmos 00:00: setting system clock to 2018-05-26 22:55:41 UTC (1527375341) [ 5.362294] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.382473] EDD information not available. [ 5.422604] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 5.449779] Write protecting the kernel read-only data: 14336k [ 5.503588] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 5.535837] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 5.58 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 6.37 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.491314] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.15... Lease of 192.168.130.15 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.75. 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-26 22:55:49,961 - 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.222 MHz processor [ 0.020000] Calibrating delay loop (skipped) preset value.. 4988.44 BogoMIPS (lpj=9976888) [ 0.032049] pid_max: default: 32768 minimum: 301 [ 0.040066] ACPI: Core revision 20150930 [ 0.048977] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.068082] Security Framework initialized [ 0.076049] Yama: becoming mindful. [ 0.084064] AppArmor: AppArmor initialized [ 0.092121] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.104238] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.112146] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.124052] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.132839] Initializing cgroup subsys io [ 0.140057] Initializing cgroup subsys memory [ 0.148058] Initializing cgroup subsys devices [ 0.156054] Initializing cgroup subsys freezer [ 0.164051] Initializing cgroup subsys net_cls [ 0.176052] Initializing cgroup subsys perf_event [ 0.184069] Initializing cgroup subsys net_prio [ 0.192052] Initializing cgroup subsys hugetlb [ 0.200053] Initializing cgroup subsys pids [ 0.212353] CPU: Physical Processor ID: 0 [ 0.221442] mce: CPU supports 10 MCE banks [ 0.229702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.236048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.685539] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 1.002342] ftrace: allocating 31920 entries in 125 pages [ 1.020421] smpboot: Max logical packages: 1 [ 1.028055] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 1.044420] x2apic enabled [ 1.048058] Switched APIC routing to physical x2apic. [ 1.081712] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 1.084000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 1.096073] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 1.109020] x86: Booted up 1 node, 1 CPUs [ 1.112070] smpboot: Total of 1 processors activated (4988.44 BogoMIPS) [ 1.120202] devtmpfs: initialized [ 1.125674] evm: security.selinux [ 1.128061] evm: security.SMACK64 [ 1.132056] evm: security.SMACK64EXEC [ 1.136064] evm: security.SMACK64TRANSMUTE [ 1.140057] evm: security.SMACK64MMAP [ 1.144058] evm: security.ima [ 1.148057] evm: security.capability [ 1.152335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 1.156211] pinctrl core: initialized pinctrl subsystem [ 1.161270] RTC time: 22:55:35, date: 05/26/18 [ 1.164424] NET: Registered protocol family 16 [ 1.168586] cpuidle: using governor ladder [ 1.172069] cpuidle: using governor menu [ 1.176069] PCCT header not found. [ 1.180450] ACPI: bus type PCI registered [ 1.184062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.189092] PCI: Using configuration type 1 for base access [ 1.193977] ACPI: Added _OSI(Module Device) [ 1.196063] ACPI: Added _OSI(Processor Device) [ 1.200066] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.204062] ACPI: Added _OSI(Processor Aggregator Device) [ 1.211818] ACPI: Interpreter enabled [ 1.212071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.224068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.236079] ACPI: (supports S0 S3 S4 S5) [ 1.240058] ACPI: Using IOAPIC for interrupt routing [ 1.244097] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.252887] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.256069] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.260083] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.264081] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.268923] acpiphp: Slot [3] registered [ 1.272211] acpiphp: Slot [4] registered [ 1.276242] acpiphp: Slot [5] registered [ 1.280222] acpiphp: Slot [6] registered [ 1.284222] acpiphp: Slot [7] registered [ 1.288228] acpiphp: Slot [8] registered [ 1.292223] acpiphp: Slot [9] registered [ 1.296220] acpiphp: Slot [10] registered [ 1.300222] acpiphp: Slot [11] registered [ 1.304203] acpiphp: Slot [12] registered [ 1.308220] acpiphp: Slot [13] registered [ 1.312221] acpiphp: Slot [14] registered [ 1.316220] acpiphp: Slot [15] registered [ 1.320225] acpiphp: Slot [16] registered [ 1.324251] acpiphp: Slot [17] registered [ 1.328225] acpiphp: Slot [18] registered [ 1.332235] acpiphp: Slot [19] registered [ 1.336217] acpiphp: Slot [20] registered [ 1.340297] acpiphp: Slot [21] registered [ 1.344226] acpiphp: Slot [22] registered [ 1.348218] acpiphp: Slot [23] registered [ 1.352226] acpiphp: Slot [24] registered [ 1.356258] acpiphp: Slot [25] registered [ 1.360221] acpiphp: Slot [26] registered [ 1.364286] acpiphp: Slot [27] registered [ 1.368235] acpiphp: Slot [28] registered [ 1.372221] acpiphp: Slot [29] registered [ 1.376222] acpiphp: Slot [30] registered [ 1.380248] acpiphp: Slot [31] registered [ 1.384197] PCI host bridge to bus 0000:00 [ 1.388066] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.392066] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.396066] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.400066] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 1.404065] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.435637] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.436062] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.440059] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.444059] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.469146] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI c[ 1.472178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.669159] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.680788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.692734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.704634] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.716436] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.726922] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.741047] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.744000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.744169] vgaarb: loaded [ 1.748057] vgaarb: bridge control possible 0000:00:02.0 [ 1.761287] SCSI subsystem initialized [ 1.771777] ACPI: bus type USB registered [ 1.773054] usbcore: registered new interface driver usbfs [ 1.776416] usbcore: registered new interface driver hub [ 1.780140] usbcore: registered new device driver usb [ 1.789833] PCI: Using ACPI for IRQ routing [ 1.801133] NetLabel: Initializing [ 1.804127] NetLabel: domain hash size = 128 [ 1.808056] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.812675] NetLabel: unlabeled traffic allowed by default [ 1.822379] clocksource: Switched to clocksource kvm-clock [ 2.002141] AppArmor: AppArmor Filesystem Enabled [ 2.021819] pnp: PnP ACPI init [ 2.043620] pnp: PnP ACPI: found 5 devices [ 2.085398] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 2.123962] NET: Registered protocol family 2 [ 2.149316] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 2.178024] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 2.204592] TCP: Hash tables configured (established 4096 bind 4096) [ 2.230710] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.251978] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.279321] NET: Registered protocol family 1 [ 2.304238] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 2.332732] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 2.365102] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 2.421838] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 2.468764] Trying to unpack rootfs image as initramfs... [ 2.950792] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 2.997648] Scanning for low memory corruption every 60 seconds [ 3.023668] futex hash table entries: 256 (order: 2, 16384 bytes) [ 3.046149] audit: initializing netlink subsys (disabled) [ 3.065084] audit: type=2000 audit(1527375333.692:1): initialized [ 3.090290] Initialise system trusted keyring [ 3.111918] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 3.148409] zbud: loaded [ 3.163113] VFS: Disk quotas dquot_6.6.0 [ 3.179821] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 3.209430] fuse init (API version 7.23) [ 3.227335] Key type big_key registered [ 3.242707] Allocating IMA MOK and blacklist keyrings. [ 3.278058] Key type asymmetric registered [ 3.297989] Asymmetric key parser 'x509' registered [ 3.316390] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 3.343237] io scheduler noop registered [ 3.358850] io scheduler deadline registered (default) [ 3.377997] io scheduler cfq registered [ 3.487901] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 3.506727] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 i[ [ 3.529292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 3.556633] ACPI: Power Button [PWRF] [ 3.573676] GHES: HEST is not enabled! [ 3.607616] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 3.691433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 3.744704] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 3.782897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 3.849659] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 3.980796] Linux agpgart interface v0.103 [ 4.028729] brd: module loaded [ 4.059469] loop: module loaded [ 4.100836] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 4.126506] GPT:90111 != 2097151 [ 4.139123] GPT:Alternate GPT header not at the end of the disk. [ 4.159236] GPT:90111 != 2097151 [ 4.172631] GPT: Use GNU Parted to correct GPT errors. [ 4.189608] vda: vda1 vda15 [ 4.210516] scsi host0: ata_piix [ 4.224932] scsi host1: ata_piix [ 4.237643] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 4.258225] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 4.284468] libphy: Fixed MDIO Bus: probed [ 4.301729] tun: Universal TUN/TAP device driver, 1.6 [ 4.318290] tun: (C) 1999-2004 Max Krasnyansky [ 4.351200] PPP generic driver version 2.4.2 [ 4.367783] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.388825] ehci-pci: EHCI PCI platform driver [ 4.404399] ehci-platform: EHCI generic platform driver [ 4.421333] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.442720] ohci-pci: OHCI PCI platform driver [ 4.461120] ohci-platform: OHCI generic platform driver [ 4.478303] uhci_hcd: USB Universal Host Controller Interface driver [ 4.521845] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 4.539545] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 4.566801] uhci_hcd 0000:00:01.2: detected 2 ports [ 4.585933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 4.607663] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 4.628279] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.655006] usb usb1: Product: UHCI Host Controller [ 4.671477] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 4.691022] usb usb1: SerialNumber: 0000:00:01.2 [ 4.708856] hub 1-0:1.0: USB hub found [ 4.723035] hub 1-0:1.0: 2 ports detected [ 4.741174] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 4.778297] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 4.794671] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 4.812877] mousedev: PS/2 mouse device common for all mice [ 4.837437] rtc_cmos 00:00: RTC can wake from S4 [ 4.854354] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 4.889785] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.912797] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 4.934213] i2c /dev entries driver [ 4.948313] device-mapper: uevent: version 1.0.3 [ 4.965194] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 4.994777] ledtrig-cpu: registered to indicate activity on CPUs [ 5.019004] NET: Registered protocol family 10 [ 5.039440] NET: Registered protocol family 17 [ 5.055196] Key type dns_resolver registered [ 5.073613] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 5.092196] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 5.125023] registered taskstats version 1 [ 5.141598] Loading compiled-in X.509 certificates [ 5.159995] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 5.192969] zswap: loaded using pool lzo/zbud [ 5.220823] Key type trusted registered [ 5.242314] Key type encrypted registered [ 5.258719] AppArmor: AppArmor sha1 policy hashing enabled [ 5.277237] ima: No TPM chip found, activating TPM-bypass! [ 5.297209] evm: HMAC attrs: 0x1 [ 5.315713] Magic number: 2:175:958 [ 5.333327] rtc_cmos 00:00: setting system clock to 2018-05-26 22:55:41 UTC (1527375341) [ 5.362294] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.382473] EDD information not available. [ 5.422604] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 5.449779] Write protecting the kernel read-only data: 14336k [ 5.503588] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 5.535837] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 5.58 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 6.37 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.491314] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.15... Lease of 192.168.130.15 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.75. 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.222 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- 2018-05-26 22:55:49,961 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-05-26 22:55:50,495 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 22:55:50,495 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:59 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-26 22:56:08,816 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-26 22:56:08,913 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-26 22:56:08,913 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-26 22:56:08,913 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-26 22:56:17,549 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-26 22:56:17.435 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e296ce5e-9a2a-439a-840a-c59533dd8c05) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e296ce5e-9a2a-439a-840a-c59533dd8c05 | 2018-05-26T22:56:17 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e296ce5e-9a2a-439a-840a-c59533dd8c05 ~/.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-26 22:56:22,386 - 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-26 22:56:22,386 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-26 22:56:31,729 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-26 22:56:28.821 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-26 22:56:28.873 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-26 22:56:31.572 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=73dd6fa9-9526-45e5-9dbd-7f9947d5ef42) has been successfully created! Using verifier 'opnfv-tempest' (UUID=73dd6fa9-9526-45e5-9dbd-7f9947d5ef42) as the default verifier for the future CLI operations. 2018-05-26 22:56:36,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-26358101-30be-4164-83fa-0698ebe739b3' 2018-05-26 22:56:38,086 - 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-26T22:56:37Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f03cd228-976e-4dd3-89be-85543d14ff69', u'provider:segmentation_id': 2, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-26358101-30be-4164-83fa-0698ebe739b3', u'admin_state_up': True, u'tenant_id': u'152b5fb5606344939fe7045d845ba02d', u'created_at': u'2018-05-26T22:56:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'152b5fb5606344939fe7045d845ba02d'}) 2018-05-26 22:56:38,923 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-26T22:56:38Z', 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'9716b098-e8c1-4c89-9e38-fb612fbbec0e', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-26358101-30be-4164-83fa-0698ebe739b3', u'enable_dhcp': True, u'network_id': u'f03cd228-976e-4dd3-89be-85543d14ff69', u'tenant_id': u'152b5fb5606344939fe7045d845ba02d', u'created_at': u'2018-05-26T22:56:38Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'152b5fb5606344939fe7045d845ba02d'}) 2018-05-26 22:56:38,923 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-26 22:56:38,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-26358101-30be-4164-83fa-0698ebe739b3' 2018-05-26 22:56:40,110 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-26358101-30be-4164-83fa-0698ebe739b3', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-26T22:56:39Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/675386b0-7d43-49c0-86a2-251f6e9d6edd/file', u'owner': u'152b5fb5606344939fe7045d845ba02d', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'675386b0-7d43-49c0-86a2-251f6e9d6edd', u'size': None, u'name': u'Cirros-0.4.0-26358101-30be-4164-83fa-0698ebe739b3', u'checksum': None, u'self': u'/v2/images/675386b0-7d43-49c0-86a2-251f6e9d6edd', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-26T22:56:39Z', u'schema': u'/v2/schemas/image'}) 2018-05-26 22:56:40,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-26358101-30be-4164-83fa-0698ebe739b3' 2018-05-26 22:56:42,133 - 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-26358101-30be-4164-83fa-0698ebe739b3', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-26T22:56:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/d0ecb6aa-249e-485f-80fe-4f3dded0743f/file', u'owner': u'152b5fb5606344939fe7045d845ba02d', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd0ecb6aa-249e-485f-80fe-4f3dded0743f', u'size': None, u'name': u'Cirros-0.4.0-1-26358101-30be-4164-83fa-0698ebe739b3', u'checksum': None, u'self': u'/v2/images/d0ecb6aa-249e-485f-80fe-4f3dded0743f', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-26T22:56:40Z', u'schema': u'/v2/schemas/image'}) 2018-05-26 22:56:42,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-26 22:56:42,317 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-26358101-30be-4164-83fa-0698ebe739b3', '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'152b5fb5606344939fe7045d845ba02d', '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'dac9ba46-e47e-48d6-a036-7920db49e950', 'swap': 0}) 2018-05-26 22:56:42,484 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-26358101-30be-4164-83fa-0698ebe739b3', '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'152b5fb5606344939fe7045d845ba02d', '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'9fbc017b-8334-4524-8ab1-250c70720c98', 'swap': 0}) 2018-05-26 22:56:47,127 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-26 22:56:45.766 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=73dd6fa9-9526-45e5-9dbd-7f9947d5ef42) for deployment 'opnfv-rally' (UUID=e296ce5e-9a2a-439a-840a-c59533dd8c05). 2018-05-26 22:56:46.979 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=73dd6fa9-9526-45e5-9dbd-7f9947d5ef42) has been successfully configured for deployment 'opnfv-rally' (UUID=e296ce5e-9a2a-439a-840a-c59533dd8c05)! 2018-05-26 22:56:47,127 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-26 22:56:47,128 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-26 22:56:47,129 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-26 22:56:47,140 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-26 22:56:51,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-73dd6fa9-9526-45e5-9dbd-7f9947d5ef42/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-26 22:56:51,905 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-26 22:56:51,920 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-26 22:56:51,920 - 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-26 22:56:55,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 22:56:55.034 51 INFO rally.api [-] Starting verification (UUID=b840a3de-6a47-4b1c-8856-1d1e9027aa93) for deployment 'opnfv-rally' (UUID=e296ce5e-9a2a-439a-840a-c59533dd8c05) by verifier 'opnfv-tempest' (UUID=73dd6fa9-9526-45e5-9dbd-7f9947d5ef42). 2018-05-26 22:56:55,036 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b840a3de-6a47-4b1c-8856-1d1e9027aa93 2018-05-26 22:57:04,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 22:57:04.705 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.195s] 2018-05-26 22:57:04,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 22:57:04.832 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.127s] 2018-05-26 22:57:12,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 22:57:12.647 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.135s] 2018-05-26 22:57:14,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 22:57:14.496 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.849s] 2018-05-26 22:57:26,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 22:57:26.772 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [4.147s] 2018-05-26 22:57:50,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 22:57:50.566 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [15.684s] 2018-05-26 22:58:30,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 22:58:30.847 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.105s] 2018-05-26 22:58:30,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 22:58:30.848 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-26 22:59:22,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 22:59:22.718 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.121s] 2018-05-26 22:59:22,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 22:59:22.719 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-26 23:00:12,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:00:12.438 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.099s] 2018-05-26 23:00:12,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:00:12.439 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-26 23:01:40,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:01:40.377 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [36.896s] 2018-05-26 23:02:13,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:02:13.382 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.091s] 2018-05-26 23:02:13,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:02:13.574 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.191s] 2018-05-26 23:02:23,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:02:23.063 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [1.034s] 2018-05-26 23:02:23,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:02:23.077 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.015s] 2018-05-26 23:02:24,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:02:24.940 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-26 23:02:24,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:02:24.941 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-26 23:02:31,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:02:31.320 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.727s] 2018-05-26 23:02:40,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:02:40.189 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.171s] 2018-05-26 23:02:49,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:02:49.789 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.141s] 2018-05-26 23:02:59,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:02:59.859 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.744s] 2018-05-26 23:03:13,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:03:13.377 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [4.963s] 2018-05-26 23:03:22,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:03:22.423 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.894s] 2018-05-26 23:03:31,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:03:31.156 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.310s] 2018-05-26 23:03:41,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:03:41.624 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.766s] 2018-05-26 23:03:52,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:03:52.025 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.760s] 2018-05-26 23:04:03,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:04:03.985 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [4.343s] 2018-05-26 23:04:07,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:04:07.310 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-26 23:04:10,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:04:10.485 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.188s] 2018-05-26 23:04:10,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:04:10.619 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.134s] 2018-05-26 23:04:10,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:04:10.729 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.110s] 2018-05-26 23:04:10,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:04:10.740 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.011s] 2018-05-26 23:04:16,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:04:16.181 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.498s] 2018-05-26 23:04:17,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:04:17.778 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.597s] 2018-05-26 23:04:19,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:04:19.739 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.961s] 2018-05-26 23:04:26,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:04:26.507 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2018-05-26 23:04:32,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:04:32.772 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.073s] 2018-05-26 23:04:55,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:04:55.580 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.397s] 2018-05-26 23:05:02,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:05:02.244 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.663s] 2018-05-26 23:05:21,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:05:21.167 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.392s] 2018-05-26 23:05:24,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:05:24.846 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.678s] 2018-05-26 23:05:33,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:05:33.562 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.715s] 2018-05-26 23:05:47,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:05:47.643 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.507s] 2018-05-26 23:05:51,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:05:51.516 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.871s] 2018-05-26 23:05:58,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:05:58.208 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.692s] 2018-05-26 23:06:20,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:06:20.465 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.384s] 2018-05-26 23:06:21,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:06:21.032 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.565s] 2018-05-26 23:06:21,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:06:21.248 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.216s] 2018-05-26 23:06:21,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:06:21.372 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.122s] 2018-05-26 23:06:21,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:06:21.549 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.177s] 2018-05-26 23:06:21,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:06:21.689 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.140s] 2018-05-26 23:06:42,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:06:42.735 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.720s] 2018-05-26 23:06:42,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:06:42.972 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.236s] 2018-05-26 23:06:43,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:06:43.395 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.423s] 2018-05-26 23:06:43,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:06:43.509 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.114s] 2018-05-26 23:06:43,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:06:43.966 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.457s] 2018-05-26 23:06:44,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:06:44.061 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.093s] 2018-05-26 23:07:04,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:07:04.362 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.995s] 2018-05-26 23:07:15,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:07:15.021 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [10.658s] 2018-05-26 23:07:17,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:07:17.017 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.994s] 2018-05-26 23:07:17,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:07:17.122 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.106s] 2018-05-26 23:07:17,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:07:17.230 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.108s] 2018-05-26 23:07:33,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:07:33.241 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.001s] 2018-05-26 23:07:42,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:07:42.335 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [9.092s] 2018-05-26 23:07:44,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:07:44.545 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.209s] 2018-05-26 23:07:44,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:07:44.673 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.128s] 2018-05-26 23:07:44,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:07:44.763 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.090s] 2018-05-26 23:08:15,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:08:15.877 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [23.311s] 2018-05-26 23:08:32,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:08:32.733 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [16.856s] 2018-05-26 23:08:48,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:08:48.737 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [16.004s] 2018-05-26 23:09:01,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:09:01.901 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [13.162s] 2018-05-26 23:09:48,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:09:48.773 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [22.929s] 2018-05-26 23:10:05,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:10:05.240 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [16.468s] 2018-05-26 23:10:21,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:10:21.365 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [16.123s] 2018-05-26 23:10:34,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:10:34.004 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [12.639s] 2018-05-26 23:10:58,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:10:58.925 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.367s] 2018-05-26 23:11:00,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:11:00.390 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.465s] 2018-05-26 23:11:00,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:11:00.500 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.111s] 2018-05-26 23:11:06,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:11:06.486 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.355s] 2018-05-26 23:11:07,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:11:07.939 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.451s] 2018-05-26 23:11:08,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:11:08.032 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.094s] 2018-05-26 23:11:13,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:11:13.833 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.780s] 2018-05-26 23:11:18,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:11:18.952 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2018-05-26 23:11:20,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:11:20.868 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-26 23:11:20,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:11:20.869 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-26 23:11:20,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:11:20.869 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-26 23:11:20,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:11:20.869 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-26 23:11:20,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:11:20.870 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-26 23:11:24,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:11:24.140 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-05-26 23:11:43,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:11:43.098 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.544s] 2018-05-26 23:11:57,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:11:57.317 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.979s] 2018-05-26 23:12:07,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:12:07.898 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.580s] 2018-05-26 23:12:19,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:12:19.150 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.066s] 2018-05-26 23:13:16,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:13:16.920 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [48.349s] 2018-05-26 23:14:15,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:14:15.697 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [41.302s] 2018-05-26 23:15:27,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:15:27.471 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [27.284s] 2018-05-26 23:15:59,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b840a3de-6a47-4b1c-8856-1d1e9027aa93']'. 2018-05-26 23:16:01,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-26 23:16:01,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-26 23:16:01,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-26 23:16:01,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b840a3de-6a47-4b1c-8856-1d1e9027aa93 | 2018-05-26 23:16:01,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-26 23:16:01,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-26 22:56:55 | 2018-05-26 23:16:01,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-26 23:15:59 | 2018-05-26 23:16:01,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:19:04 | 2018-05-26 23:16:01,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-26 23:16:01,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-26 23:16:01,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-26 23:16:01,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 73dd6fa9-9526-45e5-9dbd-7f9947d5ef42) | 2018-05-26 23:16:01,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-26 23:16:01,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e296ce5e-9a2a-439a-840a-c59533dd8c05) | 2018-05-26 23:16:01,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-26 23:16:01,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1106.234 | 2018-05-26 23:16:01,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-05-26 23:16:01,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-26 23:16:01,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-26 23:16:01,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-26 23:16:01,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-05-26 23:16:01,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-26 23:16:01,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-26 23:16:01,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 97.7777777778% 2018-05-26 23:16:07,368 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 23:16:07,368 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:31 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-26 23:16:07,371 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-26 23:16:07,371 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-26 23:16:07,442 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-26 23:16:08,383 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual3 2018-05-26 23:16:08,384 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-26 23:16:08,384 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-26 23:16:09,497 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-26 23:16:12,816 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-26 23:16:12.598 76 INFO rally.deployment.engine [-] Deployment e296ce5e-9a2a-439a-840a-c59533dd8c05 | Starting: Destroy cloud and free allocated resources. 2018-05-26 23:16:12.610 76 INFO rally.deployment.engine [-] Deployment e296ce5e-9a2a-439a-840a-c59533dd8c05 | Completed: Destroy cloud and free allocated resources. 2018-05-26 23:16:12.635 76 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=73dd6fa9-9526-45e5-9dbd-7f9947d5ef42) for deployment 'opnfv-rally'. 2018-05-26 23:16:12.648 76 INFO rally.api [-] Deleting verification (UUID=b840a3de-6a47-4b1c-8856-1d1e9027aa93). 2018-05-26 23:16:12.651 76 INFO rally.api [-] Verification has been successfully deleted! 2018-05-26 23:16:12.652 76 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=73dd6fa9-9526-45e5-9dbd-7f9947d5ef42). 2018-05-26 23:16:12.658 76 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-26 23:16:16,050 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-26 23:16:15.930 79 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9c745ae0-9031-43b0-b912-29940b78a635) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9c745ae0-9031-43b0-b912-29940b78a635 | 2018-05-26T23:16:15 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9c745ae0-9031-43b0-b912-29940b78a635 ~/.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-26 23:16:21,178 - 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-26 23:16:21,178 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-26 23:16:22,314 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-a24b96ba-3392-4aa2-a449-bb0a30a53081'... 2018-05-26 23:16:24,254 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-a24b96ba-3392-4aa2-a449-bb0a30a53081'... 2018-05-26 23:16:25,375 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-a24b96ba-3392-4aa2-a449-bb0a30a53081'... 2018-05-26 23:16:36,197 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-a24b96ba-3392-4aa2-a449-bb0a30a53081'... 2018-05-26 23:16:36,300 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-a24b96ba-3392-4aa2-a449-bb0a30a53081'... 2018-05-26 23:16:36,464 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-26 23:16:36,465 - 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-26 23:16:36,465 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-26 23:16:36,487 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-26 23:16:36,488 - 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': 'ffb899a1-9f86-45f8-8140-213e76737096', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a24b96ba-3392-4aa2-a449-bb0a30a53081', 'flavor_name': 'rally-tiny-a24b96ba-3392-4aa2-a449-bb0a30a53081', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a24b96ba-3392-4aa2-a449-bb0a30a53081', '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-26 23:18:16,013 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 16443460-13eb-49fc-9e08-48e562e073ea 2018-05-26 23:18:16,014 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-26 23:18:16,014 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '16443460-13eb-49fc-9e08-48e562e073ea'] 2018-05-26 23:18:17,496 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 16443460-13eb-49fc-9e08-48e562e073ea: 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 16443460-13eb-49fc-9e08-48e562e073ea 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 | 1.131 | 1.131 | 1.131 | 1.131 | 1.131 | 1.131 | 100.0% | 1 | | total | 1.131 | 1.131 | 1.131 | 1.131 | 1.131 | 1.131 | 100.0% | 1 | | -> duration | 1.131 | 1.131 | 1.131 | 1.131 | 1.131 | 1.131 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.131341 Full duration: 13.08333 -------------------------------------------------------------------------------- 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 16443460-13eb-49fc-9e08-48e562e073ea 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.043 | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 100.0% | 1 | | total | 1.749 | 1.749 | 1.749 | 1.749 | 1.749 | 1.749 | 100.0% | 1 | | -> duration | 1.749 | 1.749 | 1.749 | 1.749 | 1.749 | 1.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.748771 Full duration: 13.25684 -------------------------------------------------------------------------------- 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 16443460-13eb-49fc-9e08-48e562e073ea 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.372 | 0.372 | 0.372 | 0.372 | 0.372 | 0.372 | 100.0% | 1 | | total | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 100.0% | 1 | | -> duration | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.287574 Full duration: 11.805268 -------------------------------------------------------------------------------- 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 16443460-13eb-49fc-9e08-48e562e073ea 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.124 | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 100.0% | 1 | | total | 1.823 | 1.823 | 1.823 | 1.823 | 1.823 | 1.823 | 100.0% | 1 | | -> duration | 1.823 | 1.823 | 1.823 | 1.823 | 1.823 | 1.823 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.822679 Full duration: 12.585351 -------------------------------------------------------------------------------- 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 16443460-13eb-49fc-9e08-48e562e073ea 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 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.322275 Full duration: 12.18262 -------------------------------------------------------------------------------- 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 16443460-13eb-49fc-9e08-48e562e073ea 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.426 | 0.426 | 0.426 | 0.426 | 0.426 | 0.426 | 100.0% | 1 | | total | 1.112 | 1.112 | 1.112 | 1.112 | 1.112 | 1.112 | 100.0% | 1 | | -> duration | 1.112 | 1.112 | 1.112 | 1.112 | 1.112 | 1.112 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.112398 Full duration: 12.102159 HINTS: * To plot HTML graphics with this data, run: rally task report 16443460-13eb-49fc-9e08-48e562e073ea --out output.html * To generate a JUnit report, run: rally task export 16443460-13eb-49fc-9e08-48e562e073ea --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 16443460-13eb-49fc-9e08-48e562e073ea --json --out output.json 2018-05-26 23:18:17,496 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '16443460-13eb-49fc-9e08-48e562e073ea'] 2018-05-26 23:18:18,958 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-26 23:18:18,958 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '16443460-13eb-49fc-9e08-48e562e073ea', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-26 23:18:18,963 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-26 23:18:18,963 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-26 23:18:18,964 - 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-26 23:18:18,964 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-26 23:18:18,973 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-26 23:18:18,974 - 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': 'ffb899a1-9f86-45f8-8140-213e76737096', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a24b96ba-3392-4aa2-a449-bb0a30a53081', 'flavor_name': 'rally-tiny-a24b96ba-3392-4aa2-a449-bb0a30a53081', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a24b96ba-3392-4aa2-a449-bb0a30a53081', '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-26 23:20:20,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6f7f1742-66ca-424c-b8f2-5163739d2f51 2018-05-26 23:20:20,540 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '6f7f1742-66ca-424c-b8f2-5163739d2f51'] 2018-05-26 23:20:22,050 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 6f7f1742-66ca-424c-b8f2-5163739d2f51: 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 6f7f1742-66ca-424c-b8f2-5163739d2f51 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.227 | 3.227 | 3.227 | 3.227 | 3.227 | 3.227 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | -> glance_v2.upload_data | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | glance_v2.delete_image | 1.065 | 1.065 | 1.065 | 1.065 | 1.065 | 1.065 | 100.0% | 1 | | total | 4.292 | 4.292 | 4.292 | 4.292 | 4.292 | 4.292 | 100.0% | 1 | | -> duration | 4.292 | 4.292 | 4.292 | 4.292 | 4.292 | 4.292 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.292222 Full duration: 16.799446 -------------------------------------------------------------------------------- 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 6f7f1742-66ca-424c-b8f2-5163739d2f51 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.486 | 3.486 | 3.486 | 3.486 | 3.486 | 3.486 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 100.0% | 1 | | -> glance_v2.upload_data | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | glance_v2.list_images | 0.226 | 0.226 | 0.226 | 0.226 | 0.226 | 0.226 | 100.0% | 1 | | total | 3.712 | 3.712 | 3.712 | 3.712 | 3.712 | 3.712 | 100.0% | 1 | | -> duration | 3.712 | 3.712 | 3.712 | 3.712 | 3.712 | 3.712 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.712369 Full duration: 20.35458 -------------------------------------------------------------------------------- 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 6f7f1742-66ca-424c-b8f2-5163739d2f51 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.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | total | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | -> duration | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.326495 Full duration: 12.790336 -------------------------------------------------------------------------------- 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-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "number_instances": 2, "nics": [ { "net-id": "ffb899a1-9f86-45f8-8140-213e76737096" } ] }, "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 6f7f1742-66ca-424c-b8f2-5163739d2f51 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.979 | 3.979 | 3.979 | 3.979 | 3.979 | 3.979 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | -> glance_v2.upload_data | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 100.0% | 1 | | nova.boot_servers | 12.462 | 12.462 | 12.462 | 12.462 | 12.462 | 12.462 | 100.0% | 1 | | total | 16.442 | 16.442 | 16.442 | 16.442 | 16.442 | 16.442 | 100.0% | 1 | | -> duration | 15.442 | 15.442 | 15.442 | 15.442 | 15.442 | 15.442 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.441896 Full duration: 45.320098 HINTS: * To plot HTML graphics with this data, run: rally task report 6f7f1742-66ca-424c-b8f2-5163739d2f51 --out output.html * To generate a JUnit report, run: rally task export 6f7f1742-66ca-424c-b8f2-5163739d2f51 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6f7f1742-66ca-424c-b8f2-5163739d2f51 --json --out output.json 2018-05-26 23:20:22,050 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '6f7f1742-66ca-424c-b8f2-5163739d2f51'] 2018-05-26 23:20:23,531 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-26 23:20:23,532 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '6f7f1742-66ca-424c-b8f2-5163739d2f51', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-26 23:20:23,535 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-26 23:20:23,536 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-26 23:20:23,536 - 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-26 23:20:23,536 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-26 23:20:23,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-26 23:20:23,546 - 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': 'ffb899a1-9f86-45f8-8140-213e76737096', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a24b96ba-3392-4aa2-a449-bb0a30a53081', 'flavor_name': 'rally-tiny-a24b96ba-3392-4aa2-a449-bb0a30a53081', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a24b96ba-3392-4aa2-a449-bb0a30a53081', '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-26 23:25:01,137 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 873708bc-eb7c-4c2d-86a6-73057cc13656 2018-05-26 23:25:01,138 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '873708bc-eb7c-4c2d-86a6-73057cc13656'] 2018-05-26 23:25:02,667 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 873708bc-eb7c-4c2d-86a6-73057cc13656: 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 873708bc-eb7c-4c2d-86a6-73057cc13656 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.638 | 3.638 | 3.638 | 3.638 | 3.638 | 3.638 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.293 | 2.293 | 2.293 | 2.293 | 2.293 | 2.293 | 100.0% | 1 | | total | 5.931 | 5.931 | 5.931 | 5.931 | 5.931 | 5.931 | 100.0% | 1 | | -> duration | 5.931 | 5.931 | 5.931 | 5.931 | 5.931 | 5.931 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.93123 Full duration: 32.109118 -------------------------------------------------------------------------------- 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 873708bc-eb7c-4c2d-86a6-73057cc13656 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.382 | 3.382 | 3.382 | 3.382 | 3.382 | 3.382 | 100.0% | 1 | | cinder_v2.delete_volume | 2.245 | 2.245 | 2.245 | 2.245 | 2.245 | 2.245 | 100.0% | 1 | | total | 5.628 | 5.628 | 5.628 | 5.628 | 5.628 | 5.628 | 100.0% | 1 | | -> duration | 5.628 | 5.628 | 5.628 | 5.628 | 5.628 | 5.628 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.627634 Full duration: 24.561416 -------------------------------------------------------------------------------- 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-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 873708bc-eb7c-4c2d-86a6-73057cc13656 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 | 7.005 | 7.005 | 7.005 | 7.005 | 7.005 | 7.005 | 100.0% | 1 | | cinder_v2.delete_volume | 2.379 | 2.379 | 2.379 | 2.379 | 2.379 | 2.379 | 100.0% | 1 | | total | 9.384 | 9.384 | 9.384 | 9.384 | 9.384 | 9.384 | 100.0% | 1 | | -> duration | 9.384 | 9.384 | 9.384 | 9.384 | 9.384 | 9.384 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.383886 Full duration: 26.481107 -------------------------------------------------------------------------------- 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 873708bc-eb7c-4c2d-86a6-73057cc13656 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.07 | 4.07 | 4.07 | 4.07 | 4.07 | 4.07 | 100.0% | 1 | | cinder_v2.delete_volume | 2.292 | 2.292 | 2.292 | 2.292 | 2.292 | 2.292 | 100.0% | 1 | | total | 6.363 | 6.363 | 6.363 | 6.363 | 6.363 | 6.363 | 100.0% | 1 | | -> duration | 6.363 | 6.363 | 6.363 | 6.363 | 6.363 | 6.363 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.363166 Full duration: 24.133509 -------------------------------------------------------------------------------- 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 873708bc-eb7c-4c2d-86a6-73057cc13656 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.531 | 4.531 | 4.531 | 4.531 | 4.531 | 4.531 | 100.0% | 1 | | cinder_v2.extend_volume | 2.72 | 2.72 | 2.72 | 2.72 | 2.72 | 2.72 | 100.0% | 1 | | cinder_v2.delete_volume | 2.333 | 2.333 | 2.333 | 2.333 | 2.333 | 2.333 | 100.0% | 1 | | total | 9.583 | 9.583 | 9.583 | 9.583 | 9.583 | 9.583 | 100.0% | 1 | | -> duration | 9.583 | 9.583 | 9.583 | 9.583 | 9.583 | 9.583 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.583427 Full duration: 26.050307 -------------------------------------------------------------------------------- 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 873708bc-eb7c-4c2d-86a6-73057cc13656 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.12 | 4.12 | 4.12 | 4.12 | 4.12 | 4.12 | 100.0% | 1 | | cinder_v2.delete_volume | 2.301 | 2.301 | 2.301 | 2.301 | 2.301 | 2.301 | 100.0% | 1 | | total | 6.422 | 6.422 | 6.422 | 6.422 | 6.422 | 6.422 | 100.0% | 1 | | -> duration | 6.422 | 6.422 | 6.422 | 6.422 | 6.422 | 6.422 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.421774 Full duration: 35.536459 -------------------------------------------------------------------------------- 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 873708bc-eb7c-4c2d-86a6-73057cc13656 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.102 | 1.102 | 1.102 | 1.102 | 1.102 | 1.102 | 100.0% | 1 | | cinder_v2.list_qos | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 100.0% | 1 | | total | 1.16 | 1.16 | 1.16 | 1.16 | 1.16 | 1.16 | 100.0% | 1 | | -> duration | 1.16 | 1.16 | 1.16 | 1.16 | 1.16 | 1.16 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.159615 Full duration: 19.163088 -------------------------------------------------------------------------------- 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 873708bc-eb7c-4c2d-86a6-73057cc13656 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.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | cinder_v2.set_qos | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 100.0% | 1 | | total | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 100.0% | 1 | | -> duration | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.01459 Full duration: 18.038148 -------------------------------------------------------------------------------- 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 873708bc-eb7c-4c2d-86a6-73057cc13656 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.729 | 1.729 | 1.729 | 1.729 | 1.729 | 1.729 | 100.0% | 1 | | cinder_v2.list_types | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 100.0% | 1 | | total | 1.781 | 1.781 | 1.781 | 1.781 | 1.781 | 1.781 | 100.0% | 1 | | -> duration | 1.781 | 1.781 | 1.781 | 1.781 | 1.781 | 1.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.780913 Full duration: 19.960403 -------------------------------------------------------------------------------- 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 873708bc-eb7c-4c2d-86a6-73057cc13656 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.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | total | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 100.0% | 1 | | -> duration | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.284467 Full duration: 18.631018 HINTS: * To plot HTML graphics with this data, run: rally task report 873708bc-eb7c-4c2d-86a6-73057cc13656 --out output.html * To generate a JUnit report, run: rally task export 873708bc-eb7c-4c2d-86a6-73057cc13656 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 873708bc-eb7c-4c2d-86a6-73057cc13656 --json --out output.json 2018-05-26 23:25:02,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '873708bc-eb7c-4c2d-86a6-73057cc13656'] 2018-05-26 23:25:04,205 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-26 23:25:04,206 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '873708bc-eb7c-4c2d-86a6-73057cc13656', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-26 23:25:04,211 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-26 23:25:04,211 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-26 23:25:04,212 - 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-26 23:25:04,212 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-26 23:25:04,222 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-26 23:25:04,222 - 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': 'ffb899a1-9f86-45f8-8140-213e76737096', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a24b96ba-3392-4aa2-a449-bb0a30a53081', 'flavor_name': 'rally-tiny-a24b96ba-3392-4aa2-a449-bb0a30a53081', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a24b96ba-3392-4aa2-a449-bb0a30a53081', '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-26 23:27:11,686 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1a91489a-28c0-48a7-82c6-bef0ab2514ca 2018-05-26 23:27:11,686 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1a91489a-28c0-48a7-82c6-bef0ab2514ca'] 2018-05-26 23:27:13,161 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1a91489a-28c0-48a7-82c6-bef0ab2514ca: 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 1a91489a-28c0-48a7-82c6-bef0ab2514ca 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.486 | 7.486 | 7.486 | 7.486 | 7.486 | 7.486 | 100.0% | 1 | | heat.update_stack | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 100.0% | 1 | | heat.delete_stack | 2.94 | 2.94 | 2.94 | 2.94 | 2.94 | 2.94 | 100.0% | 1 | | total | 12.917 | 12.917 | 12.917 | 12.917 | 12.917 | 12.917 | 100.0% | 1 | | -> duration | 8.917 | 8.917 | 8.917 | 8.917 | 8.917 | 8.917 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.917355 Full duration: 30.641181 -------------------------------------------------------------------------------- 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 1a91489a-28c0-48a7-82c6-bef0ab2514ca has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.924 | 5.924 | 5.924 | 5.924 | 5.924 | 5.924 | 100.0% | 1 | | heat.check_stack | 0.33 | 0.33 | 0.33 | 0.33 | 0.33 | 0.33 | 100.0% | 1 | | heat.delete_stack | 2.421 | 2.421 | 2.421 | 2.421 | 2.421 | 2.421 | 100.0% | 1 | | total | 8.675 | 8.675 | 8.675 | 8.675 | 8.675 | 8.675 | 100.0% | 1 | | -> duration | 6.675 | 6.675 | 6.675 | 6.675 | 6.675 | 6.675 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.675072 Full duration: 25.41204 -------------------------------------------------------------------------------- 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 1a91489a-28c0-48a7-82c6-bef0ab2514ca has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.89 | 5.89 | 5.89 | 5.89 | 5.89 | 5.89 | 100.0% | 1 | | heat.suspend_stack | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | heat.resume_stack | 1.433 | 1.433 | 1.433 | 1.433 | 1.433 | 1.433 | 100.0% | 1 | | heat.delete_stack | 1.406 | 1.406 | 1.406 | 1.406 | 1.406 | 1.406 | 100.0% | 1 | | total | 9.259 | 9.259 | 9.259 | 9.259 | 9.259 | 9.259 | 100.0% | 1 | | -> duration | 7.259 | 7.259 | 7.259 | 7.259 | 7.259 | 7.259 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.259195 Full duration: 26.92821 -------------------------------------------------------------------------------- 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 1a91489a-28c0-48a7-82c6-bef0ab2514ca 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.692 | 1.692 | 1.692 | 1.692 | 1.692 | 1.692 | 100.0% | 1 | | total | 1.692 | 1.692 | 1.692 | 1.692 | 1.692 | 1.692 | 100.0% | 1 | | -> duration | 1.692 | 1.692 | 1.692 | 1.692 | 1.692 | 1.692 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.692273 Full duration: 17.733667 HINTS: * To plot HTML graphics with this data, run: rally task report 1a91489a-28c0-48a7-82c6-bef0ab2514ca --out output.html * To generate a JUnit report, run: rally task export 1a91489a-28c0-48a7-82c6-bef0ab2514ca --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1a91489a-28c0-48a7-82c6-bef0ab2514ca --json --out output.json 2018-05-26 23:27:13,162 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1a91489a-28c0-48a7-82c6-bef0ab2514ca'] 2018-05-26 23:27:14,624 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-26 23:27:14,624 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1a91489a-28c0-48a7-82c6-bef0ab2514ca', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-26 23:27:14,628 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-26 23:27:14,629 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-26 23:27:14,629 - 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-26 23:27:14,629 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-26 23:27:14,639 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-26 23:27:14,639 - 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': 'ffb899a1-9f86-45f8-8140-213e76737096', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a24b96ba-3392-4aa2-a449-bb0a30a53081', 'flavor_name': 'rally-tiny-a24b96ba-3392-4aa2-a449-bb0a30a53081', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a24b96ba-3392-4aa2-a449-bb0a30a53081', '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-26 23:32:05,907 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d8a51293-aad9-4bc8-a8be-f7485b10bf07 2018-05-26 23:32:05,907 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd8a51293-aad9-4bc8-a8be-f7485b10bf07'] 2018-05-26 23:32:07,464 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d8a51293-aad9-4bc8-a8be-f7485b10bf07: 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 d8a51293-aad9-4bc8-a8be-f7485b10bf07 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.93 | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 100.0% | 1 | | keystone_v3.add_role | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | keystone_v3.revoke_role | 0.312 | 0.312 | 0.312 | 0.312 | 0.312 | 0.312 | 100.0% | 1 | | total | 1.348 | 1.348 | 1.348 | 1.348 | 1.348 | 1.348 | 100.0% | 1 | | -> duration | 1.348 | 1.348 | 1.348 | 1.348 | 1.348 | 1.348 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.348261 Full duration: 22.82393 -------------------------------------------------------------------------------- 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 d8a51293-aad9-4bc8-a8be-f7485b10bf07 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.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | keystone_v3.add_role | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | keystone_v3.list_roles | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | total | 1.251 | 1.251 | 1.251 | 1.251 | 1.251 | 1.251 | 100.0% | 1 | | -> duration | 1.251 | 1.251 | 1.251 | 1.251 | 1.251 | 1.251 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.251475 Full duration: 22.104333 -------------------------------------------------------------------------------- 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 d8a51293-aad9-4bc8-a8be-f7485b10bf07 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.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | keystone_v3.list_projects | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | total | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 100.0% | 1 | | -> duration | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.233897 Full duration: 23.329522 -------------------------------------------------------------------------------- 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 d8a51293-aad9-4bc8-a8be-f7485b10bf07 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.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 100.0% | 1 | | -> duration | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.033298 Full duration: 19.638576 -------------------------------------------------------------------------------- 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 d8a51293-aad9-4bc8-a8be-f7485b10bf07 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.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | keystone_v3.delete_service | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 100.0% | 1 | | total | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 100.0% | 1 | | -> duration | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.112794 Full duration: 20.300075 -------------------------------------------------------------------------------- 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 d8a51293-aad9-4bc8-a8be-f7485b10bf07 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.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | keystone_v3.create_user | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 100.0% | 1 | | -> keystone_v3.add_role | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | keystone_v3.create_role | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | keystone_v3.get_project | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | keystone_v3.get_user | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | keystone_v3.get_role | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | keystone_v3.list_services | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | keystone_v3.get_services | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 100.0% | 1 | | total | 2.847 | 2.847 | 2.847 | 2.847 | 2.847 | 2.847 | 100.0% | 1 | | -> duration | 2.847 | 2.847 | 2.847 | 2.847 | 2.847 | 2.847 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.847361 Full duration: 29.144723 -------------------------------------------------------------------------------- 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 d8a51293-aad9-4bc8-a8be-f7485b10bf07 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.205 | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 100.0% | 1 | | keystone_v3.update_project | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 100.0% | 1 | | keystone_v3.delete_project | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 1.558 | 1.558 | 1.558 | 1.558 | 1.558 | 1.558 | 100.0% | 1 | | -> duration | 1.558 | 1.558 | 1.558 | 1.558 | 1.558 | 1.558 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.558232 Full duration: 19.712781 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task d8a51293-aad9-4bc8-a8be-f7485b10bf07 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.201 | 1.201 | 1.201 | 1.201 | 1.201 | 1.201 | 100.0% | 1 | | total | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 100.0% | 1 | | -> duration | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.400449 Full duration: 23.713019 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task d8a51293-aad9-4bc8-a8be-f7485b10bf07 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.205 | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 100.0% | 1 | | total | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 100.0% | 1 | | -> duration | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.20536 Full duration: 22.874617 -------------------------------------------------------------------------------- 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 d8a51293-aad9-4bc8-a8be-f7485b10bf07 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.277 | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 100.0% | 1 | | keystone_v3.list_users | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 100.0% | 1 | | total | 1.543 | 1.543 | 1.543 | 1.543 | 1.543 | 1.543 | 100.0% | 1 | | -> duration | 1.543 | 1.543 | 1.543 | 1.543 | 1.543 | 1.543 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.542733 Full duration: 22.123318 -------------------------------------------------------------------------------- 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 d8a51293-aad9-4bc8-a8be-f7485b10bf07 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.297 | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 100.0% | 1 | | keystone_v3.create_users | 8.072 | 8.072 | 8.072 | 8.072 | 8.072 | 8.072 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 8.072 | 8.072 | 8.072 | 8.072 | 8.072 | 8.072 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.573 | 1.573 | 1.573 | 1.573 | 1.573 | 1.573 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 2.036 | 2.036 | 2.036 | 2.036 | 2.036 | 2.036 | 100.0% | 1 | | total | 11.561 | 11.561 | 11.561 | 11.561 | 11.561 | 11.561 | 100.0% | 1 | | -> duration | 11.561 | 11.561 | 11.561 | 11.561 | 11.561 | 11.561 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.560529 Full duration: 36.223861 HINTS: * To plot HTML graphics with this data, run: rally task report d8a51293-aad9-4bc8-a8be-f7485b10bf07 --out output.html * To generate a JUnit report, run: rally task export d8a51293-aad9-4bc8-a8be-f7485b10bf07 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d8a51293-aad9-4bc8-a8be-f7485b10bf07 --json --out output.json 2018-05-26 23:32:07,464 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd8a51293-aad9-4bc8-a8be-f7485b10bf07'] 2018-05-26 23:32:09,009 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-26 23:32:09,010 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd8a51293-aad9-4bc8-a8be-f7485b10bf07', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-26 23:32:09,014 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-26 23:32:09,014 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-26 23:32:09,014 - 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-26 23:32:09,014 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-26 23:32:09,026 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-26 23:32:09,027 - 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': 'ffb899a1-9f86-45f8-8140-213e76737096', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a24b96ba-3392-4aa2-a449-bb0a30a53081', 'flavor_name': 'rally-tiny-a24b96ba-3392-4aa2-a449-bb0a30a53081', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a24b96ba-3392-4aa2-a449-bb0a30a53081', '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-26 23:42:13,601 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b38c52b3-8775-4dec-80cd-abb491ac0f59 2018-05-26 23:42:13,601 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b38c52b3-8775-4dec-80cd-abb491ac0f59'] 2018-05-26 23:42:15,165 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b38c52b3-8775-4dec-80cd-abb491ac0f59: 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 b38c52b3-8775-4dec-80cd-abb491ac0f59 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.83 | 1.83 | 1.83 | 1.83 | 1.83 | 1.83 | 100.0% | 1 | | neutron.delete_network | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 100.0% | 1 | | total | 2.879 | 2.879 | 2.879 | 2.879 | 2.879 | 2.879 | 100.0% | 1 | | -> duration | 2.879 | 2.879 | 2.879 | 2.879 | 2.879 | 2.879 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.87888 Full duration: 25.450322 -------------------------------------------------------------------------------- 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 b38c52b3-8775-4dec-80cd-abb491ac0f59 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.112 | 2.112 | 2.112 | 2.112 | 2.112 | 2.112 | 100.0% | 1 | | neutron.delete_port | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | total | 3.25 | 3.25 | 3.25 | 3.25 | 3.25 | 3.25 | 100.0% | 1 | | -> duration | 3.25 | 3.25 | 3.25 | 3.25 | 3.25 | 3.25 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.250302 Full duration: 59.415941 -------------------------------------------------------------------------------- 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 b38c52b3-8775-4dec-80cd-abb491ac0f59 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.407 | 1.407 | 1.407 | 1.407 | 1.407 | 1.407 | 100.0% | 1 | | neutron.create_subnet | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | neutron.create_router | 5.512 | 5.512 | 5.512 | 5.512 | 5.512 | 5.512 | 100.0% | 1 | | neutron.add_interface_router | 3.047 | 3.047 | 3.047 | 3.047 | 3.047 | 3.047 | 100.0% | 1 | | neutron.remove_interface_router | 2.372 | 2.372 | 2.372 | 2.372 | 2.372 | 2.372 | 100.0% | 1 | | neutron.delete_router | 5.258 | 5.258 | 5.258 | 5.258 | 5.258 | 5.258 | 100.0% | 1 | | total | 18.295 | 18.295 | 18.295 | 18.295 | 18.295 | 18.295 | 100.0% | 1 | | -> duration | 18.295 | 18.295 | 18.295 | 18.295 | 18.295 | 18.295 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.295498 Full duration: 83.902796 -------------------------------------------------------------------------------- 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 b38c52b3-8775-4dec-80cd-abb491ac0f59 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 2.124 | 2.124 | 2.124 | 2.124 | 2.124 | 2.124 | 100.0% | 1 | | neutron.delete_subnet | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | total | 2.91 | 2.91 | 2.91 | 2.91 | 2.91 | 2.91 | 100.0% | 1 | | -> duration | 2.91 | 2.91 | 2.91 | 2.91 | 2.91 | 2.91 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.909605 Full duration: 62.928005 -------------------------------------------------------------------------------- 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 b38c52b3-8775-4dec-80cd-abb491ac0f59 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.745 | 1.745 | 1.745 | 1.745 | 1.745 | 1.745 | 100.0% | 1 | | neutron.list_networks | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 1.939 | 1.939 | 1.939 | 1.939 | 1.939 | 1.939 | 100.0% | 1 | | -> duration | 1.939 | 1.939 | 1.939 | 1.939 | 1.939 | 1.939 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.939297 Full duration: 28.085637 -------------------------------------------------------------------------------- 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 b38c52b3-8775-4dec-80cd-abb491ac0f59 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.59 | 2.59 | 2.59 | 2.59 | 2.59 | 2.59 | 100.0% | 1 | | neutron.list_ports | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 100.0% | 1 | | total | 2.79 | 2.79 | 2.79 | 2.79 | 2.79 | 2.79 | 100.0% | 1 | | -> duration | 2.79 | 2.79 | 2.79 | 2.79 | 2.79 | 2.79 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.789624 Full duration: 59.20165 -------------------------------------------------------------------------------- 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 b38c52b3-8775-4dec-80cd-abb491ac0f59 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.379 | 1.379 | 1.379 | 1.379 | 1.379 | 1.379 | 100.0% | 1 | | neutron.create_subnet | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | neutron.create_router | 4.939 | 4.939 | 4.939 | 4.939 | 4.939 | 4.939 | 100.0% | 1 | | neutron.add_interface_router | 3.887 | 3.887 | 3.887 | 3.887 | 3.887 | 3.887 | 100.0% | 1 | | neutron.list_routers | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 10.998 | 10.998 | 10.998 | 10.998 | 10.998 | 10.998 | 100.0% | 1 | | -> duration | 10.998 | 10.998 | 10.998 | 10.998 | 10.998 | 10.998 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.998467 Full duration: 84.023218 -------------------------------------------------------------------------------- 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 b38c52b3-8775-4dec-80cd-abb491ac0f59 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.586 | 1.586 | 1.586 | 1.586 | 1.586 | 1.586 | 100.0% | 1 | | neutron.create_subnet | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | neutron.list_subnets | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 2.656 | 2.656 | 2.656 | 2.656 | 2.656 | 2.656 | 100.0% | 1 | | -> duration | 2.656 | 2.656 | 2.656 | 2.656 | 2.656 | 2.656 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.655905 Full duration: 69.986555 -------------------------------------------------------------------------------- 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 b38c52b3-8775-4dec-80cd-abb491ac0f59 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.477 | 1.477 | 1.477 | 1.477 | 1.477 | 1.477 | 100.0% | 1 | | neutron.delete_security_group | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 100.0% | 1 | | total | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 100.0% | 1 | | -> duration | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.769997 Full duration: 24.254751 -------------------------------------------------------------------------------- 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 b38c52b3-8775-4dec-80cd-abb491ac0f59 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.337 | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 100.0% | 1 | | neutron.create_security_group_rule | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | neutron.delete_security_group | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 1.99 | 1.99 | 1.99 | 1.99 | 1.99 | 1.99 | 100.0% | 1 | | -> duration | 1.99 | 1.99 | 1.99 | 1.99 | 1.99 | 1.99 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.989912 Full duration: 24.66044 -------------------------------------------------------------------------------- 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 b38c52b3-8775-4dec-80cd-abb491ac0f59 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.574 | 1.574 | 1.574 | 1.574 | 1.574 | 1.574 | 100.0% | 1 | | neutron.create_router | 5.122 | 5.122 | 5.122 | 5.122 | 5.122 | 5.122 | 100.0% | 1 | | neutron.add_gateway_router | 2.69 | 2.69 | 2.69 | 2.69 | 2.69 | 2.69 | 100.0% | 1 | | neutron.remove_gateway_router | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 100.0% | 1 | | total | 10.986 | 10.986 | 10.986 | 10.986 | 10.986 | 10.986 | 100.0% | 1 | | -> duration | 10.986 | 10.986 | 10.986 | 10.986 | 10.986 | 10.986 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.985711 Full duration: 49.661671 HINTS: * To plot HTML graphics with this data, run: rally task report b38c52b3-8775-4dec-80cd-abb491ac0f59 --out output.html * To generate a JUnit report, run: rally task export b38c52b3-8775-4dec-80cd-abb491ac0f59 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b38c52b3-8775-4dec-80cd-abb491ac0f59 --json --out output.json 2018-05-26 23:42:15,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b38c52b3-8775-4dec-80cd-abb491ac0f59'] 2018-05-26 23:42:16,698 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-26 23:42:16,699 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b38c52b3-8775-4dec-80cd-abb491ac0f59', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-26 23:42:16,704 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-26 23:42:16,704 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-26 23:42:16,705 - 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-26 23:42:16,705 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-26 23:42:16,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-26 23:42:16,715 - 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': 'ffb899a1-9f86-45f8-8140-213e76737096', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a24b96ba-3392-4aa2-a449-bb0a30a53081', 'flavor_name': 'rally-tiny-a24b96ba-3392-4aa2-a449-bb0a30a53081', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a24b96ba-3392-4aa2-a449-bb0a30a53081', '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-26 23:51:39,914 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 61d75677-dfe3-4dc4-90dc-ce78b85894bd 2018-05-26 23:51:39,914 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '61d75677-dfe3-4dc4-90dc-ce78b85894bd'] 2018-05-26 23:51:41,269 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 61d75677-dfe3-4dc4-90dc-ce78b85894bd: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "image": { "name": "Cirros-0.4.0-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "block_migration": false, "nics": [ { "net-id": "ffb899a1-9f86-45f8-8140-213e76737096" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 61d75677-dfe3-4dc4-90dc-ce78b85894bd 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.886 | 11.886 | 11.886 | 11.886 | 11.886 | 11.886 | 100.0% | 1 | | nova.find_host_to_migrate | 2.066 | 2.066 | 2.066 | 2.066 | 2.066 | 2.066 | 100.0% | 1 | | nova.live_migrate | 15.214 | 15.214 | 15.214 | 15.214 | 15.214 | 15.214 | 100.0% | 1 | | nova.delete_server | 5.573 | 5.573 | 5.573 | 5.573 | 5.573 | 5.573 | 100.0% | 1 | | total | 34.74 | 34.74 | 34.74 | 34.74 | 34.74 | 34.74 | 100.0% | 1 | | -> duration | 33.74 | 33.74 | 33.74 | 33.74 | 33.74 | 33.74 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 33.739826 Full duration: 50.32782 -------------------------------------------------------------------------------- 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-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "image": { "name": "Cirros-0.4.0-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "ffb899a1-9f86-45f8-8140-213e76737096" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 61d75677-dfe3-4dc4-90dc-ce78b85894bd 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.705 | 11.705 | 11.705 | 11.705 | 11.705 | 11.705 | 100.0% | 1 | | cinder_v2.create_volume | 2.612 | 2.612 | 2.612 | 2.612 | 2.612 | 2.612 | 100.0% | 1 | | nova.attach_volume | 5.119 | 5.119 | 5.119 | 5.119 | 5.119 | 5.119 | 100.0% | 1 | | nova.find_host_to_migrate | 1.638 | 1.638 | 1.638 | 1.638 | 1.638 | 1.638 | 100.0% | 1 | | nova.live_migrate | 15.743 | 15.743 | 15.743 | 15.743 | 15.743 | 15.743 | 100.0% | 1 | | nova.detach_volume | 1.963 | 1.963 | 1.963 | 1.963 | 1.963 | 1.963 | 100.0% | 1 | | cinder_v2.delete_volume | 2.286 | 2.286 | 2.286 | 2.286 | 2.286 | 2.286 | 100.0% | 1 | | nova.delete_server | 3.144 | 3.144 | 3.144 | 3.144 | 3.144 | 3.144 | 100.0% | 1 | | total | 44.211 | 44.211 | 44.211 | 44.211 | 44.211 | 44.211 | 100.0% | 1 | | -> duration | 43.211 | 43.211 | 43.211 | 43.211 | 43.211 | 43.211 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 43.211445 Full duration: 64.682711 -------------------------------------------------------------------------------- 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-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "image": { "name": "Cirros-0.4.0-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "ffb899a1-9f86-45f8-8140-213e76737096" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 61d75677-dfe3-4dc4-90dc-ce78b85894bd 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.629 | 6.629 | 6.629 | 6.629 | 6.629 | 6.629 | 100.0% | 1 | | nova.boot_server | 10.239 | 10.239 | 10.239 | 10.239 | 10.239 | 10.239 | 100.0% | 1 | | nova.find_host_to_migrate | 2.035 | 2.035 | 2.035 | 2.035 | 2.035 | 2.035 | 100.0% | 1 | | nova.live_migrate | 16.11 | 16.11 | 16.11 | 16.11 | 16.11 | 16.11 | 100.0% | 1 | | nova.delete_server | 5.387 | 5.387 | 5.387 | 5.387 | 5.387 | 5.387 | 100.0% | 1 | | total | 40.4 | 40.4 | 40.4 | 40.4 | 40.4 | 40.4 | 100.0% | 1 | | -> duration | 39.4 | 39.4 | 39.4 | 39.4 | 39.4 | 39.4 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 39.400027 Full duration: 61.219253 -------------------------------------------------------------------------------- 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-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "image": { "name": "Cirros-0.4.0-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "server_kwargs": { "nics": [ { "net-id": "ffb899a1-9f86-45f8-8140-213e76737096" } ] } }, "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 61d75677-dfe3-4dc4-90dc-ce78b85894bd 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.391 | 1.391 | 1.391 | 1.391 | 1.391 | 1.391 | 100.0% | 1 | | nova.boot_server | 10.127 | 10.127 | 10.127 | 10.127 | 10.127 | 10.127 | 100.0% | 1 | | nova.delete_server | 2.842 | 2.842 | 2.842 | 2.842 | 2.842 | 2.842 | 100.0% | 1 | | nova.delete_keypair | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | total | 14.408 | 14.408 | 14.408 | 14.408 | 14.408 | 14.408 | 100.0% | 1 | | -> duration | 13.408 | 13.408 | 13.408 | 13.408 | 13.408 | 13.408 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.408212 Full duration: 64.026206 -------------------------------------------------------------------------------- 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-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "image": { "name": "Cirros-0.4.0-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "volume_size": 5, "nics": [ { "net-id": "ffb899a1-9f86-45f8-8140-213e76737096" } ] }, "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 61d75677-dfe3-4dc4-90dc-ce78b85894bd has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.115 | 9.115 | 9.115 | 9.115 | 9.115 | 9.115 | 100.0% | 1 | | nova.boot_server | 10.314 | 10.314 | 10.314 | 10.314 | 10.314 | 10.314 | 100.0% | 1 | | nova.delete_server | 3.609 | 3.609 | 3.609 | 3.609 | 3.609 | 3.609 | 100.0% | 1 | | total | 23.039 | 23.039 | 23.039 | 23.039 | 23.039 | 23.039 | 100.0% | 1 | | -> duration | 22.039 | 22.039 | 22.039 | 22.039 | 22.039 | 22.039 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 22.03883 Full duration: 76.250796 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "image": { "name": "Cirros-0.4.0-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "force_delete": false, "nics": [ { "net-id": "ffb899a1-9f86-45f8-8140-213e76737096" } ] }, "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 61d75677-dfe3-4dc4-90dc-ce78b85894bd 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.061 | 12.061 | 12.061 | 12.061 | 12.061 | 12.061 | 100.0% | 1 | | nova.pause_server | 3.136 | 3.136 | 3.136 | 3.136 | 3.136 | 3.136 | 100.0% | 1 | | nova.unpause_server | 2.783 | 2.783 | 2.783 | 2.783 | 2.783 | 2.783 | 100.0% | 1 | | nova.delete_server | 2.754 | 2.754 | 2.754 | 2.754 | 2.754 | 2.754 | 100.0% | 1 | | total | 20.734 | 20.734 | 20.734 | 20.734 | 20.734 | 20.734 | 100.0% | 1 | | -> duration | 15.734 | 15.734 | 15.734 | 15.734 | 15.734 | 15.734 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.734065 Full duration: 68.685245 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "image": { "name": "Cirros-0.4.0-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "nics": [ { "net-id": "ffb899a1-9f86-45f8-8140-213e76737096" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 61d75677-dfe3-4dc4-90dc-ce78b85894bd 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.112 | 12.112 | 12.112 | 12.112 | 12.112 | 12.112 | 100.0% | 1 | | nova.migrate | 23.786 | 23.786 | 23.786 | 23.786 | 23.786 | 23.786 | 100.0% | 1 | | nova.resize_confirm | 2.913 | 2.913 | 2.913 | 2.913 | 2.913 | 2.913 | 100.0% | 1 | | nova.delete_server | 2.872 | 2.872 | 2.872 | 2.872 | 2.872 | 2.872 | 100.0% | 1 | | total | 41.683 | 41.683 | 41.683 | 41.683 | 41.683 | 41.683 | 100.0% | 1 | | -> duration | 40.683 | 40.683 | 40.683 | 40.683 | 40.683 | 40.683 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.683128 Full duration: 57.781429 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "image": { "name": "Cirros-0.4.0-a24b96ba-3392-4aa2-a449-bb0a30a53081" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 61d75677-dfe3-4dc4-90dc-ce78b85894bd has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.102 | 10.102 | 10.102 | 10.102 | 10.102 | 10.102 | 100.0% | 1 | | nova.list_interfaces | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | total | 10.864 | 10.864 | 10.864 | 10.864 | 10.864 | 10.864 | 100.0% | 1 | | -> duration | 9.864 | 9.864 | 9.864 | 9.864 | 9.864 | 9.864 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.863775 Full duration: 64.101676 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 61d75677-dfe3-4dc4-90dc-ce78b85894bd has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 1.215 | 1.215 | 1.215 | 1.215 | 1.215 | 1.215 | 100.0% | 1 | | nova.delete_server_group | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 1.307 | 1.307 | 1.307 | 1.307 | 1.307 | 1.307 | 100.0% | 1 | | -> duration | 1.307 | 1.307 | 1.307 | 1.307 | 1.307 | 1.307 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.306636 Full duration: 15.681349 HINTS: * To plot HTML graphics with this data, run: rally task report 61d75677-dfe3-4dc4-90dc-ce78b85894bd --out output.html * To generate a JUnit report, run: rally task export 61d75677-dfe3-4dc4-90dc-ce78b85894bd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 61d75677-dfe3-4dc4-90dc-ce78b85894bd --json --out output.json 2018-05-26 23:51:41,269 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '61d75677-dfe3-4dc4-90dc-ce78b85894bd'] 2018-05-26 23:51:42,600 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-26 23:51:42,600 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '61d75677-dfe3-4dc4-90dc-ce78b85894bd', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-26 23:51:42,604 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-26 23:51:42,604 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-26 23:51:42,604 - 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-26 23:51:42,605 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-26 23:51:42,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-26 23:51:42,614 - 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': 'ffb899a1-9f86-45f8-8140-213e76737096', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-a24b96ba-3392-4aa2-a449-bb0a30a53081', 'flavor_name': 'rally-tiny-a24b96ba-3392-4aa2-a449-bb0a30a53081', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-a24b96ba-3392-4aa2-a449-bb0a30a53081', '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-26 23:53:00,704 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d7dc92ef-cbcc-4628-a31c-40618dad86ce 2018-05-26 23:53:00,704 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd7dc92ef-cbcc-4628-a31c-40618dad86ce'] 2018-05-26 23:53:01,982 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d7dc92ef-cbcc-4628-a31c-40618dad86ce: 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 d7dc92ef-cbcc-4628-a31c-40618dad86ce 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.284 | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 100.0% | 1 | | quotas.delete_quotas | 0.059 | 0.059 | 0.059 | 0.059 | 0.059 | 0.059 | 100.0% | 1 | | total | 1.343 | 1.343 | 1.343 | 1.343 | 1.343 | 1.343 | 100.0% | 1 | | -> duration | 1.343 | 1.343 | 1.343 | 1.343 | 1.343 | 1.343 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.342831 Full duration: 13.608375 -------------------------------------------------------------------------------- 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 d7dc92ef-cbcc-4628-a31c-40618dad86ce 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.014 | 2.014 | 2.014 | 2.014 | 2.014 | 2.014 | 100.0% | 1 | | total | 2.014 | 2.014 | 2.014 | 2.014 | 2.014 | 2.014 | 100.0% | 1 | | -> duration | 2.014 | 2.014 | 2.014 | 2.014 | 2.014 | 2.014 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.014111 Full duration: 15.154956 -------------------------------------------------------------------------------- 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 d7dc92ef-cbcc-4628-a31c-40618dad86ce 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.437 | 0.437 | 0.437 | 0.437 | 0.437 | 0.437 | 100.0% | 1 | | total | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | -> duration | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.138326 Full duration: 13.707454 -------------------------------------------------------------------------------- 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 d7dc92ef-cbcc-4628-a31c-40618dad86ce 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.289 | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 100.0% | 1 | | total | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 100.0% | 1 | | -> duration | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.289233 Full duration: 14.389432 HINTS: * To plot HTML graphics with this data, run: rally task report d7dc92ef-cbcc-4628-a31c-40618dad86ce --out output.html * To generate a JUnit report, run: rally task export d7dc92ef-cbcc-4628-a31c-40618dad86ce --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d7dc92ef-cbcc-4628-a31c-40618dad86ce --json --out output.json 2018-05-26 23:53:01,982 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd7dc92ef-cbcc-4628-a31c-40618dad86ce'] 2018-05-26 23:53:03,251 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-26 23:53:03,252 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd7dc92ef-cbcc-4628-a31c-40618dad86ce', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-26 23:53:03,256 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-26 23:53:03,258 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 01:15 | 6 | 100.00% | | glance | 01:35 | 4 | 100.00% | | cinder | 04:04 | 10 | 100.00% | | heat | 01:40 | 4 | 100.00% | | keystone | 04:21 | 11 | 100.00% | | neutron | 09:31 | 11 | 100.00% | | nova | 08:42 | 9 | 100.00% | | quotas | 00:56 | 4 | 100.00% | | | | | | | TOTAL: | 00:32:08 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-26 23:53:03,258 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-26 23:53:19,189 - xtesting.energy.energy - DEBUG - Stopping recording 2018-05-26 23:53:20,601 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-26 23:53:20,602 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 37:10 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-26 23:53:20,605 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-26 23:53:20,668 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-26 23:53:20,668 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-26 23:53:20,668 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-26 23:53:23,575 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-26 23:53:23.438 11155 INFO rally.deployment.engine [-] Deployment 9c745ae0-9031-43b0-b912-29940b78a635 | Starting: Destroy cloud and free allocated resources. 2018-05-26 23:53:23.450 11155 INFO rally.deployment.engine [-] Deployment 9c745ae0-9031-43b0-b912-29940b78a635 | Completed: Destroy cloud and free allocated resources. 2018-05-26 23:53:23.463 11155 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=73dd6fa9-9526-45e5-9dbd-7f9947d5ef42). 2018-05-26 23:53:23.465 11155 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-26 23:53:26,491 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-26 23:53:26.366 11158 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=38a3c16a-fe0e-4b77-b8c6-04c1a5016864) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 38a3c16a-fe0e-4b77-b8c6-04c1a5016864 | 2018-05-26T23:53:26 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 38a3c16a-fe0e-4b77-b8c6-04c1a5016864 ~/.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-26 23:53:31,349 - 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-26 23:53:31,349 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-26 23:53:34,340 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-26 23:53:34.123 11164 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=73dd6fa9-9526-45e5-9dbd-7f9947d5ef42). 2018-05-26 23:53:34.233 11164 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-26 23:53:38,354 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-26 23:53:37.081 11167 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-26 23:53:37.131 11167 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-26 23:53:38.223 11167 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=95182871-5283-4993-b9b8-a26784eaab9e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=95182871-5283-4993-b9b8-a26784eaab9e) as the default verifier for the future CLI operations. 2018-05-26 23:53:42,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-5f476907-310d-4ca0-a696-1b21cb505685' 2018-05-26 23:53:43,806 - 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-26T23:53:43Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4ae50d5c-6d83-42f8-83be-8d4cad9facbb', u'provider:segmentation_id': 49, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-5f476907-310d-4ca0-a696-1b21cb505685', u'admin_state_up': True, u'tenant_id': u'152b5fb5606344939fe7045d845ba02d', u'created_at': u'2018-05-26T23:53:43Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'152b5fb5606344939fe7045d845ba02d'}) 2018-05-26 23:53:44,572 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-26T23:53:44Z', 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'b8091524-34d1-47f7-806e-0d531f4de151', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-5f476907-310d-4ca0-a696-1b21cb505685', u'enable_dhcp': True, u'network_id': u'4ae50d5c-6d83-42f8-83be-8d4cad9facbb', u'tenant_id': u'152b5fb5606344939fe7045d845ba02d', u'created_at': u'2018-05-26T23:53:44Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'152b5fb5606344939fe7045d845ba02d'}) 2018-05-26 23:53:44,573 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-26 23:53:44,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-5f476907-310d-4ca0-a696-1b21cb505685' 2018-05-26 23:53:46,490 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-5f476907-310d-4ca0-a696-1b21cb505685', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-26T23:53:44Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/2e5d9582-3165-46a6-a1c4-3a84dce39bff/file', u'owner': u'152b5fb5606344939fe7045d845ba02d', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'2e5d9582-3165-46a6-a1c4-3a84dce39bff', u'size': None, u'name': u'Cirros-0.4.0-5f476907-310d-4ca0-a696-1b21cb505685', u'checksum': None, u'self': u'/v2/images/2e5d9582-3165-46a6-a1c4-3a84dce39bff', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-26T23:53:44Z', u'schema': u'/v2/schemas/image'}) 2018-05-26 23:53:46,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-5f476907-310d-4ca0-a696-1b21cb505685' 2018-05-26 23:53:48,828 - 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-5f476907-310d-4ca0-a696-1b21cb505685', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-26T23:53:46Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/f5580c30-2f2f-4669-a2f9-44b13483aa4b/file', u'owner': u'152b5fb5606344939fe7045d845ba02d', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'f5580c30-2f2f-4669-a2f9-44b13483aa4b', u'size': None, u'name': u'Cirros-0.4.0-1-5f476907-310d-4ca0-a696-1b21cb505685', u'checksum': None, u'self': u'/v2/images/f5580c30-2f2f-4669-a2f9-44b13483aa4b', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-26T23:53:46Z', u'schema': u'/v2/schemas/image'}) 2018-05-26 23:53:48,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-26 23:53:49,037 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-5f476907-310d-4ca0-a696-1b21cb505685', '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'152b5fb5606344939fe7045d845ba02d', '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'35e6b844-57d3-400a-bea0-a45672800c0c', 'swap': 0}) 2018-05-26 23:53:49,160 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-5f476907-310d-4ca0-a696-1b21cb505685', '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'152b5fb5606344939fe7045d845ba02d', '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'4aa44fa0-6ffe-4a39-bc59-0cf8e5028d26', 'swap': 0}) 2018-05-26 23:53:53,653 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-26 23:53:52.080 11186 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=95182871-5283-4993-b9b8-a26784eaab9e) for deployment 'opnfv-rally' (UUID=38a3c16a-fe0e-4b77-b8c6-04c1a5016864). 2018-05-26 23:53:53.535 11186 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=95182871-5283-4993-b9b8-a26784eaab9e) has been successfully configured for deployment 'opnfv-rally' (UUID=38a3c16a-fe0e-4b77-b8c6-04c1a5016864)! 2018-05-26 23:53:53,653 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-26 23:53:53,653 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-26 23:53:53,654 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-26 23:53:56,646 - 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-26 23:53:59,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:53:59.501 11198 INFO rally.api [-] Starting verification (UUID=aae69cfb-8d1d-4546-a551-413d0e952964) for deployment 'opnfv-rally' (UUID=38a3c16a-fe0e-4b77-b8c6-04c1a5016864) by verifier 'opnfv-tempest' (UUID=95182871-5283-4993-b9b8-a26784eaab9e). 2018-05-26 23:53:59,502 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: aae69cfb-8d1d-4546-a551-413d0e952964 2018-05-26 23:54:17,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:17.983 11198 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.381s] 2018-05-26 23:54:18,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:18.149 11198 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.458s] 2018-05-26 23:54:18,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:18.339 11198 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.355s] 2018-05-26 23:54:18,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:18.605 11198 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.267s] 2018-05-26 23:54:18,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:18.739 11198 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.579s] 2018-05-26 23:54:19,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:19.539 11198 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.829s] 2018-05-26 23:54:19,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:19.633 11198 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.097s] 2018-05-26 23:54:21,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:21.065 11198 INFO opnfv-tempest [-] {28} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.036s] 2018-05-26 23:54:22,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:22.107 11198 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.938s] 2018-05-26 23:54:22,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:22.183 11198 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.643s] 2018-05-26 23:54:22,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:22.398 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.076s] 2018-05-26 23:54:22,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:22.476 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.078s] 2018-05-26 23:54:22,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:22.619 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.143s] 2018-05-26 23:54:22,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:22.647 11198 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.463s] 2018-05-26 23:54:22,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:22.798 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.179s] 2018-05-26 23:54:22,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:22.864 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.066s] 2018-05-26 23:54:22,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:22.933 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.067s] 2018-05-26 23:54:23,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:23.070 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.137s] 2018-05-26 23:54:23,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:23.277 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.207s] 2018-05-26 23:54:23,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:23.306 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.029s] 2018-05-26 23:54:23,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:23.421 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.114s] 2018-05-26 23:54:23,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:23.459 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.038s] 2018-05-26 23:54:23,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:23.654 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.195s] 2018-05-26 23:54:23,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:23.819 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.164s] 2018-05-26 23:54:24,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:24.081 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.262s] 2018-05-26 23:54:24,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:24.192 11198 INFO opnfv-tempest [-] {25} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.965s] 2018-05-26 23:54:24,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:24.301 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.219s] 2018-05-26 23:54:24,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:24.495 11198 INFO opnfv-tempest [-] {38} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.619s] 2018-05-26 23:54:24,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:24.503 11198 INFO opnfv-tempest [-] {25} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.311s] 2018-05-26 23:54:24,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:24.629 11198 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.275s] 2018-05-26 23:54:25,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:25.033 11198 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [5.319s] 2018-05-26 23:54:25,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:25.509 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.207s] 2018-05-26 23:54:25,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:25.609 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.099s] 2018-05-26 23:54:25,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:25.777 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.168s] 2018-05-26 23:54:25,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:25.828 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.050s] 2018-05-26 23:54:25,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:25.906 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.078s] 2018-05-26 23:54:26,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:26.029 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.122s] 2018-05-26 23:54:26,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:26.081 11198 INFO opnfv-tempest [-] {24} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [1.214s] 2018-05-26 23:54:26,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:26.159 11198 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.778s] 2018-05-26 23:54:26,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:26.253 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.223s] 2018-05-26 23:54:26,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:26.446 11198 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.193s] 2018-05-26 23:54:26,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:26.457 11198 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.827s] 2018-05-26 23:54:26,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:26.823 11198 INFO opnfv-tempest [-] {38} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.327s] 2018-05-26 23:54:26,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:26.830 11198 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [7.797s] 2018-05-26 23:54:27,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:27.692 11198 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [2.122s] 2018-05-26 23:54:27,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:27.784 11198 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [1.925s] 2018-05-26 23:54:27,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:27.850 11198 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.065s] 2018-05-26 23:54:28,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:28.130 11198 INFO opnfv-tempest [-] {30} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [1.629s] 2018-05-26 23:54:28,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:28.143 11198 INFO opnfv-tempest [-] {19} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.218s] 2018-05-26 23:54:28,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:28.520 11198 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.670s] 2018-05-26 23:54:28,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:28.549 11198 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.028s] 2018-05-26 23:54:28,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:28.574 11198 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [1.796s] 2018-05-26 23:54:28,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:28.652 11198 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.103s] 2018-05-26 23:54:28,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:28.796 11198 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.103s] 2018-05-26 23:54:28,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:28.808 11198 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.233s] 2018-05-26 23:54:28,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:28.837 11198 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [1.961s] 2018-05-26 23:54:32,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:32.041 11198 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.371s] 2018-05-26 23:54:32,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:32.693 11198 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.650s] 2018-05-26 23:54:34,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:34.012 11198 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [2.164s] 2018-05-26 23:54:34,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:34.652 11198 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.640s] 2018-05-26 23:54:34,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:34.680 11198 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.135s] 2018-05-26 23:54:34,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:34.823 11198 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.029s] 2018-05-26 23:54:34,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:34.855 11198 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.173s] 2018-05-26 23:54:34,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:34.858 11198 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.035s] 2018-05-26 23:54:34,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:34.991 11198 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.133s] 2018-05-26 23:54:35,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:35.072 11198 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.080s] 2018-05-26 23:54:35,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:35.151 11198 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.294s] 2018-05-26 23:54:35,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:35.181 11198 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.109s] 2018-05-26 23:54:35,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:35.470 11198 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.288s] 2018-05-26 23:54:35,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:35.794 11198 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.322s] 2018-05-26 23:54:35,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:35.914 11198 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.118s] 2018-05-26 23:54:35,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:35.942 11198 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [7.103s] 2018-05-26 23:54:36,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:36.146 11198 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.230s] 2018-05-26 23:54:36,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:36.358 11198 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.211s] 2018-05-26 23:54:36,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:36.659 11198 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.505s] 2018-05-26 23:54:36,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:36.920 11198 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [2.267s] 2018-05-26 23:54:37,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:37.356 11198 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.697s] 2018-05-26 23:54:37,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:37.520 11198 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [11.360s] 2018-05-26 23:54:37,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:37.566 11198 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.273s] 2018-05-26 23:54:37,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:37.783 11198 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.841s] 2018-05-26 23:54:38,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:38.131 11198 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.564s] 2018-05-26 23:54:38,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:38.574 11198 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [1.217s] 2018-05-26 23:54:38,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:38.806 11198 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.232s] 2018-05-26 23:54:39,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:39.114 11198 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.306s] 2018-05-26 23:54:39,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:39.396 11198 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.277s] 2018-05-26 23:54:39,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:39.583 11198 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.188s] 2018-05-26 23:54:39,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:39.741 11198 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.156s] 2018-05-26 23:54:39,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:39.879 11198 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [13.035s] 2018-05-26 23:54:39,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:39.945 11198 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.160s] 2018-05-26 23:54:40,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:40.705 11198 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.965s] 2018-05-26 23:54:40,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:40.749 11198 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [14.287s] 2018-05-26 23:54:41,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:41.163 11198 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.455s] 2018-05-26 23:54:41,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:41.193 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [8.778s] 2018-05-26 23:54:41,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:41.316 11198 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.153s] 2018-05-26 23:54:41,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:41.532 11198 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.217s] 2018-05-26 23:54:42,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:42.326 11198 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.380s] 2018-05-26 23:54:44,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:44.038 11198 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [3.291s] 2018-05-26 23:54:44,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:44.800 11198 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [17.968s] 2018-05-26 23:54:47,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:47.129 11198 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.801s] 2018-05-26 23:54:48,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:48.898 11198 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.769s] 2018-05-26 23:54:49,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:49.181 11198 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.281s] 2018-05-26 23:54:49,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:49.275 11198 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.094s] 2018-05-26 23:54:49,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:49.320 11198 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.045s] 2018-05-26 23:54:49,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:49.363 11198 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.043s] 2018-05-26 23:54:50,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:50.561 11198 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [6.521s] 2018-05-26 23:54:51,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:51.533 11198 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [6.732s] 2018-05-26 23:54:51,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:51.699 11198 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.166s] 2018-05-26 23:54:51,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:51.898 11198 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.198s] 2018-05-26 23:54:51,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:51.925 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [10.731s] 2018-05-26 23:54:52,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:52.031 11198 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.134s] 2018-05-26 23:54:52,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:52.209 11198 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.176s] 2018-05-26 23:54:54,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:54.168 11198 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [3.607s] 2018-05-26 23:54:58,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:54:58.557 11198 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.318s] 2018-05-26 23:55:02,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:02.681 11198 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [8.511s] 2018-05-26 23:55:03,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:03.021 11198 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.340s] 2018-05-26 23:55:05,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:05.256 11198 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [40.219s] 2018-05-26 23:55:07,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:07.357 11198 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [8.797s] 2018-05-26 23:55:07,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:07.456 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [4.075s] 2018-05-26 23:55:07,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:07.617 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [15.689s] 2018-05-26 23:55:09,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:09.851 11198 INFO opnfv-tempest [-] {27} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [43.023s] 2018-05-26 23:55:10,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:10.793 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [3.336s] 2018-05-26 23:55:12,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:12.228 11198 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.665s] 2018-05-26 23:55:13,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:13.224 11198 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.995s] 2018-05-26 23:55:14,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:14.147 11198 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.921s] 2018-05-26 23:55:14,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:14.871 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [4.076s] 2018-05-26 23:55:15,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:15.322 11198 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.175s] 2018-05-26 23:55:15,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:15.465 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [7.848s] 2018-05-26 23:55:16,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:16.003 11198 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [36.121s] 2018-05-26 23:55:16,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:16.920 11198 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.597s] 2018-05-26 23:55:18,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:18.328 11198 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.407s] 2018-05-26 23:55:18,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:18.634 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [3.762s] 2018-05-26 23:55:20,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:20.154 11198 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [1.171s] 2018-05-26 23:55:20,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:20.687 11198 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.533s] 2018-05-26 23:55:21,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:21.901 11198 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [1.213s] 2018-05-26 23:55:22,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:22.227 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [3.592s] 2018-05-26 23:55:22,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:22.944 11198 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [1.042s] 2018-05-26 23:55:23,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:23.505 11198 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.560s] 2018-05-26 23:55:23,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:23.877 11198 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.372s] 2018-05-26 23:55:24,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:24.185 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [8.718s] 2018-05-26 23:55:24,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:24.276 11198 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.399s] 2018-05-26 23:55:24,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:24.473 11198 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.196s] 2018-05-26 23:55:24,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:24.628 11198 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.154s] 2018-05-26 23:55:24,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:24.897 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [2.670s] 2018-05-26 23:55:24,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:24.936 11198 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.307s] 2018-05-26 23:55:25,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:25.463 11198 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.526s] 2018-05-26 23:55:26,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:26.191 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [1.292s] 2018-05-26 23:55:27,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:27.194 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [1.004s] 2018-05-26 23:55:28,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:28.735 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.540s] 2018-05-26 23:55:28,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:28.792 11198 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.316s] 2018-05-26 23:55:28,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:28.822 11198 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.029s] 2018-05-26 23:55:29,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:29.306 11198 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.484s] 2018-05-26 23:55:29,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:29.371 11198 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.066s] 2018-05-26 23:55:29,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:29.523 11198 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.150s] 2018-05-26 23:55:29,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:29.797 11198 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.274s] 2018-05-26 23:55:30,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:30.013 11198 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.215s] 2018-05-26 23:55:30,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:30.237 11198 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.224s] 2018-05-26 23:55:30,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:30.780 11198 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.542s] 2018-05-26 23:55:30,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:30.853 11198 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.071s] 2018-05-26 23:55:31,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:31.114 11198 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.260s] 2018-05-26 23:55:32,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:32.957 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [4.221s] 2018-05-26 23:55:34,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:34.315 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [1.358s] 2018-05-26 23:55:35,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:35.217 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [11.031s] 2018-05-26 23:55:35,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:35.683 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.367s] 2018-05-26 23:55:36,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:36.858 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.174s] 2018-05-26 23:55:40,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:40.762 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [3.903s] 2018-05-26 23:55:41,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:41.435 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.673s] 2018-05-26 23:55:42,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:42.000 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.564s] 2018-05-26 23:55:43,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:43.326 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [1.326s] 2018-05-26 23:55:44,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:44.620 11198 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [1.294s] 2018-05-26 23:55:45,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:55:45.681 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [10.463s] 2018-05-26 23:56:01,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:56:01.703 11198 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [45.698s] 2018-05-26 23:56:05,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:56:05.904 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [20.222s] 2018-05-26 23:56:14,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:56:14.226 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [8.321s] 2018-05-26 23:56:14,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:56:14.268 11198 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [69.004s] 2018-05-26 23:56:14,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:56:14.740 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.514s] 2018-05-26 23:56:15,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:56:15.131 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.390s] 2018-05-26 23:56:15,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:56:15.504 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.371s] 2018-05-26 23:56:15,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:56:15.741 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.236s] 2018-05-26 23:56:16,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:56:16.170 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.428s] 2018-05-26 23:56:16,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:56:16.835 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.664s] 2018-05-26 23:56:17,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:56:17.054 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.217s] 2018-05-26 23:56:17,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:56:17.277 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.222s] 2018-05-26 23:56:28,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:56:28.693 11198 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [11.416s] 2018-05-26 23:56:42,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:56:42.445 11198 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [28.174s] 2018-05-26 23:57:19,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:57:19.842 11198 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [83.071s] 2018-05-26 23:57:38,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:57:38.220 11198 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [95.834s] 2018-05-26 23:57:38,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:57:38.443 11198 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.223s] 2018-05-26 23:57:38,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:57:38.979 11198 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.535s] 2018-05-26 23:57:39,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:57:39.291 11198 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.311s] 2018-05-26 23:57:39,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:57:39.292 11198 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-26 23:57:39,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:57:39.551 11198 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [92.151s] 2018-05-26 23:57:39,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:57:39.770 11198 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.218s] 2018-05-26 23:57:40,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:57:40.308 11198 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.537s] 2018-05-26 23:57:40,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:57:40.578 11198 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.269s] 2018-05-26 23:57:40,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:57:40.579 11198 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-26 23:58:08,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:58:08.083 11198 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [85.630s] 2018-05-26 23:58:30,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:58:30.325 11198 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [240.520s] 2018-05-26 23:58:31,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:58:31.229 11198 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.907s] 2018-05-26 23:58:33,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:58:33.482 11198 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [236.543s] 2018-05-26 23:59:31,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:59:31.712 11198 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [131.872s] 2018-05-26 23:59:41,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-26 23:59:41.716 11198 INFO opnfv-tempest [-] {26} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [271.649s] 2018-05-27 00:00:40,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-27 00:00:40.994 11198 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [69.278s] 2018-05-27 00:00:46,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-27 00:00:46.473 11198 INFO opnfv-tempest [-] {26} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [64.748s] 2018-05-27 00:01:22,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-27 00:01:22.417 11198 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [41.420s] 2018-05-27 00:01:45,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'aae69cfb-8d1d-4546-a551-413d0e952964']'. 2018-05-27 00:01:47,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-27 00:01:47,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-27 00:01:47,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-27 00:01:47,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | aae69cfb-8d1d-4546-a551-413d0e952964 | 2018-05-27 00:01:47,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-27 00:01:47,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-26 23:53:59 | 2018-05-27 00:01:47,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-27 00:01:45 | 2018-05-27 00:01:47,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:46 | 2018-05-27 00:01:47,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-27 00:01:47,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-27 00:01:47,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 95182871-5283-4993-b9b8-a26784eaab9e) | 2018-05-27 00:01:47,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-27 00:01:47,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 38a3c16a-fe0e-4b77-b8c6-04c1a5016864) | 2018-05-27 00:01:47,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 204 | 2018-05-27 00:01:47,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 430.473 | 2018-05-27 00:01:47,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 204 | 2018-05-27 00:01:47,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-27 00:01:47,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-27 00:01:47,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-27 00:01:47,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-27 00:01:47,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-27 00:01:47,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-27 00:01:47,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-05-27 00:01:54,535 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-27 00:01:54,536 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-27 00:01:54,539 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-27 00:01:54,638 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-27 00:01:54,639 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-27 00:01:54,639 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-27 00:01:57,722 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-27 00:01:57.534 11425 INFO rally.deployment.engine [-] Deployment 38a3c16a-fe0e-4b77-b8c6-04c1a5016864 | Starting: Destroy cloud and free allocated resources. 2018-05-27 00:01:57.546 11425 INFO rally.deployment.engine [-] Deployment 38a3c16a-fe0e-4b77-b8c6-04c1a5016864 | Completed: Destroy cloud and free allocated resources. 2018-05-27 00:01:57.577 11425 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=95182871-5283-4993-b9b8-a26784eaab9e) for deployment 'opnfv-rally'. 2018-05-27 00:01:57.595 11425 INFO rally.api [-] Deleting verification (UUID=aae69cfb-8d1d-4546-a551-413d0e952964). 2018-05-27 00:01:57.598 11425 INFO rally.api [-] Verification has been successfully deleted! 2018-05-27 00:01:57.598 11425 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=95182871-5283-4993-b9b8-a26784eaab9e). 2018-05-27 00:01:57.605 11425 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-27 00:02:00,678 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-27 00:02:00.545 11428 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=769f15da-6a91-4a9f-9624-f35b81831c34) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 769f15da-6a91-4a9f-9624-f35b81831c34 | 2018-05-27T00:02:00 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 769f15da-6a91-4a9f-9624-f35b81831c34 ~/.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-27 00:02:05,588 - 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-27 00:02:05,588 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-27 00:02:08,682 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-27 00:02:08.410 11434 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=95182871-5283-4993-b9b8-a26784eaab9e). 2018-05-27 00:02:08.533 11434 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-27 00:02:12,770 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-27 00:02:11.495 11437 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-27 00:02:11.547 11437 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-27 00:02:12.631 11437 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5100c850-5a25-458d-bb86-ecf9fdd7db84) has been successfully created! Using verifier 'opnfv-tempest' (UUID=5100c850-5a25-458d-bb86-ecf9fdd7db84) as the default verifier for the future CLI operations. 2018-05-27 00:02:16,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-12390320-9863-4941-829b-03a2f2af9340' 2018-05-27 00:02:18,265 - 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-27T00:02:18Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'9094c5f1-26b2-4cf6-b998-23faabcd8be2', u'provider:segmentation_id': 31, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-12390320-9863-4941-829b-03a2f2af9340', u'admin_state_up': True, u'tenant_id': u'152b5fb5606344939fe7045d845ba02d', u'created_at': u'2018-05-27T00:02:17Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'152b5fb5606344939fe7045d845ba02d'}) 2018-05-27 00:02:19,406 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-27T00:02:18Z', 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'837f32dc-d515-4381-9780-5e4e6b8d2d6a', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-12390320-9863-4941-829b-03a2f2af9340', u'enable_dhcp': True, u'network_id': u'9094c5f1-26b2-4cf6-b998-23faabcd8be2', u'tenant_id': u'152b5fb5606344939fe7045d845ba02d', u'created_at': u'2018-05-27T00:02:18Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'152b5fb5606344939fe7045d845ba02d'}) 2018-05-27 00:02:19,406 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-27 00:02:19,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-12390320-9863-4941-829b-03a2f2af9340' 2018-05-27 00:02:21,192 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-12390320-9863-4941-829b-03a2f2af9340', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-27T00:02:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/3c178db1-573b-4472-9c95-92350754d96f/file', u'owner': u'152b5fb5606344939fe7045d845ba02d', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'3c178db1-573b-4472-9c95-92350754d96f', u'size': None, u'name': u'Cirros-0.4.0-12390320-9863-4941-829b-03a2f2af9340', u'checksum': None, u'self': u'/v2/images/3c178db1-573b-4472-9c95-92350754d96f', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-27T00:02:19Z', u'schema': u'/v2/schemas/image'}) 2018-05-27 00:02:21,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-12390320-9863-4941-829b-03a2f2af9340' 2018-05-27 00:02:23,192 - 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-12390320-9863-4941-829b-03a2f2af9340', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-27T00:02:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/838075e8-d62a-461e-882f-768834f87482/file', u'owner': u'152b5fb5606344939fe7045d845ba02d', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'838075e8-d62a-461e-882f-768834f87482', u'size': None, u'name': u'Cirros-0.4.0-1-12390320-9863-4941-829b-03a2f2af9340', u'checksum': None, u'self': u'/v2/images/838075e8-d62a-461e-882f-768834f87482', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-27T00:02:21Z', u'schema': u'/v2/schemas/image'}) 2018-05-27 00:02:23,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-27 00:02:23,332 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-12390320-9863-4941-829b-03a2f2af9340', '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'152b5fb5606344939fe7045d845ba02d', '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'1cdbdc39-0909-4532-8782-82d7aa2db66a', 'swap': 0}) 2018-05-27 00:02:23,467 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-12390320-9863-4941-829b-03a2f2af9340', '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'152b5fb5606344939fe7045d845ba02d', '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'c22c8d46-4c21-45c4-80d4-56c422df0f82', 'swap': 0}) 2018-05-27 00:02:27,852 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-27 00:02:26.412 11456 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5100c850-5a25-458d-bb86-ecf9fdd7db84) for deployment 'opnfv-rally' (UUID=769f15da-6a91-4a9f-9624-f35b81831c34). 2018-05-27 00:02:27.729 11456 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5100c850-5a25-458d-bb86-ecf9fdd7db84) has been successfully configured for deployment 'opnfv-rally' (UUID=769f15da-6a91-4a9f-9624-f35b81831c34)! 2018-05-27 00:02:27,852 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-27 00:02:27,852 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-27 00:02:27,854 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-27 00:02:27,858 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-27 00:02:32,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-5100c850-5a25-458d-bb86-ecf9fdd7db84/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-27 00:02:32,208 - 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-27 00:02:35,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-27 00:02:35.079 11465 INFO rally.api [-] Starting verification (UUID=a112430a-5dd1-48a4-a823-2100187766d9) for deployment 'opnfv-rally' (UUID=769f15da-6a91-4a9f-9624-f35b81831c34) by verifier 'opnfv-tempest' (UUID=5100c850-5a25-458d-bb86-ecf9fdd7db84). 2018-05-27 00:02:35,080 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a112430a-5dd1-48a4-a823-2100187766d9 2018-05-27 00:07:04,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a112430a-5dd1-48a4-a823-2100187766d9']'. 2018-05-27 00:07:05,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-27 00:07:05,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-27 00:07:05,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-27 00:07:05,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a112430a-5dd1-48a4-a823-2100187766d9 | 2018-05-27 00:07:05,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-27 00:07:05,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-27 00:02:35 | 2018-05-27 00:07:05,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-27 00:07:04 | 2018-05-27 00:07:05,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:29 | 2018-05-27 00:07:05,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-27 00:07:05,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-27 00:07:05,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5100c850-5a25-458d-bb86-ecf9fdd7db84) | 2018-05-27 00:07:05,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-27 00:07:05,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 769f15da-6a91-4a9f-9624-f35b81831c34) | 2018-05-27 00:07:05,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-27 00:07:05,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 229.221 | 2018-05-27 00:07:05,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 132 | 2018-05-27 00:07:05,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 155 | 2018-05-27 00:07:05,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-27 00:07:05,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-27 00:07:05,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-27 00:07:05,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-27 00:07:05,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-27 00:07:06,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-27 00:07:14,175 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-27 00:07:14,175 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 04:57 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-27 00:07:14,178 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-27 00:07:16,552 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-27 01:36:32,016 - 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) ... ERROR test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ERROR test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ERROR test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ERROR test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ERROR test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ERROR test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ERROR 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) ... ERROR 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) ... ERROR ====================================================================== ERROR: test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 1924, in setUp raise e CommunicationError: Error finding address for https://192.16.1.222:9292/v2/images/e90844c1-2ca6-4757-9fe7-6767fb00177b/file: Unable to establish connection to https://192.16.1.222:9292/v2/images/e90844c1-2ca6-4757-9fe7-6767fb00177b/file: (32, 'EPIPE') ====================================================================== ERROR: test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 1924, in setUp raise e CommunicationError: Error finding address for https://192.16.1.222:9292/v2/images/4e462af2-897c-439a-96bc-c2ce551494b9/file: Unable to establish connection to https://192.16.1.222:9292/v2/images/4e462af2-897c-439a-96bc-c2ce551494b9/file: (32, 'EPIPE') ====================================================================== ERROR: test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 1924, in setUp raise e CommunicationError: Error finding address for https://192.16.1.222:9292/v2/images/9faba4d9-a9dd-48cc-91aa-4091631c9469/file: Unable to establish connection to https://192.16.1.222:9292/v2/images/9faba4d9-a9dd-48cc-91aa-4091631c9469/file: (32, 'EPIPE') ====================================================================== ERROR: test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 1924, in setUp raise e CommunicationError: Error finding address for https://192.16.1.222:9292/v2/images/3c5633e6-963e-4617-af71-8b3d58e61a1b/file: Unable to establish connection to https://192.16.1.222:9292/v2/images/3c5633e6-963e-4617-af71-8b3d58e61a1b/file: (32, 'EPIPE') ====================================================================== ERROR: test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 1776, in setUp raise e CommunicationError: Error finding address for https://192.16.1.222:9292/v2/images/c5642894-16d1-469c-a7fd-78beec32385d/file: Unable to establish connection to https://192.16.1.222:9292/v2/images/c5642894-16d1-469c-a7fd-78beec32385d/file: (32, 'EPIPE') ====================================================================== ERROR: test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 2265, in setUp raise e CommunicationError: Error finding address for https://192.16.1.222:9292/v2/images/4258eb02-1594-48c9-b371-f1279b548266/file: Unable to establish connection to https://192.16.1.222:9292/v2/images/4258eb02-1594-48c9-b371-f1279b548266/file: (32, 'EPIPE') ====================================================================== ERROR: test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 3122, in setUp raise e VolumeCreationError: Volume was not created or activated in the alloted amount of time ====================================================================== ERROR: test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 767, in setUp raise e CommunicationError: Error finding address for https://192.16.1.222:9292/v2/images/8c2a498f-f674-4bfc-876f-0fda29b331fa/file: Unable to establish connection to https://192.16.1.222:9292/v2/images/8c2a498f-f674-4bfc-876f-0fda29b331fa/file: (32, 'EPIPE') ====================================================================== ERROR: test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/provisioning/tests/ansible_utils_tests.py", line 89, in setUp self.image_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_image.py", line 118, in create self.image_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/glance_utils.py", line 123, in create_image return __create_image_v2(glance, image_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/glance_utils.py", line 208, in __create_image_v2 glance.images.upload(os_image['id'], image_file) File "/usr/lib/python2.7/site-packages/glanceclient/common/utils.py", line 545, in inner return RequestIdProxy(wrapped(*args, **kwargs)) File "/usr/lib/python2.7/site-packages/glanceclient/v2/images.py", line 232, in upload resp, body = self.http_client.put(url, headers=hdrs, data=body) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 297, in put return self.request(url, 'PUT', **kwargs) File "/usr/lib/python2.7/site-packages/glanceclient/common/http.py", line 347, in request raise exc.CommunicationError(message=message) CommunicationError: Error finding address for https://192.16.1.222:9292/v2/images/4ecfde0b-6043-4da1-89a2-24fb0b88c597/file: Unable to establish connection to https://192.16.1.222:9292/v2/images/4ecfde0b-6043-4da1-89a2-24fb0b88c597/file: (32, 'EPIPE') ---------------------------------------------------------------------- Ran 119 tests in 5355.419s FAILED (errors=9) 2018-05-27 01:36:32,809 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-27 01:36:32,809 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 89:15 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-27 01:36:32,812 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-27 01:36:32,813 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-27 01:36:32,884 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-27 01:36:32,884 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-27 01:36:32,884 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-27 01:36:36,064 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-27 01:36:35.801 11809 INFO rally.deployment.engine [-] Deployment 769f15da-6a91-4a9f-9624-f35b81831c34 | Starting: Destroy cloud and free allocated resources. 2018-05-27 01:36:35.813 11809 INFO rally.deployment.engine [-] Deployment 769f15da-6a91-4a9f-9624-f35b81831c34 | Completed: Destroy cloud and free allocated resources. 2018-05-27 01:36:35.853 11809 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=5100c850-5a25-458d-bb86-ecf9fdd7db84) for deployment 'opnfv-rally'. 2018-05-27 01:36:35.879 11809 INFO rally.api [-] Deleting verification (UUID=a112430a-5dd1-48a4-a823-2100187766d9). 2018-05-27 01:36:35.882 11809 INFO rally.api [-] Verification has been successfully deleted! 2018-05-27 01:36:35.883 11809 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=5100c850-5a25-458d-bb86-ecf9fdd7db84). 2018-05-27 01:36:35.889 11809 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-27 01:36:39,169 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-27 01:36:38.996 11812 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=316fec76-1d1e-4ad1-8429-769ec2a984e3) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 316fec76-1d1e-4ad1-8429-769ec2a984e3 | 2018-05-27T01:36:38 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 316fec76-1d1e-4ad1-8429-769ec2a984e3 ~/.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-27 01:36:44,549 - 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-27 01:36:44,550 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-27 01:36:47,685 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-27 01:36:47.455 11818 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=5100c850-5a25-458d-bb86-ecf9fdd7db84). 2018-05-27 01:36:47.548 11818 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-27 01:36:51,841 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-27 01:36:50.551 11821 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-27 01:36:50.606 11821 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-27 01:36:51.701 11821 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=76be5913-43fc-47bf-8890-d550357fc7df) has been successfully created! Using verifier 'opnfv-tempest' (UUID=76be5913-43fc-47bf-8890-d550357fc7df) as the default verifier for the future CLI operations. 2018-05-27 01:36:55,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-2ca1cd2d-9fcb-401f-83d6-ee8acd13cda6' 2018-05-27 01:36:57,953 - 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-27T01:36:57Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'3f8b645d-bb0b-4228-9a5d-b7533bb1551b', u'provider:segmentation_id': 46, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-2ca1cd2d-9fcb-401f-83d6-ee8acd13cda6', u'admin_state_up': True, u'tenant_id': u'152b5fb5606344939fe7045d845ba02d', u'created_at': u'2018-05-27T01:36:57Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'152b5fb5606344939fe7045d845ba02d'}) 2018-05-27 01:36:59,033 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-27T01:36:58Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'e83c2b1f-30a8-4af8-8860-9f97d0807991', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-2ca1cd2d-9fcb-401f-83d6-ee8acd13cda6', u'enable_dhcp': True, u'network_id': u'3f8b645d-bb0b-4228-9a5d-b7533bb1551b', u'tenant_id': u'152b5fb5606344939fe7045d845ba02d', u'created_at': u'2018-05-27T01:36:58Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'152b5fb5606344939fe7045d845ba02d'}) 2018-05-27 01:36:59,034 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-27 01:36:59,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-2ca1cd2d-9fcb-401f-83d6-ee8acd13cda6' 2018-05-27 01:37:00,961 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-2ca1cd2d-9fcb-401f-83d6-ee8acd13cda6', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-27T01:36:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/2c337f50-f2ff-48bd-89be-29b4279cc3a2/file', u'owner': u'152b5fb5606344939fe7045d845ba02d', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'2c337f50-f2ff-48bd-89be-29b4279cc3a2', u'size': None, u'name': u'Cirros-0.4.0-2ca1cd2d-9fcb-401f-83d6-ee8acd13cda6', u'checksum': None, u'self': u'/v2/images/2c337f50-f2ff-48bd-89be-29b4279cc3a2', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-27T01:36:59Z', u'schema': u'/v2/schemas/image'}) 2018-05-27 01:37:00,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-2ca1cd2d-9fcb-401f-83d6-ee8acd13cda6' 2018-05-27 01:37:51,489 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Error with run Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/tempest.py", line 279, in run self.configure(**kwargs) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/tempest.py", line 318, in configure super(TempestNeutronTrunk, self).configure(**kwargs) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/tempest.py", line 264, in configure self.resources.create() File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/tempest.py", line 464, in create getattr(config.CONF, 'openstack_image_name_alt') + self.guid) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/tempest.py", line 438, in _create_image is_public=True, meta=meta) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3640, in create_image **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3758, in _upload_image_put name, image_data, meta, **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3702, in _upload_image_put_v2 data=image_data) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 297, in put return self.request(url, 'PUT', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 201, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 115, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 163, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: (409) Client Error for url: https://192.16.1.222:9292/v2/images/2e99694c-d550-4489-953b-c31f5195ee26/file Conflict (Inner Exception: Expecting value: line 1 column 1 (char 0)) 2018-05-27 01:37:59,327 - xtesting.ci.run_tests - ERROR - Cannot get class TempestNeutronTrunk Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/ci/run_tests.py", line 165, in run_test test_case.run() File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/tempest.py", line 290, in run self.resources.cleanup() File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/tempest.py", line 479, in cleanup self.cloud.delete_flavor(self.flavor.id) AttributeError: 'NoneType' object has no attribute 'id' 2018-05-27 01:37:59,328 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-27 01:37:59,329 - xtesting.core.testcase - ERROR - Please run test before getting the duration 2018-05-27 01:37:59,329 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:06 | PASS | | vping_userdata | functest | smoke | 00:59 | PASS | | tempest_smoke_serial | functest | smoke | 19:31 | FAIL | | rally_sanity | functest | smoke | 37:10 | PASS | | refstack_defcore | functest | smoke | 08:11 | PASS | | patrole | functest | smoke | 04:57 | PASS | | snaps_smoke | functest | smoke | 89:15 | FAIL | | neutron_trunk | functest | smoke | XX:XX | FAIL | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-27 01:37:59,333 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-27 01:39:20,229 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-272 | | 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-kvm-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual3 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-27 01:39:20,231 - 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='33efa1d54d7991941141a0764369cd1d933cf563418' 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-27 01:39:20,232 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-27 01:39:20,232 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-27 01:39:20,232 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-27 01:39:20,234 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-27 01:39:29,384 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-272 | | 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-kvm-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual3 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-27 01:39:29,387 - 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='33efa1d54d7991941141a0764369cd1d933cf563418' 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-27 01:39:29,387 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-27 01:39:29,388 - 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-27 01:39:29,389 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-27 01:39:29,389 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-05-27 01:56:26,867 - xtesting.core.feature - ERROR - Execute command: /src/nfv-parser/tests/functest_run.sh failed 2018-05-27 01:56:26,867 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-05-27 01:56:27,420 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-27 01:56:27,420 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 16:57 | FAIL | +-----------------------+-----------------+------------------+----------------+ 2018-05-27 01:56:27,422 - xtesting.ci.run_tests - ERROR - The test case 'parser-basics' failed. 2018-05-27 01:56:27,422 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 16:57 | FAIL | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-27 01:56:27,423 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR