2018-05-22 04:51:02,131 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-237 | | 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-odl-sfc-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual3 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-22 04:51:02,134 - 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='e276abb3d81771bf06d4d0479367f9d1b4' 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-22 04:51:02,134 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-22 04:51:02,135 - 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-22 04:51:02,136 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-22 04:51:02,136 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-22 04:51:03,943 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-22 04:51:11,124 - 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 7.174s OK 2018-05-22 04:51:11,715 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 04:51:11,715 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:07 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-22 04:51:11,718 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-22 04:51:12,400 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-22 04:59:52,796 - 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 520.365s OK 2018-05-22 04:59:53,379 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 04:59:53,380 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 08:40 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-22 04:59:53,382 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-22 04:59:54,147 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-22 05:00:28,714 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 34.565s OK 2018-05-22 05:00:29,284 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 05:00:29,284 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:35 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-22 05:00:29,287 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:07 | PASS | | api_check | functest | healthcheck | 08:40 | PASS | | snaps_health_check | functest | healthcheck | 00:35 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-22 05:00:29,288 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-22 05:00:36,886 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-237 | | 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-odl-sfc-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual3 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-22 05:00:36,889 - 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='e276abb3d81771bf06d4d0479367f9d1b4' 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-22 05:00:36,889 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-22 05:00:36,890 - 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 odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-05-22 05:00:36,892 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-22 05:00:36,892 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-22 05:00:39,022 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'4634e343-8d7b-4ba7-a608-2f4f1ecf6d83'], u'description': u'', u'provider:physical_network': u'physnet', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-22T04:48:10Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'67def060-d504-4fb6-9015-0ebf269b489e', 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'a56d8904a8c9401e82a73e6f37d3c247', u'created_at': u'2018-05-22T04:48:04Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a56d8904a8c9401e82a73e6f37d3c247'}) 2018-05-22 05:00:40,366 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual3 2018-05-22 05:00:40,366 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-22 05:00:41,456 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual3 2018-05-22 05:00:41,456 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-22 05:00:41,457 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-22 05:00:42,740 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin virtual environment setup 2018-05-22 05:00:42,740 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - vPing Start Time:'2018-05-22 05:00:42' 2018-05-22 05:00:42,740 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating image with name: 'functest-vping--98480fe9-a4cc-48aa-afbf-2306f52cf56f' 2018-05-22 05:00:42,740 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Image metadata: None 2018-05-22 05:00:43,581 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--98480fe9-a4cc-48aa-afbf-2306f52cf56f', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T05:00:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/953f3bb2-f19b-4961-90ad-5e768916e57c/file', u'owner': u'a56d8904a8c9401e82a73e6f37d3c247', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'953f3bb2-f19b-4961-90ad-5e768916e57c', u'size': None, u'name': u'functest-vping--98480fe9-a4cc-48aa-afbf-2306f52cf56f', u'checksum': None, u'self': u'/v2/images/953f3bb2-f19b-4961-90ad-5e768916e57c', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T05:00:42Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 05:00:43,582 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating network with name: 'vping-net-98480fe9-a4cc-48aa-afbf-2306f52cf56f' 2018-05-22 05:00:44,168 - 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-22T05:00:43Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'23e8236a-b6e8-4cb3-a11d-89422fc9652d', u'provider:segmentation_id': 89, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-98480fe9-a4cc-48aa-afbf-2306f52cf56f', u'admin_state_up': True, u'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'created_at': u'2018-05-22T05:00:43Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a56d8904a8c9401e82a73e6f37d3c247'}) 2018-05-22 05:00:44,792 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-22T05:00:44Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.130.2', u'end': u'192.168.130.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.130.0/24', u'id': u'c17834b9-ff08-4272-9867-517224eaa05b', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-98480fe9-a4cc-48aa-afbf-2306f52cf56f', u'enable_dhcp': True, u'network_id': u'23e8236a-b6e8-4cb3-a11d-89422fc9652d', u'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'created_at': u'2018-05-22T05:00:44Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'a56d8904a8c9401e82a73e6f37d3c247'}) 2018-05-22 05:00:44,793 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating router with name: 'vping-router-98480fe9-a4cc-48aa-afbf-2306f52cf56f' 2018-05-22 05:00:46,372 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'67def060-d504-4fb6-9015-0ebf269b489e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4634e343-8d7b-4ba7-a608-2f4f1ecf6d83', u'ip_address': u'192.16.1.108'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'created_at': u'2018-05-22T05:00:44Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-05-22T05:00:46Z', u'revision_number': 2, u'routes': [], u'project_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'id': u'4fee55a2-a958-4a0a-80a9-e04165ed1dac', u'name': u'vping-router-98480fe9-a4cc-48aa-afbf-2306f52cf56f'}) 2018-05-22 05:00:48,859 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating flavor with name: 'vping-flavor-98480fe9-a4cc-48aa-afbf-2306f52cf56f' 2018-05-22 05:00:48,997 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - flavor: Munch({'name': u'vping-flavor-98480fe9-a4cc-48aa-afbf-2306f52cf56f', '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'a56d8904a8c9401e82a73e6f37d3c247', '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'c09355ca-5744-4e26-b391-82594e14af49', 'swap': 0}) 2018-05-22 05:00:49,711 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-98480fe9-a4cc-48aa-afbf-2306f52cf56f' 2018-05-22 05:00:58,650 - 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-98480fe9-a4cc-48aa-afbf-2306f52cf56f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:85:d4:6e', u'version': 4, u'addr': u'192.168.130.4', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'953f3bb2-f19b-4961-90ad-5e768916e57c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000b', u'OS-SRV-USG:launched_at': u'2018-05-22T05:00:56.000000', 'flavor': Munch({u'id': u'c09355ca-5744-4e26-b391-82594e14af49'}), 'az': u'nova', 'id': u'980941e0-5075-4f1a-a4e7-7ae9d2720d6e', 'security_groups': [Munch({u'name': u'vping-sg-98480fe9-a4cc-48aa-afbf-2306f52cf56f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4d55ff4028a34639a6740b5d0db7003c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a56d8904a8c9401e82a73e6f37d3c247', '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-22T05:00:56.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-22T05:00:56Z', 'hostId': u'94635fade4781bce23041ad0230def0e54d0468c299328b721fcb8e0', u'OS-EXT-SRV-ATTR:host': u'host2', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.4', 'cloud': 'envvars', 'host_id': u'94635fade4781bce23041ad0230def0e54d0468c299328b721fcb8e0', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host2', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000b', u'OS-SRV-USG:launched_at': u'2018-05-22T05:00:56.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host2', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host2', 'name': u'opnfv-vping-1-98480fe9-a4cc-48aa-afbf-2306f52cf56f', 'adminPass': u'ALF6Biaero9k', 'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', 'region': 'RegionOne', 'created': u'2018-05-22T05:00:50Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-22 05:01:00,242 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm1 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a30-0x000f6a3f] mapped at [ffff8800000f6a30] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6820 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1564 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13F8 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013B8 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14EC 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491800K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31952K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2494.238 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.47 BogoMIPS (lpj=9976952) [ 0.024023] pid_max: default: 32768 minimum: 301 [ 0.032032] ACPI: Core revision 20150930 [ 0.040864] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.052051] Security Framework initialized [ 0.060022] Yama: becoming mindful. [ 0.064037] AppArmor: AppArmor initialized [ 0.072097] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.080222] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.088117] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.096025] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.108552] Initializing cgroup subsys io [ 0.112028] Initializing cgroup subsys memory [ 0.120030] Initializing cgroup subsys devices [ 0.128026] Initializing cgroup subsys freezer [ 0.136026] Initializing cgroup subsys net_cls [ 0.144025] Initializing cgroup subsys perf_event [ 0.152053] Initializing cgroup subsys net_prio [ 0.160031] Initializing cgroup subsys hugetlb [ 0.168026] Initializing cgroup subsys pids [ 0.177075] CPU: Physical Processor ID: 0 [ 0.185138] mce: CPU supports 10 MCE banks [ 0.192722] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.200022] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.377051] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.503601] ftrace: allocating 31920 entries in 125 pages [ 0.520349] smpboot: Max logical packages: 1 [ 0.528025] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.537933] x2apic enabled [ 0.540025] Switched APIC routing to physical x2apic. [ 0.560807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.564000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.571947] Performance Events: unsupported p6 CPU model 60 no PMU driver, software 2018-05-22 05:01:00,243 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating keypair with name: 'vping-keypair-98480fe9-a4cc-48aa-afbf-2306f52cf56f' 2018-05-22 05:01:00,496 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsGFHd7JGYu3zcDUtkFoTrBPJLTeySYqPYiGUpB0gaLnbbxxPLeclddHpFSvJk36bbk0j8YTDuOzEi7L5UQr7FEzf4Vd7vsOYjPF2VdE1Y6t9661ZwLPP38HMfEtJ/3giyr4YzDAyhFzHBoy3q7G7IzA+SfI8xYiakhFL+YJjTPVQioxUs564z3coem5KWHMr4qoq8raAiWwCFJTdi16MXIsfoiKB6Ua9MuHC1KQLjOWazQwmeDMMjDJvL39vWFquV7FnZS0Kesymxj4bQi715blC7UyEBvWp9FnsUfp/5sHOhcuMum/ir6TYlqqVZLsOrc50nTFYplYrMS6oCHqhT Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEArBhR3eyRmLt83A1LZBaE6wTyS03skmKj2IhlKQdIGi5228cT\ny3nJXXR6RUryZN+m25NI/GEw7jsxIuy+VEK+xRM3+FXe77DmIzxdlXRNWOrfeutW\ncCzz9/BzHxLSf94Isq+GMwwMoRcxwaMt6uxuyMwPknyPMWImpIRS/mCY0z1UIqMV\nLOeuM93KHpuSlhzK+KqKvK2gIlsAhSU3YtejFyLH6IigelGvTLhwtSkC4zlms0MJ\nngzDIwyby9/b1harlexZ2UtCnrMpsY+G0Iu9eW5Qu1MhAb1qfRZ7FH6f+bBzoXLj\nLpv4q+k2JaqlWS7Dq3OdJ0xWKZWKzEuqAh6oUwIDAQABAoIBABaeo7QNsh1nF0Q9\nIxmmtBXH8qjfNycOfAar9s/ruxhl3w2IHxvxh/wWoTOWZEHJ+76En2U8yRenBBBZ\nGbMtirGQkxy6/LB4iec7ufk47imvxWv8nsHjxrViD1+YM77GylHiLDttbAOIbuvK\nrPBh3zXZTHqukIunIPkiw13YCH5LLCRc5K0t9Vpefo0nJkoTQWBmzdDgiTukSS6N\nt+DQN1vLhOHItzhfJ1ryL0NkpZ8iX5ayRzZK3I9EUDjo8ei81B0unSZwni5AT2sz\nGL2B2jrl+nwkGNyZ06iO1F5S8jnJ2N7KGjOaSW4Cgv+Oc+gKy711bZ3rottprx6u\nnOQhLJECgYEA0te1kNlz3bvtKeRYBKggRyrODN/SRfIE+WsJLJnvo6Hj21nFIqOI\nnOLOdOD79gtzvBKuNxq/pg0vQOAWmvwhyUkh5hGIa+pI2st6RZNw8FY0KgPfq1wd\n9mTbUa9moMvJVgIbqH7kRSizkm6RvtDq2xe5Fy+0Qf7CdPfQh6MZoWUCgYEA0PQe\nDAVkKpElcGPwW4yUsVgMsINzke+9uQjnuUeBsyOcdaSHqr3t30tB8icnfgUBM7gf\nb0swf6FH0vMfLS/Sn1AZBQQJyhP6KIQsUZD0SxCOsMmuZHLXnWSI/4QkC+CSVl3u\nDcKLgg0bk14ifGunl7vQivq1AIWC0/Ywuvx4I1cCgYAnWIXTgCD1MgqyFKCwTceo\nQD6vfF07HEz9VpIhtqBXwvBIkNoO+sGVtWWdvhaG9eAlKr9EHUPCcxdsXeUaCw8r\nBvDChGcW7GOoIOyyay9aSlv1sz9cNRaKUovzFG5sd1sdJ8uNiBCFL3FDVErydv48\n4JJz1z0mS6pyNYS+qxsvWQKBgEeelLnsEyQf8eQu7RCEA+cxVdAejjtEIBRPABXa\nc5MyLouIJFQam3DAu87DKt8f2gSfJG8iJ3JnllWwrUvwq1Gdw6Wbd7uC02iVvRcM\nBx+/ghkIV7ToRA0Xi3mBElXb2Gyv70taFjUyRvRg/JMG1z/DyTwJqIaQPIJoTNWa\neZcrAoGACVmZDGVfpDXPvNb4EgwBvUqiMXGb4uxQ3kuAinAyKeOWtr92LDKM+F6Y\nl6uz1c8RurpZdNDnXjimM8EDaz28/VXUZOp0Bxa4HWofjIS967xW2DWYlYvIPQbj\nz7pCpaiL7jhHjQln1DakIV/9G7DktB9XyEPQ//08VJUzuMF6yPQ=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'4d55ff4028a34639a6740b5d0db7003c', 'name': u'vping-keypair-98480fe9-a4cc-48aa-afbf-2306f52cf56f', 'created_at': '2018-05-22T05:01:00.496323', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a56d8904a8c9401e82a73e6f37d3c247', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'fingerprint': u'42:ac:db:41:d5:12:dd:49:c6:63:c0:98:f3:3e:2d:51', 'type': 'ssh', 'id': u'vping-keypair-98480fe9-a4cc-48aa-afbf-2306f52cf56f'}) 2018-05-22 05:01:00,496 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEArBhR3eyRmLt83A1LZBaE6wTyS03skmKj2IhlKQdIGi5228cT y3nJXXR6RUryZN+m25NI/GEw7jsxIuy+VEK+xRM3+FXe77DmIzxdlXRNWOrfeutW cCzz9/BzHxLSf94Isq+GMwwMoRcxwaMt6uxuyMwPknyPMWImpIRS/mCY0z1UIqMV LOeuM93KHpuSlhzK+KqKvK2gIlsAhSU3YtejFyLH6IigelGvTLhwtSkC4zlms0MJ ngzDIwyby9/b1harlexZ2UtCnrMpsY+G0Iu9eW5Qu1MhAb1qfRZ7FH6f+bBzoXLj Lpv4q+k2JaqlWS7Dq3OdJ0xWKZWKzEuqAh6oUwIDAQABAoIBABaeo7QNsh1nF0Q9 IxmmtBXH8qjfNycOfAar9s/ruxhl3w2IHxvxh/wWoTOWZEHJ+76En2U8yRenBBBZ GbMtirGQkxy6/LB4iec7ufk47imvxWv8nsHjxrViD1+YM77GylHiLDttbAOIbuvK rPBh3zXZTHqukIunIPkiw13YCH5LLCRc5K0t9Vpefo0nJkoTQWBmzdDgiTukSS6N t+DQN1vLhOHItzhfJ1ryL0NkpZ8iX5ayRzZK3I9EUDjo8ei81B0unSZwni5AT2sz GL2B2jrl+nwkGNyZ06iO1F5S8jnJ2N7KGjOaSW4Cgv+Oc+gKy711bZ3rottprx6u nOQhLJECgYEA0te1kNlz3bvtKeRYBKggRyrODN/SRfIE+WsJLJnvo6Hj21nFIqOI nOLOdOD79gtzvBKuNxq/pg0vQOAWmvwhyUkh5hGIa+pI2st6RZNw8FY0KgPfq1wd 9mTbUa9moMvJVgIbqH7kRSizkm6RvtDq2xe5Fy+0Qf7CdPfQh6MZoWUCgYEA0PQe DAVkKpElcGPwW4yUsVgMsINzke+9uQjnuUeBsyOcdaSHqr3t30tB8icnfgUBM7gf b0swf6FH0vMfLS/Sn1AZBQQJyhP6KIQsUZD0SxCOsMmuZHLXnWSI/4QkC+CSVl3u DcKLgg0bk14ifGunl7vQivq1AIWC0/Ywuvx4I1cCgYAnWIXTgCD1MgqyFKCwTceo QD6vfF07HEz9VpIhtqBXwvBIkNoO+sGVtWWdvhaG9eAlKr9EHUPCcxdsXeUaCw8r BvDChGcW7GOoIOyyay9aSlv1sz9cNRaKUovzFG5sd1sdJ8uNiBCFL3FDVErydv48 4JJz1z0mS6pyNYS+qxsvWQKBgEeelLnsEyQf8eQu7RCEA+cxVdAejjtEIBRPABXa c5MyLouIJFQam3DAu87DKt8f2gSfJG8iJ3JnllWwrUvwq1Gdw6Wbd7uC02iVvRcM Bx+/ghkIV7ToRA0Xi3mBElXb2Gyv70taFjUyRvRg/JMG1z/DyTwJqIaQPIJoTNWa eZcrAoGACVmZDGVfpDXPvNb4EgwBvUqiMXGb4uxQ3kuAinAyKeOWtr92LDKM+F6Y l6uz1c8RurpZdNDnXjimM8EDaz28/VXUZOp0Bxa4HWofjIS967xW2DWYlYvIPQbj z7pCpaiL7jhHjQln1DakIV/9G7DktB9XyEPQ//08VJUzuMF6yPQ= -----END RSA PRIVATE KEY----- 2018-05-22 05:01:01,369 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ssh--98480fe9-a4cc-48aa-afbf-2306f52cf56f' 2018-05-22 05:01:10,023 - 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-98480fe9-a4cc-48aa-afbf-2306f52cf56f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:48:84:04', u'version': 4, u'addr': u'192.168.130.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'953f3bb2-f19b-4961-90ad-5e768916e57c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000c', u'OS-SRV-USG:launched_at': u'2018-05-22T05:01:07.000000', 'flavor': Munch({u'id': u'c09355ca-5744-4e26-b391-82594e14af49'}), 'az': u'nova', 'id': u'd42bf413-95bd-4da1-ae19-72ac31cecbde', 'security_groups': [Munch({u'name': u'vping-sg-98480fe9-a4cc-48aa-afbf-2306f52cf56f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4d55ff4028a34639a6740b5d0db7003c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a56d8904a8c9401e82a73e6f37d3c247', '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-22T05:01:07.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-22T05:01:07Z', 'hostId': u'94635fade4781bce23041ad0230def0e54d0468c299328b721fcb8e0', u'OS-EXT-SRV-ATTR:host': u'host2', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping-keypair-98480fe9-a4cc-48aa-afbf-2306f52cf56f', 'public_v6': '', 'private_v4': u'192.168.130.6', 'cloud': 'envvars', 'host_id': u'94635fade4781bce23041ad0230def0e54d0468c299328b721fcb8e0', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host2', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000c', u'OS-SRV-USG:launched_at': u'2018-05-22T05:01:07.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host2', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host2', 'name': u'opnfv-vping-2-ssh--98480fe9-a4cc-48aa-afbf-2306f52cf56f', 'adminPass': u'otwM4i4KmzhK', 'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', 'region': 'RegionOne', 'created': u'2018-05-22T05:01:02Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-22 05:01:12,588 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - floating_ip2: Munch({'status': u'ACTIVE', 'router_id': u'4fee55a2-a958-4a0a-80a9-e04165ed1dac', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', 'created_at': u'2018-05-22T05:01:11Z', 'attached': True, 'updated_at': u'2018-05-22T05:01:11Z', 'id': u'5e5ca84d-a4ec-449b-bb15-c0ab416164c4', 'floating_network_id': u'67def060-d504-4fb6-9015-0ebf269b489e', 'fixed_ip_address': u'192.168.130.6', 'floating_ip_address': u'192.16.1.116', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a56d8904a8c9401e82a73e6f37d3c247', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'4fee55a2-a958-4a0a-80a9-e04165ed1dac', 'project_id': u'a56d8904a8c9401e82a73e6f37d3c247', 'port_id': u'25380938-b031-498a-aee7-c04389c519df', 'port': u'25380938-b031-498a-aee7-c04389c519df', 'network': u'67def060-d504-4fb6-9015-0ebf269b489e'}) 2018-05-22 05:01:14,059 - 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.238 MHz processor [ 0.012000] Calibrating delay loop (skipped) preset value.. 4988.47 BogoMIPS (lpj=9976952) [ 0.024026] pid_max: default: 32768 minimum: 301 [ 0.028041] ACPI: Core revision 20150930 [ 0.036937] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.050413] Security Framework initialized [ 0.056022] Yama: becoming mindful. [ 0.064045] AppArmor: AppArmor initialized [ 0.068107] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.080074] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.088139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.096027] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.104637] Initializing cgroup subsys io [ 0.112030] Initializing cgroup subsys memory [ 0.116033] Initializing cgroup subsys devices [ 0.124027] Initializing cgroup subsys freezer [ 0.132027] Initializing cgroup subsys net_cls [ 0.140026] Initializing cgroup subsys perf_event [ 0.148046] Initializing cgroup subsys net_prio [ 0.156025] Initializing cgroup subsys hugetlb [ 0.164026] Initializing cgroup subsys pids [ 0.173083] CPU: Physical Processor ID: 0 [ 0.181151] mce: CPU supports 10 MCE banks [ 0.192527] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.200022] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.377904] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.503468] ftrace: allocating 31920 entries in 125 pages [ 0.520349] smpboot: Max logical packages: 1 [ 0.528027] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.541915] x2apic enabled [ 0.544029] Switched APIC routing to physical x2apic. [ 0.562711] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.564000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.571993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.580955] x86: Booted up 1 node, 1 CPUs [ 0.584031] smpboot: Total of 1 processors activated (4988.47 BogoMIPS) [ 0.590031] devtmpfs: initialized [ 0.593575] evm: security.selinux [ 0.596035] evm: security.SMACK64 [ 0.600025] evm: security.SMACK64EXEC [ 0.604025] evm: security.SMACK64TRANSMUTE [ 0.608029] evm: security.SMACK64MMAP [ 0.612028] evm: security.ima [ 0.616028] evm: security.capability [ 0.620281] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.624227] pinctrl core: initialized pinctrl subsystem [ 0.628661] RTC time: 5:01:11, date: 05/22/18 [ 0.632367] NET: Registered protocol family 16 [ 0.636470] cpuidle: using governor ladder [ 0.640048] cpuidle: using governor menu [ 0.644046] PCCT header not found. [ 0.648283] ACPI: bus type PCI registered [ 0.652034] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.656560] PCI: Using configuration type 1 for base access [ 0.661527] ACPI: Added _OSI(Module Device) [ 0.664028] ACPI: Added _OSI(Processor Device) [ 0.668030] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.672025] ACPI: Added _OSI(Processor Aggregator Device) [ 0.678659] ACPI: Interpreter enabled [ 0.680031] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.692029] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.704045] ACPI: (supports S0 S3 S4 S5) [ 0.708027] ACPI: Using IOAPIC for interrupt routing [ 0.712068] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.720720] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.724036] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.728035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.732038] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.736639] acpiphp: Slot [3] registered [ 0.740100] acpiphp: Slot [4] registered [ 0.744099] acpiphp: Slot [5] registered [ 0.748099] acpiphp: Slot [6] registered [ 0.752100] acpiphp: Slot [7] registered [ 0.756107] acpiphp: Slot [8] registered [ 0.760100] acpiphp: Slot [9] registered [ 0.764106] acpiphp: Slot [10] registered [ 0.768102] acpiphp: Slot [11] registered [ 0.772101] acpiphp: Slot [12] registered [ 0.776098] acpiphp: Slot [13] registered [ 0.780100] acpiphp: Slot [14] registered [ 0.784142] acpiphp: Slot [15] registered [ 0.788098] acpiphp: Slot [16] registered [ 0.792097] acpiphp: Slot [17] registered [ 0.796097] acpiphp: Slot [18] registered [ 0.800101] acpiphp: Slot [19] registered [ 0.804098] acpiphp: Slot [20] registered [ 0.808098] acpiphp: Slot [21] registered [ 0.812105] acpiphp: Slot [22] registered [ 0.816120] acpiphp: Slot [23] registered [ 0.820156] acpiphp: Slot [24] registered [ 0.824126] acpiphp: Slot [25] registered [ 0.828123] acpiphp: Slot [26] registered [ 0.832122] acpiphp: Slot [27] registered [ 0.836113] acpiphp: Slot [28] registered [ 0.840099] acpiphp: Slot [29] registered [ 0.844102] acpiphp: Slot [30] registered [ 0.848100] acpiphp: Slot [31] registered [ 0.852094] PCI host bridge to bus 0000:00 [ 0.856028] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.860027] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.864028] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.868055] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.872034] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.892808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.896034] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.900035] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.904038] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.921645] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.924111] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.081652] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.088499] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.096421] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.104416] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.112295] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.122058] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.131765] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.132000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.132060] vgaarb: loaded [ 1.136031] vgaarb: bridge control possible 0000:00:02.0 [ 1.145884] SCSI subsystem initialized [ 1.152562] ACPI: bus type USB registered [ 1.156652] usbcore: registered new interface driver usbfs [ 1.160195] usbcore: registered new interface driver hub [ 1.164099] usbcore: registered new device driver usb [ 1.171873] PCI: Using ACPI for IRQ routing [ 1.177401] NetLabel: Initializing [ 1.180064] NetLabel: domain hash size = 128 [ 1.184023] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.188362] NetLabel: unlabeled traffic allowed by default [ 1.195586] clocksource: Switched to clocksource kvm-clock [ 1.285792] AppArmor: AppArmor Filesystem Enabled [ 1.294095] pnp: PnP ACPI init [ 1.302636] pnp: PnP ACPI: found 5 devices [ 1.328132] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.342487] NET: Registered protocol family 2 [ 1.355299] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.366036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.377735] TCP: Hash tables configured (established 4096 bind 4096) [ 1.387709] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.396432] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.406739] NET: Registered protocol family 1 [ 1.418040] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.427159] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.436101] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.467044] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.499143] Trying to unpack rootfs image as initramfs... [ 1.762565] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 1.788917] Scanning for low memory corruption every 60 seconds [ 1.807388] futex hash table entries: 256 (order: 2, 16384 bytes) [ 1.822492] audit: initializing netlink subsys (disabled) [ 1.838514] audit: type=2000 audit(1526965271.292:1): initialized [ 1.854686] Initialise system trusted keyring [ 1.866710] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.886279] zbud: loaded [ 1.892969] VFS: Disk quotas dquot_6.6.0 [ 1.901054] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.914910] fuse init (API version 7.23) [ 1.922961] Key type big_key registered [ 1.929598] Allocating IMA MOK and blacklist keyrings. [ 1.943379] Key type asymmetric registered [ 1.950294] Asymmetric key parser 'x509' registered [ 1.958377] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.972671] io scheduler noop registered [ 1.979182] io scheduler deadline registered (default) [ 1.987599] io scheduler cfq registered [ 1.994989] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.003360] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.013704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.026177] ACPI: Power Button [PWRF] [ 2.033469] GHES: HEST is not enabled! [ 2.058327] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.114773] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.147499] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.165510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.209183] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.284725] Linux agpgart interface v0.103 [ 2.311439] brd: module loaded [ 2.327684] loop: module loaded [ 2.351036] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.363260] GPT:90111 != 2097151 [ 2.369104] GPT:Alternate GPT header not at the end of the disk. [ 2.379549] GPT:90111 != 2097151 [ 2.385373] GPT: Use GNU Parted to correct GPT errors. [ 2.393464] vda: vda1 vda15 [ 2.407114] scsi host0: ata_piix 2018-05-22 05:01:14,061 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin test execution 2018-05-22 05:01:17,364 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ssh: 2018-05-22 05:01:17,371 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ping output: >> 2018-05-22 05:01:17,375 - xtesting.energy.energy - DEBUG - Stopping recording 2018-05-22 05:01:19,097 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 05:01:19,098 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:35 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-22 05:01:33,535 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-22 05:01:34,221 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'4634e343-8d7b-4ba7-a608-2f4f1ecf6d83'], u'description': u'', u'provider:physical_network': u'physnet', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-22T04:48:10Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'67def060-d504-4fb6-9015-0ebf269b489e', 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'a56d8904a8c9401e82a73e6f37d3c247', u'created_at': u'2018-05-22T04:48:04Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a56d8904a8c9401e82a73e6f37d3c247'}) 2018-05-22 05:01:34,221 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin virtual environment setup 2018-05-22 05:01:34,221 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing Start Time:'2018-05-22 05:01:34' 2018-05-22 05:01:34,221 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating image with name: 'functest-vping--09bcf673-3372-4565-a596-9459543cd493' 2018-05-22 05:01:34,221 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Image metadata: None 2018-05-22 05:01:35,462 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--09bcf673-3372-4565-a596-9459543cd493', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T05:01:34Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/707e42b9-b431-408d-b6a8-4280ec761daf/file', u'owner': u'a56d8904a8c9401e82a73e6f37d3c247', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'707e42b9-b431-408d-b6a8-4280ec761daf', u'size': None, u'name': u'functest-vping--09bcf673-3372-4565-a596-9459543cd493', u'checksum': None, u'self': u'/v2/images/707e42b9-b431-408d-b6a8-4280ec761daf', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T05:01:34Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 05:01:35,462 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating network with name: 'vping-net-09bcf673-3372-4565-a596-9459543cd493' 2018-05-22 05:01:35,836 - 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-22T05:01:35Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'cddcc42e-6477-46ec-9320-3daa1d44e5c5', u'provider:segmentation_id': 8, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-09bcf673-3372-4565-a596-9459543cd493', u'admin_state_up': True, u'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'created_at': u'2018-05-22T05:01:35Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a56d8904a8c9401e82a73e6f37d3c247'}) 2018-05-22 05:01:36,399 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-22T05:01:36Z', 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'022aa0a7-5002-419f-ad90-d7285b23cf7c', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-09bcf673-3372-4565-a596-9459543cd493', u'enable_dhcp': True, u'network_id': u'cddcc42e-6477-46ec-9320-3daa1d44e5c5', u'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'created_at': u'2018-05-22T05:01:36Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'a56d8904a8c9401e82a73e6f37d3c247'}) 2018-05-22 05:01:36,400 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating router with name: 'vping-router-09bcf673-3372-4565-a596-9459543cd493' 2018-05-22 05:01:37,654 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'67def060-d504-4fb6-9015-0ebf269b489e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4634e343-8d7b-4ba7-a608-2f4f1ecf6d83', u'ip_address': u'192.16.1.102'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'created_at': u'2018-05-22T05:01:36Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-05-22T05:01:37Z', u'revision_number': 2, u'routes': [], u'project_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'id': u'31dc1b5b-97c8-4f17-b882-c984dafb9ab1', u'name': u'vping-router-09bcf673-3372-4565-a596-9459543cd493'}) 2018-05-22 05:01:39,754 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating flavor with name: 'vping-flavor-09bcf673-3372-4565-a596-9459543cd493' 2018-05-22 05:01:39,809 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - flavor: Munch({'name': u'vping-flavor-09bcf673-3372-4565-a596-9459543cd493', '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'a56d8904a8c9401e82a73e6f37d3c247', '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'01385ac1-7e6f-45ab-abc6-a81af56ac550', 'swap': 0}) 2018-05-22 05:01:40,465 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-09bcf673-3372-4565-a596-9459543cd493' 2018-05-22 05:01:49,545 - 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-09bcf673-3372-4565-a596-9459543cd493': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5a:ba:79', u'version': 4, u'addr': u'192.168.130.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'707e42b9-b431-408d-b6a8-4280ec761daf'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000d', u'OS-SRV-USG:launched_at': u'2018-05-22T05:01:46.000000', 'flavor': Munch({u'id': u'01385ac1-7e6f-45ab-abc6-a81af56ac550'}), 'az': u'nova', 'id': u'76069074-7cab-4eb5-8766-29ad567138a8', 'security_groups': [Munch({u'name': u'vping-sg-09bcf673-3372-4565-a596-9459543cd493'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4d55ff4028a34639a6740b5d0db7003c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a56d8904a8c9401e82a73e6f37d3c247', '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-22T05:01:46.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-22T05:01:47Z', 'hostId': u'94635fade4781bce23041ad0230def0e54d0468c299328b721fcb8e0', u'OS-EXT-SRV-ATTR:host': u'host2', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.12', 'cloud': 'envvars', 'host_id': u'94635fade4781bce23041ad0230def0e54d0468c299328b721fcb8e0', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host2', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000d', u'OS-SRV-USG:launched_at': u'2018-05-22T05:01:46.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host2', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host2', 'name': u'opnfv-vping-1-09bcf673-3372-4565-a596-9459543cd493', 'adminPass': u'j3x7eCmD7nAi', 'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', 'region': 'RegionOne', 'created': u'2018-05-22T05:01:41Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-22 05:01:50,868 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm1 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: 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.238 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.47 BogoMIPS (lpj=9976952) [ 0.024023] pid_max: default: 32768 minimum: 301 [ 0.032035] ACPI: Core revision 20150930 [ 0.044100] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.054389] Security Framework initialized [ 0.060022] Yama: becoming mindful. [ 0.064043] AppArmor: AppArmor initialized [ 0.072098] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.080252] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.088132] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.096026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.104669] Initializing cgroup subsys io [ 0.112029] Initializing cgroup subsys memory [ 0.120033] Initializing cgroup subsys devices [ 0.128026] Initializing cgroup subsys freezer [ 0.132026] Initializing cgroup subsys net_cls [ 0.140026] Initializing cgroup subsys perf_event [ 0.148043] Initializing cgroup subsys net_prio [ 0.156026] Initializing cgroup subsys hugetlb [ 0.164026] Initializing cgroup subsys pids [ 0.173066] CPU: Physical Processor ID: 0 [ 0.184089] mce: CPU supports 10 MCE banks [ 0.188699] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.196022] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.371657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.493550] ftrace: allocating 31920 entries in 125 pages 2018-05-22 05:01:50,869 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-userdata--09bcf673-3372-4565-a596-9459543cd493' 2018-05-22 05:01:59,487 - 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-09bcf673-3372-4565-a596-9459543cd493': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:60:b5:96', u'version': 4, u'addr': u'192.168.130.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'707e42b9-b431-408d-b6a8-4280ec761daf'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000e', u'OS-SRV-USG:launched_at': u'2018-05-22T05:01:57.000000', 'flavor': Munch({u'id': u'01385ac1-7e6f-45ab-abc6-a81af56ac550'}), 'az': u'nova', 'id': u'5a93915a-31e3-42b9-a041-d1895a1c49c9', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4d55ff4028a34639a6740b5d0db7003c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a56d8904a8c9401e82a73e6f37d3c247', '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-22T05:01:57.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-22T05:01:57Z', 'hostId': u'94635fade4781bce23041ad0230def0e54d0468c299328b721fcb8e0', u'OS-EXT-SRV-ATTR:host': u'host2', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.11', 'cloud': 'envvars', 'host_id': u'94635fade4781bce23041ad0230def0e54d0468c299328b721fcb8e0', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'host2', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000e', u'OS-SRV-USG:launched_at': u'2018-05-22T05:01:57.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host2', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'host2', 'name': u'opnfv-vping-2-userdata--09bcf673-3372-4565-a596-9459543cd493', 'adminPass': u'qx8TkjwM3NBi', 'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', 'region': 'RegionOne', 'created': u'2018-05-22T05:01:51Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-22 05:02:00,856 - 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.238 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 4988.47 BogoMIPS (lpj=9976952) [ 0.024023] pid_max: default: 32768 minimum: 301 [ 0.032035] ACPI: Core revision 20150930 [ 0.044100] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.054389] Security Framework initialized [ 0.060022] Yama: becoming mindful. [ 0.064043] AppArmor: AppArmor initialized [ 0.072098] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.080252] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.088132] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.096026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.104669] Initializing cgroup subsys io [ 0.112029] Initializing cgroup subsys memory [ 0.120033] Initializing cgroup subsys devices [ 0.128026] Initializing cgroup subsys freezer [ 0.132026] Initializing cgroup subsys net_cls [ 0.140026] Initializing cgroup subsys perf_event [ 0.148043] Initializing cgroup subsys net_prio [ 0.156026] Initializing cgroup subsys hugetlb [ 0.164026] Initializing cgroup subsys pids [ 0.173066] CPU: Physical Processor ID: 0 [ 0.184089] mce: CPU supports 10 MCE banks [ 0.188699] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.196022] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.371657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.493550] ftrace: allocating 31920 entries in 125 pages [ 0.516358] smpboot: Max logical packages: 1 [ 0.524025] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.536099] x2apic enabled [ 0.544023] Switched APIC routing to physical x2apic. [ 0.561032] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.564000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.571889] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.576968] x86: Booted up 1 node, 1 CPUs [ 0.580029] smpboot: Total of 1 processors activated (4988.47 BogoMIPS) [ 0.585975] devtmpfs: initialized [ 0.589546] evm: security.selinux [ 0.592029] evm: security.SMACK64 [ 0.596024] evm: security.SMACK64EXEC [ 0.600023] evm: security.SMACK64TRANSMUTE [ 0.604023] evm: security.SMACK64MMAP [ 0.608023] evm: security.ima [ 0.612024] evm: security.capability [ 0.616255] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.620160] pinctrl core: initialized pinctrl subsystem [ 0.624611] RTC time: 5:01:50, date: 05/22/18 [ 0.628330] NET: Registered protocol family 16 [ 0.632401] cpuidle: using governor ladder [ 0.636028] cpuidle: using governor menu [ 0.640035] PCCT header not found. [ 0.644244] ACPI: bus type PCI registered [ 0.648027] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.652529] PCI: Using configuration type 1 for base access [ 0.657574] ACPI: Added _OSI(Module Device) [ 0.660026] ACPI: Added _OSI(Processor Device) [ 0.664025] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.668026] ACPI: Added _OSI(Processor Aggregator Device) [ 0.674763] ACPI: Interpreter enabled [ 0.676030] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.688028] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.700042] ACPI: (supports S0 S3 S4 S5) [ 0.704025] ACPI: Using IOAPIC for interrupt routing [ 0.708065] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.715471] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.716033] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.720033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.724034] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.728563] acpiphp: Slot [3] registered [ 0.732117] acpiphp: Slot [4] registered [ 0.736097] acpiphp: Slot [5] registered [ 0.740097] acpiphp: Slot [6] registered [ 0.744102] acpiphp: Slot [7] registered [ 0.748104] acpiphp: Slot [8] registered [ 0.752096] acpiphp: Slot [9] registered [ 0.756097] acpiphp: Slot [10] registered [ 0.760098] acpiphp: Slot [11] registered [ 0.764097] acpiphp: Slot [12] registered [ 0.768101] acpiphp: Slot [13] registered [ 0.772103] acpiphp: Slot [14] registered [ 0.776106] acpiphp: Slot [15] registered [ 0.780103] acpiphp: Slot [16] registered [ 0.784107] acpiphp: Slot [17] registered [ 0.788097] acpiphp: Slot [18] registered [ 0.792097] acpiphp: Slot [19] registered [ 0.796104] acpiphp: Slot [20] registered [ 0.800101] acpiphp: Slot [21] registered [ 0.804108] acpiphp: Slot [22] registered [ 0.808100] acpiphp: Slot [23] registered [ 0.812159] acpiphp: Slot [24] registered [ 0.816106] acpiphp: Slot [25] registered [ 0.820099] acpiphp: Slot [26] registered [ 0.824099] acpiphp: Slot [27] registered [ 0.828106] acpiphp: Slot [28] registered [ 0.832101] acpiphp: Slot [29] registered [ 0.836110] acpiphp: Slot [30] registered [ 0.840101] acpiphp: Slot [31] registered [ 0.844093] PCI host bridge to bus 0000:00 [ 0.848030] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.852028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.856027] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.860030] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.864031] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.886485] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.888031] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.892031] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.896036] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.916453] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.920084] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.056401] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.064483] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.072404] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.080383] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.088266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.098000] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.107557] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.108000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.108066] vgaarb: loaded [ 1.112031] vgaarb: bridge control possible 0000:00:02.0 [ 1.121630] SCSI subsystem initialized [ 1.128599] ACPI: bus type USB registered [ 1.132613] usbcore: registered new interface driver usbfs [ 1.136193] usbcore: registered new interface driver hub [ 1.140082] usbcore: registered new device driver usb [ 1.147802] PCI: Using ACPI for IRQ routing [ 1.153181] NetLabel: Initializing [ 1.156062] NetLabel: domain hash size = 128 [ 1.160024] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.164363] NetLabel: unlabeled traffic allowed by default [ 1.171448] clocksource: Switched to clocksource kvm-clock [ 1.262448] AppArmor: AppArmor Filesystem Enabled [ 1.271103] pnp: PnP ACPI init [ 1.279785] pnp: PnP ACPI: found 5 devices [ 1.305398] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.320295] NET: Registered protocol family 2 [ 1.331928] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.343317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.354097] TCP: Hash tables configured (established 4096 bind 4096) [ 1.364710] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.373669] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.384453] NET: Registered protocol family 1 [ 1.392209] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.403167] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.412519] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.442752] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.473208] Trying to unpack rootfs image as initramfs... [ 1.744555] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 1.769166] Scanning for low memory corruption every 60 seconds [ 1.781921] futex hash table entries: 256 (order: 2, 16384 bytes) [ 1.793151] audit: initializing netlink subsys (disabled) [ 1.801759] audit: type=2000 audit(1526965310.699:1): initialized [ 1.812959] Initialise system trusted keyring [ 1.821544] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.840149] zbud: loaded [ 1.846744] VFS: Disk quotas dquot_6.6.0 [ 1.855346] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.869043] fuse init (API version 7.23) [ 1.877212] Key type big_key registered [ 1.887683] Allocating IMA MOK and blacklist keyrings. [ 1.905322] Key type asymmetric registered [ 1.915066] Asymmetric key parser 'x509' registered [ 1.929754] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.950723] io scheduler noop registered [ 1.960544] io scheduler deadline registered (default) [ 1.969563] io scheduler cfq registered [ 1.977321] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.988204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.999405] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.016321] ACPI: Power Button [PWRF] [ 2.025329] GHES: HEST is not enabled! [ 2.053486] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.116333] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.157143] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.178489] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.226757] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.308937] Linux agpgart interface v0.103 [ 2.341198] brd: module loaded [ 2.360925] loop: module loaded [ 2.389769] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.402451] GPT:90111 != 2097151 [ 2.409708] GPT:Alternate GPT header not at the end of the disk. [ 2.419139] GPT:90111 != 2097151 [ 2.425136] GPT: Use GNU Parted to correct GPT errors. [ 2.433455] vda: vda1 vda15 [ 2.447778] scsi host0: ata_piix [ 2.455115] scsi host1: ata_piix [ 2.461460] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 2.474571] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 2.488912] libphy: Fixed MDIO Bus: probed [ 2.497819] tun: Universal TUN/TAP device driver, 1.6 [ 2.508384] tun: (C) 1999-2004 Max Krasnyansky [ 2.525731] PPP generic driver version 2.4.2 [ 2.533737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.545896] ehci-pci: EHCI PCI platform driver [ 2.553504] ehci-platform: EHCI generic platform driver [ 2.562124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.574620] ohci-pci: OHCI PCI platform driver [ 2.582171] ohci-platform: OHCI generic platform driver [ 2.590620] uhci_hcd: USB Universal Host Controller Interface driver [ 2.623339] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 2.632381] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 2.646233] uhci_hcd 0000:00:01.2: detected 2 ports [ 2.656121] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 2.669696] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 2.680521] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.696380] usb usb1: Product: UHCI Host Controller [ 2.704737] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 2.716298] usb usb1: SerialNumber: 0000:00:01.2 [ 2.727203] hub 1-0:1.0: USB hub found [ 2.734757] hub 1-0:1.0: 2 ports detected [ 2.744366] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 2.765776] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.774851] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 2.784540] mousedev: PS/2 mouse device common for all mice [ 2.798806] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 2.815168] rtc_cmos 00:00: RTC can wake from S4 [ 2.827935] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 2.840989] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 2.853863] i2c /dev entries driver [ 2.861612] device-mapper: uevent: version 1.0.3 [ 2.871088] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 2.889365] ledtrig-cpu: registered to indicate activity on CPUs [ 2.904636] NET: Registered protocol family 10 [ 2.919162] NET: Registered protocol family 17 [ 2.928437] Key type dns_resolver registered [ 2.940833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 2.956766] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 2.978878] registered taskstats version 1 [ 2.989134] Loading compiled-in X.509 certificates [ 3.002194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.019879] zswap: loaded using pool lzo/zbud [ 3.035225] Key type trusted registered [ 3.046565] Key type encrypted registered [ 3.053752] AppArmor: AppArmor sha1 policy hashing enabled [ 3.062547] ima: No TPM chip found, activating TPM-bypass! [ 3.073447] evm: HMAC attrs: 0x1 [ 3.082687] Magic number: 2:137:12 [ 3.090188] rtc_cmos 00:00: setting system clock to 2018-05-22 05:01:53 UTC (1526965313) [ 3.106039] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.115185] EDD information not available. [ 3.136593] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 3.149472] Write protecting the kernel read-only data: 14336k [ 3.175704] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 3.190191] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 3.21 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 3.66 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... [ 3.741101] random: dd urandom read with 7 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 3.87. iid=i-0000000d failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data 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 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2494.238 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCaf2LfVd+rjF6jNla5hFpWEozZcy4sSk8/aJlyy77Eb2ALbUr5gVIp5O5oHlONvXzUgyaakm8sCGrLEtkoHZgQlXgd65Z3uh/VtvRT/nEJRBRnfY1xGCLyzpgMlyYevS9YAyXmM8u84/2RmHFsNY0WG54tIcqfkMc+pyHslHAaJEckFdSzyggoxDSLwmxDalVvjQqEA0mM0FtAOHu2aZUKpY4dzEqipq0pf0QJuebyUDGwbkx2F/d6I5SiA8aKHJpSHUq5OY17C4cPidQCNQnqa7H0OlZC+rtkYLYjeXrQxQ/nrjwF8/xPVWNZwOoY7M9O2KYOuovG0FhnLq9juCOh root@opnfv-vping-1-09bcf673-3372-4565-a596-9459543cd493 ssh-dss AAAAB3NzaC1kc3MAAACBAPy4IRLfrilp7OgluiCKDBYZjLmCCJKbb3/wz4d9mluGF8o7XYINWa3iKp1tKlbjWgIiHETN0cEJUXXkFTSkW2L/00yE49N44ZOxJ61KFjvMQPioyl9y1CBOd1zh76zvoxBion2sc8Kstspe3p5zTZiFKpPLJ9EskRensNReaEcTAAAAFQCTjGWoFKPX2vempJriIglg2+KHWwAAAIAIYDseDcFr8MXsjvSBiDlrjQDOXzkToSZjxevikZhhblaXGv9e3THrvQxZ4gJQVNhcpNApViBFGdEaXvvKCodzGUlU75kBe5hNW8qaLvSM5rrNiZObCOW3xmeA76ptMzG3fUxDyr4oMxgEBMjmg7ce7gABd6VEXkuL8Wm5INAASQAAAIEAr6Scwv9WyuXUYY15926Es+dn6HAPiBO/cvxHWT+fFztyXC0KRu38jYooAIwZBIJOgA4DqVldsU4tZqSDyBWXvHI4Stj9OGLhpu5leofs6MPfm28+pan2V0v4j+XQrZVaPn1jMxSNcNJOZtDEl+AE+Ivtlx89crGohRJCMS9+oV8= root@opnfv-vping-1-09bcf673-3372-4565-a596-9459543cd493 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.77s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.12,24,fe80::f816:3eff:fe5a:ba79/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.2 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.12 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000d name: N/A availability-zone: nova local-hostname: opnfv-vping-1-09bcf673-3372-4565-a596-9459543cd493.novalocal launch-index: 0 === cirros: current=0.4.0 uptime=6.00 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-1-09bcf673-3372-4565-a596-9459543cd493 login: 2018-05-22 05:02:00,857 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin test execution 2018-05-22 05:02:00,857 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-05-22 05:02:02,874 - 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.238 MHz processor [ 0.012000] Calibrating delay loop (skipped) preset value.. 4988.47 BogoMIPS (lpj=9976952) [ 0.024023] pid_max: default: 32768 minimum: 301 [ 0.032036] ACPI: Core revision 20150930 [ 0.040884] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.054466] Security Framework initialized [ 0.060022] Yama: becoming mindful. [ 0.068041] AppArmor: AppArmor initialized [ 0.076101] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.084254] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.092146] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.104026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.112611] Initializing cgroup subsys io [ 0.124029] Initializing cgroup subsys memory [ 0.128034] Initializing cgroup subsys devices [ 0.136027] Initializing cgroup subsys freezer [ 0.148029] Initializing cgroup subsys net_cls [ 0.156040] Initializing cgroup subsys perf_event [ 0.164043] Initializing cgroup subsys net_prio [ 0.172027] Initializing cgroup subsys hugetlb [ 0.180026] Initializing cgroup subsys pids [ 0.192862] CPU: Physical Processor ID: 0 [ 0.201140] mce: CPU supports 10 MCE banks [ 0.208746] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.216028] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.400543] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.525703] ftrace: allocating 31920 entries in 125 pages [ 0.548377] smpboot: Max logical packages: 1 [ 0.556024] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.568555] x2apic enabled [ 0.572026] Switched APIC routing to physical x2apic. [ 0.590872] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.592000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.599971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.604967] x86: Booted up 1 node, 1 CPUs [ 0.608028] smpboot: Total of 1 processors activated (4988.47 BogoMIPS) [ 0.613972] devtmpfs: initialized [ 0.617540] evm: security.selinux [ 0.620028] evm: security.SMACK64 [ 0.624024] evm: security.SMACK64EXEC [ 0.628024] evm: security.SMACK64TRANSMUTE [ 0.632023] evm: security.SMACK64MMAP [ 0.636024] evm: security.ima [ 0.640023] evm: security.capability [ 0.644237] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.648160] pinctrl core: initialized pinctrl subsystem [ 0.652648] RTC time: 5:02:00, date: 05/22/18 [ 0.656311] NET: Registered protocol family 16 [ 0.660373] cpuidle: using governor ladder [ 0.664029] cpuidle: using governor menu [ 0.668029] PCCT header not found. [ 0.672221] ACPI: bus type PCI registered [ 0.676026] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.680518] PCI: Using configuration type 1 for base access [ 0.685554] ACPI: Added _OSI(Module Device) [ 0.688025] ACPI: Added _OSI(Processor Device) [ 0.692024] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.696025] ACPI: Added _OSI(Processor Aggregator Device) [ 0.702573] ACPI: Interpreter enabled [ 0.704031] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.716031] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.728045] ACPI: (supports S0 S3 S4 S5) [ 0.732025] ACPI: Using IOAPIC for interrupt routing [ 0.736067] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.743437] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.744037] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.748033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.752042] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.756564] acpiphp: Slot [3] registered [ 0.760100] acpiphp: Slot [4] registered [ 0.764098] acpiphp: Slot [5] registered [ 0.768099] acpiphp: Slot [6] registered [ 0.772098] acpiphp: Slot [7] registered [ 0.776102] acpiphp: Slot [8] registered [ 0.780096] acpiphp: Slot [9] registered [ 0.784101] acpiphp: Slot [10] registered [ 0.788099] acpiphp: Slot [11] registered [ 0.792098] acpiphp: Slot [12] registered [ 0.796100] acpiphp: Slot [13] registered [ 0.800102] acpiphp: Slot [14] registered [ 0.804104] acpiphp: Slot [15] registered [ 0.808099] acpiphp: Slot [16] registered [ 0.812097] acpiphp: Slot [17] registered [ 0.816097] acpiphp: Slot [18] registered [ 0.820098] acpiphp: Slot [19] registered [ 0.824098] acpiphp: Slot [20] registered [ 0.828097] acpiphp: Slot [21] registered [ 0.832103] acpiphp: Slot [22] registered [ 0.836107] acpiphp: Slot [23] registered [ 0.840149] acpiphp: Slot [24] registered [ 0.844099] acpiphp: Slot [25] registered [ 0.848098] acpiphp: Slot [26] registered [ 0.852100] acpiphp: Slot [27] registered [ 0.856104] acpiphp: Slot [28] registered [ 0.860097] acpiphp: Slot [29] registered [ 0.864114] acpiphp: Slot [30] registered [ 0.868097] acpiphp: Slot [31] registered [ 0.872094] PCI host bridge to bus 0000:00 [ 0.876028] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.880025] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.884025] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.888025] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.892025] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.912733] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.916030] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.920069] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.924027] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.942371] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.944085] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.090041] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.096465] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.104397] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.112353] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.120248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.129938] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.139694] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.140000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.140069] vgaarb: loaded [ 1.144029] vgaarb: bridge control possible 0000:00:02.0 [ 1.153724] SCSI subsystem initialized [ 1.160555] ACPI: bus type USB registered [ 1.164726] usbcore: registered new interface driver usbfs [ 1.168258] usbcore: registered new interface driver hub [ 1.172127] usbcore: registered new device driver usb [ 1.180263] PCI: Using ACPI for IRQ routing [ 1.189465] NetLabel: Initializing [ 1.192063] NetLabel: domain hash size = 128 [ 1.196024] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.200361] NetLabel: unlabeled traffic allowed by default [ 1.207465] clocksource: Switched to clocksource kvm-clock [ 1.303084] AppArmor: AppArmor Filesystem Enabled [ 1.311604] pnp: PnP ACPI init [ 1.320338] pnp: PnP ACPI: found 5 devices [ 1.346014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.360776] NET: Registered protocol family 2 [ 1.372361] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.383158] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.393184] TCP: Hash tables configured (established 4096 bind 4096) [ 1.405296] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.414343] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.424845] NET: Registered protocol family 1 [ 1.434174] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.443345] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.452300] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.481431] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.513090] Trying to unpack rootfs image as initramfs... [ 1.788926] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 1.813585] Scanning for low memory corruption every 60 seconds 2018-05-22 05:02:02,874 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.12. Waiting for response... 2018-05-22 05:02:04,895 - 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.238 MHz processor [ 0.012000] Calibrating delay loop (skipped) preset value.. 4988.47 BogoMIPS (lpj=9976952) [ 0.024023] pid_max: default: 32768 minimum: 301 [ 0.032036] ACPI: Core revision 20150930 [ 0.040884] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.054466] Security Framework initialized [ 0.060022] Yama: becoming mindful. [ 0.068041] AppArmor: AppArmor initialized [ 0.076101] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.084254] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.092146] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.104026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.112611] Initializing cgroup subsys io [ 0.124029] Initializing cgroup subsys memory [ 0.128034] Initializing cgroup subsys devices [ 0.136027] Initializing cgroup subsys freezer [ 0.148029] Initializing cgroup subsys net_cls [ 0.156040] Initializing cgroup subsys perf_event [ 0.164043] Initializing cgroup subsys net_prio [ 0.172027] Initializing cgroup subsys hugetlb [ 0.180026] Initializing cgroup subsys pids [ 0.192862] CPU: Physical Processor ID: 0 [ 0.201140] mce: CPU supports 10 MCE banks [ 0.208746] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.216028] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.400543] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.525703] ftrace: allocating 31920 entries in 125 pages [ 0.548377] smpboot: Max logical packages: 1 [ 0.556024] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.568555] x2apic enabled [ 0.572026] Switched APIC routing to physical x2apic. [ 0.590872] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.592000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.599971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.604967] x86: Booted up 1 node, 1 CPUs [ 0.608028] smpboot: Total of 1 processors activated (4988.47 BogoMIPS) [ 0.613972] devtmpfs: initialized [ 0.617540] evm: security.selinux [ 0.620028] evm: security.SMACK64 [ 0.624024] evm: security.SMACK64EXEC [ 0.628024] evm: security.SMACK64TRANSMUTE [ 0.632023] evm: security.SMACK64MMAP [ 0.636024] evm: security.ima [ 0.640023] evm: security.capability [ 0.644237] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.648160] pinctrl core: initialized pinctrl subsystem [ 0.652648] RTC time: 5:02:00, date: 05/22/18 [ 0.656311] NET: Registered protocol family 16 [ 0.660373] cpuidle: using governor ladder [ 0.664029] cpuidle: using governor menu [ 0.668029] PCCT header not found. [ 0.672221] ACPI: bus type PCI registered [ 0.676026] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.680518] PCI: Using configuration type 1 for base access [ 0.685554] ACPI: Added _OSI(Module Device) [ 0.688025] ACPI: Added _OSI(Processor Device) [ 0.692024] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.696025] ACPI: Added _OSI(Processor Aggregator Device) [ 0.702573] ACPI: Interpreter enabled [ 0.704031] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.716031] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.728045] ACPI: (supports S0 S3 S4 S5) [ 0.732025] ACPI: Using IOAPIC for interrupt routing [ 0.736067] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.743437] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.744037] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.748033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.752042] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.756564] acpiphp: Slot [3] registered [ 0.760100] acpiphp: Slot [4] registered [ 0.764098] acpiphp: Slot [5] registered [ 0.768099] acpiphp: Slot [6] registered [ 0.772098] acpiphp: Slot [7] registered [ 0.776102] acpiphp: Slot [8] registered [ 0.780096] acpiphp: Slot [9] registered [ 0.784101] acpiphp: Slot [10] registered [ 0.788099] acpiphp: Slot [11] registered [ 0.792098] acpiphp: Slot [12] registered [ 0.796100] acpiphp: Slot [13] registered [ 0.800102] acpiphp: Slot [14] registered [ 0.804104] acpiphp: Slot [15] registered [ 0.808099] acpiphp: Slot [16] registered [ 0.812097] acpiphp: Slot [17] registered [ 0.816097] acpiphp: Slot [18] registered [ 0.820098] acpiphp: Slot [19] registered [ 0.824098] acpiphp: Slot [20] registered [ 0.828097] acpiphp: Slot [21] registered [ 0.832103] acpiphp: Slot [22] registered [ 0.836107] acpiphp: Slot [23] registered [ 0.840149] acpiphp: Slot [24] registered [ 0.844099] acpiphp: Slot [25] registered [ 0.848098] acpiphp: Slot [26] registered [ 0.852100] acpiphp: Slot [27] registered [ 0.856104] acpiphp: Slot [28] registered [ 0.860097] acpiphp: Slot [29] registered [ 0.864114] acpiphp: Slot [30] registered [ 0.868097] acpiphp: Slot [31] registered [ 0.872094] PCI host bridge to bus 0000:00 [ 0.876028] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.880025] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.884025] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.888025] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.892025] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.912733] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.916030] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.920069] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.924027] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.942371] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.944085] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.090041] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.096465] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.104397] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.112353] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.120248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.129938] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.139694] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.140000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.140069] vgaarb: loaded [ 1.144029] vgaarb: bridge control possible 0000:00:02.0 [ 1.153724] SCSI subsystem initialized [ 1.160555] ACPI: bus type USB registered [ 1.164726] usbcore: registered new interface driver usbfs [ 1.168258] usbcore: registered new interface driver hub [ 1.172127] usbcore: registered new device driver usb [ 1.180263] PCI: Using ACPI for IRQ routing [ 1.189465] NetLabel: Initializing [ 1.192063] NetLabel: domain hash size = 128 [ 1.196024] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.200361] NetLabel: unlabeled traffic allowed by default [ 1.207465] clocksource: Switched to clocksource kvm-clock [ 1.303084] AppArmor: AppArmor Filesystem Enabled [ 1.311604] pnp: PnP ACPI init [ 1.320338] pnp: PnP ACPI: found 5 devices [ 1.346014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.360776] NET: Registered protocol family 2 [ 1.372361] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.383158] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.393184] TCP: Hash tables configured (established 4096 bind 4096) [ 1.405296] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.414343] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.424845] NET: Registered protocol family 1 [ 1.434174] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.443345] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.452300] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.481431] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.513090] Trying to unpack rootfs image as initramfs... [ 1.788926] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 1.813585] Scanning for low memory corruption every 60 seconds [ 1.829803] futex hash table entries: 256 (order: 2, 16384 bytes) [ 1.841687] audit: initializing netlink subsys (disabled) [ 1.851737] audit: type=2000 audit(1526965320.703:1): initialized [ 1.867113] Initialise system trusted keyring [ 1.877423] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.901017] zbud: loaded [ 1.909048] VFS: Disk quotas dquot_6.6.0 [ 1.917742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.935648] fuse init (API version 7.23) [ 1.952743] Key type big_key registered [ 1.963540] Allocating IMA MOK and blacklist keyrings. [ 1.981848] Key type asymmetric registered [ 1.991390] Asymmetric key parser 'x509' registered [ 1.999951] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.012791] io scheduler noop registered [ 2.019621] io scheduler deadline registered (default) [ 2.028386] io scheduler cfq registered [ 2.035966] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.046152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.057078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.069415] ACPI: Power Button [PWRF] [ 2.078467] GHES: HEST is not enabled! [ 2.103398] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.160103] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.192335] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.211992] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.255970] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.328032] Linux agpgart interface v0.103 [ 2.353409] brd: module loaded [ 2.369470] loop: module loaded [ 2.393820] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.406107] GPT:90111 != 2097151 [ 2.412060] GPT:Alternate GPT header not at the end of the disk. [ 2.422845] GPT:90111 != 2097151 [ 2.428754] GPT: Use GNU Parted to correct GPT errors. [ 2.436838] vda: vda1 vda15 [ 2.449882] scsi host0: ata_piix [ 2.456998] scsi host1: ata_piix [ 2.463147] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 2.473178] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 2.487082] libphy: Fixed MDIO Bus: probed [ 2.495443] tun: Universal TUN/TAP device driver, 1.6 [ 2.503440] tun: (C) 1999-2004 Max Krasnyansky [ 2.521464] PPP generic driver version 2.4.2 [ 2.529255] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.539436] ehci-pci: EHCI PCI platform driver [ 2.547050] ehci-platform: EHCI generic platform driver [ 2.555303] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.565148] ohci-pci: OHCI PCI platform driver [ 2.574102] ohci-platform: OHCI generic platform driver [ 2.582304] uhci_hcd: USB Universal Host Controller Interface driver [ 2.611892] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 2.620273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 2.634223] uhci_hcd 0000:00:01.2: detected 2 ports [ 2.643540] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 2.654379] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 2.664556] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.676807] usb usb1: Product: UHCI Host Controller [ 2.684704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 2.694236] usb usb1: SerialNumber: 0000:00:01.2 [ 2.702542] hub 1-0:1.0: USB hub found [ 2.709100] hub 1-0:1.0: 2 ports detected [ 2.717593] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 2.736664] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.744677] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 2.753406] mousedev: PS/2 mouse device common for all mice [ 2.765377] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 2.779580] rtc_cmos 00:00: RTC can wake from S4 [ 2.790095] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 2.801358] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 2.811773] i2c /dev entries driver [ 2.819378] device-mapper: uevent: version 1.0.3 [ 2.827421] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 2.840962] ledtrig-cpu: registered to indicate activity on CPUs [ 2.853058] NET: Registered protocol family 10 [ 2.863271] NET: Registered protocol family 17 [ 2.870722] Key type dns_resolver registered [ 2.879278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 2.889178] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 2.904041] registered taskstats version 1 [ 2.911606] Loading compiled-in X.509 certificates [ 2.920881] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 2.936374] zswap: loaded using pool lzo/zbud [ 2.952811] Key type trusted registered [ 2.962518] Key type encrypted registered [ 2.969399] AppArmor: AppArmor sha1 policy hashing enabled [ 2.979638] ima: No TPM chip found, activating TPM-bypass! [ 2.988292] evm: HMAC attrs: 0x1 [ 2.997469] Magic number: 2:137:12 [ 3.005754] rtc_cmos 00:00: setting system clock to 2018-05-22 05:02:03 UTC (1526965323) [ 3.019602] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.028868] EDD information not available. [ 3.049903] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 3.062645] Write protecting the kernel read-only data: 14336k [ 3.089115] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 3.105429] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 3.13 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 3.59 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... [ 3.664630] random: dd urandom read with 8 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.11... Lease of 192.168.130.11 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-22 05:02:07,052 - 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.238 MHz processor [ 0.012000] Calibrating delay loop (skipped) preset value.. 4988.47 BogoMIPS (lpj=9976952) [ 0.024023] pid_max: default: 32768 minimum: 301 [ 0.032036] ACPI: Core revision 20150930 [ 0.040884] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.054466] Security Framework initialized [ 0.060022] Yama: becoming mindful. [ 0.068041] AppArmor: AppArmor initialized [ 0.076101] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.084254] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.092146] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.104026] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.112611] Initializing cgroup subsys io [ 0.124029] Initializing cgroup subsys memory [ 0.128034] Initializing cgroup subsys devices [ 0.136027] Initializing cgroup subsys freezer [ 0.148029] Initializing cgroup subsys net_cls [ 0.156040] Initializing cgroup subsys perf_event [ 0.164043] Initializing cgroup subsys net_prio [ 0.172027] Initializing cgroup subsys hugetlb [ 0.180026] Initializing cgroup subsys pids [ 0.192862] CPU: Physical Processor ID: 0 [ 0.201140] mce: CPU supports 10 MCE banks [ 0.208746] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.216028] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.400543] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.525703] ftrace: allocating 31920 entries in 125 pages [ 0.548377] smpboot: Max logical packages: 1 [ 0.556024] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.568555] x2apic enabled [ 0.572026] Switched APIC routing to physical x2apic. [ 0.590872] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.592000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.599971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.604967] x86: Booted up 1 node, 1 CPUs [ 0.608028] smpboot: Total of 1 processors activated (4988.47 BogoMIPS) [ 0.613972] devtmpfs: initialized [ 0.617540] evm: security.selinux [ 0.620028] evm: security.SMACK64 [ 0.624024] evm: security.SMACK64EXEC [ 0.628024] evm: security.SMACK64TRANSMUTE [ 0.632023] evm: security.SMACK64MMAP [ 0.636024] evm: security.ima [ 0.640023] evm: security.capability [ 0.644237] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.648160] pinctrl core: initialized pinctrl subsystem [ 0.652648] RTC time: 5:02:00, date: 05/22/18 [ 0.656311] NET: Registered protocol family 16 [ 0.660373] cpuidle: using governor ladder [ 0.664029] cpuidle: using governor menu [ 0.668029] PCCT header not found. [ 0.672221] ACPI: bus type PCI registered [ 0.676026] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.680518] PCI: Using configuration type 1 for base access [ 0.685554] ACPI: Added _OSI(Module Device) [ 0.688025] ACPI: Added _OSI(Processor Device) [ 0.692024] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.696025] ACPI: Added _OSI(Processor Aggregator Device) [ 0.702573] ACPI: Interpreter enabled [ 0.704031] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.716031] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.728045] ACPI: (supports S0 S3 S4 S5) [ 0.732025] ACPI: Using IOAPIC for interrupt routing [ 0.736067] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.743437] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.744037] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.748033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.752042] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.756564] acpiphp: Slot [3] registered [ 0.760100] acpiphp: Slot [4] registered [ 0.764098] acpiphp: Slot [5] registered [ 0.768099] acpiphp: Slot [6] registered [ 0.772098] acpiphp: Slot [7] registered [ 0.776102] acpiphp: Slot [8] registered [ 0.780096] acpiphp: Slot [9] registered [ 0.784101] acpiphp: Slot [10] registered [ 0.788099] acpiphp: Slot [11] registered [ 0.792098] acpiphp: Slot [12] registered [ 0.796100] acpiphp: Slot [13] registered [ 0.800102] acpiphp: Slot [14] registered [ 0.804104] acpiphp: Slot [15] registered [ 0.808099] acpiphp: Slot [16] registered [ 0.812097] acpiphp: Slot [17] registered [ 0.816097] acpiphp: Slot [18] registered [ 0.820098] acpiphp: Slot [19] registered [ 0.824098] acpiphp: Slot [20] registered [ 0.828097] acpiphp: Slot [21] registered [ 0.832103] acpiphp: Slot [22] registered [ 0.836107] acpiphp: Slot [23] registered [ 0.840149] acpiphp: Slot [24] registered [ 0.844099] acpiphp: Slot [25] registered [ 0.848098] acpiphp: Slot [26] registered [ 0.852100] acpiphp: Slot [27] registered [ 0.856104] acpiphp: Slot [28] registered [ 0.860097] acpiphp: Slot [29] registered [ 0.864114] acpiphp: Slot [30] registered [ 0.868097] acpiphp: Slot [31] registered [ 0.872094] PCI host bridge to bus 0000:00 [ 0.876028] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.880025] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.884025] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.888025] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.892025] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.912733] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.916030] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.920069] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.924027] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.942371] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.944085] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.090041] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.096465] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.104397] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.112353] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.120248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.129938] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.139694] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.140000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.140069] vgaarb: loaded [ 1.144029] vgaarb: bridge control possible 0000:00:02.0 [ 1.153724] SCSI subsystem initialized [ 1.160555] ACPI: bus type USB registered [ 1.164726] usbcore: registered new interface driver usbfs [ 1.168258] usbcore: registered new interface driver hub [ 1.172127] usbcore: registered new device driver usb [ 1.180263] PCI: Using ACPI for IRQ routing [ 1.189465] NetLabel: Initializing [ 1.192063] NetLabel: domain hash size = 128 [ 1.196024] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.200361] NetLabel: unlabeled traffic allowed by default [ 1.207465] clocksource: Switched to clocksource kvm-clock [ 1.303084] AppArmor: AppArmor Filesystem Enabled [ 1.311604] pnp: PnP ACPI init [ 1.320338] pnp: PnP ACPI: found 5 devices [ 1.346014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.360776] NET: Registered protocol family 2 [ 1.372361] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.383158] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.393184] TCP: Hash tables configured (established 4096 bind 4096) [ 1.405296] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.414343] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.424845] NET: Registered protocol family 1 [ 1.434174] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.443345] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.452300] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.481431] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.513090] Trying to unpack rootfs image as initramfs... [ 1.788926] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 1.813585] Scanning for low memory corruption every 60 seconds [ 1.829803] futex hash table entries: 256 (order: 2, 16384 bytes) [ 1.841687] audit: initializing netlink subsys (disabled) [ 1.851737] audit: type=2000 audit(1526965320.703:1): initialized [ 1.867113] Initialise system trusted keyring [ 1.877423] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.901017] zbud: loaded [ 1.909048] VFS: Disk quotas dquot_6.6.0 [ 1.917742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.935648] fuse init (API version 7.23) [ 1.952743] Key type big_key registered [ 1.963540] Allocating IMA MOK and blacklist keyrings. [ 1.981848] Key type asymmetric registered [ 1.991390] Asymmetric key parser 'x509' registered [ 1.999951] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.012791] io scheduler noop registered [ 2.019621] io scheduler deadline registered (default) [ 2.028386] io scheduler cfq registered [ 2.035966] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.046152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.057078] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.069415] ACPI: Power Button [PWRF] [ 2.078467] GHES: HEST is not enabled! [ 2.103398] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.160103] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.192335] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.211992] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.255970] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.328032] Linux agpgart interface v0.103 [ 2.353409] brd: module loaded [ 2.369470] loop: module loaded [ 2.393820] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.406107] GPT:90111 != 2097151 [ 2.412060] GPT:Alternate GPT header not at the end of the disk. [ 2.422845] GPT:90111 != 2097151 [ 2.428754] GPT: Use GNU Parted to correct GPT errors. [ 2.436838] vda: vda1 vda15 [ 2.449882] scsi host0: ata_piix [ 2.456998] scsi host1: ata_piix [ 2.463147] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 2.473178] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 2.487082] libphy: Fixed MDIO Bus: probed [ 2.495443] tun: Universal TUN/TAP device driver, 1.6 [ 2.503440] tun: (C) 1999-2004 Max Krasnyansky [ 2.521464] PPP generic driver version 2.4.2 [ 2.529255] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.539436] ehci-pci: EHCI PCI platform driver [ 2.547050] ehci-platform: EHCI generic platform driver [ 2.555303] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.565148] ohci-pci: OHCI PCI platform driver [ 2.574102] ohci-platform: OHCI generic platform driver [ 2.582304] uhci_hcd: USB Universal Host Controller Interface driver [ 2.611892] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 2.620273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 2.634223] uhci_hcd 0000:00:01.2: detected 2 ports [ 2.643540] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 2.654379] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 2.664556] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.676807] usb usb1: Product: UHCI Host Controller [ 2.684704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 2.694236] usb usb1: SerialNumber: 0000:00:01.2 [ 2.702542] hub 1-0:1.0: USB hub found [ 2.709100] hub 1-0:1.0: 2 ports detected [ 2.717593] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 2.736664] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.744677] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 2.753406] mousedev: PS/2 mouse device common for all mice [ 2.765377] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 2.779580] rtc_cmos 00:00: RTC can wake from S4 [ 2.790095] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 2.801358] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 2.811773] i2c /dev entries driver [ 2.819378] device-mapper: uevent: version 1.0.3 [ 2.827421] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 2.840962] ledtrig-cpu: registered to indicate activity on CPUs [ 2.853058] NET: Registered protocol family 10 [ 2.863271] NET: Registered protocol family 17 [ 2.870722] Key type dns_resolver registered [ 2.879278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 2.889178] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 2.904041] registered taskstats version 1 [ 2.911606] Loading compiled-in X.509 certificates [ 2.920881] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 2.936374] zswap: loaded using pool lzo/zbud [ 2.952811] Key type trusted registered [ 2.962518] Key type encrypted registered [ 2.969399] AppArmor: AppArmor sha1 policy hashing enabled [ 2.979638] ima: No TPM chip found, activating TPM-bypass! [ 2.988292] evm: HMAC attrs: 0x1 [ 2.997469] Magic number: 2:137:12 [ 3.005754] rtc_cmos 00:00: setting system clock to 2018-05-22 05:02:03 UTC (1526965323) [ 3.019602] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.028868] EDD information not available. [ 3.049903] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 3.062645] Write protecting the kernel read-only data: 14336k [ 3.089115] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 3.105429] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 3.13 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 3.59 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... [ 3.664630] random: dd urandom read with 8 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.11... Lease of 192.168.130.11 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 3.81. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2494.238 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCmXI7SWbiJL1f0kVWEOiKJycROTOblV8axrDx+KIyzATSFyi+QpWvf16OfPCAcgOp8oya3L9AqY/BZjWvZUEOiSrTQANepxdP3W2PLemLZPnPgHs6PcCihsw6ZCA5OPu/mGeDO0fT1gEK/cBmUNjQUt5Sk4stdz/uVdpxhQ3vWJCaU95q1eTbkrIrcm11dOhyi57n4GhdezEX6tM1zDfp6ZAnbv8D4pRksXQhCpibs+KNB8pV8CO7UFtrFwUKoT1ghkPlbreE57WhootME/aOrsxuZXnK95RYv34y6dsbfz69EGCS7Id9eS2cTYoFjKSF9JWGRUvipncR1auRH2/Rf root@opnfv-vping-2-userdata--09bcf673-3372-4565-a596-9459543cd493 ssh-dss AAAAB3NzaC1kc3MAAACBAN59oLBSZ4cfy8o3iKJN47Yt8gA/ZX9dW/qlWxf/4PcwRc1RTw/It7VfbVruMm9AteaS0CdrfzvSQghkLbFyUTQ+levrmm21bEs+de7iyrHb81OK0ZGyRNw4mpY8K+g1HAAswkvc1J3OPaI9yX9R3rIchZ8T+A9WyGq5z3JBPFhHAAAAFQDT0/62JVOC19WzkHmco46X1eWctQAAAIEA1qUSWbgPBKtCQjofwFW84wY9WStHNFSUNHLGIbOJdssrIjcl8PJZBiIFG2Yaj6UdWHAQotY3qcaDonstlFjIBlSBuhrRCyX5/CfaugED+NkkeCGlt/Nz6O+LPVA/enMf/ArbvuZfd6hmLKAKpoArKxe0IxjT+2R2Pd2s3kZ05AQAAACBANbvWkl+QnEZgqXaAh8LWKF9reEEcSL4+JzCNKsZItJwa0gOVwsDOX5vfrxwy/XTQJqzNlZ2ua6EqEDnl/++tcvYb26hyipvdsKg6+8FBV8EtWt7duRynRXFiyDIGAz+OH0RJpjYdiP5sozsBX0/kC8BPXipJd7YqhTJ4alVcIDG root@opnfv-vping-2-userdata--09bcf673-3372-4565-a596-9459543cd493 -----END SSH HOST KEY KEYS----- === network info === 2018-05-22 05:02:07,052 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-05-22 05:02:07,599 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 05:02:07,599 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:33 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-22 05:02:19,942 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-22 05:02:20,035 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-22 05:02:20,036 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-22 05:02:20,036 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-22 05:02:26,024 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-22 05:02:25.888 13 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=51bac537-00ae-4ea2-89c6-4a05c790a7ea) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 51bac537-00ae-4ea2-89c6-4a05c790a7ea | 2018-05-22T05:02:25 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 51bac537-00ae-4ea2-89c6-4a05c790a7ea ~/.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-22 05:02:30,170 - 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-22 05:02:30,170 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-22 05:02:37,722 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-22 05:02:36.160 22 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-22 05:02:36.224 22 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-22 05:02:37.565 22 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1f4004e5-8d1f-4ce0-9bcb-2f3706d704b3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=1f4004e5-8d1f-4ce0-9bcb-2f3706d704b3) as the default verifier for the future CLI operations. 2018-05-22 05:02:41,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-ff6e72d1-d71c-4265-a818-71c4d8626dd1' 2018-05-22 05:02:42,738 - 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-22T05:02:42Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'06145f65-29cc-4cf1-aa2b-c8498261bf9b', u'provider:segmentation_id': 9, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-ff6e72d1-d71c-4265-a818-71c4d8626dd1', u'admin_state_up': True, u'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'created_at': u'2018-05-22T05:02:42Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a56d8904a8c9401e82a73e6f37d3c247'}) 2018-05-22 05:02:43,491 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-22T05:02:42Z', 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'035cb885-26ac-4eae-8bea-7cc7ad5871ed', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-ff6e72d1-d71c-4265-a818-71c4d8626dd1', u'enable_dhcp': True, u'network_id': u'06145f65-29cc-4cf1-aa2b-c8498261bf9b', u'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'created_at': u'2018-05-22T05:02:42Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'a56d8904a8c9401e82a73e6f37d3c247'}) 2018-05-22 05:02:43,491 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-22 05:02:43,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-ff6e72d1-d71c-4265-a818-71c4d8626dd1' 2018-05-22 05:02:44,353 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-ff6e72d1-d71c-4265-a818-71c4d8626dd1', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T05:02:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/afc3dce1-6749-44d9-b510-d4421137da0f/file', u'owner': u'a56d8904a8c9401e82a73e6f37d3c247', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'afc3dce1-6749-44d9-b510-d4421137da0f', u'size': None, u'name': u'Cirros-0.4.0-ff6e72d1-d71c-4265-a818-71c4d8626dd1', u'checksum': None, u'self': u'/v2/images/afc3dce1-6749-44d9-b510-d4421137da0f', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T05:02:43Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 05:02:44,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-ff6e72d1-d71c-4265-a818-71c4d8626dd1' 2018-05-22 05:02:46,125 - 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-ff6e72d1-d71c-4265-a818-71c4d8626dd1', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T05:02:44Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/684e52e2-4742-41ed-8e4a-b3499e8d9a99/file', u'owner': u'a56d8904a8c9401e82a73e6f37d3c247', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'684e52e2-4742-41ed-8e4a-b3499e8d9a99', u'size': None, u'name': u'Cirros-0.4.0-1-ff6e72d1-d71c-4265-a818-71c4d8626dd1', u'checksum': None, u'self': u'/v2/images/684e52e2-4742-41ed-8e4a-b3499e8d9a99', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T05:02:44Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 05:02:46,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-22 05:02:46,238 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-ff6e72d1-d71c-4265-a818-71c4d8626dd1', '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'a56d8904a8c9401e82a73e6f37d3c247', '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'08c5f765-abc8-4615-9a17-1a90cf90f2f9', 'swap': 0}) 2018-05-22 05:02:46,326 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-ff6e72d1-d71c-4265-a818-71c4d8626dd1', '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'a56d8904a8c9401e82a73e6f37d3c247', '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'26a413ab-3172-4972-9b35-dc8f3a03309d', 'swap': 0}) 2018-05-22 05:02:50,170 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-22 05:02:49.219 41 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1f4004e5-8d1f-4ce0-9bcb-2f3706d704b3) for deployment 'opnfv-rally' (UUID=51bac537-00ae-4ea2-89c6-4a05c790a7ea). 2018-05-22 05:02:50.021 41 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1f4004e5-8d1f-4ce0-9bcb-2f3706d704b3) has been successfully configured for deployment 'opnfv-rally' (UUID=51bac537-00ae-4ea2-89c6-4a05c790a7ea)! 2018-05-22 05:02:50,171 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-22 05:02:50,171 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-22 05:02:50,173 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-22 05:02:50,180 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-22 05:02:54,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-1f4004e5-8d1f-4ce0-9bcb-2f3706d704b3/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-22 05:02:54,280 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-22 05:02:54,281 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-22 05:02:54,281 - 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-22 05:02:57,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:02:57.187 50 INFO rally.api [-] Starting verification (UUID=f59dacc8-e6b6-4186-8cd7-bbc2fbccdcf2) for deployment 'opnfv-rally' (UUID=51bac537-00ae-4ea2-89c6-4a05c790a7ea) by verifier 'opnfv-tempest' (UUID=1f4004e5-8d1f-4ce0-9bcb-2f3706d704b3). 2018-05-22 05:02:57,189 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: f59dacc8-e6b6-4186-8cd7-bbc2fbccdcf2 2018-05-22 05:03:04,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:03:04.199 50 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.078s] 2018-05-22 05:03:04,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:03:04.290 50 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.091s] 2018-05-22 05:03:10,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:03:10.421 50 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.729s] 2018-05-22 05:03:11,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:03:11.634 50 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.214s] 2018-05-22 05:03:21,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:03:21.281 50 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.794s] 2018-05-22 05:03:36,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:03:36.021 50 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [8.546s] 2018-05-22 05:04:03,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:04:03.837 50 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.110s] 2018-05-22 05:04:03,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:04:03.838 50 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-22 05:04:34,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:04:34.246 50 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.116s] 2018-05-22 05:04:34,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:04:34.249 50 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-22 05:05:04,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:05:04.381 50 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.113s] 2018-05-22 05:05:04,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:05:04.382 50 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-22 05:06:02,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:06:02.957 50 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [24.729s] 2018-05-22 05:06:24,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:06:24.261 50 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.091s] 2018-05-22 05:06:24,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:06:24.437 50 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.174s] 2018-05-22 05:06:32,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:06:32.321 50 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.729s] 2018-05-22 05:06:32,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:06:32.333 50 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-05-22 05:06:33,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:06:33.776 50 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-22 05:06:33,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:06:33.777 50 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-22 05:06:37,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:06:37.708 50 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.149s] 2018-05-22 05:06:44,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:06:44.231 50 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.025s] 2018-05-22 05:06:51,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:06:51.210 50 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.559s] 2018-05-22 05:06:58,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:06:58.571 50 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.240s] 2018-05-22 05:07:07,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:07:07.638 50 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.864s] 2018-05-22 05:07:14,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:07:14.221 50 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.207s] 2018-05-22 05:07:20,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:07:20.636 50 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.091s] 2018-05-22 05:07:27,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:07:27.804 50 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.203s] 2018-05-22 05:07:35,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:07:35.121 50 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.196s] 2018-05-22 05:07:43,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:07:43.474 50 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.344s] 2018-05-22 05:07:46,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:07:46.006 50 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-22 05:07:48,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:07:48.338 50 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.025s] 2018-05-22 05:07:48,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:07:48.410 50 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.072s] 2018-05-22 05:07:48,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:07:48.430 50 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.019s] 2018-05-22 05:07:48,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:07:48.437 50 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2018-05-22 05:07:52,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:07:52.423 50 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.301s] 2018-05-22 05:07:53,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:07:53.018 50 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.594s] 2018-05-22 05:07:53,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:07:53.958 50 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.939s] 2018-05-22 05:07:59,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:07:59.493 50 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2018-05-22 05:08:03,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:08:03.789 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.740s] 2018-05-22 05:08:17,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:08:17.833 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.877s] 2018-05-22 05:08:21,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:08:21.867 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.034s] 2018-05-22 05:08:36,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:08:36.285 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.167s] 2018-05-22 05:08:39,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:08:39.927 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.640s] 2018-05-22 05:08:49,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:08:49.763 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.836s] 2018-05-22 05:09:03,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:09:03.075 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.253s] 2018-05-22 05:09:07,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:09:07.169 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.092s] 2018-05-22 05:09:13,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:09:13.606 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.437s] 2018-05-22 05:09:33,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:09:33.507 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.883s] 2018-05-22 05:09:33,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:09:33.808 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.300s] 2018-05-22 05:09:34,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:09:34.006 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.197s] 2018-05-22 05:09:34,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:09:34.083 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.077s] 2018-05-22 05:09:34,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:09:34.228 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.144s] 2018-05-22 05:09:34,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:09:34.310 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.082s] 2018-05-22 05:09:47,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:09:47.923 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.641s] 2018-05-22 05:09:48,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:09:48.459 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.536s] 2018-05-22 05:09:48,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:09:48.627 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.167s] 2018-05-22 05:09:48,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:09:48.752 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.125s] 2018-05-22 05:09:48,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:09:48.920 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.167s] 2018-05-22 05:09:49,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:09:49.013 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.093s] 2018-05-22 05:10:02,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:10:02.173 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.548s] 2018-05-22 05:10:08,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:10:08.455 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.280s] 2018-05-22 05:10:10,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:10:10.493 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.035s] 2018-05-22 05:10:10,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:10:10.584 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.093s] 2018-05-22 05:10:10,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:10:10.888 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.303s] 2018-05-22 05:10:25,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:10:25.069 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.541s] 2018-05-22 05:10:32,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:10:32.357 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.288s] 2018-05-22 05:10:34,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:10:34.833 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.476s] 2018-05-22 05:10:34,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:10:34.948 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.115s] 2018-05-22 05:10:35,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:10:35.037 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.088s] 2018-05-22 05:10:53,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:10:53.433 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [11.963s] 2018-05-22 05:11:00,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:11:00.017 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.584s] 2018-05-22 05:11:05,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:11:05.809 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.791s] 2018-05-22 05:11:09,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:11:09.798 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.990s] 2018-05-22 05:11:36,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:11:36.240 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [11.210s] 2018-05-22 05:11:43,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:11:43.308 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.068s] 2018-05-22 05:11:49,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:11:49.854 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.545s] 2018-05-22 05:11:55,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:11:55.417 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.562s] 2018-05-22 05:12:12,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:12:12.213 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.267s] 2018-05-22 05:12:13,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:12:13.882 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.666s] 2018-05-22 05:12:13,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:12:13.958 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.078s] 2018-05-22 05:12:18,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:12:18.844 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.331s] 2018-05-22 05:12:20,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:12:20.837 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.989s] 2018-05-22 05:12:20,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:12:20.971 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.136s] 2018-05-22 05:12:24,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:12:24.879 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.543s] 2018-05-22 05:12:28,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:12:28.901 50 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2018-05-22 05:12:30,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:12:30.490 50 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-22 05:12:30,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:12:30.490 50 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-22 05:12:30,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:12:30.491 50 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-22 05:12:30,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:12:30.491 50 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-22 05:12:30,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:12:30.493 50 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-22 05:12:32,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:12:32.753 50 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.017s] 2018-05-22 05:12:45,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:12:45.731 50 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [7.627s] 2018-05-22 05:12:58,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:12:58.590 50 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.948s] 2018-05-22 05:13:07,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:13:07.753 50 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.162s] 2018-05-22 05:13:17,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:13:17.137 50 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.090s] 2018-05-22 05:17:42,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:17:42.570 50 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [258.829s] 2018-05-22 05:18:23,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:18:23.538 50 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [29.015s] 2018-05-22 05:18:30,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:18:30.399 50 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode ... skip: Less than 2 compute nodes, skipping multinode tests. 2018-05-22 05:18:32,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'f59dacc8-e6b6-4186-8cd7-bbc2fbccdcf2']'. 2018-05-22 05:18:33,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-22 05:18:33,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-22 05:18:33,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 05:18:33,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | f59dacc8-e6b6-4186-8cd7-bbc2fbccdcf2 | 2018-05-22 05:18:33,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-22 05:18:33,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-22 05:02:57 | 2018-05-22 05:18:33,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-22 05:18:32 | 2018-05-22 05:18:33,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:35 | 2018-05-22 05:18:33,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-22 05:18:33,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-22 05:18:33,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-22 05:18:33,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 1f4004e5-8d1f-4ce0-9bcb-2f3706d704b3) | 2018-05-22 05:18:33,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-22 05:18:33,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 51bac537-00ae-4ea2-89c6-4a05c790a7ea) | 2018-05-22 05:18:33,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-22 05:18:33,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 928.49 | 2018-05-22 05:18:33,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-05-22 05:18:33,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 20 | 2018-05-22 05:18:33,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-22 05:18:33,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-22 05:18:33,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-22 05:18:33,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 05:18:33,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-22 05:18:33,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8764044944% 2018-05-22 05:18:38,919 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 05:18:38,919 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:57 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-22 05:18:38,921 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-22 05:18:38,921 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-22 05:18:38,990 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-22 05:18:40,094 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-virtual3 2018-05-22 05:18:40,094 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-22 05:18:40,094 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-22 05:18:41,145 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-22 05:18:44,165 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-22 05:18:43.983 116 INFO rally.deployment.engine [-] Deployment 51bac537-00ae-4ea2-89c6-4a05c790a7ea | Starting: Destroy cloud and free allocated resources. 2018-05-22 05:18:43.995 116 INFO rally.deployment.engine [-] Deployment 51bac537-00ae-4ea2-89c6-4a05c790a7ea | Completed: Destroy cloud and free allocated resources. 2018-05-22 05:18:44.019 116 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=1f4004e5-8d1f-4ce0-9bcb-2f3706d704b3) for deployment 'opnfv-rally'. 2018-05-22 05:18:44.032 116 INFO rally.api [-] Deleting verification (UUID=f59dacc8-e6b6-4186-8cd7-bbc2fbccdcf2). 2018-05-22 05:18:44.034 116 INFO rally.api [-] Verification has been successfully deleted! 2018-05-22 05:18:44.034 116 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=1f4004e5-8d1f-4ce0-9bcb-2f3706d704b3). 2018-05-22 05:18:44.040 116 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-22 05:18:47,245 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-22 05:18:47.094 119 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4e0169e6-00d2-4ca5-acd6-3e141aa87935) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4e0169e6-00d2-4ca5-acd6-3e141aa87935 | 2018-05-22T05:18:47 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4e0169e6-00d2-4ca5-acd6-3e141aa87935 ~/.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-22 05:18:51,426 - 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-22 05:18:51,426 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-22 05:18:52,127 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-c9a1d76c-4de1-4b23-bd4e-8c499888e950'... 2018-05-22 05:18:53,026 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-c9a1d76c-4de1-4b23-bd4e-8c499888e950'... 2018-05-22 05:18:53,846 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-c9a1d76c-4de1-4b23-bd4e-8c499888e950'... 2018-05-22 05:18:57,299 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-c9a1d76c-4de1-4b23-bd4e-8c499888e950'... 2018-05-22 05:18:57,415 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-c9a1d76c-4de1-4b23-bd4e-8c499888e950'... 2018-05-22 05:18:57,511 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-22 05:18:57,511 - 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-22 05:18:57,512 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 05:18:57,521 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-22 05:18:57,523 - 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': 'fb9a3699-32f2-4582-a6cc-77fe5000826d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c9a1d76c-4de1-4b23-bd4e-8c499888e950', 'flavor_name': 'rally-tiny-c9a1d76c-4de1-4b23-bd4e-8c499888e950', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c9a1d76c-4de1-4b23-bd4e-8c499888e950', '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-22 05:20:01,034 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 58295be0-98f0-41b0-abe6-968f680bff64 2018-05-22 05:20:01,035 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-22 05:20:01,035 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '58295be0-98f0-41b0-abe6-968f680bff64'] 2018-05-22 05:20:02,401 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 58295be0-98f0-41b0-abe6-968f680bff64: 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 58295be0-98f0-41b0-abe6-968f680bff64 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | total | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | -> duration | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.597203 Full duration: 7.176203 -------------------------------------------------------------------------------- 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 58295be0-98f0-41b0-abe6-968f680bff64 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> duration | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.811513 Full duration: 7.606335 -------------------------------------------------------------------------------- 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 58295be0-98f0-41b0-abe6-968f680bff64 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.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 100.0% | 1 | | total | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 100.0% | 1 | | -> duration | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.827446 Full duration: 7.444436 -------------------------------------------------------------------------------- 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 58295be0-98f0-41b0-abe6-968f680bff64 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | total | 1.309 | 1.309 | 1.309 | 1.309 | 1.309 | 1.309 | 100.0% | 1 | | -> duration | 1.309 | 1.309 | 1.309 | 1.309 | 1.309 | 1.309 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.308589 Full duration: 8.053209 -------------------------------------------------------------------------------- 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 58295be0-98f0-41b0-abe6-968f680bff64 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.431 | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 100.0% | 1 | | total | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 100.0% | 1 | | -> duration | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.292846 Full duration: 8.239255 -------------------------------------------------------------------------------- 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 58295be0-98f0-41b0-abe6-968f680bff64 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.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | -> duration | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.84913 Full duration: 7.521841 HINTS: * To plot HTML graphics with this data, run: rally task report 58295be0-98f0-41b0-abe6-968f680bff64 --out output.html * To generate a JUnit report, run: rally task export 58295be0-98f0-41b0-abe6-968f680bff64 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 58295be0-98f0-41b0-abe6-968f680bff64 --json --out output.json 2018-05-22 05:20:02,401 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '58295be0-98f0-41b0-abe6-968f680bff64'] 2018-05-22 05:20:03,895 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 05:20:03,896 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '58295be0-98f0-41b0-abe6-968f680bff64', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-22 05:20:03,900 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-22 05:20:03,900 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-22 05:20:03,901 - 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-22 05:20:03,901 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 05:20:03,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-22 05:20:03,911 - 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': 'fb9a3699-32f2-4582-a6cc-77fe5000826d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c9a1d76c-4de1-4b23-bd4e-8c499888e950', 'flavor_name': 'rally-tiny-c9a1d76c-4de1-4b23-bd4e-8c499888e950', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c9a1d76c-4de1-4b23-bd4e-8c499888e950', '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-22 05:21:31,900 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c973e449-2441-4b02-ab76-40267a26bf9c 2018-05-22 05:21:31,901 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c973e449-2441-4b02-ab76-40267a26bf9c'] 2018-05-22 05:21:33,170 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c973e449-2441-4b02-ab76-40267a26bf9c: 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 c973e449-2441-4b02-ab76-40267a26bf9c 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.503 | 3.503 | 3.503 | 3.503 | 3.503 | 3.503 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 100.0% | 1 | | -> glance_v2.upload_data | 1.179 | 1.179 | 1.179 | 1.179 | 1.179 | 1.179 | 100.0% | 1 | | glance_v2.delete_image | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 100.0% | 1 | | total | 4.517 | 4.517 | 4.517 | 4.517 | 4.517 | 4.517 | 100.0% | 1 | | -> duration | 4.517 | 4.517 | 4.517 | 4.517 | 4.517 | 4.517 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.517352 Full duration: 13.162187 -------------------------------------------------------------------------------- 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 c973e449-2441-4b02-ab76-40267a26bf9c 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.51 | 3.51 | 3.51 | 3.51 | 3.51 | 3.51 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 100.0% | 1 | | -> glance_v2.upload_data | 1.25 | 1.25 | 1.25 | 1.25 | 1.25 | 1.25 | 100.0% | 1 | | glance_v2.list_images | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 0.06 | 100.0% | 1 | | total | 3.57 | 3.57 | 3.57 | 3.57 | 3.57 | 3.57 | 100.0% | 1 | | -> duration | 3.57 | 3.57 | 3.57 | 3.57 | 3.57 | 3.57 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.570336 Full duration: 14.369582 -------------------------------------------------------------------------------- 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 c973e449-2441-4b02-ab76-40267a26bf9c 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.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | -> duration | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.219193 Full duration: 8.542956 -------------------------------------------------------------------------------- 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-c9a1d76c-4de1-4b23-bd4e-8c499888e950" }, "number_instances": 2, "nics": [ { "net-id": "fb9a3699-32f2-4582-a6cc-77fe5000826d" } ] }, "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 c973e449-2441-4b02-ab76-40267a26bf9c 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.804 | 3.804 | 3.804 | 3.804 | 3.804 | 3.804 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 100.0% | 1 | | -> glance_v2.upload_data | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 100.0% | 1 | | nova.boot_servers | 10.184 | 10.184 | 10.184 | 10.184 | 10.184 | 10.184 | 100.0% | 1 | | total | 13.989 | 13.989 | 13.989 | 13.989 | 13.989 | 13.989 | 100.0% | 1 | | -> duration | 12.989 | 12.989 | 12.989 | 12.989 | 12.989 | 12.989 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.988777 Full duration: 32.338754 HINTS: * To plot HTML graphics with this data, run: rally task report c973e449-2441-4b02-ab76-40267a26bf9c --out output.html * To generate a JUnit report, run: rally task export c973e449-2441-4b02-ab76-40267a26bf9c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c973e449-2441-4b02-ab76-40267a26bf9c --json --out output.json 2018-05-22 05:21:33,171 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c973e449-2441-4b02-ab76-40267a26bf9c'] 2018-05-22 05:21:34,456 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 05:21:34,457 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c973e449-2441-4b02-ab76-40267a26bf9c', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-22 05:21:34,462 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-22 05:21:34,462 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-22 05:21:34,462 - 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-22 05:21:34,462 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 05:21:34,474 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-22 05:21:34,475 - 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': 'fb9a3699-32f2-4582-a6cc-77fe5000826d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c9a1d76c-4de1-4b23-bd4e-8c499888e950', 'flavor_name': 'rally-tiny-c9a1d76c-4de1-4b23-bd4e-8c499888e950', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c9a1d76c-4de1-4b23-bd4e-8c499888e950', '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-22 05:24:42,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bc5d1c94-1fcd-43ae-9063-19737d5df4b6 2018-05-22 05:24:42,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bc5d1c94-1fcd-43ae-9063-19737d5df4b6'] 2018-05-22 05:24:43,650 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bc5d1c94-1fcd-43ae-9063-19737d5df4b6: 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 bc5d1c94-1fcd-43ae-9063-19737d5df4b6 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 | 2.837 | 2.837 | 2.837 | 2.837 | 2.837 | 2.837 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.205 | 2.205 | 2.205 | 2.205 | 2.205 | 2.205 | 100.0% | 1 | | total | 5.042 | 5.042 | 5.042 | 5.042 | 5.042 | 5.042 | 100.0% | 1 | | -> duration | 5.042 | 5.042 | 5.042 | 5.042 | 5.042 | 5.042 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.041695 Full duration: 23.130077 -------------------------------------------------------------------------------- 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 bc5d1c94-1fcd-43ae-9063-19737d5df4b6 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.685 | 3.685 | 3.685 | 3.685 | 3.685 | 3.685 | 100.0% | 1 | | cinder_v2.delete_volume | 2.22 | 2.22 | 2.22 | 2.22 | 2.22 | 2.22 | 100.0% | 1 | | total | 5.905 | 5.905 | 5.905 | 5.905 | 5.905 | 5.905 | 100.0% | 1 | | -> duration | 5.905 | 5.905 | 5.905 | 5.905 | 5.905 | 5.905 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.904726 Full duration: 15.636773 -------------------------------------------------------------------------------- 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-c9a1d76c-4de1-4b23-bd4e-8c499888e950" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task bc5d1c94-1fcd-43ae-9063-19737d5df4b6 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.315 | 5.315 | 5.315 | 5.315 | 5.315 | 5.315 | 100.0% | 1 | | cinder_v2.delete_volume | 2.221 | 2.221 | 2.221 | 2.221 | 2.221 | 2.221 | 100.0% | 1 | | total | 7.536 | 7.536 | 7.536 | 7.536 | 7.536 | 7.536 | 100.0% | 1 | | -> duration | 7.536 | 7.536 | 7.536 | 7.536 | 7.536 | 7.536 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.536124 Full duration: 18.805395 -------------------------------------------------------------------------------- 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 bc5d1c94-1fcd-43ae-9063-19737d5df4b6 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.303 | 3.303 | 3.303 | 3.303 | 3.303 | 3.303 | 100.0% | 1 | | cinder_v2.delete_volume | 2.22 | 2.22 | 2.22 | 2.22 | 2.22 | 2.22 | 100.0% | 1 | | total | 5.523 | 5.523 | 5.523 | 5.523 | 5.523 | 5.523 | 100.0% | 1 | | -> duration | 5.523 | 5.523 | 5.523 | 5.523 | 5.523 | 5.523 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.523306 Full duration: 15.520042 -------------------------------------------------------------------------------- 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 bc5d1c94-1fcd-43ae-9063-19737d5df4b6 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.367 | 3.367 | 3.367 | 3.367 | 3.367 | 3.367 | 100.0% | 1 | | cinder_v2.extend_volume | 2.328 | 2.328 | 2.328 | 2.328 | 2.328 | 2.328 | 100.0% | 1 | | cinder_v2.delete_volume | 2.245 | 2.245 | 2.245 | 2.245 | 2.245 | 2.245 | 100.0% | 1 | | total | 7.94 | 7.94 | 7.94 | 7.94 | 7.94 | 7.94 | 100.0% | 1 | | -> duration | 7.94 | 7.94 | 7.94 | 7.94 | 7.94 | 7.94 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.940356 Full duration: 18.241878 -------------------------------------------------------------------------------- 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 bc5d1c94-1fcd-43ae-9063-19737d5df4b6 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.213 | 3.213 | 3.213 | 3.213 | 3.213 | 3.213 | 100.0% | 1 | | cinder_v2.delete_volume | 2.235 | 2.235 | 2.235 | 2.235 | 2.235 | 2.235 | 100.0% | 1 | | total | 5.449 | 5.449 | 5.449 | 5.449 | 5.449 | 5.449 | 100.0% | 1 | | -> duration | 5.449 | 5.449 | 5.449 | 5.449 | 5.449 | 5.449 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.448536 Full duration: 21.549146 -------------------------------------------------------------------------------- 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 bc5d1c94-1fcd-43ae-9063-19737d5df4b6 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.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | cinder_v2.list_qos | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 100.0% | 1 | | total | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> duration | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.689759 Full duration: 12.467478 -------------------------------------------------------------------------------- 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 bc5d1c94-1fcd-43ae-9063-19737d5df4b6 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.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | cinder_v2.set_qos | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 100.0% | 1 | | total | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> duration | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.760789 Full duration: 11.937438 -------------------------------------------------------------------------------- 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 bc5d1c94-1fcd-43ae-9063-19737d5df4b6 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | cinder_v2.list_types | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.771223 Full duration: 12.683142 -------------------------------------------------------------------------------- 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 bc5d1c94-1fcd-43ae-9063-19737d5df4b6 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 100.0% | 1 | | total | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> duration | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.725943 Full duration: 11.988697 HINTS: * To plot HTML graphics with this data, run: rally task report bc5d1c94-1fcd-43ae-9063-19737d5df4b6 --out output.html * To generate a JUnit report, run: rally task export bc5d1c94-1fcd-43ae-9063-19737d5df4b6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bc5d1c94-1fcd-43ae-9063-19737d5df4b6 --json --out output.json 2018-05-22 05:24:43,651 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bc5d1c94-1fcd-43ae-9063-19737d5df4b6'] 2018-05-22 05:24:45,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 05:24:45,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bc5d1c94-1fcd-43ae-9063-19737d5df4b6', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-22 05:24:45,079 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-22 05:24:45,080 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-22 05:24:45,080 - 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-22 05:24:45,080 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 05:24:45,090 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-22 05:24:45,090 - 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': 'fb9a3699-32f2-4582-a6cc-77fe5000826d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c9a1d76c-4de1-4b23-bd4e-8c499888e950', 'flavor_name': 'rally-tiny-c9a1d76c-4de1-4b23-bd4e-8c499888e950', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c9a1d76c-4de1-4b23-bd4e-8c499888e950', '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-22 05:26:14,597 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c5562acc-33ba-4fad-92f3-62faf707546b 2018-05-22 05:26:14,598 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c5562acc-33ba-4fad-92f3-62faf707546b'] 2018-05-22 05:26:15,918 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c5562acc-33ba-4fad-92f3-62faf707546b: 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 c5562acc-33ba-4fad-92f3-62faf707546b has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.855 | 4.855 | 4.855 | 4.855 | 4.855 | 4.855 | 100.0% | 1 | | heat.update_stack | 2.39 | 2.39 | 2.39 | 2.39 | 2.39 | 2.39 | 100.0% | 1 | | heat.delete_stack | 2.361 | 2.361 | 2.361 | 2.361 | 2.361 | 2.361 | 100.0% | 1 | | total | 9.606 | 9.606 | 9.606 | 9.606 | 9.606 | 9.606 | 100.0% | 1 | | -> duration | 5.606 | 5.606 | 5.606 | 5.606 | 5.606 | 5.606 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.606292 Full duration: 21.225501 -------------------------------------------------------------------------------- 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 c5562acc-33ba-4fad-92f3-62faf707546b has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.878 | 4.878 | 4.878 | 4.878 | 4.878 | 4.878 | 100.0% | 1 | | heat.check_stack | 0.315 | 0.315 | 0.315 | 0.315 | 0.315 | 0.315 | 100.0% | 1 | | heat.delete_stack | 2.346 | 2.346 | 2.346 | 2.346 | 2.346 | 2.346 | 100.0% | 1 | | total | 7.539 | 7.539 | 7.539 | 7.539 | 7.539 | 7.539 | 100.0% | 1 | | -> duration | 5.539 | 5.539 | 5.539 | 5.539 | 5.539 | 5.539 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.539179 Full duration: 18.261186 -------------------------------------------------------------------------------- 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 c5562acc-33ba-4fad-92f3-62faf707546b has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.752 | 4.752 | 4.752 | 4.752 | 4.752 | 4.752 | 100.0% | 1 | | heat.suspend_stack | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | heat.resume_stack | 1.368 | 1.368 | 1.368 | 1.368 | 1.368 | 1.368 | 100.0% | 1 | | heat.delete_stack | 2.328 | 2.328 | 2.328 | 2.328 | 2.328 | 2.328 | 100.0% | 1 | | total | 8.774 | 8.774 | 8.774 | 8.774 | 8.774 | 8.774 | 100.0% | 1 | | -> duration | 6.774 | 6.774 | 6.774 | 6.774 | 6.774 | 6.774 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.773679 Full duration: 19.804337 -------------------------------------------------------------------------------- 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 c5562acc-33ba-4fad-92f3-62faf707546b has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | total | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> duration | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.723828 Full duration: 11.158454 HINTS: * To plot HTML graphics with this data, run: rally task report c5562acc-33ba-4fad-92f3-62faf707546b --out output.html * To generate a JUnit report, run: rally task export c5562acc-33ba-4fad-92f3-62faf707546b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c5562acc-33ba-4fad-92f3-62faf707546b --json --out output.json 2018-05-22 05:26:15,919 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c5562acc-33ba-4fad-92f3-62faf707546b'] 2018-05-22 05:26:17,201 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 05:26:17,202 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c5562acc-33ba-4fad-92f3-62faf707546b', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-22 05:26:17,207 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-22 05:26:17,208 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-22 05:26:17,208 - 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-22 05:26:17,208 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 05:26:17,218 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-22 05:26:17,229 - 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': 'fb9a3699-32f2-4582-a6cc-77fe5000826d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c9a1d76c-4de1-4b23-bd4e-8c499888e950', 'flavor_name': 'rally-tiny-c9a1d76c-4de1-4b23-bd4e-8c499888e950', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c9a1d76c-4de1-4b23-bd4e-8c499888e950', '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-22 05:29:27,789 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2e65530f-84f4-4dac-aac6-7ee7d4badaec 2018-05-22 05:29:27,789 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2e65530f-84f4-4dac-aac6-7ee7d4badaec'] 2018-05-22 05:29:29,177 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2e65530f-84f4-4dac-aac6-7ee7d4badaec: 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 2e65530f-84f4-4dac-aac6-7ee7d4badaec 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.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | keystone_v3.add_role | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 100.0% | 1 | | keystone_v3.revoke_role | 0.062 | 0.062 | 0.062 | 0.062 | 0.062 | 0.062 | 100.0% | 1 | | total | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | -> duration | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.585395 Full duration: 14.181351 -------------------------------------------------------------------------------- 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 2e65530f-84f4-4dac-aac6-7ee7d4badaec 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.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | keystone_v3.add_role | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 100.0% | 1 | | keystone_v3.list_roles | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | total | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | -> duration | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.588344 Full duration: 14.840298 -------------------------------------------------------------------------------- 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 2e65530f-84f4-4dac-aac6-7ee7d4badaec has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.543 | 0.543 | 0.543 | 0.543 | 0.543 | 0.543 | 100.0% | 1 | | keystone_v3.list_projects | 0.024 | 0.024 | 0.024 | 0.024 | 0.024 | 0.024 | 100.0% | 1 | | total | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | -> duration | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.567402 Full duration: 15.007624 -------------------------------------------------------------------------------- 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 2e65530f-84f4-4dac-aac6-7ee7d4badaec 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.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | keystone_v3.delete_role | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 100.0% | 1 | | total | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 100.0% | 1 | | -> duration | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.551255 Full duration: 12.428233 -------------------------------------------------------------------------------- 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 2e65530f-84f4-4dac-aac6-7ee7d4badaec 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.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | keystone_v3.delete_service | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | -> duration | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.58667 Full duration: 12.522923 -------------------------------------------------------------------------------- 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 2e65530f-84f4-4dac-aac6-7ee7d4badaec has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | keystone_v3.create_user | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | -> keystone_v3.add_role | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.create_role | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | keystone_v3.get_project | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 100.0% | 1 | | keystone_v3.get_user | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 100.0% | 1 | | keystone_v3.get_role | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 100.0% | 1 | | keystone_v3.list_services | 0.024 | 0.024 | 0.024 | 0.024 | 0.024 | 0.024 | 100.0% | 1 | | keystone_v3.get_services | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 100.0% | 1 | | total | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | -> duration | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.010697 Full duration: 19.357769 -------------------------------------------------------------------------------- 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 2e65530f-84f4-4dac-aac6-7ee7d4badaec has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | keystone_v3.update_project | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 100.0% | 1 | | keystone_v3.delete_project | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> duration | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.708966 Full duration: 12.445688 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 2e65530f-84f4-4dac-aac6-7ee7d4badaec has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | total | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | -> duration | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.61879 Full duration: 14.808935 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 2e65530f-84f4-4dac-aac6-7ee7d4badaec has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.56 | 0.56 | 0.56 | 0.56 | 0.56 | 0.56 | 100.0% | 1 | | total | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | -> duration | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.560602 Full duration: 14.556674 -------------------------------------------------------------------------------- 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 2e65530f-84f4-4dac-aac6-7ee7d4badaec has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 100.0% | 1 | | keystone_v3.list_users | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 100.0% | 1 | | total | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | -> duration | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.675977 Full duration: 14.889183 -------------------------------------------------------------------------------- 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 2e65530f-84f4-4dac-aac6-7ee7d4badaec has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | keystone_v3.create_users | 1.988 | 1.988 | 1.988 | 1.988 | 1.988 | 1.988 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 1.988 | 1.988 | 1.988 | 1.988 | 1.988 | 1.988 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.268 | 0.268 | 0.268 | 0.268 | 0.268 | 0.268 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | total | 2.815 | 2.815 | 2.815 | 2.815 | 2.815 | 2.815 | 100.0% | 1 | | -> duration | 2.815 | 2.815 | 2.815 | 2.815 | 2.815 | 2.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.814516 Full duration: 19.558817 HINTS: * To plot HTML graphics with this data, run: rally task report 2e65530f-84f4-4dac-aac6-7ee7d4badaec --out output.html * To generate a JUnit report, run: rally task export 2e65530f-84f4-4dac-aac6-7ee7d4badaec --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2e65530f-84f4-4dac-aac6-7ee7d4badaec --json --out output.json 2018-05-22 05:29:29,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2e65530f-84f4-4dac-aac6-7ee7d4badaec'] 2018-05-22 05:29:30,531 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 05:29:30,531 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2e65530f-84f4-4dac-aac6-7ee7d4badaec', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-22 05:29:30,536 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-22 05:29:30,537 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-22 05:29:30,537 - 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-22 05:29:30,537 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 05:29:30,547 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-22 05:29:30,550 - 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': 'fb9a3699-32f2-4582-a6cc-77fe5000826d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c9a1d76c-4de1-4b23-bd4e-8c499888e950', 'flavor_name': 'rally-tiny-c9a1d76c-4de1-4b23-bd4e-8c499888e950', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c9a1d76c-4de1-4b23-bd4e-8c499888e950', '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-22 05:34:54,889 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 91005724-1322-4340-a374-95dd0831135e 2018-05-22 05:34:54,890 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '91005724-1322-4340-a374-95dd0831135e'] 2018-05-22 05:34:56,253 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 91005724-1322-4340-a374-95dd0831135e: 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 91005724-1322-4340-a374-95dd0831135e 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.519 | 1.519 | 1.519 | 1.519 | 1.519 | 1.519 | 100.0% | 1 | | neutron.delete_network | 1.481 | 1.481 | 1.481 | 1.481 | 1.481 | 1.481 | 100.0% | 1 | | total | 3.0 | 3.0 | 3.0 | 3.0 | 3.0 | 3.0 | 100.0% | 1 | | -> duration | 3.0 | 3.0 | 3.0 | 3.0 | 3.0 | 3.0 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.999704 Full duration: 15.85873 -------------------------------------------------------------------------------- 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 91005724-1322-4340-a374-95dd0831135e has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 100.0% | 1 | | neutron.delete_port | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | total | 2.557 | 2.557 | 2.557 | 2.557 | 2.557 | 2.557 | 100.0% | 1 | | -> duration | 2.557 | 2.557 | 2.557 | 2.557 | 2.557 | 2.557 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.556867 Full duration: 30.315896 -------------------------------------------------------------------------------- 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 91005724-1322-4340-a374-95dd0831135e 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 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 100.0% | 1 | | neutron.create_subnet | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | neutron.create_router | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | neutron.add_interface_router | 2.493 | 2.493 | 2.493 | 2.493 | 2.493 | 2.493 | 100.0% | 1 | | neutron.remove_interface_router | 1.687 | 1.687 | 1.687 | 1.687 | 1.687 | 1.687 | 100.0% | 1 | | neutron.delete_router | 0.426 | 0.426 | 0.426 | 0.426 | 0.426 | 0.426 | 100.0% | 1 | | total | 6.406 | 6.406 | 6.406 | 6.406 | 6.406 | 6.406 | 100.0% | 1 | | -> duration | 6.406 | 6.406 | 6.406 | 6.406 | 6.406 | 6.406 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.405923 Full duration: 39.886625 -------------------------------------------------------------------------------- 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 91005724-1322-4340-a374-95dd0831135e has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.553 | 1.553 | 1.553 | 1.553 | 1.553 | 1.553 | 100.0% | 1 | | neutron.delete_subnet | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | total | 2.275 | 2.275 | 2.275 | 2.275 | 2.275 | 2.275 | 100.0% | 1 | | -> duration | 2.275 | 2.275 | 2.275 | 2.275 | 2.275 | 2.275 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.274716 Full duration: 29.397011 -------------------------------------------------------------------------------- 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 91005724-1322-4340-a374-95dd0831135e 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.346 | 1.346 | 1.346 | 1.346 | 1.346 | 1.346 | 100.0% | 1 | | neutron.list_networks | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 1.552 | 1.552 | 1.552 | 1.552 | 1.552 | 1.552 | 100.0% | 1 | | -> duration | 1.552 | 1.552 | 1.552 | 1.552 | 1.552 | 1.552 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.552264 Full duration: 17.306379 -------------------------------------------------------------------------------- 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 91005724-1322-4340-a374-95dd0831135e has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.911 | 1.911 | 1.911 | 1.911 | 1.911 | 1.911 | 100.0% | 1 | | neutron.list_ports | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 2.027 | 2.027 | 2.027 | 2.027 | 2.027 | 2.027 | 100.0% | 1 | | -> duration | 2.027 | 2.027 | 2.027 | 2.027 | 2.027 | 2.027 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.026698 Full duration: 30.87116 -------------------------------------------------------------------------------- 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 91005724-1322-4340-a374-95dd0831135e 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 | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 100.0% | 1 | | neutron.create_subnet | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | neutron.create_router | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | neutron.add_interface_router | 2.575 | 2.575 | 2.575 | 2.575 | 2.575 | 2.575 | 100.0% | 1 | | neutron.list_routers | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | total | 4.519 | 4.519 | 4.519 | 4.519 | 4.519 | 4.519 | 100.0% | 1 | | -> duration | 4.519 | 4.519 | 4.519 | 4.519 | 4.519 | 4.519 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.519361 Full duration: 41.923019 -------------------------------------------------------------------------------- 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 91005724-1322-4340-a374-95dd0831135e 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.019 | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 100.0% | 1 | | neutron.create_subnet | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | neutron.list_subnets | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | total | 1.968 | 1.968 | 1.968 | 1.968 | 1.968 | 1.968 | 100.0% | 1 | | -> duration | 1.968 | 1.968 | 1.968 | 1.968 | 1.968 | 1.968 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.967625 Full duration: 36.628764 -------------------------------------------------------------------------------- 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 91005724-1322-4340-a374-95dd0831135e 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.103 | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 100.0% | 1 | | neutron.delete_security_group | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 100.0% | 1 | | total | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 100.0% | 1 | | -> duration | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.500254 Full duration: 14.108875 -------------------------------------------------------------------------------- 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 91005724-1322-4340-a374-95dd0831135e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 100.0% | 1 | | neutron.create_security_group_rule | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 100.0% | 1 | | neutron.delete_security_group | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 100.0% | 1 | | total | 1.867 | 1.867 | 1.867 | 1.867 | 1.867 | 1.867 | 100.0% | 1 | | -> duration | 1.867 | 1.867 | 1.867 | 1.867 | 1.867 | 1.867 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.866923 Full duration: 14.116628 -------------------------------------------------------------------------------- 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 91005724-1322-4340-a374-95dd0831135e 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.32 | 1.32 | 1.32 | 1.32 | 1.32 | 1.32 | 100.0% | 1 | | neutron.create_router | 0.321 | 0.321 | 0.321 | 0.321 | 0.321 | 0.321 | 100.0% | 1 | | neutron.add_gateway_router | 1.218 | 1.218 | 1.218 | 1.218 | 1.218 | 1.218 | 100.0% | 1 | | neutron.remove_gateway_router | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 100.0% | 1 | | total | 3.996 | 3.996 | 3.996 | 3.996 | 3.996 | 3.996 | 100.0% | 1 | | -> duration | 3.996 | 3.996 | 3.996 | 3.996 | 3.996 | 3.996 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.995896 Full duration: 24.979541 HINTS: * To plot HTML graphics with this data, run: rally task report 91005724-1322-4340-a374-95dd0831135e --out output.html * To generate a JUnit report, run: rally task export 91005724-1322-4340-a374-95dd0831135e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 91005724-1322-4340-a374-95dd0831135e --json --out output.json 2018-05-22 05:34:56,254 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '91005724-1322-4340-a374-95dd0831135e'] 2018-05-22 05:34:57,594 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 05:34:57,595 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '91005724-1322-4340-a374-95dd0831135e', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-22 05:34:57,599 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-22 05:34:57,600 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-22 05:34:57,600 - 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-22 05:34:57,600 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 05:34:57,609 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-22 05:34:57,621 - 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': 'fb9a3699-32f2-4582-a6cc-77fe5000826d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c9a1d76c-4de1-4b23-bd4e-8c499888e950', 'flavor_name': 'rally-tiny-c9a1d76c-4de1-4b23-bd4e-8c499888e950', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c9a1d76c-4de1-4b23-bd4e-8c499888e950', '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-22 05:37:52,813 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a582f561-ff4f-45fd-8230-4cd8accaceb1 2018-05-22 05:37:52,814 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a582f561-ff4f-45fd-8230-4cd8accaceb1'] 2018-05-22 05:37:54,122 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a582f561-ff4f-45fd-8230-4cd8accaceb1: finished -------------------------------------------------------------------------------- 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-c9a1d76c-4de1-4b23-bd4e-8c499888e950" }, "image": { "name": "Cirros-0.4.0-c9a1d76c-4de1-4b23-bd4e-8c499888e950" }, "server_kwargs": { "nics": [ { "net-id": "fb9a3699-32f2-4582-a6cc-77fe5000826d" } ] } }, "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 a582f561-ff4f-45fd-8230-4cd8accaceb1 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.064 | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 100.0% | 1 | | nova.boot_server | 7.246 | 7.246 | 7.246 | 7.246 | 7.246 | 7.246 | 100.0% | 1 | | nova.delete_server | 3.262 | 3.262 | 3.262 | 3.262 | 3.262 | 3.262 | 100.0% | 1 | | nova.delete_keypair | 0.028 | 0.028 | 0.028 | 0.028 | 0.028 | 0.028 | 100.0% | 1 | | total | 11.601 | 11.601 | 11.601 | 11.601 | 11.601 | 11.601 | 100.0% | 1 | | -> duration | 10.601 | 10.601 | 10.601 | 10.601 | 10.601 | 10.601 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.601294 Full duration: 34.098064 -------------------------------------------------------------------------------- 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-c9a1d76c-4de1-4b23-bd4e-8c499888e950" }, "image": { "name": "Cirros-0.4.0-c9a1d76c-4de1-4b23-bd4e-8c499888e950" }, "volume_size": 5, "nics": [ { "net-id": "fb9a3699-32f2-4582-a6cc-77fe5000826d" } ] }, "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 a582f561-ff4f-45fd-8230-4cd8accaceb1 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.578 | 5.578 | 5.578 | 5.578 | 5.578 | 5.578 | 100.0% | 1 | | nova.boot_server | 7.915 | 7.915 | 7.915 | 7.915 | 7.915 | 7.915 | 100.0% | 1 | | nova.delete_server | 2.701 | 2.701 | 2.701 | 2.701 | 2.701 | 2.701 | 100.0% | 1 | | total | 16.194 | 16.194 | 16.194 | 16.194 | 16.194 | 16.194 | 100.0% | 1 | | -> duration | 15.194 | 15.194 | 15.194 | 15.194 | 15.194 | 15.194 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.193713 Full duration: 41.1245 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-c9a1d76c-4de1-4b23-bd4e-8c499888e950" }, "image": { "name": "Cirros-0.4.0-c9a1d76c-4de1-4b23-bd4e-8c499888e950" }, "force_delete": false, "nics": [ { "net-id": "fb9a3699-32f2-4582-a6cc-77fe5000826d" } ] }, "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 a582f561-ff4f-45fd-8230-4cd8accaceb1 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 | 7.659 | 7.659 | 7.659 | 7.659 | 7.659 | 7.659 | 100.0% | 1 | | nova.pause_server | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 100.0% | 1 | | nova.unpause_server | 2.548 | 2.548 | 2.548 | 2.548 | 2.548 | 2.548 | 100.0% | 1 | | nova.delete_server | 2.721 | 2.721 | 2.721 | 2.721 | 2.721 | 2.721 | 100.0% | 1 | | total | 15.479 | 15.479 | 15.479 | 15.479 | 15.479 | 15.479 | 100.0% | 1 | | -> duration | 10.479 | 10.479 | 10.479 | 10.479 | 10.479 | 10.479 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.478869 Full duration: 37.751335 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-c9a1d76c-4de1-4b23-bd4e-8c499888e950" }, "image": { "name": "Cirros-0.4.0-c9a1d76c-4de1-4b23-bd4e-8c499888e950" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task a582f561-ff4f-45fd-8230-4cd8accaceb1 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 | 7.247 | 7.247 | 7.247 | 7.247 | 7.247 | 7.247 | 100.0% | 1 | | nova.list_interfaces | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | total | 7.583 | 7.583 | 7.583 | 7.583 | 7.583 | 7.583 | 100.0% | 1 | | -> duration | 6.583 | 6.583 | 6.583 | 6.583 | 6.583 | 6.583 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.58339 Full duration: 33.613252 -------------------------------------------------------------------------------- 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 a582f561-ff4f-45fd-8230-4cd8accaceb1 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | nova.delete_server_group | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | total | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> duration | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.86603 Full duration: 9.782586 HINTS: * To plot HTML graphics with this data, run: rally task report a582f561-ff4f-45fd-8230-4cd8accaceb1 --out output.html * To generate a JUnit report, run: rally task export a582f561-ff4f-45fd-8230-4cd8accaceb1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a582f561-ff4f-45fd-8230-4cd8accaceb1 --json --out output.json 2018-05-22 05:37:54,122 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a582f561-ff4f-45fd-8230-4cd8accaceb1'] 2018-05-22 05:37:55,445 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 05:37:55,445 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a582f561-ff4f-45fd-8230-4cd8accaceb1', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-22 05:37:55,450 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-22 05:37:55,450 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-22 05:37:55,450 - 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-22 05:37:55,450 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 05:37:55,459 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete', u'NovaServers.boot_and_migrate_server', u'NovaServers.boot_server_attach_created_volume_and_live_migrate', u'NovaServers.boot_and_live_migrate_server', u'NovaServers.boot_server_from_volume_and_live_migrate'] 2018-05-22 05:37:55,460 - 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': 'fb9a3699-32f2-4582-a6cc-77fe5000826d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-c9a1d76c-4de1-4b23-bd4e-8c499888e950', 'flavor_name': 'rally-tiny-c9a1d76c-4de1-4b23-bd4e-8c499888e950', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-c9a1d76c-4de1-4b23-bd4e-8c499888e950', '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-22 05:38:48,252 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e28ad741-fe75-4c5e-8f8f-01f7674c60c8 2018-05-22 05:38:48,252 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e28ad741-fe75-4c5e-8f8f-01f7674c60c8'] 2018-05-22 05:38:49,543 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e28ad741-fe75-4c5e-8f8f-01f7674c60c8: 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 e28ad741-fe75-4c5e-8f8f-01f7674c60c8 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.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | quotas.delete_quotas | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 100.0% | 1 | | total | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> duration | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.806824 Full duration: 8.571887 -------------------------------------------------------------------------------- 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 e28ad741-fe75-4c5e-8f8f-01f7674c60c8 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.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | total | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> duration | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.73064 Full duration: 8.458373 -------------------------------------------------------------------------------- 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 e28ad741-fe75-4c5e-8f8f-01f7674c60c8 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.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | -> duration | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.639922 Full duration: 8.481031 -------------------------------------------------------------------------------- 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 e28ad741-fe75-4c5e-8f8f-01f7674c60c8 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.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | total | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | -> duration | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.964094 Full duration: 8.923708 HINTS: * To plot HTML graphics with this data, run: rally task report e28ad741-fe75-4c5e-8f8f-01f7674c60c8 --out output.html * To generate a JUnit report, run: rally task export e28ad741-fe75-4c5e-8f8f-01f7674c60c8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e28ad741-fe75-4c5e-8f8f-01f7674c60c8 --json --out output.json 2018-05-22 05:38:49,544 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e28ad741-fe75-4c5e-8f8f-01f7674c60c8'] 2018-05-22 05:38:50,824 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 05:38:50,824 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e28ad741-fe75-4c5e-8f8f-01f7674c60c8', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-22 05:38:50,828 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-22 05:38:50,831 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:08 | 4 | 100.00% | | cinder | 02:41 | 10 | 100.00% | | heat | 01:10 | 4 | 100.00% | | keystone | 02:44 | 11 | 100.00% | | neutron | 04:55 | 11 | 100.00% | | nova | 02:36 | 5 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:37 | 55 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-22 05:38:50,831 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-22 05:38:58,678 - xtesting.energy.energy - DEBUG - Stopping recording 2018-05-22 05:39:00,197 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 05:39:00,198 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:18 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-22 05:39:00,201 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-22 05:39:00,277 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-22 05:39:00,277 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-22 05:39:00,277 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-22 05:39:03,311 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-22 05:39:03.146 10451 INFO rally.deployment.engine [-] Deployment 4e0169e6-00d2-4ca5-acd6-3e141aa87935 | Starting: Destroy cloud and free allocated resources. 2018-05-22 05:39:03.158 10451 INFO rally.deployment.engine [-] Deployment 4e0169e6-00d2-4ca5-acd6-3e141aa87935 | Completed: Destroy cloud and free allocated resources. 2018-05-22 05:39:03.171 10451 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=1f4004e5-8d1f-4ce0-9bcb-2f3706d704b3). 2018-05-22 05:39:03.174 10451 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-22 05:39:06,423 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-22 05:39:06.289 10454 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=eec8a180-ddd0-453c-85de-ad4fa01b72ec) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | eec8a180-ddd0-453c-85de-ad4fa01b72ec | 2018-05-22T05:39:06 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: eec8a180-ddd0-453c-85de-ad4fa01b72ec ~/.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-22 05:39:10,460 - 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-22 05:39:10,461 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-22 05:39:13,523 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-22 05:39:13.283 10460 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=1f4004e5-8d1f-4ce0-9bcb-2f3706d704b3). 2018-05-22 05:39:13.415 10460 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-22 05:39:17,557 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-22 05:39:16.294 10463 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-22 05:39:16.345 10463 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-22 05:39:17.416 10463 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=caf243b9-dad0-4e25-bf51-a3cb2dacdc19) has been successfully created! Using verifier 'opnfv-tempest' (UUID=caf243b9-dad0-4e25-bf51-a3cb2dacdc19) as the default verifier for the future CLI operations. 2018-05-22 05:39:21,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-6f6f9140-9e45-4a92-aa1d-ede4029e95e9' 2018-05-22 05:39:22,496 - 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-22T05:39:22Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2c7811be-9c33-4155-a4fd-362bafbe9e56', u'provider:segmentation_id': 57, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-6f6f9140-9e45-4a92-aa1d-ede4029e95e9', u'admin_state_up': True, u'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'created_at': u'2018-05-22T05:39:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a56d8904a8c9401e82a73e6f37d3c247'}) 2018-05-22 05:39:23,131 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-22T05:39:22Z', 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'2bc64f3a-08b1-4f5d-b1fb-142124129b1a', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-6f6f9140-9e45-4a92-aa1d-ede4029e95e9', u'enable_dhcp': True, u'network_id': u'2c7811be-9c33-4155-a4fd-362bafbe9e56', u'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'created_at': u'2018-05-22T05:39:22Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'a56d8904a8c9401e82a73e6f37d3c247'}) 2018-05-22 05:39:23,131 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-22 05:39:23,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-6f6f9140-9e45-4a92-aa1d-ede4029e95e9' 2018-05-22 05:39:24,077 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-6f6f9140-9e45-4a92-aa1d-ede4029e95e9', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T05:39:23Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/ab58513c-4cdf-4d33-bc14-471655ba0755/file', u'owner': u'a56d8904a8c9401e82a73e6f37d3c247', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'ab58513c-4cdf-4d33-bc14-471655ba0755', u'size': None, u'name': u'Cirros-0.4.0-6f6f9140-9e45-4a92-aa1d-ede4029e95e9', u'checksum': None, u'self': u'/v2/images/ab58513c-4cdf-4d33-bc14-471655ba0755', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T05:39:23Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 05:39:24,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-6f6f9140-9e45-4a92-aa1d-ede4029e95e9' 2018-05-22 05:39:25,061 - 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-6f6f9140-9e45-4a92-aa1d-ede4029e95e9', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T05:39:24Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/a0d4f3e2-3b45-4daa-b60d-1219875fc10b/file', u'owner': u'a56d8904a8c9401e82a73e6f37d3c247', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'a0d4f3e2-3b45-4daa-b60d-1219875fc10b', u'size': None, u'name': u'Cirros-0.4.0-1-6f6f9140-9e45-4a92-aa1d-ede4029e95e9', u'checksum': None, u'self': u'/v2/images/a0d4f3e2-3b45-4daa-b60d-1219875fc10b', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T05:39:24Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 05:39:25,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-22 05:39:25,199 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-6f6f9140-9e45-4a92-aa1d-ede4029e95e9', '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'a56d8904a8c9401e82a73e6f37d3c247', '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'724d414b-f02c-4b2f-a950-30a0fa54b1d9', 'swap': 0}) 2018-05-22 05:39:25,292 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-6f6f9140-9e45-4a92-aa1d-ede4029e95e9', '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'a56d8904a8c9401e82a73e6f37d3c247', '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'388c55ff-c581-409b-9e5d-0194c9b6b14d', 'swap': 0}) 2018-05-22 05:39:29,058 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-22 05:39:28.172 10482 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=caf243b9-dad0-4e25-bf51-a3cb2dacdc19) for deployment 'opnfv-rally' (UUID=eec8a180-ddd0-453c-85de-ad4fa01b72ec). 2018-05-22 05:39:28.942 10482 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=caf243b9-dad0-4e25-bf51-a3cb2dacdc19) has been successfully configured for deployment 'opnfv-rally' (UUID=eec8a180-ddd0-453c-85de-ad4fa01b72ec)! 2018-05-22 05:39:29,058 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-22 05:39:29,058 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-22 05:39:29,061 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-22 05:39:31,987 - 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-22 05:39:34,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:34.812 10494 INFO rally.api [-] Starting verification (UUID=f62b31a0-192d-4983-b826-f37808b53abc) for deployment 'opnfv-rally' (UUID=eec8a180-ddd0-453c-85de-ad4fa01b72ec) by verifier 'opnfv-tempest' (UUID=caf243b9-dad0-4e25-bf51-a3cb2dacdc19). 2018-05-22 05:39:34,813 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: f62b31a0-192d-4983-b826-f37808b53abc 2018-05-22 05:39:49,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:49.653 10494 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.071s] 2018-05-22 05:39:49,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:49.699 10494 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.048s] 2018-05-22 05:39:49,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:49.723 10494 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.024s] 2018-05-22 05:39:50,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:50.979 10494 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.626s] 2018-05-22 05:39:51,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:51.026 10494 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.048s] 2018-05-22 05:39:51,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:51.716 10494 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.367s] 2018-05-22 05:39:52,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:52.278 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.056s] 2018-05-22 05:39:52,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:52.371 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.093s] 2018-05-22 05:39:52,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:52.472 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.101s] 2018-05-22 05:39:52,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:52.581 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.108s] 2018-05-22 05:39:52,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:52.718 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.137s] 2018-05-22 05:39:52,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:52.793 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.074s] 2018-05-22 05:39:53,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:53.007 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.214s] 2018-05-22 05:39:53,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:53.149 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.142s] 2018-05-22 05:39:53,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:53.187 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.037s] 2018-05-22 05:39:53,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:53.219 10494 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.604s] 2018-05-22 05:39:53,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:53.413 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.225s] 2018-05-22 05:39:53,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:53.447 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.033s] 2018-05-22 05:39:53,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:53.632 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.185s] 2018-05-22 05:39:53,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:53.716 10494 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.999s] 2018-05-22 05:39:53,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:53.797 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.164s] 2018-05-22 05:39:53,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:53.913 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.116s] 2018-05-22 05:39:54,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:54.069 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.155s] 2018-05-22 05:39:54,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:54.733 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.664s] 2018-05-22 05:39:54,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:54.805 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.069s] 2018-05-22 05:39:54,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:54.870 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.065s] 2018-05-22 05:39:54,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:54.890 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.020s] 2018-05-22 05:39:54,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:54.917 10494 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.911s] 2018-05-22 05:39:55,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:55.023 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.132s] 2018-05-22 05:39:55,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:55.105 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.082s] 2018-05-22 05:39:55,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:55.213 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.107s] 2018-05-22 05:39:55,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:55.400 10494 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.187s] 2018-05-22 05:39:57,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:57.808 10494 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.089s] 2018-05-22 05:39:59,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:39:59.974 10494 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.167s] 2018-05-22 05:40:01,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:01.568 10494 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.650s] 2018-05-22 05:40:02,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:02.964 10494 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.989s] 2018-05-22 05:40:04,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:04.642 10494 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.678s] 2018-05-22 05:40:05,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:05.095 10494 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.079s] 2018-05-22 05:40:05,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:05.188 10494 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [11.966s] 2018-05-22 05:40:05,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:05.398 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [3.927s] 2018-05-22 05:40:06,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:06.063 10494 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.183s] 2018-05-22 05:40:06,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:06.330 10494 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.202s] 2018-05-22 05:40:06,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:06.729 10494 INFO opnfv-tempest [-] {25} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.138s] 2018-05-22 05:40:06,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:06.838 10494 INFO opnfv-tempest [-] {25} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.109s] 2018-05-22 05:40:06,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:06.991 10494 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.348s] 2018-05-22 05:40:07,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:07.047 10494 INFO opnfv-tempest [-] {19} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.580s] 2018-05-22 05:40:07,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:07.137 10494 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.146s] 2018-05-22 05:40:07,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:07.313 10494 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.572s] 2018-05-22 05:40:07,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:07.500 10494 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.258s] 2018-05-22 05:40:07,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:07.619 10494 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.119s] 2018-05-22 05:40:08,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:08.141 10494 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.825s] 2018-05-22 05:40:09,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:09.083 10494 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.496s] 2018-05-22 05:40:09,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:09.213 10494 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.128s] 2018-05-22 05:40:09,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:09.329 10494 INFO opnfv-tempest [-] {28} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.018s] 2018-05-22 05:40:09,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:09.728 10494 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.517s] 2018-05-22 05:40:09,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:09.768 10494 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.040s] 2018-05-22 05:40:09,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:09.806 10494 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.038s] 2018-05-22 05:40:09,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:09.866 10494 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.535s] 2018-05-22 05:40:11,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:11.037 10494 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.461s] 2018-05-22 05:40:11,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:11.744 10494 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.878s] 2018-05-22 05:40:11,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:11.940 10494 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.903s] 2018-05-22 05:40:13,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:13.081 10494 INFO opnfv-tempest [-] {38} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.293s] 2018-05-22 05:40:14,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:14.032 10494 INFO opnfv-tempest [-] {38} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.949s] 2018-05-22 05:40:14,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:14.207 10494 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.745s] 2018-05-22 05:40:14,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:14.955 10494 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.018s] 2018-05-22 05:40:14,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:14.973 10494 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.018s] 2018-05-22 05:40:14,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:14.988 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [9.590s] 2018-05-22 05:40:14,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:14.992 10494 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [3.248s] 2018-05-22 05:40:15,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:15.034 10494 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.826s] 2018-05-22 05:40:15,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:15.067 10494 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.094s] 2018-05-22 05:40:15,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:15.146 10494 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.078s] 2018-05-22 05:40:15,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:15.220 10494 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.073s] 2018-05-22 05:40:15,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:15.314 10494 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.093s] 2018-05-22 05:40:15,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:15.521 10494 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.207s] 2018-05-22 05:40:15,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:15.666 10494 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.240s] 2018-05-22 05:40:15,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:15.685 10494 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.162s] 2018-05-22 05:40:15,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:15.769 10494 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.085s] 2018-05-22 05:40:15,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:15.823 10494 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.789s] 2018-05-22 05:40:15,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:15.852 10494 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.081s] 2018-05-22 05:40:18,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:18.989 10494 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.605s] 2018-05-22 05:40:19,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:19.318 10494 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.330s] 2018-05-22 05:40:20,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:20.354 10494 INFO opnfv-tempest [-] {24} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.546s] 2018-05-22 05:40:20,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:20.544 10494 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.385s] 2018-05-22 05:40:20,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:20.675 10494 INFO opnfv-tempest [-] {30} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [1.233s] 2018-05-22 05:40:20,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:20.933 10494 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.387s] 2018-05-22 05:40:21,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:21.918 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [6.929s] 2018-05-22 05:40:26,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:26.761 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [4.841s] 2018-05-22 05:40:28,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:28.150 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.390s] 2018-05-22 05:40:30,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:30.412 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [2.260s] 2018-05-22 05:40:30,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:30.733 10494 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [15.526s] 2018-05-22 05:40:32,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:32.709 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [2.297s] 2018-05-22 05:40:33,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:33.782 10494 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [18.788s] 2018-05-22 05:40:35,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:35.399 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [2.690s] 2018-05-22 05:40:36,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:36.434 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.035s] 2018-05-22 05:40:37,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:37.826 10494 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.316s] 2018-05-22 05:40:39,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:39.721 10494 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.537s] 2018-05-22 05:40:39,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:39.726 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [3.292s] 2018-05-22 05:40:40,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:40.203 10494 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.110s] 2018-05-22 05:40:40,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:40.305 10494 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.101s] 2018-05-22 05:40:40,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:40.330 10494 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.608s] 2018-05-22 05:40:40,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:40.504 10494 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.199s] 2018-05-22 05:40:41,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:41.283 10494 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.777s] 2018-05-22 05:40:41,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:41.298 10494 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.966s] 2018-05-22 05:40:41,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:41.664 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [1.937s] 2018-05-22 05:40:41,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:41.754 10494 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.470s] 2018-05-22 05:40:42,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:42.406 10494 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.651s] 2018-05-22 05:40:42,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:42.493 10494 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.085s] 2018-05-22 05:40:42,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:42.830 10494 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.336s] 2018-05-22 05:40:42,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:42.883 10494 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.585s] 2018-05-22 05:40:43,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:43.021 10494 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.191s] 2018-05-22 05:40:43,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:43.081 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.415s] 2018-05-22 05:40:43,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:43.163 10494 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.141s] 2018-05-22 05:40:43,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:43.278 10494 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.115s] 2018-05-22 05:40:43,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:43.551 10494 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.271s] 2018-05-22 05:40:43,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:43.821 10494 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.270s] 2018-05-22 05:40:43,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:43.973 10494 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.151s] 2018-05-22 05:40:44,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:44.104 10494 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.131s] 2018-05-22 05:40:44,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:44.388 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.307s] 2018-05-22 05:40:44,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:44.955 10494 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [2.068s] 2018-05-22 05:40:46,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:46.741 10494 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.789s] 2018-05-22 05:40:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:48.713 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [4.323s] 2018-05-22 05:40:48,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:48.811 10494 INFO opnfv-tempest [-] {27} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [42.228s] 2018-05-22 05:40:49,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:49.980 10494 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [16.196s] 2018-05-22 05:40:50,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:50.079 10494 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [34.408s] 2018-05-22 05:40:50,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:50.931 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [2.218s] 2018-05-22 05:40:52,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:52.422 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [1.491s] 2018-05-22 05:40:53,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:53.578 10494 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [15.750s] 2018-05-22 05:40:54,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:54.452 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [2.029s] 2018-05-22 05:40:56,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:56.120 10494 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [1.667s] 2018-05-22 05:40:59,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:40:59.575 10494 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [9.594s] 2018-05-22 05:41:00,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:00.075 10494 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.500s] 2018-05-22 05:41:00,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:00.162 10494 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [54.969s] 2018-05-22 05:41:00,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:00.287 10494 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.211s] 2018-05-22 05:41:00,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:00.430 10494 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.143s] 2018-05-22 05:41:00,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:00.522 10494 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.091s] 2018-05-22 05:41:02,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:02.589 10494 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.242s] 2018-05-22 05:41:02,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:02.633 10494 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.043s] 2018-05-22 05:41:03,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:03.130 10494 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.497s] 2018-05-22 05:41:03,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:03.160 10494 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.029s] 2018-05-22 05:41:03,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:03.182 10494 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.021s] 2018-05-22 05:41:03,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:03.253 10494 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.071s] 2018-05-22 05:41:03,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:03.398 10494 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.144s] 2018-05-22 05:41:03,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:03.564 10494 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.166s] 2018-05-22 05:41:04,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:04.165 10494 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.600s] 2018-05-22 05:41:04,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:04.205 10494 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.039s] 2018-05-22 05:41:04,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:04.605 10494 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.399s] 2018-05-22 05:41:06,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:06.947 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [31.602s] 2018-05-22 05:41:10,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:10.054 10494 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [25.512s] 2018-05-22 05:41:13,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:13.242 10494 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [23.162s] 2018-05-22 05:41:19,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:19.297 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [12.349s] 2018-05-22 05:41:28,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:28.399 10494 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [28.237s] 2018-05-22 05:41:32,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:32.611 10494 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [22.554s] 2018-05-22 05:41:35,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:35.125 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [15.827s] 2018-05-22 05:41:37,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:37.653 10494 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [5.043s] 2018-05-22 05:41:37,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:37.796 10494 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.143s] 2018-05-22 05:41:37,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:37.899 10494 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.100s] 2018-05-22 05:41:38,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:38.014 10494 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.117s] 2018-05-22 05:41:38,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:38.095 10494 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.081s] 2018-05-22 05:41:38,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:38.672 10494 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON ... fail 2018-05-22 05:41:43,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:43.876 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [8.750s] 2018-05-22 05:41:49,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:49.418 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.541s] 2018-05-22 05:41:55,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:55.533 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.115s] 2018-05-22 05:41:59,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:41:59.654 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.120s] 2018-05-22 05:42:05,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:05.813 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.157s] 2018-05-22 05:42:11,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:11.872 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.059s] 2018-05-22 05:42:12,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:12.105 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.230s] 2018-05-22 05:42:12,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:12.307 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.203s] 2018-05-22 05:42:12,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:12.426 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.119s] 2018-05-22 05:42:12,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:12.577 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.150s] 2018-05-22 05:42:12,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:12.754 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.176s] 2018-05-22 05:42:13,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:13.163 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.407s] 2018-05-22 05:42:13,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:13.298 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.135s] 2018-05-22 05:42:13,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:13.382 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.084s] 2018-05-22 05:42:18,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:18.619 10494 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.234s] 2018-05-22 05:42:46,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:46.530 10494 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [66.205s] 2018-05-22 05:42:46,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:46.588 10494 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [66.255s] 2018-05-22 05:42:46,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:46.658 10494 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.128s] 2018-05-22 05:42:46,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:46.745 10494 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.156s] 2018-05-22 05:42:47,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:47.009 10494 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.351s] 2018-05-22 05:42:47,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:47.160 10494 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.415s] 2018-05-22 05:42:47,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:47.166 10494 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.156s] 2018-05-22 05:42:47,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:47.167 10494 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-22 05:42:47,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:47.346 10494 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.184s] 2018-05-22 05:42:47,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:42:47.346 10494 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-22 05:43:00,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:43:00.301 10494 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [164.464s] 2018-05-22 05:43:02,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:43:02.263 10494 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [91.541s] 2018-05-22 05:43:19,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:43:19.362 10494 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [110.926s] 2018-05-22 05:43:19,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:43:19.365 10494 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [154.760s] 2018-05-22 05:43:19,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:43:19.932 10494 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.579s] 2018-05-22 05:43:47,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:43:47.838 10494 INFO opnfv-tempest [-] {26} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [179.493s] 2018-05-22 05:44:16,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:44:16.339 10494 INFO opnfv-tempest [-] {26} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [28.496s] 2018-05-22 05:46:10,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:46:10.449 10494 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.182s] 2018-05-22 05:51:48,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:51:48.473 10494 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... fail [337.993s] 2018-05-22 05:52:54,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:52:54.878 10494 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [66.398s] 2018-05-22 05:53:16,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'f62b31a0-192d-4983-b826-f37808b53abc']'. 2018-05-22 05:53:17,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-22 05:53:17,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-22 05:53:17,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 05:53:17,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | f62b31a0-192d-4983-b826-f37808b53abc | 2018-05-22 05:53:17,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-22 05:53:17,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-22 05:39:34 | 2018-05-22 05:53:17,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-22 05:53:16 | 2018-05-22 05:53:17,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:42 | 2018-05-22 05:53:17,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-22 05:53:17,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-22 05:53:17,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: caf243b9-dad0-4e25-bf51-a3cb2dacdc19) | 2018-05-22 05:53:17,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-22 05:53:17,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: eec8a180-ddd0-453c-85de-ad4fa01b72ec) | 2018-05-22 05:53:17,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 204 | 2018-05-22 05:53:17,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 788.693 | 2018-05-22 05:53:17,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 191 | 2018-05-22 05:53:17,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-22 05:53:17,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-22 05:53:17,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-22 05:53:17,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 13 | 2018-05-22 05:53:17,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 05:53:17,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-22 05:53:17,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 93.6274509804% 2018-05-22 05:53:23,550 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 05:53:23,550 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 14:01 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-05-22 05:53:23,552 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-05-22 05:53:23,552 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-22 05:53:23,614 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-22 05:53:23,614 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-22 05:53:23,614 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-22 05:53:26,736 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-22 05:53:26.494 10713 INFO rally.deployment.engine [-] Deployment eec8a180-ddd0-453c-85de-ad4fa01b72ec | Starting: Destroy cloud and free allocated resources. 2018-05-22 05:53:26.507 10713 INFO rally.deployment.engine [-] Deployment eec8a180-ddd0-453c-85de-ad4fa01b72ec | Completed: Destroy cloud and free allocated resources. 2018-05-22 05:53:26.538 10713 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=caf243b9-dad0-4e25-bf51-a3cb2dacdc19) for deployment 'opnfv-rally'. 2018-05-22 05:53:26.557 10713 INFO rally.api [-] Deleting verification (UUID=f62b31a0-192d-4983-b826-f37808b53abc). 2018-05-22 05:53:26.560 10713 INFO rally.api [-] Verification has been successfully deleted! 2018-05-22 05:53:26.560 10713 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=caf243b9-dad0-4e25-bf51-a3cb2dacdc19). 2018-05-22 05:53:26.570 10713 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-22 05:53:29,734 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-22 05:53:29.606 10716 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=6f1f1f47-dcae-4485-bcbd-d06ce880078f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 6f1f1f47-dcae-4485-bcbd-d06ce880078f | 2018-05-22T05:53:29 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 6f1f1f47-dcae-4485-bcbd-d06ce880078f ~/.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-22 05:53:34,064 - 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-22 05:53:34,064 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-22 05:53:37,139 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-22 05:53:36.922 10722 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=caf243b9-dad0-4e25-bf51-a3cb2dacdc19). 2018-05-22 05:53:37.015 10722 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-22 05:53:41,480 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-22 05:53:40.128 10725 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-22 05:53:40.188 10725 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-22 05:53:41.295 10725 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c0cf4dc4-1ea2-4c76-b0ba-f1d0331779bd) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c0cf4dc4-1ea2-4c76-b0ba-f1d0331779bd) as the default verifier for the future CLI operations. 2018-05-22 05:53:45,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-9612884b-e5ca-47b9-acd2-b994a8d630b5' 2018-05-22 05:53:46,717 - 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-22T05:53:46Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'1cd26eaa-be69-46aa-b981-540c2328829a', u'provider:segmentation_id': 19, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-9612884b-e5ca-47b9-acd2-b994a8d630b5', u'admin_state_up': True, u'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'created_at': u'2018-05-22T05:53:46Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a56d8904a8c9401e82a73e6f37d3c247'}) 2018-05-22 05:53:47,650 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-22T05:53:47Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'1b5858e3-e381-457a-8e36-c6daae910fb3', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-9612884b-e5ca-47b9-acd2-b994a8d630b5', u'enable_dhcp': True, u'network_id': u'1cd26eaa-be69-46aa-b981-540c2328829a', u'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'created_at': u'2018-05-22T05:53:47Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'a56d8904a8c9401e82a73e6f37d3c247'}) 2018-05-22 05:53:47,651 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-22 05:53:47,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-9612884b-e5ca-47b9-acd2-b994a8d630b5' 2018-05-22 05:53:48,533 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-9612884b-e5ca-47b9-acd2-b994a8d630b5', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T05:53:47Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/5665e39d-d59b-45f1-a397-de9c676d4996/file', u'owner': u'a56d8904a8c9401e82a73e6f37d3c247', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'5665e39d-d59b-45f1-a397-de9c676d4996', u'size': None, u'name': u'Cirros-0.4.0-9612884b-e5ca-47b9-acd2-b994a8d630b5', u'checksum': None, u'self': u'/v2/images/5665e39d-d59b-45f1-a397-de9c676d4996', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T05:53:47Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 05:53:48,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-9612884b-e5ca-47b9-acd2-b994a8d630b5' 2018-05-22 05:53:49,545 - 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-9612884b-e5ca-47b9-acd2-b994a8d630b5', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T05:53:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/fe51c124-b26c-47ad-b66f-1d61bcb85d62/file', u'owner': u'a56d8904a8c9401e82a73e6f37d3c247', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'fe51c124-b26c-47ad-b66f-1d61bcb85d62', u'size': None, u'name': u'Cirros-0.4.0-1-9612884b-e5ca-47b9-acd2-b994a8d630b5', u'checksum': None, u'self': u'/v2/images/fe51c124-b26c-47ad-b66f-1d61bcb85d62', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T05:53:48Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 05:53:49,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-22 05:53:49,635 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-9612884b-e5ca-47b9-acd2-b994a8d630b5', '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'a56d8904a8c9401e82a73e6f37d3c247', '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'6027c692-fac5-4be0-9140-38bb1e615691', 'swap': 0}) 2018-05-22 05:53:49,727 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-9612884b-e5ca-47b9-acd2-b994a8d630b5', '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'a56d8904a8c9401e82a73e6f37d3c247', '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'3bed8017-b370-42a8-8fc8-5150d18eb09b', 'swap': 0}) 2018-05-22 05:53:53,734 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-22 05:53:52.658 10744 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c0cf4dc4-1ea2-4c76-b0ba-f1d0331779bd) for deployment 'opnfv-rally' (UUID=6f1f1f47-dcae-4485-bcbd-d06ce880078f). 2018-05-22 05:53:53.601 10744 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c0cf4dc4-1ea2-4c76-b0ba-f1d0331779bd) has been successfully configured for deployment 'opnfv-rally' (UUID=6f1f1f47-dcae-4485-bcbd-d06ce880078f)! 2018-05-22 05:53:53,735 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-22 05:53:53,735 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-22 05:53:53,737 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-22 05:53:53,740 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-22 05:53:58,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c0cf4dc4-1ea2-4c76-b0ba-f1d0331779bd/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-22 05:53:58,140 - 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-22 05:54:01,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 05:54:01.146 10753 INFO rally.api [-] Starting verification (UUID=09529bc1-0fce-4926-8204-6da73f09cf4c) for deployment 'opnfv-rally' (UUID=6f1f1f47-dcae-4485-bcbd-d06ce880078f) by verifier 'opnfv-tempest' (UUID=c0cf4dc4-1ea2-4c76-b0ba-f1d0331779bd). 2018-05-22 05:54:01,146 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 09529bc1-0fce-4926-8204-6da73f09cf4c 2018-05-22 05:57:50,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '09529bc1-0fce-4926-8204-6da73f09cf4c']'. 2018-05-22 05:57:52,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-22 05:57:52,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-22 05:57:52,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 05:57:52,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 09529bc1-0fce-4926-8204-6da73f09cf4c | 2018-05-22 05:57:52,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-22 05:57:52,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-22 05:54:01 | 2018-05-22 05:57:52,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-22 05:57:50 | 2018-05-22 05:57:52,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:49 | 2018-05-22 05:57:52,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-22 05:57:52,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-22 05:57:52,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c0cf4dc4-1ea2-4c76-b0ba-f1d0331779bd) | 2018-05-22 05:57:52,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-22 05:57:52,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 6f1f1f47-dcae-4485-bcbd-d06ce880078f) | 2018-05-22 05:57:52,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-22 05:57:52,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 198.33 | 2018-05-22 05:57:52,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 130 | 2018-05-22 05:57:52,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 157 | 2018-05-22 05:57:52,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-22 05:57:52,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-22 05:57:52,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-22 05:57:52,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 05:57:52,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-22 05:57:52,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-22 05:57:58,036 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 05:57:58,037 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 04:11 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-22 05:57:58,040 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-05-22 05:57:59,236 - functest.opnfv_tests.sdn.odl.odl - ERROR - Cannot run ODL testcases. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/sdn/odl/odl.py", line 165, in run 'service_id': neutron_id})[0].url IndexError: list index out of range 2018-05-22 05:57:59,237 - xtesting.core.testcase - ERROR - Please run test before publishing the results Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/testcase.py", line 182, in push_to_db assert self.start_time AssertionError 2018-05-22 05:57:59,238 - xtesting.core.testcase - ERROR - Please run test before getting the duration 2018-05-22 05:57:59,238 - xtesting.core.testcase - ERROR - Please run test before getting the duration 2018-05-22 05:57:59,239 - xtesting.core.testcase - ERROR - Please run test before getting the duration 2018-05-22 05:57:59,239 - xtesting.core.testcase - ERROR - Please run test before getting the duration 2018-05-22 05:57:59,238 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | XX:XX | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-22 05:57:59,240 - xtesting.ci.run_tests - ERROR - The test case 'odl' failed. 2018-05-22 05:57:59,240 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-22 05:58:00,316 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-22 06:47:39,314 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ---------------------------------------------------------------------- Ran 119 tests in 2978.952s OK 2018-05-22 06:47:39,875 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 06:47:39,876 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 49:39 | PASS | +---------------------+------------------+------------------+----------------+ 2018-05-22 06:47:39,878 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-22 06:47:39,944 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-22 06:47:39,944 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-22 06:47:39,944 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-22 06:47:43,043 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-22 06:47:42.773 11142 INFO rally.deployment.engine [-] Deployment 6f1f1f47-dcae-4485-bcbd-d06ce880078f | Starting: Destroy cloud and free allocated resources. 2018-05-22 06:47:42.785 11142 INFO rally.deployment.engine [-] Deployment 6f1f1f47-dcae-4485-bcbd-d06ce880078f | Completed: Destroy cloud and free allocated resources. 2018-05-22 06:47:42.821 11142 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=c0cf4dc4-1ea2-4c76-b0ba-f1d0331779bd) for deployment 'opnfv-rally'. 2018-05-22 06:47:42.847 11142 INFO rally.api [-] Deleting verification (UUID=09529bc1-0fce-4926-8204-6da73f09cf4c). 2018-05-22 06:47:42.851 11142 INFO rally.api [-] Verification has been successfully deleted! 2018-05-22 06:47:42.852 11142 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c0cf4dc4-1ea2-4c76-b0ba-f1d0331779bd). 2018-05-22 06:47:42.914 11142 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-22 06:47:46,065 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-22 06:47:45.929 11145 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=39d17d98-4521-457e-b176-3a4926c267d5) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 39d17d98-4521-457e-b176-3a4926c267d5 | 2018-05-22T06:47:45 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 39d17d98-4521-457e-b176-3a4926c267d5 ~/.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-22 06:47:50,256 - 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-22 06:47:50,256 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-22 06:47:53,516 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-22 06:47:53.291 11151 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=c0cf4dc4-1ea2-4c76-b0ba-f1d0331779bd). 2018-05-22 06:47:53.385 11151 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-22 06:47:57,688 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-22 06:47:56.386 11154 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-22 06:47:56.441 11154 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-22 06:47:57.545 11154 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=341699b3-1bd6-4635-9fdf-cc251dced8e8) has been successfully created! Using verifier 'opnfv-tempest' (UUID=341699b3-1bd6-4635-9fdf-cc251dced8e8) as the default verifier for the future CLI operations. 2018-05-22 06:48:01,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-9cc022e9-defb-4373-95df-49511bb07c0d' 2018-05-22 06:48:02,746 - 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-22T06:48:02Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'9f8b9627-c9e3-4014-8aa9-44a1da1bde76', u'provider:segmentation_id': 80, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-9cc022e9-defb-4373-95df-49511bb07c0d', u'admin_state_up': True, u'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'created_at': u'2018-05-22T06:48:02Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a56d8904a8c9401e82a73e6f37d3c247'}) 2018-05-22 06:48:03,379 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-22T06:48:03Z', 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'96da0c64-d1c5-4e32-b648-b105e95b76aa', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-9cc022e9-defb-4373-95df-49511bb07c0d', u'enable_dhcp': True, u'network_id': u'9f8b9627-c9e3-4014-8aa9-44a1da1bde76', u'tenant_id': u'a56d8904a8c9401e82a73e6f37d3c247', u'created_at': u'2018-05-22T06:48:03Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'a56d8904a8c9401e82a73e6f37d3c247'}) 2018-05-22 06:48:03,379 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-22 06:48:03,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-9cc022e9-defb-4373-95df-49511bb07c0d' 2018-05-22 06:48:04,373 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-9cc022e9-defb-4373-95df-49511bb07c0d', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T06:48:03Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/5c5b38f4-e149-4368-abff-c74eece92638/file', u'owner': u'a56d8904a8c9401e82a73e6f37d3c247', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'5c5b38f4-e149-4368-abff-c74eece92638', u'size': None, u'name': u'Cirros-0.4.0-9cc022e9-defb-4373-95df-49511bb07c0d', u'checksum': None, u'self': u'/v2/images/5c5b38f4-e149-4368-abff-c74eece92638', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T06:48:03Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 06:48:04,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-9cc022e9-defb-4373-95df-49511bb07c0d' 2018-05-22 06:48:05,366 - 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-9cc022e9-defb-4373-95df-49511bb07c0d', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T06:48:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/e589a72c-192f-497a-a00c-0a59f0300419/file', u'owner': u'a56d8904a8c9401e82a73e6f37d3c247', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'e589a72c-192f-497a-a00c-0a59f0300419', u'size': None, u'name': u'Cirros-0.4.0-1-9cc022e9-defb-4373-95df-49511bb07c0d', u'checksum': None, u'self': u'/v2/images/e589a72c-192f-497a-a00c-0a59f0300419', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T06:48:04Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 06:48:05,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-22 06:48:05,477 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-9cc022e9-defb-4373-95df-49511bb07c0d', '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'a56d8904a8c9401e82a73e6f37d3c247', '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'9190e82f-1eb5-4fd2-b343-f3b550ea323c', 'swap': 0}) 2018-05-22 06:48:05,570 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-9cc022e9-defb-4373-95df-49511bb07c0d', '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'a56d8904a8c9401e82a73e6f37d3c247', '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'ea3fe74d-eae9-449a-9618-9cfbd812b3b8', 'swap': 0}) 2018-05-22 06:48:09,585 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-22 06:48:08.560 11173 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=341699b3-1bd6-4635-9fdf-cc251dced8e8) for deployment 'opnfv-rally' (UUID=39d17d98-4521-457e-b176-3a4926c267d5). 2018-05-22 06:48:09.470 11173 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=341699b3-1bd6-4635-9fdf-cc251dced8e8) has been successfully configured for deployment 'opnfv-rally' (UUID=39d17d98-4521-457e-b176-3a4926c267d5)! 2018-05-22 06:48:09,585 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-22 06:48:09,586 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-22 06:48:09,587 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-22 06:48:09,591 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-22 06:48:13,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-341699b3-1bd6-4635-9fdf-cc251dced8e8/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-22 06:48:13,497 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-22 06:48:13,498 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-22 06:48:13,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-05-22 06:48:16,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 06:48:16.433 11182 INFO rally.api [-] Starting verification (UUID=8a54dfe3-5552-4a51-9211-fc8707716c4b) for deployment 'opnfv-rally' (UUID=39d17d98-4521-457e-b176-3a4926c267d5) by verifier 'opnfv-tempest' (UUID=341699b3-1bd6-4635-9fdf-cc251dced8e8). 2018-05-22 06:48:16,434 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 8a54dfe3-5552-4a51-9211-fc8707716c4b 2018-05-22 06:51:04,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '8a54dfe3-5552-4a51-9211-fc8707716c4b']'. 2018-05-22 06:51:05,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-22 06:51:05,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-22 06:51:05,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 06:51:05,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 8a54dfe3-5552-4a51-9211-fc8707716c4b | 2018-05-22 06:51:05,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-22 06:51:05,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-22 06:48:16 | 2018-05-22 06:51:05,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-22 06:51:04 | 2018-05-22 06:51:05,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:48 | 2018-05-22 06:51:05,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-22 06:51:05,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-22 06:51:05,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 341699b3-1bd6-4635-9fdf-cc251dced8e8) | 2018-05-22 06:51:05,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-22 06:51:05,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 39d17d98-4521-457e-b176-3a4926c267d5) | 2018-05-22 06:51:05,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-22 06:51:05,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 154.384 | 2018-05-22 06:51:05,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-05-22 06:51:05,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-22 06:51:05,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-22 06:51:05,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-22 06:51:05,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-22 06:51:05,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 06:51:05,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-22 06:51:05,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-05-22 06:51:10,861 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 06:51:10,862 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:09 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-05-22 06:51:10,866 - xtesting.core.testcase - ERROR - Please run test before getting the duration 2018-05-22 06:51:10,867 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:35 | PASS | | vping_userdata | functest | smoke | 00:33 | PASS | | tempest_smoke_serial | functest | smoke | 15:57 | FAIL | | rally_sanity | functest | smoke | 20:18 | PASS | | refstack_defcore | functest | smoke | 14:01 | FAIL | | patrole | functest | smoke | 04:11 | PASS | | odl | functest | smoke | XX:XX | FAIL | | snaps_smoke | functest | smoke | 49:39 | PASS | | neutron_trunk | functest | smoke | 03:09 | PASS | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-22 06:51:10,870 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-22 06:51:18,896 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-237 | | 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-odl-sfc-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual3 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-22 06:51:18,899 - 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='e276abb3d81771bf06d4d0479367f9d1b4' 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-22 06:51:18,899 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-22 06:51:18,900 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+--------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+--------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | functest-odl-sfc | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+--------------------------+ 2018-05-22 06:51:18,901 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-22 06:51:18,901 - xtesting.ci.run_tests - INFO - Running test case 'functest-odl-sfc'... 2018-05-22 06:58:29,158 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 06:58:29,158 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+-----------------+------------------+----------------+ | functest-odl-sfc | sfc | 07:08 | PASS | +--------------------------+-----------------+------------------+----------------+ 2018-05-22 06:58:29,162 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | functest-odl-sfc | sfc | features | 07:08 | PASS | | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-22 06:58:29,165 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-22 06:58:38,125 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-virtual-daily-fraser-237 | | 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-odl-sfc-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-virtual3 | +--------------------------------------+-----------------------------------------------------------+ 2018-05-22 06:58:38,128 - 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='e276abb3d81771bf06d4d0479367f9d1b4' 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-22 06:58:38,128 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-22 06:58:38,129 - 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-22 06:58:38,130 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-22 06:58:38,130 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-05-22 07:01:48,513 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-05-22 07:01:49,173 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 07:01:49,173 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:10 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-05-22 07:01:49,175 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:10 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-22 07:01:49,176 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK