2019-01-09 08:04:21,258 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-326 | | 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 | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2019-01-09 08:04:21,261 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=JRnceTrCXGZBBX9k9dtftYjAA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2019-01-09 08:04:21,261 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-09 08:04:21,262 - 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 | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2019-01-09 08:04:21,271 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2019-01-09 08:04:22,790 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419', 'id': u'd320439586ad4f508e91cc06797844b7', 'description': u'Created by OPNFV Functest: connection_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2019-01-09 08:04:23,435 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'68d93f91a2004370abd62b96bd1dfb1e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419'}) 2019-01-09 08:04:23,545 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 08:04:23,831 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/02ec1741977f4b8ab8b0af9a21fd4f23'}, 'domain_id': None, 'human_id': None, 'id': u'02ec1741977f4b8ab8b0af9a21fd4f23', 'HUMAN_ID': False}) 2019-01-09 08:04:24,668 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '3807ae65-4669-4058-ae8e-de78762e3bb7', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419', 'project_id': u'd320439586ad4f508e91cc06797844b7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 08:04:24,673 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419', 'password': '3807ae65-4669-4058-ae8e-de78762e3bb7', 'project_name': 'connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'd320439586ad4f508e91cc06797844b7', 'project_domain_name': 'Default'} 2019-01-09 08:04:28,945 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-09 08:04:28,945 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2019-01-09 08:04:39,479 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.522s OK 2019-01-09 08:04:39,600 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 08:04:39,600 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2019-01-09 08:04:41,362 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2019-01-09 08:04:41,996 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704', 'id': u'88d6c71a30ca41f6a882b86c51b3b026', 'description': u'Created by OPNFV Functest: api_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2019-01-09 08:04:42,597 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7143c923a73d4fe4b7a5094cdd0b8db6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704'}) 2019-01-09 08:04:42,756 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 08:04:42,970 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638'}, 'domain_id': None, 'human_id': None, 'id': u'399d9bb657144a2dac8fd261373da638', 'HUMAN_ID': False}) 2019-01-09 08:04:43,623 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': 'e987434c-67c4-4016-aaf2-94c54123c56b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704', 'project_id': u'88d6c71a30ca41f6a882b86c51b3b026', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 08:04:43,628 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704', 'password': 'e987434c-67c4-4016-aaf2-94c54123c56b', 'project_name': 'api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '88d6c71a30ca41f6a882b86c51b3b026', 'project_domain_name': 'Default'} 2019-01-09 08:04:47,605 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-09 08:04:47,606 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2019-01-09 08:17:33,197 - 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 765.466s OK 2019-01-09 08:17:33,321 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 08:17:33,321 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:45 | PASS | +-------------------+------------------+------------------+----------------+ 2019-01-09 08:17:35,257 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2019-01-09 08:17:35,880 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f', 'id': u'e0c263a3ea104965958f93d08188c32a', 'description': u'Created by OPNFV Functest: snaps_health_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2019-01-09 08:17:36,417 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2946976fdc9a4a59bacd293add9db004', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_b8d746d6-e529-47bb-85c3-b04d23cbc20f'}) 2019-01-09 08:17:36,589 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 08:17:36,772 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/5eec2a0fd0004fee81698cbe44c3a1c3'}, 'domain_id': None, 'human_id': None, 'id': u'5eec2a0fd0004fee81698cbe44c3a1c3', 'HUMAN_ID': False}) 2019-01-09 08:17:37,325 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': 'd7634ed0-447f-4a96-81a9-f24536cdaafb', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'snaps_health_check-user_b8d746d6-e529-47bb-85c3-b04d23cbc20f', 'project_id': u'e0c263a3ea104965958f93d08188c32a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 08:17:37,331 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_b8d746d6-e529-47bb-85c3-b04d23cbc20f', 'password': 'd7634ed0-447f-4a96-81a9-f24536cdaafb', 'project_name': 'snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'e0c263a3ea104965958f93d08188c32a', 'project_domain_name': 'Default'} 2019-01-09 08:17:39,687 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-09 08:17:39,687 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2019-01-09 08:18:21,414 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.725s OK 2019-01-09 08:18:21,526 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 08:18:21,526 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2019-01-09 08:18:23,434 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 12:45 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2019-01-09 08:18:23,438 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2019-01-09 08:18:26,563 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-326 | | 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 | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2019-01-09 08:18:26,565 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=JRnceTrCXGZBBX9k9dtftYjAA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2019-01-09 08:18:26,566 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-09 08:18:26,566 - 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 | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2019-01-09 08:18:26,589 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2019-01-09 08:18:28,580 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'id': u'5748d9344d1643f7a83c04f32eb04885', 'description': u'Created by OPNFV Functest: vping_ssh', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2019-01-09 08:18:29,143 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'114d87669a3b481692e0824d83e8b883', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_708bc7ee-f327-4f1f-b856-77e3ebb53370'}) 2019-01-09 08:18:29,309 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 08:18:29,484 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/ff9cdfa1ebe04152a35273ca637d27f7'}, 'domain_id': None, 'human_id': None, 'id': u'ff9cdfa1ebe04152a35273ca637d27f7', 'HUMAN_ID': False}) 2019-01-09 08:18:29,966 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '49f823d9-e0f5-45e4-8a4b-7411293cdb9c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_ssh-user_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'project_id': u'5748d9344d1643f7a83c04f32eb04885', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 08:18:29,972 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'password': '49f823d9-e0f5-45e4-8a4b-7411293cdb9c', 'project_name': 'vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '5748d9344d1643f7a83c04f32eb04885', 'project_domain_name': 'Default'} 2019-01-09 08:18:29,972 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2019-01-09 08:18:30,704 - functest.core.tenantnetwork - 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'2019-01-09T08:18:30Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6c73904a-70ad-4e6b-8856-7bdf6c82baf8', u'provider:segmentation_id': 71, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370', u'admin_state_up': True, u'tenant_id': u'5748d9344d1643f7a83c04f32eb04885', u'created_at': u'2019-01-09T08:18:30Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5748d9344d1643f7a83c04f32eb04885'}) 2019-01-09 08:18:32,181 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-09T08:18:31Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'171945d1-cc79-4f10-a24c-e615b03e67e7', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_708bc7ee-f327-4f1f-b856-77e3ebb53370', u'enable_dhcp': True, u'network_id': u'6c73904a-70ad-4e6b-8856-7bdf6c82baf8', u'tenant_id': u'5748d9344d1643f7a83c04f32eb04885', u'created_at': u'2019-01-09T08:18:31Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5748d9344d1643f7a83c04f32eb04885'}) 2019-01-09 08:18:33,468 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'10b23b07-756b-4000-b2c9-9121d33fb1bd', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5748d9344d1643f7a83c04f32eb04885', u'created_at': u'2019-01-09T08:18:32Z', u'admin_state_up': True, u'updated_at': u'2019-01-09T08:18:33Z', u'revision_number': 2, u'routes': [], u'project_id': u'5748d9344d1643f7a83c04f32eb04885', u'id': u'67201413-351f-4940-87ee-ac8c89bcbdc1', u'name': u'vping_ssh-router_708bc7ee-f327-4f1f-b856-77e3ebb53370'}) 2019-01-09 08:18:38,121 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e93c303d-a63c-4935-846a-667058d6a20c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e93c303d-a63c-4935-846a-667058d6a20c/file', 'owner': u'5748d9344d1643f7a83c04f32eb04885', 'id': u'e93c303d-a63c-4935-846a-667058d6a20c', 'size': 12716032, u'self': u'/v2/images/e93c303d-a63c-4935-846a-667058d6a20c', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5748d9344d1643f7a83c04f32eb04885', 'name': 'vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e93c303d-a63c-4935-846a-667058d6a20c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T08:18:37Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-09T08:18:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e93c303d-a63c-4935-846a-667058d6a20c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'created': u'2019-01-09T08:18:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T08:18:35Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e93c303d-a63c-4935-846a-667058d6a20c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 08:18:38,318 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_708bc7ee-f327-4f1f-b856-77e3ebb53370', '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'a3475ec98a734cb2aeb418d350edd17b', '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'862b16ad-848c-4f6b-a00c-7cc387171db7', 'swap': 0}) 2019-01-09 08:18:38,620 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ+J0O1j6sOonI1vdeMIdN0YJwGO1xFjsRyqY8Z1xDNXSrC9KHULAiroC4hal6yDANn3LmiCN60vy4Ij8clwMgffSHTrXOG6GBCJ1E8FY625fXk/0HaV3jQMOeZdWh9lcJORUIld78OmC27yzoYjHUxzqHhJz4H2xok4qAsp+kD05BO3koiP2bcD6qbeo17lWHH+U5kAnAmOZpG/K6QAIBCftqxPOBIUI7RXJ/PC0YNbuj650V0hsbyUQoqQhC4rd9crsQLSmn4CJ+xR34ZK/BTarXMEjFrkM1/x3XKptaWs3LnoETzaW5GoCpD9Ctuv+Jlhm57Ot6jQnt+w7G6Ny7 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0PidDtY+rDqJyNb3XjCHTdGCcBjtcRY7EcqmPGdcQzV0qwvS\nh1CwIq6AuIWpesgwDZ9y5ogjetL8uCI/HJcDIH30h061zhuhgQidRPBWOtuX15P9\nB2ld40DDnmXVofZXCTkVCJXe/Dpgtu8s6GIx1Mc6h4Sc+B9saJOKgLKfpA9OQTt5\nKIj9m3A+qm3qNe5Vhx/lOZAJwJjmaRvyukACAQn7asTzgSFCO0VyfzwtGDW7o+ud\nFdIbG8lEKKkIQuK3fXK7EC0pp+AifsUd+GSvwU2q1zBIxa5DNf8d1yqbWlrNy56B\nE82luRqAqQ/Qrbr/iZYZuezreo0J7fsOxujcuwIDAQABAoIBAQDDPBMYYofJRyOl\nlVklEbfHt37jFhb4OanUVH19H6AuVon6qB/4NiVpMZmnS5Fs2g0zHQ4vXW+wd+CO\nc8h9AIV2XNcRdzMaLex07kRovRYDBVhWm7ehrgp+n+pjWYb/O3RTdJY3IDZldnEX\nWFuffOZLghsns3knw8v35ChZVwkZL1WMysYI6ij9bRUvdDjem2EM7G4FNVy3BmZj\ngb5MXaS0qvZKVoFXtQg1J4tkSUvAC7n1S/uOTRijSPVCsbzLk97x5kZblgip5h8/\nHwV1z2JzHevCjLTdh7lSI7L4CZhimP7QA56sifCkvSBBJHwGF0TJ53xzvm1L9Mt4\nWSbMT/hxAoGBAP2RYk6EwSCLsVSxzeukjytwYrYqgM16EhUz79BQwWIZbfXsDb61\nKOsE0NoJF0m+HIPqGF+8eXf9vIJ9E0e8rUMqic+QfWrDcP5V7ISL6NG7Il7HL0XX\nMdEXm9/ibmvnB5BzPV7iOilCRTsYjX4+rROb39JWsMYV3AYoBZBKcbazAoGBANL5\nucWfkdHqp9P0soGytL0ntkKhuEy56O+P9WjobCTqFPMOLygxuwFhMebYCSapLSpT\nWkdto2Gx/jADXZg6+yOyq88Y/7cQ0zJergrbDk+P2llLIl2uBDRMcy8OUQHWwKWg\n2fzG6VJmdg6pjfPy1s27g3PsRuQhTjT7vKTh/oXZAoGBAK4FBbOfVi9wz12xvQG4\naO1F7ujYGJdr7FcS0sVjdqRNkXKR8wjrqU5Jes/4JzxbtZQup1WksrRPtfzTu9Si\nv0H2QqfpoLkRsk1KSMzafAjb5gWnq2DCBBVcn4QyENgKsN1IyViB56qDKaIaApke\niIeJlTz0c9MuE1dCRjc1b/8TAoGAMHl0d7XMOWEjIo4snaRD5tpDBFhIEkj8/l4j\nUvFkN68ZFSeDKkcS4qREZPfqUlm4qOrx6UuFqKLO9pUvYhTbMz6QP0tNJfDVtdMP\nRitCxIEW+EFNKh0bljCinoM5laSUKvokW/IQFgC4y3GlzhFTzX1yHKaDO1NztrTI\niVHruzECgYBUYhaPvQUGgp4bvT6N/8C7WDN8vIS08c+JkQ3Sa21UafUxZouuucxh\npt16qyIh5h631cycwLHX4/Rn7DeHZUyyDaRgT5lv0GcMYzin6R/IhyqiRCbKbfdY\nzZjKSNSK1hMg1kWujMoZ9CuxzJkikV+Q9mMYXgAGr3d6wQJqSVln9g==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'114d87669a3b481692e0824d83e8b883', 'name': u'vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'created_at': '2019-01-09T08:18:38.620658', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5748d9344d1643f7a83c04f32eb04885', 'name': 'vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b4:12:68:d3:22:a5:c4:03:28:8c:2c:ed:b8:07:e7:60', 'type': 'ssh', 'id': u'vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370'}) 2019-01-09 08:18:38,621 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA0PidDtY+rDqJyNb3XjCHTdGCcBjtcRY7EcqmPGdcQzV0qwvS h1CwIq6AuIWpesgwDZ9y5ogjetL8uCI/HJcDIH30h061zhuhgQidRPBWOtuX15P9 B2ld40DDnmXVofZXCTkVCJXe/Dpgtu8s6GIx1Mc6h4Sc+B9saJOKgLKfpA9OQTt5 KIj9m3A+qm3qNe5Vhx/lOZAJwJjmaRvyukACAQn7asTzgSFCO0VyfzwtGDW7o+ud FdIbG8lEKKkIQuK3fXK7EC0pp+AifsUd+GSvwU2q1zBIxa5DNf8d1yqbWlrNy56B E82luRqAqQ/Qrbr/iZYZuezreo0J7fsOxujcuwIDAQABAoIBAQDDPBMYYofJRyOl lVklEbfHt37jFhb4OanUVH19H6AuVon6qB/4NiVpMZmnS5Fs2g0zHQ4vXW+wd+CO c8h9AIV2XNcRdzMaLex07kRovRYDBVhWm7ehrgp+n+pjWYb/O3RTdJY3IDZldnEX WFuffOZLghsns3knw8v35ChZVwkZL1WMysYI6ij9bRUvdDjem2EM7G4FNVy3BmZj gb5MXaS0qvZKVoFXtQg1J4tkSUvAC7n1S/uOTRijSPVCsbzLk97x5kZblgip5h8/ HwV1z2JzHevCjLTdh7lSI7L4CZhimP7QA56sifCkvSBBJHwGF0TJ53xzvm1L9Mt4 WSbMT/hxAoGBAP2RYk6EwSCLsVSxzeukjytwYrYqgM16EhUz79BQwWIZbfXsDb61 KOsE0NoJF0m+HIPqGF+8eXf9vIJ9E0e8rUMqic+QfWrDcP5V7ISL6NG7Il7HL0XX MdEXm9/ibmvnB5BzPV7iOilCRTsYjX4+rROb39JWsMYV3AYoBZBKcbazAoGBANL5 ucWfkdHqp9P0soGytL0ntkKhuEy56O+P9WjobCTqFPMOLygxuwFhMebYCSapLSpT Wkdto2Gx/jADXZg6+yOyq88Y/7cQ0zJergrbDk+P2llLIl2uBDRMcy8OUQHWwKWg 2fzG6VJmdg6pjfPy1s27g3PsRuQhTjT7vKTh/oXZAoGBAK4FBbOfVi9wz12xvQG4 aO1F7ujYGJdr7FcS0sVjdqRNkXKR8wjrqU5Jes/4JzxbtZQup1WksrRPtfzTu9Si v0H2QqfpoLkRsk1KSMzafAjb5gWnq2DCBBVcn4QyENgKsN1IyViB56qDKaIaApke iIeJlTz0c9MuE1dCRjc1b/8TAoGAMHl0d7XMOWEjIo4snaRD5tpDBFhIEkj8/l4j UvFkN68ZFSeDKkcS4qREZPfqUlm4qOrx6UuFqKLO9pUvYhTbMz6QP0tNJfDVtdMP RitCxIEW+EFNKh0bljCinoM5laSUKvokW/IQFgC4y3GlzhFTzX1yHKaDO1NztrTI iVHruzECgYBUYhaPvQUGgp4bvT6N/8C7WDN8vIS08c+JkQ3Sa21UafUxZouuucxh pt16qyIh5h631cycwLHX4/Rn7DeHZUyyDaRgT5lv0GcMYzin6R/IhyqiRCbKbfdY zZjKSNSK1hMg1kWujMoZ9CuxzJkikV+Q9mMYXgAGr3d6wQJqSVln9g== -----END RSA PRIVATE KEY----- 2019-01-09 08:18:48,383 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:63:c1:93', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e93c303d-a63c-4935-846a-667058d6a20c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-09T08:18:46.000000', 'flavor': Munch({u'id': u'862b16ad-848c-4f6b-a00c-7cc387171db7'}), 'az': u'nova', 'id': u'05756358-ce5f-4ac3-951b-eb23f249735d', 'security_groups': [Munch({u'name': u'vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'114d87669a3b481692e0824d83e8b883', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5748d9344d1643f7a83c04f32eb04885', 'name': 'vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370', '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'2019-01-09T08:18:46.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-09T08:18:47Z', 'hostId': u'c2afeb949ab5b3c41c71a79554c3bdad79d567368e8302ae962799e9', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'c2afeb949ab5b3c41c71a79554c3bdad79d567368e8302ae962799e9', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, 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-SRV-USG:launched_at': u'2019-01-09T08:18:46.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5748d9344d1643f7a83c04f32eb04885', 'name': u'vping_ssh-vm2_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'adminPass': u'f76nhaPnQhVC', 'tenant_id': u'5748d9344d1643f7a83c04f32eb04885', 'region': 'regionOne', 'created': u'2019-01-09T08:18:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-09 08:19:02,225 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:38:6d:06', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e93c303d-a63c-4935-846a-667058d6a20c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-09T08:18:58.000000', 'flavor': Munch({u'id': u'862b16ad-848c-4f6b-a00c-7cc387171db7'}), 'az': u'nova', 'id': u'09147a52-1324-4e8d-8add-39ebf3f14b07', 'security_groups': [Munch({u'name': u'vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'114d87669a3b481692e0824d83e8b883', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5748d9344d1643f7a83c04f32eb04885', 'name': 'vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370', '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'2019-01-09T08:18:58.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-09T08:18:59Z', 'hostId': u'2e2686a52cf84351b51140fc6c7325f86228973e7298b40592bcbc12', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'2e2686a52cf84351b51140fc6c7325f86228973e7298b40592bcbc12', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, 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-SRV-USG:launched_at': u'2019-01-09T08:18:58.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5748d9344d1643f7a83c04f32eb04885', 'name': u'vping_ssh-vm_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'adminPass': u'9ivSTWnBcygs', 'tenant_id': u'5748d9344d1643f7a83c04f32eb04885', 'region': 'regionOne', 'created': u'2019-01-09T08:18:50Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-09 08:19:04,084 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'67201413-351f-4940-87ee-ac8c89bcbdc1', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'5748d9344d1643f7a83c04f32eb04885', 'created_at': u'2019-01-09T08:19:03Z', 'attached': True, 'updated_at': u'2019-01-09T08:19:03Z', 'id': u'9b6abae9-8635-48d7-9ec9-3ea7464954f9', 'floating_network_id': u'10b23b07-756b-4000-b2c9-9121d33fb1bd', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5748d9344d1643f7a83c04f32eb04885', 'name': 'vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'67201413-351f-4940-87ee-ac8c89bcbdc1', 'project_id': u'5748d9344d1643f7a83c04f32eb04885', 'port_id': u'07311341-52c8-4f63-99dc-db73989e0289', 'port': u'07311341-52c8-4f63-99dc-db73989e0289', 'network': u'10b23b07-756b-4000-b2c9-9121d33fb1bd'}) 2019-01-09 08:19:05,195 - functest.core.singlevm - DEBUG - vm 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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] kvm-clock: using sched offset of 593369157 cycles [ 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] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 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: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K 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 3491.910 MHz processor [ 0.174653] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.177099] pid_max: default: 32768 minimum: 301 [ 0.178443] ACPI: Core revision 20150930 [ 0.180138] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.182081] Security Framework initialized [ 0.183269] Yama: becoming mindful. [ 0.184313] AppArmor: AppArmor initialized [ 0.185560] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.187520] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.189474] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191286] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.193318] Initializing cgroup subsys io [ 0.194485] Initializing cgroup subsys memory [ 0.195740] Initializing cgroup subsys devices [ 0.197009] Initializing cgroup subsys freezer [ 0.198262] Initializing cgroup subsys net_cls [ 0.199517] Initializing cgroup subsys perf_event [ 0.200841] Initializing cgroup subsys net_prio [ 0.202132] Initializing cgroup subsys hugetlb [ 0.203395] Initializing cgroup subsys pids [ 0.204640] CPU: Physical Processor ID: 0 [ 0.206494] mce: CPU supports 10 MCE banks [ 0.207712] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.209204] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.220349] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.227452] ftrace: allocating 31920 entries in 125 pages [ 0.254078] smpboot: Max logical packages: 1 [ 0.255312] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.257262] x2apic enabled [ 0.258315] Switched APIC routing to physical x2apic. [ 0.260497] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.262126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.264982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.267555] KVM setup paravirtual spinlock [ 0.269210] x86: Booted up 1 node, 1 CPUs [ 0.270365] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.272343] devtmpfs: initialized [ 0.274330] evm: security.selinux [ 0.275310] evm: security.SMACK64 [ 0.276304] evm: security.SMACK64EXEC [ 0.277373] evm: security.SMACK64TRANSMUTE [ 0.278548] evm: security.SMACK64MMAP [ 0.279618] evm: security.ima [ 0.280521] evm: security.capability [ 0.281639] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.284358] pinctrl core: initialized pinctrl subsystem [ 0.285919] RTC time: 8:18:58, date: 01/09/19 [ 0.287257] NET: Registered protocol family 16 [ 0.288615] cpuidle: using governor ladder [ 0.289785] cpuidle: using governor menu [ 0.290938] PCCT header not found. [ 0.292000] ACPI: bus type PCI registered [ 0.293159] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.295012] PCI: Using configuration type 1 for base access [ 0.297299] ACPI: Added _OSI(Module Device) [ 0.298490] ACPI: Added _OSI(Processor Device) [ 0.299762] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.301071] ACPI: Added _OSI(Processor Aggregator Device) [ 0.303667] ACPI: Interpreter enabled [ 0.304762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.307466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.312725] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.315508] ACPI: (supports S0 S5) [ 0.316504] ACPI: Using IOAPIC for interrupt routing [ 0.317909] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.321756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.323477] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.325327] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.327106] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.330338] acpiphp: Slot [3] registered [ 0.331472] acpiphp: Slot [4] registered [ 0.332602] acpiphp: Slot [5] registered [ 0.333738] acpiphp: Slot [6] registered [ 0.334877] acpiphp: Slot [7] registered [ 0.336014] acpiphp: Slot [8] registered [ 0.337160] acpiphp: Slot [9] registered [ 0.338335] acpiphp: Slot [10] registered [ 0.339479] acpiphp: Slot [11] registered [ 0.340630] acpiphp: Slot [12] registered [ 0.341781] acpiphp: Slot [13] registered [ 0.342973] acpiphp: Slot [14] registered [ 0.344158] acpiphp: Slot [15] registered [ 0.355557] acpiphp: Slot [16] registered [ 0.356742] acpiphp: Slot [17] registered [ 0.357928] acpiphp: Slot [18] registered [ 0.359098] acpiphp: Slot [19] registered [ 0.360286] acpiphp: Slot [20] registered [ 0.361464] acpiphp: Slot [21] registered [ 0.362635] acpiphp: Slot [22] registered [ 0.363803] acpiphp: Slot [23] registered [ 0.364998] acpiphp: Slot [24] registered [ 0.366178] acpiphp: Slot [25] registered [ 0.367368] acpiphp: Slot [26] registered [ 0.368549] acpiphp: Slot [27] registered [ 0.369709] acpiphp: Slot [28] registered [ 0.370882] acpiphp: Slot [29] registered [ 0.372095] acpiphp: Slot [30] registered [ 0.373270] acpiphp: Slot [31] registered [ 0.374434] PCI host bridge to bus 0000:00 [ 0.375619] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.377449] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.379300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.381430] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.383559] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.390268] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.392177] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.393949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.395825] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.402637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.404707] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.449400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.451350] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.454259] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.456158] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.457984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.459683] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.461319] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.462862] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.465121] vgaarb: loaded [ 0.465954] vgaarb: bridge control possible 0000:00:02.0 [ 0.467535] SCSI subsystem initialized [ 0.468670] ACPI: bus type USB registered [ 0.469827] usbcore: registered new interface driver usbfs [ 0.471312] usbcore: registered new interface driver hub [ 0.472792] usbcore: registered new device driver usb [ 0.474333] PCI: Using ACPI for IRQ routing [ 0.475725] NetLabel: Initializing [ 0.476743] NetLabel: domain hash size = 128 [ 0.478006] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.479411] NetLabel: unlabeled traffic allowed by default [ 0.481017] clocksource: Switched to clocksource kvm-clock [ 0.486874] AppArmor: AppArmor Filesystem Enabled [ 0.488054] pnp: PnP ACPI init [ 0.489123] pnp: PnP ACPI: found 5 devices [ 0.495790] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.497902] NET: Registered protocol family 2 [ 0.499048] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.500712] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.502152] TCP: Hash tables configured (established 4096 bind 4096) [ 0.503615] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.504984] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.506487] NET: Registered protocol family 1 [ 0.507532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.508838] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.510216] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.524436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.538688] Trying to unpack rootfs image as initramfs... [ 0.588433] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.602825] Scanning for low memory corruption every 60 seconds [ 0.604426] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.605862] audit: initializing netlink subsys (disabled) [ 0.607182] audit: type=2000 audit(1547021939.145:1): initialized [ 0.608792] Initialise system trusted keyring [ 0.609984] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.611473] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.613745] zbud: loaded [ 0.614589] VFS: Disk quotas dquot_6.6.0 [ 0.615597] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.617461] fuse init (API version 7.23) [ 0.618562] Key type big_key registered [ 0.619606] Allocating IMA MOK and blacklist keyrings. [ 0.621371] Key type asymmetric registered [ 0.622407] Asymmetric key parser 'x509' registered [ 0.623623] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.627376] io scheduler noop registered [ 0.628374] io scheduler deadline registered (default) [ 0.629620] io scheduler cfq registered [ 0.630643] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.631989] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.633560] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.635396] ACPI: Power Button [PWRF] [ 0.636391] GHES: HEST is not enabled! [ 0.650383] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.679561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.682483] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706631] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.710104] Linux agpgart interface v0.103 [ 0.713274] brd: module loaded [ 0.715329] loop: module loaded [ 0.727988] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.729820] GPT:90111 != 2097151 [ 0.730705] GPT:Alternate GPT header not at the end of the disk. [ 0.732191] GPT:90111 != 2097151 [ 0.733103] GPT: Use GNU Parted to correct GPT errors. [ 0.734416] vda: vda1 vda15 [ 0.736045] scsi host0: ata_piix [ 0.736983] scsi host1: ata_piix [ 0.737775] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.739090] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.740849] libphy: Fixed MDIO Bus: probed [ 0.741970] tun: Universal TUN/TAP device driver, 1.6 [ 0.743131] tun: (C) 1999-2004 Max Krasnyansky [ 0.745366] PPP generic driver version 2.4.2 [ 0.746618] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.748135] ehci-pci: EHCI PCI platform driver [ 0.749280] ehci-platform: EHCI generic platform driver [ 0.750466] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.751930] ohci-pci: OHCI PCI platform driver [ 0.753097] ohci-platform: OHCI generic platform driver [ 0.754411] uhci_hcd: USB Universal Host Controller Interface driver [ 0.769124] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.770471] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.772383] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.773664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.775203] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.776921] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.778840] usb usb1: Product: UHCI Host Controller [ 0.780185] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.781804] usb usb1: SerialNumber: 0000:00:01.2 [ 0.783068] hub 1-0:1.0: USB hub found [ 0.784098] hub 1-0:1.0: 2 ports detected [ 0.785284] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787892] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789214] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.790622] mousedev: PS/2 mouse device common for all mice [ 0.792318] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.794708] rtc_cmos 00:00: RTC can wake from S4 [ 0.796121] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.797765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.799449] i2c /dev entries driver [ 0.800465] device-mapper: uevent: version 1.0.3 [ 0.801740] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.804004] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805757] NET: Registered protocol family 10 [ 0.807075] NET: Registered protocol family 17 [ 0.808277] Key type dns_resolver registered [ 0.809478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.810968] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.813315] registered taskstats version 1 [ 0.814438] Loading compiled-in X.509 certificates [ 0.816139] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.818707] zswap: loaded using pool lzo/zbud [ 0.820349] Key type trusted registered [ 0.822184] Key type encrypted registered [ 0.823188] AppArmor: AppArmor sha1 policy hashing enabled [ 0.824598] ima: No TPM chip found, activating TPM-bypass! [ 0.826038] evm: HMAC attrs: 0x1 [ 0.827198] Magic number: 3:761:320 [ 0.828241] misc microcode: hash matches [ 0.829318] platform microcode: hash matches [ 0.830464] tty tty45: hash matches [ 0.831497] rtc_cmos 00:00: setting system clock to 2019-01-09 08:18:59 UTC (1547021939) [ 0.833717] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.835223] EDD information not available. [ 0.897995] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.900124] Write protecting the kernel read-only data: 14336k [ 0.902139] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.904326] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 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 1.70 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... [ 1.959169] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.80. iid=i-00000023 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: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPMoYOfZhjBclMgrObiTVBkP7Nl3gGadFUbjdBQE/OYK1EMnZ8yYJnWD7IFAkiLx28aSugemUrsfE7YyTBX37L9V5GmJyuSpJYYpnM7eB0G3nhn0tsosNCyvFYfHbzzVVrO0ANSUMUNCM9itt+vDQIpFZDhTs+imNaBXPMhJ/pQERyriAnA9W5JO1CdOOALZcGxVKyXAU6/5MJly4t/bw/QsZsKe/qEFcbtJ3/vLxk7Yy7FxIuiquws2PYy7zfTelFitpJMGGddD0wkaipoiMc5p0rdCc7BPrDcfUfqatkLhFKU4PP6mvDRVHFDj2FgckYzFJm8FHjpBEXCe6YXRFb root@vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 ssh-dss AAAAB3NzaC1kc3MAAACBAOuZHkFOpUieHncwZbzs2YFYDuJzq1wDuXkGqys6MtBTuhlhQroqUfnm817HYaMhi9XtK7hLj97PDdJ6ejzgy9tbM5E+rBpLhTritZvanZSPqfI3ub+RC5/Ka284SD106sAXiLpzucgbHjDceVv00nh2sjDYjTYPhEUXllYYhTUnAAAAFQC2qCi4Dc9ji+q2AnmUp11VMu5g0wAAAIEAiOmyhQG4mA0Ku5cMnKpM/BUi2L6wiyVqf4J3UlMdmZVwid6McMU12b9P5kDa4tytJxwAXugXpOT2fLuD+P2HhBXRz6cUfTwn3Ysh7SP0lwDW7EHCu4U7gzVpCCFVlASZLy015dG0gOmgLVuRLYAXhWTcL7fvkhPQjVJbULdbbdoAAACAFm1jT/TBPgLIXjgnKvLf7MOB4gNupckRgfYjMOr/TaXsXxc2Sou/jrc8ALzvZyc23dJwQ435BnEHz+RFZVGNjZGHB4nLKWXz8GNjO3Xqy0SGJylbwSFTSH/xvaBSCu7Z8tA4y2xdBkGzp+vhiKLRysU0fmZAUIkfwa85NPaiPEI= root@vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe38:6d06/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000023 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 launch-index: 0 === cirros: current=0.4.0 uptime=3.45 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 login: 2019-01-09 08:19:06,198 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: timed out 2019-01-09 08:19:16,315 - functest.core.singlevm - DEBUG - vm 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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] kvm-clock: using sched offset of 593369157 cycles [ 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] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 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: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K 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 3491.910 MHz processor [ 0.174653] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.177099] pid_max: default: 32768 minimum: 301 [ 0.178443] ACPI: Core revision 20150930 [ 0.180138] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.182081] Security Framework initialized [ 0.183269] Yama: becoming mindful. [ 0.184313] AppArmor: AppArmor initialized [ 0.185560] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.187520] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.189474] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191286] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.193318] Initializing cgroup subsys io [ 0.194485] Initializing cgroup subsys memory [ 0.195740] Initializing cgroup subsys devices [ 0.197009] Initializing cgroup subsys freezer [ 0.198262] Initializing cgroup subsys net_cls [ 0.199517] Initializing cgroup subsys perf_event [ 0.200841] Initializing cgroup subsys net_prio [ 0.202132] Initializing cgroup subsys hugetlb [ 0.203395] Initializing cgroup subsys pids [ 0.204640] CPU: Physical Processor ID: 0 [ 0.206494] mce: CPU supports 10 MCE banks [ 0.207712] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.209204] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.220349] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.227452] ftrace: allocating 31920 entries in 125 pages [ 0.254078] smpboot: Max logical packages: 1 [ 0.255312] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.257262] x2apic enabled [ 0.258315] Switched APIC routing to physical x2apic. [ 0.260497] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.262126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.264982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.267555] KVM setup paravirtual spinlock [ 0.269210] x86: Booted up 1 node, 1 CPUs [ 0.270365] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.272343] devtmpfs: initialized [ 0.274330] evm: security.selinux [ 0.275310] evm: security.SMACK64 [ 0.276304] evm: security.SMACK64EXEC [ 0.277373] evm: security.SMACK64TRANSMUTE [ 0.278548] evm: security.SMACK64MMAP [ 0.279618] evm: security.ima [ 0.280521] evm: security.capability [ 0.281639] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.284358] pinctrl core: initialized pinctrl subsystem [ 0.285919] RTC time: 8:18:58, date: 01/09/19 [ 0.287257] NET: Registered protocol family 16 [ 0.288615] cpuidle: using governor ladder [ 0.289785] cpuidle: using governor menu [ 0.290938] PCCT header not found. [ 0.292000] ACPI: bus type PCI registered [ 0.293159] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.295012] PCI: Using configuration type 1 for base access [ 0.297299] ACPI: Added _OSI(Module Device) [ 0.298490] ACPI: Added _OSI(Processor Device) [ 0.299762] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.301071] ACPI: Added _OSI(Processor Aggregator Device) [ 0.303667] ACPI: Interpreter enabled [ 0.304762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.307466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.312725] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.315508] ACPI: (supports S0 S5) [ 0.316504] ACPI: Using IOAPIC for interrupt routing [ 0.317909] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.321756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.323477] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.325327] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.327106] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.330338] acpiphp: Slot [3] registered [ 0.331472] acpiphp: Slot [4] registered [ 0.332602] acpiphp: Slot [5] registered [ 0.333738] acpiphp: Slot [6] registered [ 0.334877] acpiphp: Slot [7] registered [ 0.336014] acpiphp: Slot [8] registered [ 0.337160] acpiphp: Slot [9] registered [ 0.338335] acpiphp: Slot [10] registered [ 0.339479] acpiphp: Slot [11] registered [ 0.340630] acpiphp: Slot [12] registered [ 0.341781] acpiphp: Slot [13] registered [ 0.342973] acpiphp: Slot [14] registered [ 0.344158] acpiphp: Slot [15] registered [ 0.355557] acpiphp: Slot [16] registered [ 0.356742] acpiphp: Slot [17] registered [ 0.357928] acpiphp: Slot [18] registered [ 0.359098] acpiphp: Slot [19] registered [ 0.360286] acpiphp: Slot [20] registered [ 0.361464] acpiphp: Slot [21] registered [ 0.362635] acpiphp: Slot [22] registered [ 0.363803] acpiphp: Slot [23] registered [ 0.364998] acpiphp: Slot [24] registered [ 0.366178] acpiphp: Slot [25] registered [ 0.367368] acpiphp: Slot [26] registered [ 0.368549] acpiphp: Slot [27] registered [ 0.369709] acpiphp: Slot [28] registered [ 0.370882] acpiphp: Slot [29] registered [ 0.372095] acpiphp: Slot [30] registered [ 0.373270] acpiphp: Slot [31] registered [ 0.374434] PCI host bridge to bus 0000:00 [ 0.375619] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.377449] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.379300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.381430] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.383559] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.390268] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.392177] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.393949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.395825] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.402637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.404707] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.449400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.451350] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.454259] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.456158] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.457984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.459683] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.461319] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.462862] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.465121] vgaarb: loaded [ 0.465954] vgaarb: bridge control possible 0000:00:02.0 [ 0.467535] SCSI subsystem initialized [ 0.468670] ACPI: bus type USB registered [ 0.469827] usbcore: registered new interface driver usbfs [ 0.471312] usbcore: registered new interface driver hub [ 0.472792] usbcore: registered new device driver usb [ 0.474333] PCI: Using ACPI for IRQ routing [ 0.475725] NetLabel: Initializing [ 0.476743] NetLabel: domain hash size = 128 [ 0.478006] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.479411] NetLabel: unlabeled traffic allowed by default [ 0.481017] clocksource: Switched to clocksource kvm-clock [ 0.486874] AppArmor: AppArmor Filesystem Enabled [ 0.488054] pnp: PnP ACPI init [ 0.489123] pnp: PnP ACPI: found 5 devices [ 0.495790] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.497902] NET: Registered protocol family 2 [ 0.499048] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.500712] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.502152] TCP: Hash tables configured (established 4096 bind 4096) [ 0.503615] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.504984] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.506487] NET: Registered protocol family 1 [ 0.507532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.508838] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.510216] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.524436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.538688] Trying to unpack rootfs image as initramfs... [ 0.588433] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.602825] Scanning for low memory corruption every 60 seconds [ 0.604426] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.605862] audit: initializing netlink subsys (disabled) [ 0.607182] audit: type=2000 audit(1547021939.145:1): initialized [ 0.608792] Initialise system trusted keyring [ 0.609984] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.611473] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.613745] zbud: loaded [ 0.614589] VFS: Disk quotas dquot_6.6.0 [ 0.615597] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.617461] fuse init (API version 7.23) [ 0.618562] Key type big_key registered [ 0.619606] Allocating IMA MOK and blacklist keyrings. [ 0.621371] Key type asymmetric registered [ 0.622407] Asymmetric key parser 'x509' registered [ 0.623623] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.627376] io scheduler noop registered [ 0.628374] io scheduler deadline registered (default) [ 0.629620] io scheduler cfq registered [ 0.630643] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.631989] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.633560] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.635396] ACPI: Power Button [PWRF] [ 0.636391] GHES: HEST is not enabled! [ 0.650383] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.679561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.682483] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706631] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.710104] Linux agpgart interface v0.103 [ 0.713274] brd: module loaded [ 0.715329] loop: module loaded [ 0.727988] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.729820] GPT:90111 != 2097151 [ 0.730705] GPT:Alternate GPT header not at the end of the disk. [ 0.732191] GPT:90111 != 2097151 [ 0.733103] GPT: Use GNU Parted to correct GPT errors. [ 0.734416] vda: vda1 vda15 [ 0.736045] scsi host0: ata_piix [ 0.736983] scsi host1: ata_piix [ 0.737775] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.739090] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.740849] libphy: Fixed MDIO Bus: probed [ 0.741970] tun: Universal TUN/TAP device driver, 1.6 [ 0.743131] tun: (C) 1999-2004 Max Krasnyansky [ 0.745366] PPP generic driver version 2.4.2 [ 0.746618] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.748135] ehci-pci: EHCI PCI platform driver [ 0.749280] ehci-platform: EHCI generic platform driver [ 0.750466] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.751930] ohci-pci: OHCI PCI platform driver [ 0.753097] ohci-platform: OHCI generic platform driver [ 0.754411] uhci_hcd: USB Universal Host Controller Interface driver [ 0.769124] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.770471] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.772383] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.773664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.775203] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.776921] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.778840] usb usb1: Product: UHCI Host Controller [ 0.780185] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.781804] usb usb1: SerialNumber: 0000:00:01.2 [ 0.783068] hub 1-0:1.0: USB hub found [ 0.784098] hub 1-0:1.0: 2 ports detected [ 0.785284] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787892] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789214] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.790622] mousedev: PS/2 mouse device common for all mice [ 0.792318] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.794708] rtc_cmos 00:00: RTC can wake from S4 [ 0.796121] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.797765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.799449] i2c /dev entries driver [ 0.800465] device-mapper: uevent: version 1.0.3 [ 0.801740] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.804004] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805757] NET: Registered protocol family 10 [ 0.807075] NET: Registered protocol family 17 [ 0.808277] Key type dns_resolver registered [ 0.809478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.810968] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.813315] registered taskstats version 1 [ 0.814438] Loading compiled-in X.509 certificates [ 0.816139] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.818707] zswap: loaded using pool lzo/zbud [ 0.820349] Key type trusted registered [ 0.822184] Key type encrypted registered [ 0.823188] AppArmor: AppArmor sha1 policy hashing enabled [ 0.824598] ima: No TPM chip found, activating TPM-bypass! [ 0.826038] evm: HMAC attrs: 0x1 [ 0.827198] Magic number: 3:761:320 [ 0.828241] misc microcode: hash matches [ 0.829318] platform microcode: hash matches [ 0.830464] tty tty45: hash matches [ 0.831497] rtc_cmos 00:00: setting system clock to 2019-01-09 08:18:59 UTC (1547021939) [ 0.833717] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.835223] EDD information not available. [ 0.897995] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.900124] Write protecting the kernel read-only data: 14336k [ 0.902139] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.904326] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 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 1.70 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... [ 1.959169] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.80. iid=i-00000023 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: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPMoYOfZhjBclMgrObiTVBkP7Nl3gGadFUbjdBQE/OYK1EMnZ8yYJnWD7IFAkiLx28aSugemUrsfE7YyTBX37L9V5GmJyuSpJYYpnM7eB0G3nhn0tsosNCyvFYfHbzzVVrO0ANSUMUNCM9itt+vDQIpFZDhTs+imNaBXPMhJ/pQERyriAnA9W5JO1CdOOALZcGxVKyXAU6/5MJly4t/bw/QsZsKe/qEFcbtJ3/vLxk7Yy7FxIuiquws2PYy7zfTelFitpJMGGddD0wkaipoiMc5p0rdCc7BPrDcfUfqatkLhFKU4PP6mvDRVHFDj2FgckYzFJm8FHjpBEXCe6YXRFb root@vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 ssh-dss AAAAB3NzaC1kc3MAAACBAOuZHkFOpUieHncwZbzs2YFYDuJzq1wDuXkGqys6MtBTuhlhQroqUfnm817HYaMhi9XtK7hLj97PDdJ6ejzgy9tbM5E+rBpLhTritZvanZSPqfI3ub+RC5/Ka284SD106sAXiLpzucgbHjDceVv00nh2sjDYjTYPhEUXllYYhTUnAAAAFQC2qCi4Dc9ji+q2AnmUp11VMu5g0wAAAIEAiOmyhQG4mA0Ku5cMnKpM/BUi2L6wiyVqf4J3UlMdmZVwid6McMU12b9P5kDa4tytJxwAXugXpOT2fLuD+P2HhBXRz6cUfTwn3Ysh7SP0lwDW7EHCu4U7gzVpCCFVlASZLy015dG0gOmgLVuRLYAXhWTcL7fvkhPQjVJbULdbbdoAAACAFm1jT/TBPgLIXjgnKvLf7MOB4gNupckRgfYjMOr/TaXsXxc2Sou/jrc8ALzvZyc23dJwQ435BnEHz+RFZVGNjZGHB4nLKWXz8GNjO3Xqy0SGJylbwSFTSH/xvaBSCu7Z8tA4y2xdBkGzp+vhiKLRysU0fmZAUIkfwa85NPaiPEI= root@vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe38:6d06/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000023 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 launch-index: 0 === cirros: current=0.4.0 uptime=3.45 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 login: /dev/root resized successfully [took 4.68s] 2019-01-09 08:19:16,422 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.13 (192.168.120.13): 56 data bytes 64 bytes from 192.168.120.13: seq=0 ttl=64 time=1.407 ms --- 192.168.120.13 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.407/1.407/1.407 ms 2019-01-09 08:19:16,423 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2019-01-09 08:19:16,532 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 08:19:16,533 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:46 | PASS | +-------------------+------------------+------------------+----------------+ 2019-01-09 08:19:34,178 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2019-01-09 08:19:35,147 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'id': u'708b0315780e4aa5adbcd210592961b8', 'description': u'Created by OPNFV Functest: vping_userdata', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2019-01-09 08:19:35,592 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'29f2bd33c1634c2bbfbe0dad8820a902', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_d2ec6891-a1cf-46a1-b439-3094dd3b49fd'}) 2019-01-09 08:19:35,760 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 08:19:35,891 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/cb1cc41bdd0b48bfa50a199a749d5637'}, 'domain_id': None, 'human_id': None, 'id': u'cb1cc41bdd0b48bfa50a199a749d5637', 'HUMAN_ID': False}) 2019-01-09 08:19:36,440 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '0c6c8203-5afb-4216-bcfb-2d92d4a46f33', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_userdata-user_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'project_id': u'708b0315780e4aa5adbcd210592961b8', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 08:19:36,445 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'password': '0c6c8203-5afb-4216-bcfb-2d92d4a46f33', 'project_name': 'vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '708b0315780e4aa5adbcd210592961b8', 'project_domain_name': 'Default'} 2019-01-09 08:19:36,446 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2019-01-09 08:19:37,147 - functest.core.tenantnetwork - 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'2019-01-09T08:19:37Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'7b9821b7-0056-4eb3-bf62-0f65444b18b3', u'provider:segmentation_id': 64, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', u'admin_state_up': True, u'tenant_id': u'708b0315780e4aa5adbcd210592961b8', u'created_at': u'2019-01-09T08:19:36Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'708b0315780e4aa5adbcd210592961b8'}) 2019-01-09 08:19:38,704 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-09T08:19:38Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'7d673859-190c-4f45-a2d3-2e70529ad1b8', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', u'enable_dhcp': True, u'network_id': u'7b9821b7-0056-4eb3-bf62-0f65444b18b3', u'tenant_id': u'708b0315780e4aa5adbcd210592961b8', u'created_at': u'2019-01-09T08:19:38Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'708b0315780e4aa5adbcd210592961b8'}) 2019-01-09 08:19:39,923 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'10b23b07-756b-4000-b2c9-9121d33fb1bd', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'708b0315780e4aa5adbcd210592961b8', u'created_at': u'2019-01-09T08:19:38Z', u'admin_state_up': True, u'updated_at': u'2019-01-09T08:19:39Z', u'revision_number': 2, u'routes': [], u'project_id': u'708b0315780e4aa5adbcd210592961b8', u'id': u'480ea507-50ae-4943-9aed-183f4182eb55', u'name': u'vping_userdata-router_d2ec6891-a1cf-46a1-b439-3094dd3b49fd'}) 2019-01-09 08:19:43,442 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/file', 'owner': u'708b0315780e4aa5adbcd210592961b8', 'id': u'6292c325-b121-4778-94a0-cfffe8e7d9aa', 'size': 12716032, u'self': u'/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'708b0315780e4aa5adbcd210592961b8', 'name': 'vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T08:19:43Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-09T08:19:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'created': u'2019-01-09T08:19:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T08:19:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 08:19:43,685 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', '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'a3475ec98a734cb2aeb418d350edd17b', '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'ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54', 'swap': 0}) 2019-01-09 08:19:52,105 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7a:2a:4e', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6292c325-b121-4778-94a0-cfffe8e7d9aa'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-09T08:19:49.000000', 'flavor': Munch({u'id': u'ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54'}), 'az': u'nova', 'id': u'2160fd9b-158a-438e-916d-f45d4ec87aba', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'29f2bd33c1634c2bbfbe0dad8820a902', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'708b0315780e4aa5adbcd210592961b8', 'name': 'vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', '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'2019-01-09T08:19:49.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-09T08:19:50Z', 'hostId': u'd7b53ecb723394b5586d09cb99bc5cd814e2de6dd478bf5e22e5f7f1', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'd7b53ecb723394b5586d09cb99bc5cd814e2de6dd478bf5e22e5f7f1', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, 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-SRV-USG:launched_at': u'2019-01-09T08:19:49.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'708b0315780e4aa5adbcd210592961b8', 'name': u'vping_userdata-vm_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'adminPass': u'avX7iH9fkJkD', 'tenant_id': u'708b0315780e4aa5adbcd210592961b8', 'region': 'regionOne', 'created': u'2019-01-09T08:19:46Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-09 08:20:01,963 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ae:5a:9b', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6292c325-b121-4778-94a0-cfffe8e7d9aa'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-09T08:20:00.000000', 'flavor': Munch({u'id': u'ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54'}), 'az': u'nova', 'id': u'88f54d1b-48b9-4d4c-b09d-7b192f283017', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'29f2bd33c1634c2bbfbe0dad8820a902', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'708b0315780e4aa5adbcd210592961b8', 'name': 'vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', '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'2019-01-09T08:20:00.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-09T08:20:01Z', 'hostId': u'49c00bc1762f1a56488b34a102a95bcbd07df74bac4361565d8d1894', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'49c00bc1762f1a56488b34a102a95bcbd07df74bac4361565d8d1894', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, 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-SRV-USG:launched_at': u'2019-01-09T08:20:00.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'708b0315780e4aa5adbcd210592961b8', 'name': u'vping_userdata-vm2_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'adminPass': u'Jgb64cU7Kf4x', 'tenant_id': u'708b0315780e4aa5adbcd210592961b8', 'region': 'regionOne', 'created': u'2019-01-09T08:19:53Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-09 08:20:01,963 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2019-01-09 08:20:04,880 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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] kvm-clock: using sched offset of 528071456 cycles [ 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] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 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: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K 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 3491.910 MHz processor [ 0.128153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129765] pid_max: default: 32768 minimum: 301 [ 0.130633] ACPI: Core revision 20150930 [ 0.131994] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133271] Security Framework initialized [ 0.134066] Yama: becoming mindful. [ 0.134780] AppArmor: AppArmor initialized [ 0.135626] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138163] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139346] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140697] Initializing cgroup subsys io [ 0.141496] Initializing cgroup subsys memory [ 0.142329] Initializing cgroup subsys devices [ 0.143178] Initializing cgroup subsys freezer [ 0.144028] Initializing cgroup subsys net_cls [ 0.144874] Initializing cgroup subsys perf_event [ 0.145756] Initializing cgroup subsys net_prio [ 0.146612] Initializing cgroup subsys hugetlb [ 0.147461] Initializing cgroup subsys pids [ 0.148309] CPU: Physical Processor ID: 0 [ 0.149789] mce: CPU supports 10 MCE banks [ 0.150616] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151602] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162194] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168522] ftrace: allocating 31920 entries in 125 pages [ 0.194686] smpboot: Max logical packages: 1 [ 0.195530] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196845] x2apic enabled [ 0.197638] Switched APIC routing to physical x2apic. [ 0.199356] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200443] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202385] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204148] KVM setup paravirtual spinlock [ 0.205437] x86: Booted up 1 node, 1 CPUs [ 0.206229] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207595] devtmpfs: initialized [ 0.209295] evm: security.selinux [ 0.209987] evm: security.SMACK64 [ 0.210671] evm: security.SMACK64EXEC [ 0.211405] evm: security.SMACK64TRANSMUTE [ 0.212204] evm: security.SMACK64MMAP [ 0.212950] evm: security.ima [ 0.213592] evm: security.capability [ 0.214385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.216210] pinctrl core: initialized pinctrl subsystem [ 0.217290] RTC time: 8:20:00, date: 01/09/19 [ 0.218237] NET: Registered protocol family 16 [ 0.219202] cpuidle: using governor ladder [ 0.220008] cpuidle: using governor menu [ 0.220788] PCCT header not found. [ 0.221526] ACPI: bus type PCI registered [ 0.222313] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223534] PCI: Using configuration type 1 for base access [ 0.225265] ACPI: Added _OSI(Module Device) [ 0.226095] ACPI: Added _OSI(Processor Device) [ 0.226960] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227854] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229974] ACPI: Interpreter enabled [ 0.230737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.234365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.236182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237995] ACPI: (supports S0 S5) [ 0.238692] ACPI: Using IOAPIC for interrupt routing [ 0.239623] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242702] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243827] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.245037] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.246212] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.248400] acpiphp: Slot [3] registered [ 0.249192] acpiphp: Slot [4] registered [ 0.249991] acpiphp: Slot [5] registered [ 0.250783] acpiphp: Slot [6] registered [ 0.251568] acpiphp: Slot [7] registered [ 0.252349] acpiphp: Slot [8] registered [ 0.253136] acpiphp: Slot [9] registered [ 0.253921] acpiphp: Slot [10] registered [ 0.254718] acpiphp: Slot [11] registered [ 0.255527] acpiphp: Slot [12] registered [ 0.256322] acpiphp: Slot [13] registered [ 0.257124] acpiphp: Slot [14] registered [ 0.257923] acpiphp: Slot [15] registered [ 0.268788] acpiphp: Slot [16] registered [ 0.269591] acpiphp: Slot [17] registered [ 0.270388] acpiphp: Slot [18] registered [ 0.271200] acpiphp: Slot [19] registered [ 0.271999] acpiphp: Slot [20] registered [ 0.272805] acpiphp: Slot [21] registered [ 0.273607] acpiphp: Slot [22] registered [ 0.274405] acpiphp: Slot [23] registered [ 0.275204] acpiphp: Slot [24] registered [ 0.276005] acpiphp: Slot [25] registered [ 0.276811] acpiphp: Slot [26] registered [ 0.277611] acpiphp: Slot [27] registered [ 0.278410] acpiphp: Slot [28] registered [ 0.279214] acpiphp: Slot [29] registered [ 0.280011] acpiphp: Slot [30] registered [ 0.280816] acpiphp: Slot [31] registered [ 0.281614] PCI host bridge to bus 0000:00 [ 0.282408] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.283603] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.284794] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286219] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287656] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.293875] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295160] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.303954] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.351239] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352707] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.354124] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.358156] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.359536] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.360597] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.362117] vgaarb: loaded [ 0.362714] vgaarb: bridge control possible 0000:00:02.0 [ 0.363835] SCSI subsystem initialized [ 0.364646] ACPI: bus type USB registered [ 0.365445] usbcore: registered new interface driver usbfs [ 0.366465] usbcore: registered new interface driver hub [ 0.367455] usbcore: registered new device driver usb [ 0.368507] PCI: Using ACPI for IRQ routing [ 0.369520] NetLabel: Initializing [ 0.370220] NetLabel: domain hash size = 128 [ 0.371064] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.372005] NetLabel: unlabeled traffic allowed by default [ 0.373088] clocksource: Switched to clocksource kvm-clock [ 0.378505] AppArmor: AppArmor Filesystem Enabled [ 0.379458] pnp: PnP ACPI init [ 0.380359] pnp: PnP ACPI: found 5 devices [ 0.386720] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.388394] NET: Registered protocol family 2 [ 0.389340] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.390594] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.391742] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392883] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393949] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.395110] NET: Registered protocol family 1 [ 0.395971] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.398118] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.412110] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.426307] Trying to unpack rootfs image as initramfs... [ 0.475448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489624] Scanning for low memory corruption every 60 seconds [ 0.490942] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.492067] audit: initializing netlink subsys (disabled) [ 0.493071] audit: type=2000 audit(1547022001.273:1): initialized [ 0.494372] Initialise system trusted keyring [ 0.495280] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.496425] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.498368] zbud: loaded [ 0.499066] VFS: Disk quotas dquot_6.6.0 [ 0.499878] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.501366] fuse init (API version 7.23) [ 0.502254] Key type big_key registered [ 0.503052] Allocating IMA MOK and blacklist keyrings. [ 0.504541] Key type asymmetric registered [ 0.505359] Asymmetric key parser 'x509' registered [ 0.506303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507747] io scheduler noop registered [ 0.508535] io scheduler deadline registered (default) [ 0.509515] io scheduler cfq registered [ 0.510338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.511366] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512631] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.514076] ACPI: Power Button [PWRF] [ 0.514900] GHES: HEST is not enabled! [ 0.528447] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558612] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587031] Linux agpgart interface v0.103 [ 0.589114] brd: module loaded [ 0.590316] loop: module loaded [ 0.595140] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596568] GPT:90111 != 2097151 [ 0.597234] GPT:Alternate GPT header not at the end of the disk. [ 0.598296] GPT:90111 != 2097151 [ 0.598955] GPT: Use GNU Parted to correct GPT errors. [ 0.599893] vda: vda1 vda15 [ 0.601643] scsi host0: ata_piix [ 0.602357] scsi host1: ata_piix [ 0.603049] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.604230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605643] libphy: Fixed MDIO Bus: probed [ 0.606438] tun: Universal TUN/TAP device driver, 1.6 [ 0.607362] tun: (C) 1999-2004 Max Krasnyansky [ 0.609577] PPP generic driver version 2.4.2 [ 0.610445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611774] ehci-pci: EHCI PCI platform driver [ 0.612626] ehci-platform: EHCI generic platform driver [ 0.613606] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.614708] ohci-pci: OHCI PCI platform driver [ 0.615560] ohci-platform: OHCI generic platform driver [ 0.616524] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630976] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631959] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.633388] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.634371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.635456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.636648] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.638043] usb usb1: Product: UHCI Host Controller [ 0.638962] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.640075] usb usb1: SerialNumber: 0000:00:01.2 [ 0.641075] hub 1-0:1.0: USB hub found [ 0.641854] hub 1-0:1.0: 2 ports detected [ 0.642741] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644805] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.645740] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.646743] mousedev: PS/2 mouse device common for all mice [ 0.647977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.649782] rtc_cmos 00:00: RTC can wake from S4 [ 0.650845] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.652012] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.653185] i2c /dev entries driver [ 0.653938] device-mapper: uevent: version 1.0.3 [ 0.654857] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.656445] ledtrig-cpu: registered to indicate activity on CPUs [ 0.657730] NET: Registered protocol family 10 [ 0.658711] NET: Registered protocol family 17 [ 0.659598] Key type dns_resolver registered [ 0.660514] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.661605] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.663316] registered taskstats version 1 [ 0.664136] Loading compiled-in X.509 certificates [ 0.665574] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.667388] zswap: loaded using pool lzo/zbud [ 0.668743] Key type trusted registered [ 0.670751] Key type encrypted registered [ 0.671591] AppArmor: AppArmor sha1 policy hashing enabled [ 0.672600] ima: No TPM chip found, activating TPM-bypass! [ 0.673628] evm: HMAC attrs: 0x1 [ 0.674918] Magic number: 3:761:320 [ 0.675679] misc microcode: hash matches [ 0.676443] platform microcode: hash matches [ 0.677292] tty tty45: hash matches [ 0.678095] rtc_cmos 00:00: setting system clock to 2019-01-09 08:20:01 UTC (1547022001) [ 0.679660] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.680749] EDD information not available. [ 0.762145] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.763686] Write protecting the kernel read-only data: 14336k [ 0.765217] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.766991] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 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 1.56 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... [ 1.780053] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id 2019-01-09 08:20:04,881 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2019-01-09 08:20:07,503 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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] kvm-clock: using sched offset of 528071456 cycles [ 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] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 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: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K 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 3491.910 MHz processor [ 0.128153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129765] pid_max: default: 32768 minimum: 301 [ 0.130633] ACPI: Core revision 20150930 [ 0.131994] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133271] Security Framework initialized [ 0.134066] Yama: becoming mindful. [ 0.134780] AppArmor: AppArmor initialized [ 0.135626] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138163] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139346] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140697] Initializing cgroup subsys io [ 0.141496] Initializing cgroup subsys memory [ 0.142329] Initializing cgroup subsys devices [ 0.143178] Initializing cgroup subsys freezer [ 0.144028] Initializing cgroup subsys net_cls [ 0.144874] Initializing cgroup subsys perf_event [ 0.145756] Initializing cgroup subsys net_prio [ 0.146612] Initializing cgroup subsys hugetlb [ 0.147461] Initializing cgroup subsys pids [ 0.148309] CPU: Physical Processor ID: 0 [ 0.149789] mce: CPU supports 10 MCE banks [ 0.150616] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151602] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162194] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168522] ftrace: allocating 31920 entries in 125 pages [ 0.194686] smpboot: Max logical packages: 1 [ 0.195530] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196845] x2apic enabled [ 0.197638] Switched APIC routing to physical x2apic. [ 0.199356] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200443] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202385] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204148] KVM setup paravirtual spinlock [ 0.205437] x86: Booted up 1 node, 1 CPUs [ 0.206229] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207595] devtmpfs: initialized [ 0.209295] evm: security.selinux [ 0.209987] evm: security.SMACK64 [ 0.210671] evm: security.SMACK64EXEC [ 0.211405] evm: security.SMACK64TRANSMUTE [ 0.212204] evm: security.SMACK64MMAP [ 0.212950] evm: security.ima [ 0.213592] evm: security.capability [ 0.214385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.216210] pinctrl core: initialized pinctrl subsystem [ 0.217290] RTC time: 8:20:00, date: 01/09/19 [ 0.218237] NET: Registered protocol family 16 [ 0.219202] cpuidle: using governor ladder [ 0.220008] cpuidle: using governor menu [ 0.220788] PCCT header not found. [ 0.221526] ACPI: bus type PCI registered [ 0.222313] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223534] PCI: Using configuration type 1 for base access [ 0.225265] ACPI: Added _OSI(Module Device) [ 0.226095] ACPI: Added _OSI(Processor Device) [ 0.226960] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227854] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229974] ACPI: Interpreter enabled [ 0.230737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.234365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.236182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237995] ACPI: (supports S0 S5) [ 0.238692] ACPI: Using IOAPIC for interrupt routing [ 0.239623] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242702] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243827] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.245037] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.246212] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.248400] acpiphp: Slot [3] registered [ 0.249192] acpiphp: Slot [4] registered [ 0.249991] acpiphp: Slot [5] registered [ 0.250783] acpiphp: Slot [6] registered [ 0.251568] acpiphp: Slot [7] registered [ 0.252349] acpiphp: Slot [8] registered [ 0.253136] acpiphp: Slot [9] registered [ 0.253921] acpiphp: Slot [10] registered [ 0.254718] acpiphp: Slot [11] registered [ 0.255527] acpiphp: Slot [12] registered [ 0.256322] acpiphp: Slot [13] registered [ 0.257124] acpiphp: Slot [14] registered [ 0.257923] acpiphp: Slot [15] registered [ 0.268788] acpiphp: Slot [16] registered [ 0.269591] acpiphp: Slot [17] registered [ 0.270388] acpiphp: Slot [18] registered [ 0.271200] acpiphp: Slot [19] registered [ 0.271999] acpiphp: Slot [20] registered [ 0.272805] acpiphp: Slot [21] registered [ 0.273607] acpiphp: Slot [22] registered [ 0.274405] acpiphp: Slot [23] registered [ 0.275204] acpiphp: Slot [24] registered [ 0.276005] acpiphp: Slot [25] registered [ 0.276811] acpiphp: Slot [26] registered [ 0.277611] acpiphp: Slot [27] registered [ 0.278410] acpiphp: Slot [28] registered [ 0.279214] acpiphp: Slot [29] registered [ 0.280011] acpiphp: Slot [30] registered [ 0.280816] acpiphp: Slot [31] registered [ 0.281614] PCI host bridge to bus 0000:00 [ 0.282408] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.283603] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.284794] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286219] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287656] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.293875] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295160] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.303954] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.351239] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352707] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.354124] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.358156] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.359536] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.360597] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.362117] vgaarb: loaded [ 0.362714] vgaarb: bridge control possible 0000:00:02.0 [ 0.363835] SCSI subsystem initialized [ 0.364646] ACPI: bus type USB registered [ 0.365445] usbcore: registered new interface driver usbfs [ 0.366465] usbcore: registered new interface driver hub [ 0.367455] usbcore: registered new device driver usb [ 0.368507] PCI: Using ACPI for IRQ routing [ 0.369520] NetLabel: Initializing [ 0.370220] NetLabel: domain hash size = 128 [ 0.371064] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.372005] NetLabel: unlabeled traffic allowed by default [ 0.373088] clocksource: Switched to clocksource kvm-clock [ 0.378505] AppArmor: AppArmor Filesystem Enabled [ 0.379458] pnp: PnP ACPI init [ 0.380359] pnp: PnP ACPI: found 5 devices [ 0.386720] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.388394] NET: Registered protocol family 2 [ 0.389340] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.390594] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.391742] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392883] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393949] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.395110] NET: Registered protocol family 1 [ 0.395971] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.398118] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.412110] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.426307] Trying to unpack rootfs image as initramfs... [ 0.475448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489624] Scanning for low memory corruption every 60 seconds [ 0.490942] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.492067] audit: initializing netlink subsys (disabled) [ 0.493071] audit: type=2000 audit(1547022001.273:1): initialized [ 0.494372] Initialise system trusted keyring [ 0.495280] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.496425] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.498368] zbud: loaded [ 0.499066] VFS: Disk quotas dquot_6.6.0 [ 0.499878] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.501366] fuse init (API version 7.23) [ 0.502254] Key type big_key registered [ 0.503052] Allocating IMA MOK and blacklist keyrings. [ 0.504541] Key type asymmetric registered [ 0.505359] Asymmetric key parser 'x509' registered [ 0.506303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507747] io scheduler noop registered [ 0.508535] io scheduler deadline registered (default) [ 0.509515] io scheduler cfq registered [ 0.510338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.511366] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512631] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.514076] ACPI: Power Button [PWRF] [ 0.514900] GHES: HEST is not enabled! [ 0.528447] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558612] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587031] Linux agpgart interface v0.103 [ 0.589114] brd: module loaded [ 0.590316] loop: module loaded [ 0.595140] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596568] GPT:90111 != 2097151 [ 0.597234] GPT:Alternate GPT header not at the end of the disk. [ 0.598296] GPT:90111 != 2097151 [ 0.598955] GPT: Use GNU Parted to correct GPT errors. [ 0.599893] vda: vda1 vda15 [ 0.601643] scsi host0: ata_piix [ 0.602357] scsi host1: ata_piix [ 0.603049] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.604230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605643] libphy: Fixed MDIO Bus: probed [ 0.606438] tun: Universal TUN/TAP device driver, 1.6 [ 0.607362] tun: (C) 1999-2004 Max Krasnyansky [ 0.609577] PPP generic driver version 2.4.2 [ 0.610445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611774] ehci-pci: EHCI PCI platform driver [ 0.612626] ehci-platform: EHCI generic platform driver [ 0.613606] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.614708] ohci-pci: OHCI PCI platform driver [ 0.615560] ohci-platform: OHCI generic platform driver [ 0.616524] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630976] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631959] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.633388] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.634371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.635456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.636648] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.638043] usb usb1: Product: UHCI Host Controller [ 0.638962] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.640075] usb usb1: SerialNumber: 0000:00:01.2 [ 0.641075] hub 1-0:1.0: USB hub found [ 0.641854] hub 1-0:1.0: 2 ports detected [ 0.642741] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644805] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.645740] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.646743] mousedev: PS/2 mouse device common for all mice [ 0.647977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.649782] rtc_cmos 00:00: RTC can wake from S4 [ 0.650845] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.652012] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.653185] i2c /dev entries driver [ 0.653938] device-mapper: uevent: version 1.0.3 [ 0.654857] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.656445] ledtrig-cpu: registered to indicate activity on CPUs [ 0.657730] NET: Registered protocol family 10 [ 0.658711] NET: Registered protocol family 17 [ 0.659598] Key type dns_resolver registered [ 0.660514] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.661605] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.663316] registered taskstats version 1 [ 0.664136] Loading compiled-in X.509 certificates [ 0.665574] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.667388] zswap: loaded using pool lzo/zbud [ 0.668743] Key type trusted registered [ 0.670751] Key type encrypted registered [ 0.671591] AppArmor: AppArmor sha1 policy hashing enabled [ 0.672600] ima: No TPM chip found, activating TPM-bypass! [ 0.673628] evm: HMAC attrs: 0x1 [ 0.674918] Magic number: 3:761:320 [ 0.675679] misc microcode: hash matches [ 0.676443] platform microcode: hash matches [ 0.677292] tty tty45: hash matches [ 0.678095] rtc_cmos 00:00: setting system clock to 2019-01-09 08:20:01 UTC (1547022001) [ 0.679660] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.680749] EDD information not available. [ 0.762145] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.763686] Write protecting the kernel read-only data: 14336k [ 0.765217] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.766991] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 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 1.56 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... [ 1.780053] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.69. iid=i-00000029 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: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD05CJgX3PCkU+TK2CAD8c4hEWzGETobdw3haEIJZTQL73S9ws7Q2evGtHG8GE5HISERVnZW2vZp9P0uTztewG1kH75KDweI4+QxRNCm3bQsoFYNMuf1AGdLpire0JOxXfa3M4dL3sXinYTF0y8KWBuXri1O2oRzP5+/saNv7mcx+TzKU6c9iUVHIXy42OHOYKwH2bavitjubRCzaKrvmYLT84wzAxtme6S0ITGOMt/wCJGzbXv8eYxLNnSPmyupypn9Dp28EuCtrN8J19iLobYru0H+Vc6BuKqa88gP0UPEMyJ6TVDnoiGnOc6UIe13OyEt1QnVqxhUhQFRkKiTvXl root@vping-userdata-vm2-d2ec6891-a1cf-46a1-b439-3094dd3b49fd ssh-dss AAAAB3NzaC1kc3MAAACBAM7fFU2W3hTWGOLcQD0BCjomkVm4mRCWKadB4GhN6TTf3iSJn4Kntet+4asuBVybD4y+WxJm5NktL2JJGntc8g4xP7Kp2ZkSluuP1i7lXx33xMx1rJpLV9t/Yy23SG2frMuZe6CuNtX1ODiEiYDI3qRsYHxpACMTUD1CbHGC2MddAAAAFQCAsDByWYfzQ5Heu9ogk8aKtA2V/QAAAIBfWx8ZTYvnCi1yE6cMovbhbhsSD729vZsQaOWjEYQ8sUPL947ezPeI1WLOoZU83GkTGz4Kn4NEanhzP+5lK61PzkYnisRU+4s1lgmfD1XORUtwBgQnJYRJM721WRMWB/txei7vYH/WTRezIfEK2d8goHu/PMyQu3zZZLf4yhj5UQAAAIEArks0WG5tKoLsMnZyuptyQJH5CHdTHS4dW0og1Ly/nf1y+bZ81ozLoYmEmITrylR6s7AbTOfmgE/irnGyj9LZGRRWmHB9uiVNkkYL/si5CpJAL2jrVVYlLZAOQlQS8k7jmyzqea6h6hleMgYYM5FSCk/RAobq52NCVUW9+BSVh5I= root@vping-userdata-vm2-d2ec6891-a1cf-46a1-b439-3094dd3b49fd -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:feae:5a9b/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 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-00000029 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-d2ec6891-a1cf-46a1-b439-3094dd3b49fd launch-index: 0 === cirros: current=0.4.0 uptime=5.05 === 2019-01-09 08:20:07,504 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2019-01-09 08:20:07,615 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 08:20:07,616 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:31 | PASS | +------------------------+------------------+------------------+----------------+ 2019-01-09 08:20:28,568 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2019-01-09 08:20:29,581 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'id': u'116d93423ac24121afdb41e0ae0d54c7', 'description': u'Created by OPNFV Functest: tempest_smoke_serial', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2019-01-09 08:20:30,047 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0e6e934914014deb9d7c94f1a994823f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_e98e7248-4623-4b58-bb31-bf02db1bc1db'}) 2019-01-09 08:20:30,208 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 08:20:30,345 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/d7bd9891336a4ae1a3c00a50339fc599'}, 'domain_id': None, 'human_id': None, 'id': u'd7bd9891336a4ae1a3c00a50339fc599', 'HUMAN_ID': False}) 2019-01-09 08:20:30,912 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_e98e7248-4623-4b58-bb31-bf02db1bc1db', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': 'e95ada77-d381-44ae-a2c8-732bdcdd7c39', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_smoke_serial-user_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'project_id': u'116d93423ac24121afdb41e0ae0d54c7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 08:20:30,918 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'password': 'e95ada77-d381-44ae-a2c8-732bdcdd7c39', 'project_name': 'tempest_smoke_seri-project_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '116d93423ac24121afdb41e0ae0d54c7', 'project_domain_name': 'Default'} 2019-01-09 08:20:32,014 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-09 08:20:36,848 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-09 08:20:36.584 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=002041b4-b92f-468c-b0d7-d0e44f2dedae) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 002041b4-b92f-468c-b0d7-d0e44f2dedae | 2019-01-09T08:20:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 002041b4-b92f-468c-b0d7-d0e44f2dedae ~/.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 2019-01-09 08:20:40,244 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+----------------+-----------+ 2019-01-09 08:20:40,245 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-09 08:20:46,027 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-09 08:20:44.443 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-09 08:20:44.599 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-09 08:20:45.877 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963) has been successfully created! Using verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963) as the default verifier for the future CLI operations. 2019-01-09 08:20:49,079 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2019-01-09 08:20:51,172 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/file', 'owner': u'116d93423ac24121afdb41e0ae0d54c7', 'id': u'd2f88569-a9c9-4a62-b93c-c20f84d214dc', 'size': 12716032, u'self': u'/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'116d93423ac24121afdb41e0ae0d54c7', 'name': 'tempest_smoke_seri-project_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T08:20:50Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T08:20:50Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'created': u'2019-01-09T08:20:49Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T08:20:49Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 08:20:51,390 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_e98e7248-4623-4b58-bb31-bf02db1bc1db', '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'a3475ec98a734cb2aeb418d350edd17b', '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'b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd', 'swap': 0}) 2019-01-09 08:20:53,393 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4/file', 'owner': u'116d93423ac24121afdb41e0ae0d54c7', 'id': u'c619d6ea-15a6-4a3e-866d-ac76ba99c8b4', 'size': 12716032, u'self': u'/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'116d93423ac24121afdb41e0ae0d54c7', 'name': 'tempest_smoke_seri-project_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T08:20:53Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T08:20:53Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'created': u'2019-01-09T08:20:52Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T08:20:52Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 08:20:53,481 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'ephemeral': 0, 'ram': 1024, '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'a3475ec98a734cb2aeb418d350edd17b', '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'f71fc20b-d7e5-4144-b922-f5cd24501de7', 'swap': 0}) 2019-01-09 08:20:53,502 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'ephemeral': 0, 'ram': 1024, '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'a3475ec98a734cb2aeb418d350edd17b', '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'f71fc20b-d7e5-4144-b922-f5cd24501de7', 'swap': 0}) 2019-01-09 08:20:56,615 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-09 08:20:55.611 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963) for deployment 'opnfv-rally' (UUID=002041b4-b92f-468c-b0d7-d0e44f2dedae). 2019-01-09 08:20:56.455 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-09 08:20:56.457 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963) has been successfully configured for deployment 'opnfv-rally' (UUID=002041b4-b92f-468c-b0d7-d0e44f2dedae)! 2019-01-09 08:20:56,616 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-09 08:20:56,616 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-09 08:20:56,619 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-09 08:20:56,637 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-09 08:21:00,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-99580d41-31d0-4654-a1b7-4b64b398f963/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2019-01-09 08:21:00,160 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-09 08:21:00,185 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-09 08:21:00,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt', u'--concurrency=1']'. 2019-01-09 08:21:02,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:21:02.358 51 INFO rally.api [-] Starting verification (UUID=a4483d33-522f-49a8-a915-d108af2a28e2) for deployment 'opnfv-rally' (UUID=002041b4-b92f-468c-b0d7-d0e44f2dedae) by verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963). 2019-01-09 08:21:02,360 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a4483d33-522f-49a8-a915-d108af2a28e2 2019-01-09 08:21:08,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:21:08.231 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.166s] 2019-01-09 08:21:08,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:21:08.287 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.056s] 2019-01-09 08:21:15,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:21:15.040 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.514s] 2019-01-09 08:21:18,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:21:18.568 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.527s] 2019-01-09 08:21:31,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:21:31.491 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.259s] 2019-01-09 08:21:48,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:21:48.931 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.536s] 2019-01-09 08:22:22,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:22:22.732 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2019-01-09 08:22:22,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:22:22.734 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2019-01-09 08:22:54,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:22:54.138 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.087s] 2019-01-09 08:22:54,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:22:54.139 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2019-01-09 08:23:24,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:23:24.154 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.071s] 2019-01-09 08:23:24,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:23:24.156 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2019-01-09 08:25:05,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:05.600 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [72.215s] 2019-01-09 08:25:29,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:29.512 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.054s] 2019-01-09 08:25:29,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:29.609 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.096s] 2019-01-09 08:25:37,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:37.562 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.672s] 2019-01-09 08:25:37,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:37.571 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2019-01-09 08:25:39,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:39.391 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 08:25:39,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:39.391 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 08:25:43,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:43.697 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.310s] 2019-01-09 08:25:50,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:50.617 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.407s] 2019-01-09 08:25:57,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:57.489 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.729s] 2019-01-09 08:26:05,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:05.135 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.394s] 2019-01-09 08:26:14,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:14.544 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.931s] 2019-01-09 08:26:21,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:21.290 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.673s] 2019-01-09 08:26:27,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:27.803 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.182s] 2019-01-09 08:26:35,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:35.520 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.347s] 2019-01-09 08:26:43,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:43.162 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.745s] 2019-01-09 08:26:53,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:53.004 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.775s] 2019-01-09 08:26:55,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:55.631 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2019-01-09 08:26:57,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:57.528 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.072s] 2019-01-09 08:26:57,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:57.603 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.075s] 2019-01-09 08:26:57,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:57.778 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.174s] 2019-01-09 08:26:57,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:57.784 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2019-01-09 08:27:01,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:01.984 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.849s] 2019-01-09 08:27:04,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:04.074 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.089s] 2019-01-09 08:27:06,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:06.104 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.030s] 2019-01-09 08:27:11,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:11.875 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2019-01-09 08:27:19,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:19.917 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.154s] 2019-01-09 08:27:31,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:31.865 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.365s] 2019-01-09 08:27:35,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:35.560 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.694s] 2019-01-09 08:27:46,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:46.982 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.006s] 2019-01-09 08:27:50,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:50.539 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.556s] 2019-01-09 08:27:58,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:58.770 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.230s] 2019-01-09 08:28:08,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:08.063 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.872s] 2019-01-09 08:28:11,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:11.471 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.407s] 2019-01-09 08:28:18,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:18.330 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.859s] 2019-01-09 08:28:34,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:34.838 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.528s] 2019-01-09 08:28:35,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:35.283 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.445s] 2019-01-09 08:28:35,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:35.544 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.260s] 2019-01-09 08:28:35,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:35.814 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.268s] 2019-01-09 08:28:35,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:35.937 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.124s] 2019-01-09 08:28:36,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:36.229 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.291s] 2019-01-09 08:28:51,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:51.634 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.317s] 2019-01-09 08:28:52,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:52.059 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.425s] 2019-01-09 08:28:52,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:52.320 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.261s] 2019-01-09 08:28:52,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:52.529 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.208s] 2019-01-09 08:28:52,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:52.637 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.106s] 2019-01-09 08:28:52,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:52.825 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.188s] 2019-01-09 08:29:05,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:05.676 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.647s] 2019-01-09 08:29:12,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:12.129 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.452s] 2019-01-09 08:29:14,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:14.219 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.090s] 2019-01-09 08:29:14,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:14.277 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.057s] 2019-01-09 08:29:14,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:14.333 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.057s] 2019-01-09 08:29:26,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:26.198 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.068s] 2019-01-09 08:29:32,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:32.512 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.313s] 2019-01-09 08:29:34,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:34.427 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.914s] 2019-01-09 08:29:34,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:34.637 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.209s] 2019-01-09 08:29:34,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:34.830 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.192s] 2019-01-09 08:29:50,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:50.324 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.569s] 2019-01-09 08:29:56,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:56.436 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.112s] 2019-01-09 08:30:00,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:30:00.911 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.474s] 2019-01-09 08:30:03,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:30:03.758 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.847s] 2019-01-09 08:30:28,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:30:28.096 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.878s] 2019-01-09 08:30:33,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:30:33.544 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.449s] 2019-01-09 08:30:38,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:30:38.321 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.775s] 2019-01-09 08:30:40,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:30:40.926 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.605s] 2019-01-09 08:30:58,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:30:58.000 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.577s] 2019-01-09 08:31:00,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:00.390 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.387s] 2019-01-09 08:31:00,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:00.594 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.207s] 2019-01-09 08:31:05,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:05.098 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.480s] 2019-01-09 08:31:07,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:07.684 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.584s] 2019-01-09 08:31:07,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:07.887 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.204s] 2019-01-09 08:31:12,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:12.248 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.302s] 2019-01-09 08:31:15,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:15.529 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2019-01-09 08:31:17,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:17.208 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2019-01-09 08:31:17,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:17.209 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2019-01-09 08:31:17,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:17.210 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2019-01-09 08:31:17,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:17.210 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2019-01-09 08:31:17,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:17.211 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2019-01-09 08:31:19,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:19.079 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2019-01-09 08:31:33,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:33.716 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.206s] 2019-01-09 08:31:45,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:45.821 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.213s] 2019-01-09 08:32:01,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:32:01.645 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [15.821s] 2019-01-09 08:32:11,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:32:11.201 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.146s] 2019-01-09 08:34:19,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:34:19.052 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [122.035s] 2019-01-09 08:35:57,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:35:57.090 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [88.178s] 2019-01-09 08:36:39,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:36:39.442 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [23.299s] 2019-01-09 08:36:55,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: a4483d33-522f-49a8-a915-d108af2a28e2 2019-01-09 08:36:55,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a4483d33-522f-49a8-a915-d108af2a28e2']'. 2019-01-09 08:36:56,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-09 08:36:56,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-09 08:36:56,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a4483d33-522f-49a8-a915-d108af2a28e2 | 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-09 08:21:02 | 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-09 08:36:55 | 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:53 | 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 99580d41-31d0-4654-a1b7-4b64b398f963) | 2019-01-09 08:36:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-09 08:36:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 002041b4-b92f-468c-b0d7-d0e44f2dedae) | 2019-01-09 08:36:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2019-01-09 08:36:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 933.195 | 2019-01-09 08:36:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2019-01-09 08:36:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2019-01-09 08:36:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-09 08:36:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-09 08:36:56,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2019-01-09 08:36:56,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 08:36:56,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-09 08:36:56,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-09 08:36:57,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2019-01-09 08:36:57,152 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 08:36:57,153 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 16:08 | PASS | +------------------------------+------------------+------------------+----------------+ 2019-01-09 08:37:02,812 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2019-01-09 08:37:03,927 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'id': u'65049bf684b14e9688a5124d76dc6d78', 'description': u'Created by OPNFV Functest: rally_sanity', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2019-01-09 08:37:04,370 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e4213d81b270462d88e37980a78d4396', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_a0217f9c-4de6-467d-9890-bbc8ece733e1'}) 2019-01-09 08:37:04,534 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 08:37:04,726 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/0a359e9982b14923a81aa9ea49dda6a9'}, 'domain_id': None, 'human_id': None, 'id': u'0a359e9982b14923a81aa9ea49dda6a9', 'HUMAN_ID': False}) 2019-01-09 08:37:05,223 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_a0217f9c-4de6-467d-9890-bbc8ece733e1', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '6fdd9a78-8f41-47e7-a0ab-d72c242eee6c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'rally_sanity-user_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'project_id': u'65049bf684b14e9688a5124d76dc6d78', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 08:37:05,228 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'password': '6fdd9a78-8f41-47e7-a0ab-d72c242eee6c', 'project_name': 'rally_sanity-project_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '65049bf684b14e9688a5124d76dc6d78', 'project_domain_name': 'Default'} 2019-01-09 08:37:05,912 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2019-01-09 08:37:06,236 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2019-01-09 08:37:07,021 - functest.core.tenantnetwork - 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'2019-01-09T08:37:06Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd07e88a9-6699-49ca-aa95-3e72404aecbf', u'provider:segmentation_id': 86, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_a0217f9c-4de6-467d-9890-bbc8ece733e1', u'admin_state_up': True, u'tenant_id': u'65049bf684b14e9688a5124d76dc6d78', u'created_at': u'2019-01-09T08:37:06Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'65049bf684b14e9688a5124d76dc6d78'}) 2019-01-09 08:37:08,164 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-09T08:37:07Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'8b7e973e-2de8-4daa-8bc0-bf4b8cf3571a', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_a0217f9c-4de6-467d-9890-bbc8ece733e1', u'enable_dhcp': True, u'network_id': u'd07e88a9-6699-49ca-aa95-3e72404aecbf', u'tenant_id': u'65049bf684b14e9688a5124d76dc6d78', u'created_at': u'2019-01-09T08:37:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'65049bf684b14e9688a5124d76dc6d78'}) 2019-01-09 08:37:12,066 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'10b23b07-756b-4000-b2c9-9121d33fb1bd', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'65049bf684b14e9688a5124d76dc6d78', u'created_at': u'2019-01-09T08:37:10Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2019-01-09T08:37:11Z', u'revision_number': 2, u'routes': [], u'project_id': u'65049bf684b14e9688a5124d76dc6d78', u'id': u'119052a1-1040-44ba-9de7-264617f3aa8d', u'name': u'rally_sanity-router_a0217f9c-4de6-467d-9890-bbc8ece733e1'}) 2019-01-09 08:37:16,761 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/271851af-afa8-4c56-94ab-11487bf495f0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/271851af-afa8-4c56-94ab-11487bf495f0/file', 'owner': u'65049bf684b14e9688a5124d76dc6d78', 'id': u'271851af-afa8-4c56-94ab-11487bf495f0', 'size': 12716032, u'self': u'/v2/images/271851af-afa8-4c56-94ab-11487bf495f0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'65049bf684b14e9688a5124d76dc6d78', 'name': 'rally_sanity-project_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/271851af-afa8-4c56-94ab-11487bf495f0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T08:37:16Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T08:37:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/271851af-afa8-4c56-94ab-11487bf495f0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'created': u'2019-01-09T08:37:14Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T08:37:14Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/271851af-afa8-4c56-94ab-11487bf495f0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 08:37:17,054 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', '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'a3475ec98a734cb2aeb418d350edd17b', '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'a74e3b8a-ca23-4ad7-884b-5d166cb782f4', 'swap': 0}) 2019-01-09 08:37:17,077 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-09 08:37:19,568 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-09 08:37:19.179 149 INFO rally.deployment.engine [-] Deployment 002041b4-b92f-468c-b0d7-d0e44f2dedae | Starting: Destroy cloud and free allocated resources. 2019-01-09 08:37:19.285 149 INFO rally.deployment.engine [-] Deployment 002041b4-b92f-468c-b0d7-d0e44f2dedae | Completed: Destroy cloud and free allocated resources. 2019-01-09 08:37:19.327 149 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963) for deployment 'opnfv-rally'. 2019-01-09 08:37:19.344 149 INFO rally.api [-] Deleting verification (UUID=a4483d33-522f-49a8-a915-d108af2a28e2). 2019-01-09 08:37:19.398 149 INFO rally.api [-] Verification has been successfully deleted! 2019-01-09 08:37:19.398 149 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963). 2019-01-09 08:37:19.402 149 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-09 08:37:22,035 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-09 08:37:21.700 152 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=56feed0a-5a95-41d5-8802-926ceebf4b7c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 56feed0a-5a95-41d5-8802-926ceebf4b7c | 2019-01-09T08:37:21 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 56feed0a-5a95-41d5-8802-926ceebf4b7c ~/.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 2019-01-09 08:37:25,437 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+----------------+-----------+ 2019-01-09 08:37:25,437 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2019-01-09 08:37:25,688 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'ephemeral': 0, 'ram': 1024, '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'a3475ec98a734cb2aeb418d350edd17b', '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'786f4e45-470d-48c0-8e6a-40275bede3c7', 'swap': 0}) 2019-01-09 08:37:25,712 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'ephemeral': 0, 'ram': 1024, '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'a3475ec98a734cb2aeb418d350edd17b', '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'786f4e45-470d-48c0-8e6a-40275bede3c7', 'swap': 0}) 2019-01-09 08:37:25,712 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2019-01-09 08:37:25,713 - 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 2019-01-09 08:37:25,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-09 08:37:25,744 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-09 08:37:25,752 - 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': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': 'd07e88a9-6699-49ca-aa95-3e72404aecbf', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'flavor_name': 'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-09 08:38:26,461 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 2019-01-09 08:38:26,461 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2019-01-09 08:38:26,463 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065'] 2019-01-09 08:38:27,496 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 -------------------------------------------------------------------------------- Task 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065: 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 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 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.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | total | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | -> duration | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.474859 Full duration: 7.911241 -------------------------------------------------------------------------------- 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 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 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.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | total | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> duration | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.791696 Full duration: 7.646854 -------------------------------------------------------------------------------- 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 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 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.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | total | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | -> duration | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.958025 Full duration: 7.938463 -------------------------------------------------------------------------------- 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 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 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.363 | 0.363 | 0.363 | 0.363 | 0.363 | 0.363 | 100.0% | 1 | | total | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> duration | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.773537 Full duration: 7.692901 -------------------------------------------------------------------------------- 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 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 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.521 | 0.521 | 0.521 | 0.521 | 0.521 | 0.521 | 100.0% | 1 | | total | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> duration | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.928034 Full duration: 7.92821 -------------------------------------------------------------------------------- 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 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 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.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> duration | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.713353 Full duration: 7.54003 HINTS: * To plot HTML graphics with this data, run: rally task report 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 --out output.html * To generate a JUnit report, run: rally task export 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 --json --out output.json 2019-01-09 08:38:27,496 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2019-01-09 08:38:29,766 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2019-01-09 08:38:29.661 760 INFO rally.api [-] Building 'json' report for the following task(s): '4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065'. 2019-01-09 08:38:29.666 760 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:38:29,767 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2019-01-09 08:38:32,143 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2019-01-09 08:38:32.007 763 INFO rally.api [-] Building 'html' report for the following task(s): '4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065'. 2019-01-09 08:38:32.037 763 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:38:32,149 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2019-01-09 08:38:32,150 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2019-01-09 08:38:32,150 - 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 2019-01-09 08:38:32,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-09 08:38:32,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-09 08:38:32,177 - 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': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': 'd07e88a9-6699-49ca-aa95-3e72404aecbf', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'flavor_name': 'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-09 08:40:08,618 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c35f9353-93ad-4e8b-80f2-dd160a9de997 2019-01-09 08:40:08,619 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c35f9353-93ad-4e8b-80f2-dd160a9de997'] 2019-01-09 08:40:09,646 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c35f9353-93ad-4e8b-80f2-dd160a9de997 -------------------------------------------------------------------------------- Task c35f9353-93ad-4e8b-80f2-dd160a9de997: 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 c35f9353-93ad-4e8b-80f2-dd160a9de997 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.28 | 4.28 | 4.28 | 4.28 | 4.28 | 4.28 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | -> glance_v2.upload_data | 1.305 | 1.305 | 1.305 | 1.305 | 1.305 | 1.305 | 100.0% | 1 | | glance_v2.delete_image | 1.437 | 1.437 | 1.437 | 1.437 | 1.437 | 1.437 | 100.0% | 1 | | total | 5.717 | 5.717 | 5.717 | 5.717 | 5.717 | 5.717 | 100.0% | 1 | | -> duration | 5.717 | 5.717 | 5.717 | 5.717 | 5.717 | 5.717 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.717212 Full duration: 14.074181 -------------------------------------------------------------------------------- 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 c35f9353-93ad-4e8b-80f2-dd160a9de997 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.723 | 4.723 | 4.723 | 4.723 | 4.723 | 4.723 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.379 | 0.379 | 0.379 | 0.379 | 0.379 | 0.379 | 100.0% | 1 | | -> glance_v2.upload_data | 1.893 | 1.893 | 1.893 | 1.893 | 1.893 | 1.893 | 100.0% | 1 | | glance_v2.list_images | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | total | 4.761 | 4.761 | 4.761 | 4.761 | 4.761 | 4.761 | 100.0% | 1 | | -> duration | 4.761 | 4.761 | 4.761 | 4.761 | 4.761 | 4.761 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.760969 Full duration: 16.390834 -------------------------------------------------------------------------------- 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 c35f9353-93ad-4e8b-80f2-dd160a9de997 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.335 | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 100.0% | 1 | | total | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | -> duration | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.335697 Full duration: 8.279505 -------------------------------------------------------------------------------- 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_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "number_instances": 2, "nics": [ { "net-id": "d07e88a9-6699-49ca-aa95-3e72404aecbf" } ] }, "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 c35f9353-93ad-4e8b-80f2-dd160a9de997 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.002 | 4.002 | 4.002 | 4.002 | 4.002 | 4.002 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | -> glance_v2.upload_data | 0.944 | 0.944 | 0.944 | 0.944 | 0.944 | 0.944 | 100.0% | 1 | | nova.boot_servers | 13.737 | 13.737 | 13.737 | 13.737 | 13.737 | 13.737 | 100.0% | 1 | | total | 17.74 | 17.74 | 17.74 | 17.74 | 17.74 | 17.74 | 100.0% | 1 | | -> duration | 16.74 | 16.74 | 16.74 | 16.74 | 16.74 | 16.74 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.740191 Full duration: 39.92339 HINTS: * To plot HTML graphics with this data, run: rally task report c35f9353-93ad-4e8b-80f2-dd160a9de997 --out output.html * To generate a JUnit report, run: rally task export c35f9353-93ad-4e8b-80f2-dd160a9de997 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c35f9353-93ad-4e8b-80f2-dd160a9de997 --json --out output.json 2019-01-09 08:40:09,646 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c35f9353-93ad-4e8b-80f2-dd160a9de997', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2019-01-09 08:40:11,833 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c35f9353-93ad-4e8b-80f2-dd160a9de997 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2019-01-09 08:40:11.727 1316 INFO rally.api [-] Building 'json' report for the following task(s): 'c35f9353-93ad-4e8b-80f2-dd160a9de997'. 2019-01-09 08:40:11.732 1316 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:40:11,833 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c35f9353-93ad-4e8b-80f2-dd160a9de997', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2019-01-09 08:40:13,995 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c35f9353-93ad-4e8b-80f2-dd160a9de997 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2019-01-09 08:40:13.872 1319 INFO rally.api [-] Building 'html' report for the following task(s): 'c35f9353-93ad-4e8b-80f2-dd160a9de997'. 2019-01-09 08:40:13.894 1319 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:40:14,001 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2019-01-09 08:40:14,002 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2019-01-09 08:40:14,002 - 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 2019-01-09 08:40:14,002 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-09 08:40:14,019 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-09 08:40:14,034 - 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': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': 'd07e88a9-6699-49ca-aa95-3e72404aecbf', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'flavor_name': 'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-09 08:43:36,225 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2af57595-75ee-4fdb-9c44-7e080a788045 2019-01-09 08:43:36,225 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2af57595-75ee-4fdb-9c44-7e080a788045'] 2019-01-09 08:43:37,360 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2af57595-75ee-4fdb-9c44-7e080a788045 -------------------------------------------------------------------------------- Task 2af57595-75ee-4fdb-9c44-7e080a788045: 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 2af57595-75ee-4fdb-9c44-7e080a788045 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.233 | 3.233 | 3.233 | 3.233 | 3.233 | 3.233 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.461 | 2.461 | 2.461 | 2.461 | 2.461 | 2.461 | 100.0% | 1 | | total | 5.694 | 5.694 | 5.694 | 5.694 | 5.694 | 5.694 | 100.0% | 1 | | -> duration | 5.694 | 5.694 | 5.694 | 5.694 | 5.694 | 5.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.694048 Full duration: 23.533666 -------------------------------------------------------------------------------- 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 2af57595-75ee-4fdb-9c44-7e080a788045 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.175 | 3.175 | 3.175 | 3.175 | 3.175 | 3.175 | 100.0% | 1 | | cinder_v2.delete_volume | 2.553 | 2.553 | 2.553 | 2.553 | 2.553 | 2.553 | 100.0% | 1 | | total | 5.729 | 5.729 | 5.729 | 5.729 | 5.729 | 5.729 | 100.0% | 1 | | -> duration | 5.729 | 5.729 | 5.729 | 5.729 | 5.729 | 5.729 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.728899 Full duration: 16.228612 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 2af57595-75ee-4fdb-9c44-7e080a788045 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.915 | 8.915 | 8.915 | 8.915 | 8.915 | 8.915 | 100.0% | 1 | | cinder_v2.delete_volume | 2.59 | 2.59 | 2.59 | 2.59 | 2.59 | 2.59 | 100.0% | 1 | | total | 11.505 | 11.505 | 11.505 | 11.505 | 11.505 | 11.505 | 100.0% | 1 | | -> duration | 11.505 | 11.505 | 11.505 | 11.505 | 11.505 | 11.505 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.505381 Full duration: 22.259074 -------------------------------------------------------------------------------- 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 2af57595-75ee-4fdb-9c44-7e080a788045 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.248 | 3.248 | 3.248 | 3.248 | 3.248 | 3.248 | 100.0% | 1 | | cinder_v2.delete_volume | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 100.0% | 1 | | total | 5.884 | 5.884 | 5.884 | 5.884 | 5.884 | 5.884 | 100.0% | 1 | | -> duration | 5.884 | 5.884 | 5.884 | 5.884 | 5.884 | 5.884 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.883604 Full duration: 15.921821 -------------------------------------------------------------------------------- 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 2af57595-75ee-4fdb-9c44-7e080a788045 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.151 | 3.151 | 3.151 | 3.151 | 3.151 | 3.151 | 100.0% | 1 | | cinder_v2.extend_volume | 2.745 | 2.745 | 2.745 | 2.745 | 2.745 | 2.745 | 100.0% | 1 | | cinder_v2.delete_volume | 2.343 | 2.343 | 2.343 | 2.343 | 2.343 | 2.343 | 100.0% | 1 | | total | 8.239 | 8.239 | 8.239 | 8.239 | 8.239 | 8.239 | 100.0% | 1 | | -> duration | 8.239 | 8.239 | 8.239 | 8.239 | 8.239 | 8.239 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.239296 Full duration: 18.456135 -------------------------------------------------------------------------------- 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 2af57595-75ee-4fdb-9c44-7e080a788045 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.422 | 3.422 | 3.422 | 3.422 | 3.422 | 3.422 | 100.0% | 1 | | cinder_v2.delete_volume | 2.571 | 2.571 | 2.571 | 2.571 | 2.571 | 2.571 | 100.0% | 1 | | total | 5.993 | 5.993 | 5.993 | 5.993 | 5.993 | 5.993 | 100.0% | 1 | | -> duration | 5.993 | 5.993 | 5.993 | 5.993 | 5.993 | 5.993 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.992816 Full duration: 22.736663 -------------------------------------------------------------------------------- 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 2af57595-75ee-4fdb-9c44-7e080a788045 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.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | cinder_v2.list_qos | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 100.0% | 1 | | total | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> duration | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.808646 Full duration: 12.772287 -------------------------------------------------------------------------------- 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 2af57595-75ee-4fdb-9c44-7e080a788045 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.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | cinder_v2.set_qos | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 100.0% | 1 | | total | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> duration | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.833318 Full duration: 12.733524 -------------------------------------------------------------------------------- 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 2af57595-75ee-4fdb-9c44-7e080a788045 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.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | cinder_v2.list_types | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> duration | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.776936 Full duration: 12.580089 -------------------------------------------------------------------------------- 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 2af57595-75ee-4fdb-9c44-7e080a788045 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.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 100.0% | 1 | | total | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> duration | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.829813 Full duration: 12.844153 HINTS: * To plot HTML graphics with this data, run: rally task report 2af57595-75ee-4fdb-9c44-7e080a788045 --out output.html * To generate a JUnit report, run: rally task export 2af57595-75ee-4fdb-9c44-7e080a788045 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2af57595-75ee-4fdb-9c44-7e080a788045 --json --out output.json 2019-01-09 08:43:37,361 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2af57595-75ee-4fdb-9c44-7e080a788045', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2019-01-09 08:43:39,604 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2af57595-75ee-4fdb-9c44-7e080a788045 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2019-01-09 08:43:39.503 3108 INFO rally.api [-] Building 'json' report for the following task(s): '2af57595-75ee-4fdb-9c44-7e080a788045'. 2019-01-09 08:43:39.511 3108 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:43:39,604 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2af57595-75ee-4fdb-9c44-7e080a788045', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2019-01-09 08:43:41,797 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2af57595-75ee-4fdb-9c44-7e080a788045 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2019-01-09 08:43:41.667 3111 INFO rally.api [-] Building 'html' report for the following task(s): '2af57595-75ee-4fdb-9c44-7e080a788045'. 2019-01-09 08:43:41.697 3111 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:43:41,809 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2019-01-09 08:43:41,809 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2019-01-09 08:43:41,810 - 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 2019-01-09 08:43:41,810 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-09 08:43:41,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-09 08:43:41,837 - 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': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': 'd07e88a9-6699-49ca-aa95-3e72404aecbf', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'flavor_name': 'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-09 08:45:03,511 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ca1a1715-efd8-4b16-99b5-6f76acd0cfca 2019-01-09 08:45:03,512 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'ca1a1715-efd8-4b16-99b5-6f76acd0cfca'] 2019-01-09 08:45:04,521 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid ca1a1715-efd8-4b16-99b5-6f76acd0cfca -------------------------------------------------------------------------------- Task ca1a1715-efd8-4b16-99b5-6f76acd0cfca: 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 ca1a1715-efd8-4b16-99b5-6f76acd0cfca 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.647 | 4.647 | 4.647 | 4.647 | 4.647 | 4.647 | 100.0% | 1 | | heat.update_stack | 2.829 | 2.829 | 2.829 | 2.829 | 2.829 | 2.829 | 100.0% | 1 | | heat.delete_stack | 3.152 | 3.152 | 3.152 | 3.152 | 3.152 | 3.152 | 100.0% | 1 | | total | 10.629 | 10.629 | 10.629 | 10.629 | 10.629 | 10.629 | 100.0% | 1 | | -> duration | 6.629 | 6.629 | 6.629 | 6.629 | 6.629 | 6.629 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.628902 Full duration: 20.577369 -------------------------------------------------------------------------------- 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 ca1a1715-efd8-4b16-99b5-6f76acd0cfca 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.375 | 4.375 | 4.375 | 4.375 | 4.375 | 4.375 | 100.0% | 1 | | heat.check_stack | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 100.0% | 1 | | heat.delete_stack | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 100.0% | 1 | | total | 7.134 | 7.134 | 7.134 | 7.134 | 7.134 | 7.134 | 100.0% | 1 | | -> duration | 5.134 | 5.134 | 5.134 | 5.134 | 5.134 | 5.134 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.13443 Full duration: 16.041751 -------------------------------------------------------------------------------- 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 ca1a1715-efd8-4b16-99b5-6f76acd0cfca 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.479 | 4.479 | 4.479 | 4.479 | 4.479 | 4.479 | 100.0% | 1 | | heat.suspend_stack | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | heat.resume_stack | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | heat.delete_stack | 2.382 | 2.382 | 2.382 | 2.382 | 2.382 | 2.382 | 100.0% | 1 | | total | 8.432 | 8.432 | 8.432 | 8.432 | 8.432 | 8.432 | 100.0% | 1 | | -> duration | 6.432 | 6.432 | 6.432 | 6.432 | 6.432 | 6.432 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.432191 Full duration: 17.366385 -------------------------------------------------------------------------------- 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 ca1a1715-efd8-4b16-99b5-6f76acd0cfca 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.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | total | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | -> duration | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.562723 Full duration: 8.662443 HINTS: * To plot HTML graphics with this data, run: rally task report ca1a1715-efd8-4b16-99b5-6f76acd0cfca --out output.html * To generate a JUnit report, run: rally task export ca1a1715-efd8-4b16-99b5-6f76acd0cfca --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ca1a1715-efd8-4b16-99b5-6f76acd0cfca --json --out output.json 2019-01-09 08:45:04,522 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'ca1a1715-efd8-4b16-99b5-6f76acd0cfca', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2019-01-09 08:45:06,800 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid ca1a1715-efd8-4b16-99b5-6f76acd0cfca --out /home/opnfv/functest/results/rally/opnfv-heat.json 2019-01-09 08:45:06.690 3844 INFO rally.api [-] Building 'json' report for the following task(s): 'ca1a1715-efd8-4b16-99b5-6f76acd0cfca'. 2019-01-09 08:45:06.695 3844 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:45:06,801 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'ca1a1715-efd8-4b16-99b5-6f76acd0cfca', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2019-01-09 08:45:08,979 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid ca1a1715-efd8-4b16-99b5-6f76acd0cfca --out /home/opnfv/functest/results/rally/opnfv-heat.html 2019-01-09 08:45:08.851 3847 INFO rally.api [-] Building 'html' report for the following task(s): 'ca1a1715-efd8-4b16-99b5-6f76acd0cfca'. 2019-01-09 08:45:08.873 3847 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:45:08,982 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2019-01-09 08:45:08,982 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2019-01-09 08:45:08,982 - 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 2019-01-09 08:45:08,982 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-09 08:45:08,991 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-09 08:45:09,003 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': 'd07e88a9-6699-49ca-aa95-3e72404aecbf', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'flavor_name': 'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-09 08:48:28,455 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c1001a9d-5282-42e1-b63e-1913a5f1ca10 2019-01-09 08:48:28,456 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c1001a9d-5282-42e1-b63e-1913a5f1ca10'] 2019-01-09 08:48:29,568 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c1001a9d-5282-42e1-b63e-1913a5f1ca10 -------------------------------------------------------------------------------- Task c1001a9d-5282-42e1-b63e-1913a5f1ca10: 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.522 | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.revoke_role | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.788587 Full duration: 14.601449 -------------------------------------------------------------------------------- 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.517 | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 100.0% | 1 | | keystone_v3.add_role | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | keystone_v3.list_roles | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> duration | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.787756 Full duration: 14.678243 -------------------------------------------------------------------------------- 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | keystone_v3.list_projects | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> duration | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.768907 Full duration: 14.65433 -------------------------------------------------------------------------------- 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | keystone_v3.delete_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> duration | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.613455 Full duration: 12.880152 -------------------------------------------------------------------------------- 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | keystone_v3.delete_service | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | -> duration | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.618117 Full duration: 12.373193 -------------------------------------------------------------------------------- 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | keystone_v3.create_user | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | -> keystone_v3.add_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | keystone_v3.create_role | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | keystone_v3.get_project | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | keystone_v3.get_user | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_role | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | keystone_v3.list_services | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | keystone_v3.get_services | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 1.939 | 1.939 | 1.939 | 1.939 | 1.939 | 1.939 | 100.0% | 1 | | -> duration | 1.939 | 1.939 | 1.939 | 1.939 | 1.939 | 1.939 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.939329 Full duration: 20.462102 -------------------------------------------------------------------------------- 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | keystone_v3.update_project | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.delete_project | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | total | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | -> duration | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.034937 Full duration: 12.928173 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | total | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | -> duration | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.797219 Full duration: 15.23849 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | total | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> duration | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.685355 Full duration: 14.660576 -------------------------------------------------------------------------------- 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | keystone_v3.list_users | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | -> duration | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.894641 Full duration: 15.137738 -------------------------------------------------------------------------------- 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | keystone_v3.create_users | 5.122 | 5.122 | 5.122 | 5.122 | 5.122 | 5.122 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.122 | 5.122 | 5.122 | 5.122 | 5.122 | 5.122 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 100.0% | 1 | | total | 6.79 | 6.79 | 6.79 | 6.79 | 6.79 | 6.79 | 100.0% | 1 | | -> duration | 6.79 | 6.79 | 6.79 | 6.79 | 6.79 | 6.79 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.790217 Full duration: 23.460101 HINTS: * To plot HTML graphics with this data, run: rally task report c1001a9d-5282-42e1-b63e-1913a5f1ca10 --out output.html * To generate a JUnit report, run: rally task export c1001a9d-5282-42e1-b63e-1913a5f1ca10 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c1001a9d-5282-42e1-b63e-1913a5f1ca10 --json --out output.json 2019-01-09 08:48:29,568 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c1001a9d-5282-42e1-b63e-1913a5f1ca10', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2019-01-09 08:48:31,785 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c1001a9d-5282-42e1-b63e-1913a5f1ca10 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2019-01-09 08:48:31.670 5762 INFO rally.api [-] Building 'json' report for the following task(s): 'c1001a9d-5282-42e1-b63e-1913a5f1ca10'. 2019-01-09 08:48:31.680 5762 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:48:31,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c1001a9d-5282-42e1-b63e-1913a5f1ca10', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2019-01-09 08:48:34,102 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c1001a9d-5282-42e1-b63e-1913a5f1ca10 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2019-01-09 08:48:33.967 5765 INFO rally.api [-] Building 'html' report for the following task(s): 'c1001a9d-5282-42e1-b63e-1913a5f1ca10'. 2019-01-09 08:48:33.998 5765 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:48:34,117 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2019-01-09 08:48:34,117 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2019-01-09 08:48:34,118 - 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 2019-01-09 08:48:34,118 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-09 08:48:34,134 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-09 08:48:34,144 - 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': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': 'd07e88a9-6699-49ca-aa95-3e72404aecbf', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'flavor_name': 'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-09 08:53:50,948 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 890e425f-c458-4504-aab6-78c6522d06e7 2019-01-09 08:53:50,949 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '890e425f-c458-4504-aab6-78c6522d06e7'] 2019-01-09 08:53:52,415 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 890e425f-c458-4504-aab6-78c6522d06e7 -------------------------------------------------------------------------------- Task 890e425f-c458-4504-aab6-78c6522d06e7: 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 890e425f-c458-4504-aab6-78c6522d06e7 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.999 | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 100.0% | 1 | | neutron.delete_network | 1.189 | 1.189 | 1.189 | 1.189 | 1.189 | 1.189 | 100.0% | 1 | | total | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 100.0% | 1 | | -> duration | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.187877 Full duration: 15.264134 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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.403 | 1.403 | 1.403 | 1.403 | 1.403 | 1.403 | 100.0% | 1 | | neutron.delete_port | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 100.0% | 1 | | total | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 100.0% | 1 | | -> duration | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.976689 Full duration: 29.899294 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | neutron.create_subnet | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | neutron.create_router | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 100.0% | 1 | | neutron.add_interface_router | 1.613 | 1.613 | 1.613 | 1.613 | 1.613 | 1.613 | 100.0% | 1 | | neutron.remove_interface_router | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | neutron.delete_router | 0.417 | 0.417 | 0.417 | 0.417 | 0.417 | 0.417 | 100.0% | 1 | | total | 4.772 | 4.772 | 4.772 | 4.772 | 4.772 | 4.772 | 100.0% | 1 | | -> duration | 4.772 | 4.772 | 4.772 | 4.772 | 4.772 | 4.772 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.771519 Full duration: 36.581308 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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.111 | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 100.0% | 1 | | neutron.delete_subnet | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | total | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 100.0% | 1 | | -> duration | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.826791 Full duration: 28.700517 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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.201 | 1.201 | 1.201 | 1.201 | 1.201 | 1.201 | 100.0% | 1 | | neutron.list_networks | 0.262 | 0.262 | 0.262 | 0.262 | 0.262 | 0.262 | 100.0% | 1 | | total | 1.464 | 1.464 | 1.464 | 1.464 | 1.464 | 1.464 | 100.0% | 1 | | -> duration | 1.464 | 1.464 | 1.464 | 1.464 | 1.464 | 1.464 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.463564 Full duration: 17.209943 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 100.0% | 1 | | neutron.list_ports | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 100.0% | 1 | | total | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 100.0% | 1 | | -> duration | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.747596 Full duration: 28.95757 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | neutron.create_subnet | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | neutron.create_router | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 100.0% | 1 | | neutron.add_interface_router | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 100.0% | 1 | | neutron.list_routers | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 100.0% | 1 | | total | 3.811 | 3.811 | 3.811 | 3.811 | 3.811 | 3.811 | 100.0% | 1 | | -> duration | 3.811 | 3.811 | 3.811 | 3.811 | 3.811 | 3.811 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.811122 Full duration: 40.074742 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | neutron.create_subnet | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | neutron.list_subnets | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 100.0% | 1 | | total | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 100.0% | 1 | | -> duration | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.90707 Full duration: 34.688545 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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 | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 100.0% | 1 | | neutron.delete_security_group | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 100.0% | 1 | | total | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 100.0% | 1 | | -> duration | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.284288 Full duration: 14.823424 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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 | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 100.0% | 1 | | neutron.create_security_group_rule | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.393 | 0.393 | 0.393 | 0.393 | 0.393 | 0.393 | 100.0% | 1 | | neutron.delete_security_group | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 100.0% | 1 | | total | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 100.0% | 1 | | -> duration | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.003552 Full duration: 15.139726 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | neutron.create_router | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 100.0% | 1 | | neutron.add_gateway_router | 1.412 | 1.412 | 1.412 | 1.412 | 1.412 | 1.412 | 100.0% | 1 | | neutron.remove_gateway_router | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | total | 3.66 | 3.66 | 3.66 | 3.66 | 3.66 | 3.66 | 100.0% | 1 | | -> duration | 3.66 | 3.66 | 3.66 | 3.66 | 3.66 | 3.66 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.660295 Full duration: 24.414629 HINTS: * To plot HTML graphics with this data, run: rally task report 890e425f-c458-4504-aab6-78c6522d06e7 --out output.html * To generate a JUnit report, run: rally task export 890e425f-c458-4504-aab6-78c6522d06e7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 890e425f-c458-4504-aab6-78c6522d06e7 --json --out output.json 2019-01-09 08:53:52,416 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '890e425f-c458-4504-aab6-78c6522d06e7', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2019-01-09 08:53:54,629 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 890e425f-c458-4504-aab6-78c6522d06e7 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2019-01-09 08:53:54.524 9060 INFO rally.api [-] Building 'json' report for the following task(s): '890e425f-c458-4504-aab6-78c6522d06e7'. 2019-01-09 08:53:54.534 9060 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:53:54,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '890e425f-c458-4504-aab6-78c6522d06e7', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2019-01-09 08:53:56,924 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 890e425f-c458-4504-aab6-78c6522d06e7 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2019-01-09 08:53:56.799 9063 INFO rally.api [-] Building 'html' report for the following task(s): '890e425f-c458-4504-aab6-78c6522d06e7'. 2019-01-09 08:53:56.831 9063 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:53:56,937 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2019-01-09 08:53:56,938 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2019-01-09 08:53:56,938 - 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 2019-01-09 08:53:56,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-09 08:53:56,948 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-09 08:53:56,954 - 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': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': 'd07e88a9-6699-49ca-aa95-3e72404aecbf', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'flavor_name': 'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-09 09:00:52,091 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d39712ba-68c7-4ea5-a403-8e9ab7a788ee 2019-01-09 09:00:52,092 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd39712ba-68c7-4ea5-a403-8e9ab7a788ee'] 2019-01-09 09:00:53,308 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d39712ba-68c7-4ea5-a403-8e9ab7a788ee -------------------------------------------------------------------------------- Task d39712ba-68c7-4ea5-a403-8e9ab7a788ee: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "block_migration": false, "nics": [ { "net-id": "d07e88a9-6699-49ca-aa95-3e72404aecbf" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d39712ba-68c7-4ea5-a403-8e9ab7a788ee has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 12.295 | 12.295 | 12.295 | 12.295 | 12.295 | 12.295 | 100.0% | 1 | | nova.find_host_to_migrate | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 100.0% | 1 | | nova.live_migrate | 11.322 | 11.322 | 11.322 | 11.322 | 11.322 | 11.322 | 100.0% | 1 | | nova.delete_server | 2.732 | 2.732 | 2.732 | 2.732 | 2.732 | 2.732 | 100.0% | 1 | | total | 27.725 | 27.725 | 27.725 | 27.725 | 27.725 | 27.725 | 100.0% | 1 | | -> duration | 26.725 | 26.725 | 26.725 | 26.725 | 26.725 | 26.725 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.724743 Full duration: 37.391807 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "d07e88a9-6699-49ca-aa95-3e72404aecbf" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d39712ba-68c7-4ea5-a403-8e9ab7a788ee has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.454 | 9.454 | 9.454 | 9.454 | 9.454 | 9.454 | 100.0% | 1 | | cinder_v2.create_volume | 2.873 | 2.873 | 2.873 | 2.873 | 2.873 | 2.873 | 100.0% | 1 | | nova.attach_volume | 4.065 | 4.065 | 4.065 | 4.065 | 4.065 | 4.065 | 100.0% | 1 | | nova.find_host_to_migrate | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 100.0% | 1 | | nova.live_migrate | 11.658 | 11.658 | 11.658 | 11.658 | 11.658 | 11.658 | 100.0% | 1 | | nova.detach_volume | 1.38 | 1.38 | 1.38 | 1.38 | 1.38 | 1.38 | 100.0% | 1 | | cinder_v2.delete_volume | 2.467 | 2.467 | 2.467 | 2.467 | 2.467 | 2.467 | 100.0% | 1 | | nova.delete_server | 2.954 | 2.954 | 2.954 | 2.954 | 2.954 | 2.954 | 100.0% | 1 | | total | 36.406 | 36.406 | 36.406 | 36.406 | 36.406 | 36.406 | 100.0% | 1 | | -> duration | 35.406 | 35.406 | 35.406 | 35.406 | 35.406 | 35.406 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 35.406412 Full duration: 48.62052 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "d07e88a9-6699-49ca-aa95-3e72404aecbf" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d39712ba-68c7-4ea5-a403-8e9ab7a788ee has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.594 | 8.594 | 8.594 | 8.594 | 8.594 | 8.594 | 100.0% | 1 | | nova.boot_server | 9.48 | 9.48 | 9.48 | 9.48 | 9.48 | 9.48 | 100.0% | 1 | | nova.find_host_to_migrate | 1.792 | 1.792 | 1.792 | 1.792 | 1.792 | 1.792 | 100.0% | 1 | | nova.live_migrate | 16.725 | 16.725 | 16.725 | 16.725 | 16.725 | 16.725 | 100.0% | 1 | | nova.delete_server | 8.133 | 8.133 | 8.133 | 8.133 | 8.133 | 8.133 | 100.0% | 1 | | total | 44.725 | 44.725 | 44.725 | 44.725 | 44.725 | 44.725 | 100.0% | 1 | | -> duration | 43.725 | 43.725 | 43.725 | 43.725 | 43.725 | 43.725 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 43.724754 Full duration: 56.250907 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "server_kwargs": { "nics": [ { "net-id": "d07e88a9-6699-49ca-aa95-3e72404aecbf" } ] } }, "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 d39712ba-68c7-4ea5-a403-8e9ab7a788ee 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 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | nova.boot_server | 5.892 | 5.892 | 5.892 | 5.892 | 5.892 | 5.892 | 100.0% | 1 | | nova.delete_server | 3.004 | 3.004 | 3.004 | 3.004 | 3.004 | 3.004 | 100.0% | 1 | | nova.delete_keypair | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | total | 9.725 | 9.725 | 9.725 | 9.725 | 9.725 | 9.725 | 100.0% | 1 | | -> duration | 8.725 | 8.725 | 8.725 | 8.725 | 8.725 | 8.725 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.724568 Full duration: 34.813422 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "volume_size": 5, "nics": [ { "net-id": "d07e88a9-6699-49ca-aa95-3e72404aecbf" } ] }, "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 d39712ba-68c7-4ea5-a403-8e9ab7a788ee has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.768 | 8.768 | 8.768 | 8.768 | 8.768 | 8.768 | 100.0% | 1 | | nova.boot_server | 8.91 | 8.91 | 8.91 | 8.91 | 8.91 | 8.91 | 100.0% | 1 | | nova.delete_server | 2.695 | 2.695 | 2.695 | 2.695 | 2.695 | 2.695 | 100.0% | 1 | | total | 20.373 | 20.373 | 20.373 | 20.373 | 20.373 | 20.373 | 100.0% | 1 | | -> duration | 19.373 | 19.373 | 19.373 | 19.373 | 19.373 | 19.373 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.373059 Full duration: 47.287966 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "force_delete": false, "nics": [ { "net-id": "d07e88a9-6699-49ca-aa95-3e72404aecbf" } ] }, "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 d39712ba-68c7-4ea5-a403-8e9ab7a788ee has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.725 | 9.725 | 9.725 | 9.725 | 9.725 | 9.725 | 100.0% | 1 | | nova.pause_server | 2.906 | 2.906 | 2.906 | 2.906 | 2.906 | 2.906 | 100.0% | 1 | | nova.unpause_server | 3.456 | 3.456 | 3.456 | 3.456 | 3.456 | 3.456 | 100.0% | 1 | | nova.delete_server | 2.767 | 2.767 | 2.767 | 2.767 | 2.767 | 2.767 | 100.0% | 1 | | total | 18.855 | 18.855 | 18.855 | 18.855 | 18.855 | 18.855 | 100.0% | 1 | | -> duration | 13.855 | 13.855 | 13.855 | 13.855 | 13.855 | 13.855 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.855074 Full duration: 43.074021 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "nics": [ { "net-id": "d07e88a9-6699-49ca-aa95-3e72404aecbf" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d39712ba-68c7-4ea5-a403-8e9ab7a788ee has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.739 | 9.739 | 9.739 | 9.739 | 9.739 | 9.739 | 100.0% | 1 | | nova.migrate | 34.195 | 34.195 | 34.195 | 34.195 | 34.195 | 34.195 | 100.0% | 1 | | nova.resize_confirm | 3.024 | 3.024 | 3.024 | 3.024 | 3.024 | 3.024 | 100.0% | 1 | | nova.delete_server | 2.65 | 2.65 | 2.65 | 2.65 | 2.65 | 2.65 | 100.0% | 1 | | total | 49.608 | 49.608 | 49.608 | 49.608 | 49.608 | 49.608 | 100.0% | 1 | | -> duration | 48.608 | 48.608 | 48.608 | 48.608 | 48.608 | 48.608 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 48.608109 Full duration: 59.206431 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task d39712ba-68c7-4ea5-a403-8e9ab7a788ee has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.462 | 9.462 | 9.462 | 9.462 | 9.462 | 9.462 | 100.0% | 1 | | nova.list_interfaces | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 100.0% | 1 | | total | 9.708 | 9.708 | 9.708 | 9.708 | 9.708 | 9.708 | 100.0% | 1 | | -> duration | 8.708 | 8.708 | 8.708 | 8.708 | 8.708 | 8.708 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.708476 Full duration: 43.701322 -------------------------------------------------------------------------------- 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 d39712ba-68c7-4ea5-a403-8e9ab7a788ee 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.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | nova.delete_server_group | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> duration | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.735505 Full duration: 9.631319 HINTS: * To plot HTML graphics with this data, run: rally task report d39712ba-68c7-4ea5-a403-8e9ab7a788ee --out output.html * To generate a JUnit report, run: rally task export d39712ba-68c7-4ea5-a403-8e9ab7a788ee --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d39712ba-68c7-4ea5-a403-8e9ab7a788ee --json --out output.json 2019-01-09 09:00:53,309 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd39712ba-68c7-4ea5-a403-8e9ab7a788ee', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2019-01-09 09:00:55,638 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d39712ba-68c7-4ea5-a403-8e9ab7a788ee --out /home/opnfv/functest/results/rally/opnfv-nova.json 2019-01-09 09:00:55.518 10706 INFO rally.api [-] Building 'json' report for the following task(s): 'd39712ba-68c7-4ea5-a403-8e9ab7a788ee'. 2019-01-09 09:00:55.528 10706 INFO rally.api [-] The report has been successfully built. 2019-01-09 09:00:55,639 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd39712ba-68c7-4ea5-a403-8e9ab7a788ee', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2019-01-09 09:00:57,828 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d39712ba-68c7-4ea5-a403-8e9ab7a788ee --out /home/opnfv/functest/results/rally/opnfv-nova.html 2019-01-09 09:00:57.688 10709 INFO rally.api [-] Building 'html' report for the following task(s): 'd39712ba-68c7-4ea5-a403-8e9ab7a788ee'. 2019-01-09 09:00:57.719 10709 INFO rally.api [-] The report has been successfully built. 2019-01-09 09:00:57,843 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2019-01-09 09:00:57,844 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2019-01-09 09:00:57,844 - 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 2019-01-09 09:00:57,844 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-09 09:00:57,861 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-09 09:00:57,881 - 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': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': 'd07e88a9-6699-49ca-aa95-3e72404aecbf', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'flavor_name': 'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-09 09:01:52,041 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f4c12b93-8f72-4d06-9b95-bd6456eb0128 2019-01-09 09:01:52,042 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f4c12b93-8f72-4d06-9b95-bd6456eb0128'] 2019-01-09 09:01:53,088 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f4c12b93-8f72-4d06-9b95-bd6456eb0128 -------------------------------------------------------------------------------- Task f4c12b93-8f72-4d06-9b95-bd6456eb0128: 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 f4c12b93-8f72-4d06-9b95-bd6456eb0128 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | quotas.delete_quotas | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | total | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 100.0% | 1 | | -> duration | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.043141 Full duration: 8.595742 -------------------------------------------------------------------------------- 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 f4c12b93-8f72-4d06-9b95-bd6456eb0128 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.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | total | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> duration | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.706493 Full duration: 8.51468 -------------------------------------------------------------------------------- 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 f4c12b93-8f72-4d06-9b95-bd6456eb0128 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.316 | 0.316 | 0.316 | 0.316 | 0.316 | 0.316 | 100.0% | 1 | | total | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> duration | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.722681 Full duration: 8.41421 -------------------------------------------------------------------------------- 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 f4c12b93-8f72-4d06-9b95-bd6456eb0128 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 100.0% | 1 | | total | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 100.0% | 1 | | -> duration | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.161877 Full duration: 9.105988 HINTS: * To plot HTML graphics with this data, run: rally task report f4c12b93-8f72-4d06-9b95-bd6456eb0128 --out output.html * To generate a JUnit report, run: rally task export f4c12b93-8f72-4d06-9b95-bd6456eb0128 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f4c12b93-8f72-4d06-9b95-bd6456eb0128 --json --out output.json 2019-01-09 09:01:53,089 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f4c12b93-8f72-4d06-9b95-bd6456eb0128', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2019-01-09 09:01:55,413 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f4c12b93-8f72-4d06-9b95-bd6456eb0128 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2019-01-09 09:01:55.282 11222 INFO rally.api [-] Building 'json' report for the following task(s): 'f4c12b93-8f72-4d06-9b95-bd6456eb0128'. 2019-01-09 09:01:55.286 11222 INFO rally.api [-] The report has been successfully built. 2019-01-09 09:01:55,414 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f4c12b93-8f72-4d06-9b95-bd6456eb0128', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2019-01-09 09:01:57,554 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f4c12b93-8f72-4d06-9b95-bd6456eb0128 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2019-01-09 09:01:57.427 11225 INFO rally.api [-] Building 'html' report for the following task(s): 'f4c12b93-8f72-4d06-9b95-bd6456eb0128'. 2019-01-09 09:01:57.449 11225 INFO rally.api [-] The report has been successfully built. 2019-01-09 09:01:57,559 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2019-01-09 09:01:57,590 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:18 | 4 | 100.00% | | cinder | 02:50 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:51 | 11 | 100.00% | | neutron | 04:45 | 11 | 100.00% | | nova | 06:19 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:29 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2019-01-09 09:01:57,590 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2019-01-09 09:01:57,720 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 09:01:57,721 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:51 | PASS | +----------------------+------------------+------------------+----------------+ 2019-01-09 09:02:07,907 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2019-01-09 09:02:08,888 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'id': u'11e4db6152b14231bc0051c8c9c405f3', 'description': u'Created by OPNFV Functest: refstack_defcore', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2019-01-09 09:02:09,365 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd409798cd06e4b6fb6d93e281bfaef47', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_ff9eb806-be06-43fe-81ee-f7a16cea7fe4'}) 2019-01-09 09:02:09,524 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 09:02:09,650 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/20e5e6b1cf7940e891e9ed93600f784d'}, 'domain_id': None, 'human_id': None, 'id': u'20e5e6b1cf7940e891e9ed93600f784d', 'HUMAN_ID': False}) 2019-01-09 09:02:10,224 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '53bbe0fa-4d3a-4cff-b3ab-bd05ab71416a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'refstack_defcore-user_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'project_id': u'11e4db6152b14231bc0051c8c9c405f3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 09:02:10,229 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'password': '53bbe0fa-4d3a-4cff-b3ab-bd05ab71416a', 'project_name': 'refstack_defcore-project_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '11e4db6152b14231bc0051c8c9c405f3', 'project_domain_name': 'Default'} 2019-01-09 09:02:11,374 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-09 09:02:13,846 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-09 09:02:13.502 11228 INFO rally.deployment.engine [-] Deployment 56feed0a-5a95-41d5-8802-926ceebf4b7c | Starting: Destroy cloud and free allocated resources. 2019-01-09 09:02:13.626 11228 INFO rally.deployment.engine [-] Deployment 56feed0a-5a95-41d5-8802-926ceebf4b7c | Completed: Destroy cloud and free allocated resources. 2019-01-09 09:02:13.649 11228 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963). 2019-01-09 09:02:13.653 11228 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-09 09:02:16,925 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-09 09:02:16.487 11231 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b30087ac-55c0-4740-bdcc-94c0f73fa656) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b30087ac-55c0-4740-bdcc-94c0f73fa656 | 2019-01-09T09:02:16 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b30087ac-55c0-4740-bdcc-94c0f73fa656 ~/.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 2019-01-09 09:02:20,343 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+----------------+-----------+ 2019-01-09 09:02:20,344 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-09 09:02:22,923 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2019-01-09 09:02:22.478 11237 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963). 2019-01-09 09:02:22.703 11237 INFO rally.api [-] Verifier has been successfully deleted! 2019-01-09 09:02:26,337 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-09 09:02:24.932 11240 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-09 09:02:25.123 11240 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-09 09:02:26.199 11240 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1f47a40e-472b-4b1a-8516-30ccf3cbb2d0) has been successfully created! Using verifier 'opnfv-tempest' (UUID=1f47a40e-472b-4b1a-8516-30ccf3cbb2d0) as the default verifier for the future CLI operations. 2019-01-09 09:02:29,316 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2019-01-09 09:02:32,087 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/file', 'owner': u'11e4db6152b14231bc0051c8c9c405f3', 'id': u'cee66332-940f-4c44-bf8e-c95c76d9fd65', 'size': 12716032, u'self': u'/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'11e4db6152b14231bc0051c8c9c405f3', 'name': 'refstack_defcore-project_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T09:02:31Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T09:02:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'created': u'2019-01-09T09:02:30Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T09:02:30Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 09:02:32,282 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', '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'a3475ec98a734cb2aeb418d350edd17b', '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'0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1', 'swap': 0}) 2019-01-09 09:02:34,560 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8/file', 'owner': u'11e4db6152b14231bc0051c8c9c405f3', 'id': u'e9ab3c36-72fa-423b-85f9-830eb0340fc8', 'size': 12716032, u'self': u'/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'11e4db6152b14231bc0051c8c9c405f3', 'name': 'refstack_defcore-project_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T09:02:34Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T09:02:34Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'created': u'2019-01-09T09:02:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T09:02:32Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 09:02:34,698 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'ephemeral': 0, 'ram': 1024, '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'a3475ec98a734cb2aeb418d350edd17b', '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'fec769fd-ec59-466c-8ced-ded9e2774d20', 'swap': 0}) 2019-01-09 09:02:34,721 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'ephemeral': 0, 'ram': 1024, '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'a3475ec98a734cb2aeb418d350edd17b', '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'fec769fd-ec59-466c-8ced-ded9e2774d20', 'swap': 0}) 2019-01-09 09:02:37,922 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-09 09:02:36.848 11259 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1f47a40e-472b-4b1a-8516-30ccf3cbb2d0) for deployment 'opnfv-rally' (UUID=b30087ac-55c0-4740-bdcc-94c0f73fa656). 2019-01-09 09:02:37.716 11259 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-09 09:02:37.718 11259 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1f47a40e-472b-4b1a-8516-30ccf3cbb2d0) has been successfully configured for deployment 'opnfv-rally' (UUID=b30087ac-55c0-4740-bdcc-94c0f73fa656)! 2019-01-09 09:02:37,923 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-09 09:02:37,923 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-09 09:02:37,926 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-09 09:02:43,262 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-09 09:02:43,305 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-09 09:02:43,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt', u'--concurrency=4']'. 2019-01-09 09:02:45,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:02:45.453 11271 INFO rally.api [-] Starting verification (UUID=20a0adb1-cf19-4ef4-b0bf-ac1204f1e72f) for deployment 'opnfv-rally' (UUID=b30087ac-55c0-4740-bdcc-94c0f73fa656) by verifier 'opnfv-tempest' (UUID=1f47a40e-472b-4b1a-8516-30ccf3cbb2d0). 2019-01-09 09:02:45,455 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 20a0adb1-cf19-4ef4-b0bf-ac1204f1e72f 2019-01-09 09:02:52,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:02:52.002 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.196s] 2019-01-09 09:02:52,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:02:52.059 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.057s] 2019-01-09 09:02:54,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:02:54.654 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.866s] 2019-01-09 09:02:56,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:02:56.071 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.289s] 2019-01-09 09:03:04,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:04.400 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [12.682s] 2019-01-09 09:03:09,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:09.559 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.902s] 2019-01-09 09:03:15,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.174 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.061s] 2019-01-09 09:03:15,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.185 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2019-01-09 09:03:15,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.362 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.176s] 2019-01-09 09:03:15,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.374 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2019-01-09 09:03:15,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.385 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2019-01-09 09:03:15,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.416 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2019-01-09 09:03:15,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.473 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.057s] 2019-01-09 09:03:15,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.538 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.064s] 2019-01-09 09:03:15,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.982 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.443s] 2019-01-09 09:03:15,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.997 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2019-01-09 09:03:16,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:16.074 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.076s] 2019-01-09 09:03:16,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:16.584 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.060s] 2019-01-09 09:03:20,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:20.066 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.480s] 2019-01-09 09:03:21,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:21.349 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2019-01-09 09:03:25,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:25.242 11271 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.143s] 2019-01-09 09:03:25,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:25.322 11271 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.079s] 2019-01-09 09:03:25,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:25.393 11271 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.072s] 2019-01-09 09:03:26,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:26.612 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [25.920s] 2019-01-09 09:03:27,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:27.828 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.220s] 2019-01-09 09:03:30,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:30.114 11271 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.253s] 2019-01-09 09:03:30,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:30.275 11271 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.160s] 2019-01-09 09:03:31,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:31.139 11271 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.862s] 2019-01-09 09:03:31,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:31.307 11271 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.168s] 2019-01-09 09:03:31,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:31.500 11271 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.192s] 2019-01-09 09:03:31,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:31.744 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [22.177s] 2019-01-09 09:03:43,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:43.958 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.804s] 2019-01-09 09:03:46,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:46.263 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.518s] 2019-01-09 09:03:48,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:48.152 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [1.053s] 2019-01-09 09:03:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:48.714 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.561s] 2019-01-09 09:03:49,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:49.205 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.491s] 2019-01-09 09:03:49,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:49.988 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.782s] 2019-01-09 09:03:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:50.516 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.528s] 2019-01-09 09:03:50,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:50.574 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [6.615s] 2019-01-09 09:03:50,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:50.591 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.076s] 2019-01-09 09:03:50,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:50.678 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.086s] 2019-01-09 09:03:50,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:50.748 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.070s] 2019-01-09 09:03:50,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:50.819 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.070s] 2019-01-09 09:03:50,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:50.885 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.066s] 2019-01-09 09:03:51,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:51.038 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.152s] 2019-01-09 09:03:55,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:55.418 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.843s] 2019-01-09 09:03:59,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:59.680 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.261s] 2019-01-09 09:04:04,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:04.185 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.504s] 2019-01-09 09:04:08,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:08.236 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.050s] 2019-01-09 09:04:11,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:11.949 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.713s] 2019-01-09 09:04:19,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:19.085 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.133s] 2019-01-09 09:04:23,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:23.524 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.439s] 2019-01-09 09:04:23,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:23.662 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.138s] 2019-01-09 09:04:23,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:23.786 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.124s] 2019-01-09 09:04:24,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:24.461 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.674s] 2019-01-09 09:04:24,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:24.513 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.052s] 2019-01-09 09:04:24,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:24.610 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.095s] 2019-01-09 09:04:24,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:24.728 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.117s] 2019-01-09 09:04:24,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:24.789 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.061s] 2019-01-09 09:04:24,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:24.985 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.194s] 2019-01-09 09:04:31,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:31.003 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.018s] 2019-01-09 09:04:38,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:38.449 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.158s] 2019-01-09 09:04:40,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:40.385 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.934s] 2019-01-09 09:04:41,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:41.258 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.871s] 2019-01-09 09:04:42,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:42.419 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.161s] 2019-01-09 09:04:43,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:43.505 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.085s] 2019-01-09 09:04:46,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:46.419 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.912s] 2019-01-09 09:04:47,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:47.310 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.891s] 2019-01-09 09:04:47,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:47.381 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.071s] 2019-01-09 09:04:47,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:47.404 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.024s] 2019-01-09 09:04:47,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:47.426 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.022s] 2019-01-09 09:04:47,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:47.451 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.025s] 2019-01-09 09:04:51,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:51.185 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [64.906s] 2019-01-09 09:04:53,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:53.778 11271 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.490s] 2019-01-09 09:04:54,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:54.631 11271 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.853s] 2019-01-09 09:04:55,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:55.804 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.324s] 2019-01-09 09:04:56,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:56.165 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.361s] 2019-01-09 09:05:05,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:05:05.752 11271 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.255s] 2019-01-09 09:05:12,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:05:12.767 11271 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.013s] 2019-01-09 09:05:18,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:05:18.172 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [43.150s] 2019-01-09 09:07:05,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:07:05.834 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.345s] 2019-01-09 09:07:05,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:07:05.900 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.074s] 2019-01-09 09:07:06,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:07:06.279 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.378s] 2019-01-09 09:08:26,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:08:26.770 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.588s] 2019-01-09 09:08:59,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:08:59.483 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [32.710s] 2019-01-09 09:09:00,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:00.515 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [235.811s] 2019-01-09 09:09:17,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:17.621 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [18.139s] 2019-01-09 09:09:34,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:34.041 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [33.518s] 2019-01-09 09:09:41,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:41.704 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.155s] 2019-01-09 09:09:42,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:42.789 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.084s] 2019-01-09 09:09:43,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:43.976 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.186s] 2019-01-09 09:09:45,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:45.187 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.210s] 2019-01-09 09:09:46,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:46.442 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.255s] 2019-01-09 09:09:47,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:47.713 11271 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.325s] 2019-01-09 09:09:47,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:47.836 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.393s] 2019-01-09 09:09:49,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:49.019 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [1.182s] 2019-01-09 09:09:49,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:49.267 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.248s] 2019-01-09 09:09:49,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:49.919 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.652s] 2019-01-09 09:09:50,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:50.825 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.905s] 2019-01-09 09:09:51,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:51.514 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.688s] 2019-01-09 09:09:51,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:51.754 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.238s] 2019-01-09 09:09:52,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:52.136 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.382s] 2019-01-09 09:09:53,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:53.413 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.276s] 2019-01-09 09:09:53,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:53.974 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.561s] 2019-01-09 09:09:54,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:54.497 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.523s] 2019-01-09 09:09:54,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:54.873 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.374s] 2019-01-09 09:09:55,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:55.443 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.569s] 2019-01-09 09:10:02,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:02.139 11271 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.996s] 2019-01-09 09:10:03,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:03.923 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2019-01-09 09:10:04,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:04.461 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.537s] 2019-01-09 09:10:05,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:05.041 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.578s] 2019-01-09 09:10:05,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:05.072 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.032s] 2019-01-09 09:10:05,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:05.113 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.040s] 2019-01-09 09:10:05,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:05.165 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.051s] 2019-01-09 09:10:05,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:05.723 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.558s] 2019-01-09 09:10:05,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:05.953 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.229s] 2019-01-09 09:10:06,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:06.112 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.157s] 2019-01-09 09:10:06,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:06.297 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.184s] 2019-01-09 09:10:11,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:11.069 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.502s] 2019-01-09 09:10:14,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:14.003 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.715s] 2019-01-09 09:10:14,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:14.004 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2019-01-09 09:10:16,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:16.480 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.410s] 2019-01-09 09:10:18,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:18.965 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.484s] 2019-01-09 09:10:19,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:19.019 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.054s] 2019-01-09 09:10:19,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:19.065 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.044s] 2019-01-09 09:10:19,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:19.263 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.197s] 2019-01-09 09:10:19,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:19.462 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.199s] 2019-01-09 09:10:22,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:22.779 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.070s] 2019-01-09 09:10:22,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:22.954 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.174s] 2019-01-09 09:10:26,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:26.416 11271 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.160s] 2019-01-09 09:10:28,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:28.238 11271 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.450s] 2019-01-09 09:10:37,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:37.514 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.355s] 2019-01-09 09:10:38,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:38.043 11271 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.377s] 2019-01-09 09:10:38,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:38.310 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.795s] 2019-01-09 09:10:46,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:46.653 11271 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.608s] 2019-01-09 09:10:51,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:51.500 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.190s] 2019-01-09 09:10:51,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:51.695 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.194s] 2019-01-09 09:10:51,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:51.886 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.191s] 2019-01-09 09:10:52,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:52.615 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.727s] 2019-01-09 09:10:52,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:52.851 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.236s] 2019-01-09 09:10:53,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:53.508 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.657s] 2019-01-09 09:10:53,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:53.553 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.045s] 2019-01-09 09:10:53,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:53.600 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.046s] 2019-01-09 09:10:53,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:53.796 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.195s] 2019-01-09 09:10:53,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:53.846 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.049s] 2019-01-09 09:10:53,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:53.887 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.040s] 2019-01-09 09:10:53,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:53.973 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.085s] 2019-01-09 09:10:54,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:54.050 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.077s] 2019-01-09 09:10:54,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:54.102 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.051s] 2019-01-09 09:10:54,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:54.153 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.051s] 2019-01-09 09:11:01,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:01.662 11271 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [15.004s] 2019-01-09 09:11:02,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:02.754 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.162s] 2019-01-09 09:11:02,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:02.783 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.029s] 2019-01-09 09:11:02,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:02.973 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.187s] 2019-01-09 09:11:03,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:03.130 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.158s] 2019-01-09 09:11:03,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:03.287 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.155s] 2019-01-09 09:11:03,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:03.444 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.155s] 2019-01-09 09:11:03,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:03.651 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.207s] 2019-01-09 09:11:03,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:03.988 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.336s] 2019-01-09 09:11:04,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.138 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.149s] 2019-01-09 09:11:04,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.319 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.180s] 2019-01-09 09:11:04,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.326 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.008s] 2019-01-09 09:11:04,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.382 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.054s] 2019-01-09 09:11:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.566 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.183s] 2019-01-09 09:11:04,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.603 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.037s] 2019-01-09 09:11:04,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.638 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.034s] 2019-01-09 09:11:04,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.648 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2019-01-09 09:11:04,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.681 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.033s] 2019-01-09 09:11:04,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.860 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.178s] 2019-01-09 09:11:04,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.895 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.034s] 2019-01-09 09:11:05,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:05.071 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.176s] 2019-01-09 09:13:54,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:13:54.020 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.275s] 2019-01-09 09:13:54,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:13:54.080 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2019-01-09 09:13:55,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:13:55.171 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [1.090s] 2019-01-09 09:17:02,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:02.656 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.470s] 2019-01-09 09:17:02,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:02.657 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2019-01-09 09:17:23,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:23.821 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.392s] 2019-01-09 09:17:24,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:24.037 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.216s] 2019-01-09 09:17:24,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:24.265 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.228s] 2019-01-09 09:17:24,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:24.641 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.375s] 2019-01-09 09:17:25,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:25.207 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.565s] 2019-01-09 09:17:25,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:25.589 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.382s] 2019-01-09 09:17:31,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:31.757 11271 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.169s] 2019-01-09 09:17:34,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:34.343 11271 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.586s] 2019-01-09 09:17:41,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:41.789 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.584s] 2019-01-09 09:17:43,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:43.263 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.474s] 2019-01-09 09:17:46,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:46.915 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.644s] 2019-01-09 09:17:48,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:48.176 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.264s] 2019-01-09 09:17:50,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:50.394 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.215s] 2019-01-09 09:17:51,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:51.590 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.196s] 2019-01-09 09:17:52,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:52.898 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.304s] 2019-01-09 09:17:52,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:52.971 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.076s] 2019-01-09 09:17:56,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:56.382 11271 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.166s] 2019-01-09 09:18:02,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:18:02.880 11271 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.059s] 2019-01-09 09:18:03,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:18:03.817 11271 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.936s] 2019-01-09 09:18:36,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:18:36.440 11271 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [32.612s] 2019-01-09 09:18:50,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:18:50.460 11271 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.896s] 2019-01-09 09:18:50,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:18:50.658 11271 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.198s] 2019-01-09 09:24:01,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:24:01.186 11271 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.183s] 2019-01-09 09:24:01,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:24:01.450 11271 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.264s] 2019-01-09 09:24:04,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 20a0adb1-cf19-4ef4-b0bf-ac1204f1e72f 2019-01-09 09:24:04,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '20a0adb1-cf19-4ef4-b0bf-ac1204f1e72f']'. 2019-01-09 09:24:05,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-09 09:24:05,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-09 09:24:05,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 09:24:05,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 20a0adb1-cf19-4ef4-b0bf-ac1204f1e72f | 2019-01-09 09:24:05,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2019-01-09 09:24:05,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-09 09:02:45 | 2019-01-09 09:24:05,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-09 09:24:04 | 2019-01-09 09:24:05,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:21:19 | 2019-01-09 09:24:05,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2019-01-09 09:24:05,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-09 09:24:05,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-09 09:24:05,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 1f47a40e-472b-4b1a-8516-30ccf3cbb2d0) | 2019-01-09 09:24:05,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-09 09:24:05,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b30087ac-55c0-4740-bdcc-94c0f73fa656) | 2019-01-09 09:24:05,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2019-01-09 09:24:05,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1271.559 | 2019-01-09 09:24:05,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 195 | 2019-01-09 09:24:05,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2019-01-09 09:24:05,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-09 09:24:05,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-09 09:24:05,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 5 | 2019-01-09 09:24:05,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 09:24:05,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-09 09:24:05,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-09 09:24:05,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 97.5% 2019-01-09 09:24:05,933 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 09:24:05,934 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 21:36 | FAIL | +--------------------------+------------------+------------------+----------------+ 2019-01-09 09:24:10,500 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2019-01-09 09:24:10,550 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2019-01-09 09:24:11,462 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'id': u'abdcc671f5f6403b987b0cca711ef3f6', 'description': u'Created by OPNFV Functest: patrole', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2019-01-09 09:24:11,978 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5eff0f799dbd4cc0bd84fa96a4eb691e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_c20611da-a5dc-4ef5-82bf-368dfd0b5842'}) 2019-01-09 09:24:12,135 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 09:24:12,314 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/9f2f83bf84424524a7554b376f014919'}, 'domain_id': None, 'human_id': None, 'id': u'9f2f83bf84424524a7554b376f014919', 'HUMAN_ID': False}) 2019-01-09 09:24:12,842 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_c20611da-a5dc-4ef5-82bf-368dfd0b5842', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '32e6b5bb-b90c-4494-b348-1cfdaf28c564', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'project_id': u'abdcc671f5f6403b987b0cca711ef3f6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 09:24:12,847 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'password': '32e6b5bb-b90c-4494-b348-1cfdaf28c564', 'project_name': 'patrole-project_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'abdcc671f5f6403b987b0cca711ef3f6', 'project_domain_name': 'Default'} 2019-01-09 09:24:13,961 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-09 09:24:16,517 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-09 09:24:16.105 11309 INFO rally.deployment.engine [-] Deployment b30087ac-55c0-4740-bdcc-94c0f73fa656 | Starting: Destroy cloud and free allocated resources. 2019-01-09 09:24:16.205 11309 INFO rally.deployment.engine [-] Deployment b30087ac-55c0-4740-bdcc-94c0f73fa656 | Completed: Destroy cloud and free allocated resources. 2019-01-09 09:24:16.229 11309 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=1f47a40e-472b-4b1a-8516-30ccf3cbb2d0) for deployment 'opnfv-rally'. 2019-01-09 09:24:16.243 11309 INFO rally.api [-] Deleting verification (UUID=20a0adb1-cf19-4ef4-b0bf-ac1204f1e72f). 2019-01-09 09:24:16.292 11309 INFO rally.api [-] Verification has been successfully deleted! 2019-01-09 09:24:16.292 11309 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=1f47a40e-472b-4b1a-8516-30ccf3cbb2d0). 2019-01-09 09:24:16.298 11309 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-09 09:24:18,925 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-09 09:24:18.612 11312 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a8a150f5-71dc-4711-b05d-96feadb27618) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a8a150f5-71dc-4711-b05d-96feadb27618 | 2019-01-09T09:24:18 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a8a150f5-71dc-4711-b05d-96feadb27618 ~/.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 2019-01-09 09:24:22,185 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+----------------+-----------+ 2019-01-09 09:24:22,185 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-09 09:24:24,569 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2019-01-09 09:24:24.278 11318 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=1f47a40e-472b-4b1a-8516-30ccf3cbb2d0). 2019-01-09 09:24:24.414 11318 INFO rally.api [-] Verifier has been successfully deleted! 2019-01-09 09:24:27,813 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-09 09:24:26.555 11321 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-09 09:24:26.700 11321 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-09 09:24:27.675 11321 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=63d59d0c-f15a-4f19-aa86-9846668e3652) has been successfully created! Using verifier 'opnfv-tempest' (UUID=63d59d0c-f15a-4f19-aa86-9846668e3652) as the default verifier for the future CLI operations. 2019-01-09 09:24:30,745 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2019-01-09 09:24:33,453 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/snap', u'metadata': Munch({})})], 'file': u'/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/file', 'owner': u'abdcc671f5f6403b987b0cca711ef3f6', 'id': u'64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82', 'size': 12716032, u'self': u'/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'abdcc671f5f6403b987b0cca711ef3f6', 'name': 'patrole-project_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T09:24:33Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T09:24:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'created': u'2019-01-09T09:24:31Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T09:24:31Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 09:24:34,025 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_c20611da-a5dc-4ef5-82bf-368dfd0b5842', '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'a3475ec98a734cb2aeb418d350edd17b', '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'cd4f389a-11c7-4302-a365-26af90784cc6', 'swap': 0}) 2019-01-09 09:24:36,981 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea/snap', u'metadata': Munch({})})], 'file': u'/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea/file', 'owner': u'abdcc671f5f6403b987b0cca711ef3f6', 'id': u'59af6f3c-628f-4967-a4ce-602d49bfb2ea', 'size': 12716032, u'self': u'/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'abdcc671f5f6403b987b0cca711ef3f6', 'name': 'patrole-project_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T09:24:36Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T09:24:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'created': u'2019-01-09T09:24:34Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T09:24:34Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 09:24:37,034 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'ephemeral': 0, 'ram': 1024, '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'a3475ec98a734cb2aeb418d350edd17b', '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'72c5f737-a77f-4703-b728-dba649e5992e', 'swap': 0}) 2019-01-09 09:24:37,057 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'ephemeral': 0, 'ram': 1024, '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'a3475ec98a734cb2aeb418d350edd17b', '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'72c5f737-a77f-4703-b728-dba649e5992e', 'swap': 0}) 2019-01-09 09:24:40,180 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-09 09:24:39.127 11340 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=63d59d0c-f15a-4f19-aa86-9846668e3652) for deployment 'opnfv-rally' (UUID=a8a150f5-71dc-4711-b05d-96feadb27618). 2019-01-09 09:24:40.015 11340 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-09 09:24:40.017 11340 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=63d59d0c-f15a-4f19-aa86-9846668e3652) has been successfully configured for deployment 'opnfv-rally' (UUID=a8a150f5-71dc-4711-b05d-96feadb27618)! 2019-01-09 09:24:40,180 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-09 09:24:40,181 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-09 09:24:40,183 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-09 09:24:40,215 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-09 09:24:43,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-63d59d0c-f15a-4f19-aa86-9846668e3652/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2019-01-09 09:24:43,624 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-09 09:24:43,652 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-09 09:24:43,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2019-01-09 09:24:45,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:24:45.805 11349 INFO rally.api [-] Starting verification (UUID=628f6321-626f-4db5-9245-53764727562a) for deployment 'opnfv-rally' (UUID=a8a150f5-71dc-4711-b05d-96feadb27618) by verifier 'opnfv-tempest' (UUID=63d59d0c-f15a-4f19-aa86-9846668e3652). 2019-01-09 09:24:45,806 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 628f6321-626f-4db5-9245-53764727562a 2019-01-09 09:27:20,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 628f6321-626f-4db5-9245-53764727562a 2019-01-09 09:27:20,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '628f6321-626f-4db5-9245-53764727562a']'. 2019-01-09 09:27:21,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-09 09:27:21,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-09 09:27:21,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 09:27:21,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 628f6321-626f-4db5-9245-53764727562a | 2019-01-09 09:27:21,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2019-01-09 09:27:21,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-09 09:24:45 | 2019-01-09 09:27:21,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-09 09:27:20 | 2019-01-09 09:27:21,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:35 | 2019-01-09 09:27:21,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-09 09:27:21,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-09 09:27:21,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 63d59d0c-f15a-4f19-aa86-9846668e3652) | 2019-01-09 09:27:21,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-09 09:27:21,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a8a150f5-71dc-4711-b05d-96feadb27618) | 2019-01-09 09:27:21,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2019-01-09 09:27:21,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 146.511 | 2019-01-09 09:27:21,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 123 | 2019-01-09 09:27:21,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2019-01-09 09:27:21,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-09 09:27:21,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-09 09:27:21,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2019-01-09 09:27:21,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 09:27:21,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-09 09:27:21,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-09 09:27:22,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 99.1935483871% 2019-01-09 09:27:22,273 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 09:27:22,274 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:51 | FAIL | +-------------------+------------------+------------------+----------------+ 2019-01-09 09:27:28,013 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2019-01-09 09:27:28,068 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2019-01-09 09:27:29,090 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2019-01-09 09:27:50,011 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2019-01-09 09:27:50,057 - xtesting.core.robotframework - INFO - Results were successfully parsed 2019-01-09 09:27:50,343 - xtesting.core.robotframework - INFO - Results were successfully generated 2019-01-09 09:27:50,457 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 09:27:50,457 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2019-01-09 09:27:50,511 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2019-01-09 09:27:52,915 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 09:27:55,928 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-09 09:27:55,928 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2019-01-09 10:37:22,984 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 10:37:22,984 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 69:27 | FAIL | +---------------------+------------------+------------------+----------------+ 2019-01-09 10:37:25,443 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2019-01-09 10:37:25,498 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2019-01-09 10:37:26,981 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 10:37:28,773 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-09 10:37:31,477 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-09 10:37:30.912 11552 INFO rally.deployment.engine [-] Deployment a8a150f5-71dc-4711-b05d-96feadb27618 | Starting: Destroy cloud and free allocated resources. 2019-01-09 10:37:31.009 11552 INFO rally.deployment.engine [-] Deployment a8a150f5-71dc-4711-b05d-96feadb27618 | Completed: Destroy cloud and free allocated resources. 2019-01-09 10:37:31.068 11552 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=63d59d0c-f15a-4f19-aa86-9846668e3652) for deployment 'opnfv-rally'. 2019-01-09 10:37:31.100 11552 INFO rally.api [-] Deleting verification (UUID=628f6321-626f-4db5-9245-53764727562a). 2019-01-09 10:37:31.255 11552 INFO rally.api [-] Verification has been successfully deleted! 2019-01-09 10:37:31.256 11552 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=63d59d0c-f15a-4f19-aa86-9846668e3652). 2019-01-09 10:37:31.264 11552 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-09 10:37:33,878 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-09 10:37:33.596 11555 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b855cf58-d1f9-449c-ac77-4f657bf883d0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b855cf58-d1f9-449c-ac77-4f657bf883d0 | 2019-01-09T10:37:33 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b855cf58-d1f9-449c-ac77-4f657bf883d0 ~/.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 2019-01-09 10:37:37,302 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+----------------+-----------+ 2019-01-09 10:37:37,302 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-09 10:37:39,698 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2019-01-09 10:37:39.416 11561 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=63d59d0c-f15a-4f19-aa86-9846668e3652). 2019-01-09 10:37:39.542 11561 INFO rally.api [-] Verifier has been successfully deleted! 2019-01-09 10:37:43,100 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-09 10:37:41.732 11564 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-09 10:37:41.878 11564 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-09 10:37:42.937 11564 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ea319dfa-f38e-4bc2-8282-b76fb2034e2c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ea319dfa-f38e-4bc2-8282-b76fb2034e2c) as the default verifier for the future CLI operations. 2019-01-09 10:37:45,942 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2019-01-09 10:37:54,106 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-09 10:37:53.072 11583 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ea319dfa-f38e-4bc2-8282-b76fb2034e2c) for deployment 'opnfv-rally' (UUID=b855cf58-d1f9-449c-ac77-4f657bf883d0). 2019-01-09 10:37:53.937 11583 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-09 10:37:53.939 11583 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ea319dfa-f38e-4bc2-8282-b76fb2034e2c) has been successfully configured for deployment 'opnfv-rally' (UUID=b855cf58-d1f9-449c-ac77-4f657bf883d0)! 2019-01-09 10:37:57,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ea319dfa-f38e-4bc2-8282-b76fb2034e2c/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2019-01-09 10:37:57,286 - 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']'. 2019-01-09 10:37:59,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 10:37:59.465 11592 INFO rally.api [-] Starting verification (UUID=a84649de-30fa-454a-82dc-cc2be06f62d7) for deployment 'opnfv-rally' (UUID=b855cf58-d1f9-449c-ac77-4f657bf883d0) by verifier 'opnfv-tempest' (UUID=ea319dfa-f38e-4bc2-8282-b76fb2034e2c). 2019-01-09 10:41:13,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: a84649de-30fa-454a-82dc-cc2be06f62d7 2019-01-09 10:41:13,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a84649de-30fa-454a-82dc-cc2be06f62d7']'. 2019-01-09 10:41:14,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-09 10:41:14,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-09 10:41:14,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 10:41:14,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a84649de-30fa-454a-82dc-cc2be06f62d7 | 2019-01-09 10:41:14,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2019-01-09 10:41:14,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-09 10:37:59 | 2019-01-09 10:41:14,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-09 10:41:13 | 2019-01-09 10:41:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:14 | 2019-01-09 10:41:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-09 10:41:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-09 10:41:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ea319dfa-f38e-4bc2-8282-b76fb2034e2c) | 2019-01-09 10:41:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-09 10:41:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b855cf58-d1f9-449c-ac77-4f657bf883d0) | 2019-01-09 10:41:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2019-01-09 10:41:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 178.236 | 2019-01-09 10:41:14,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2019-01-09 10:41:14,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2019-01-09 10:41:14,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-09 10:41:14,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-09 10:41:14,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2019-01-09 10:41:14,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 10:41:14,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-09 10:41:14,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-09 10:41:14,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2019-01-09 10:41:14,709 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 10:41:14,709 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:29 | FAIL | +-----------------------+------------------+------------------+----------------+ 2019-01-09 10:41:17,941 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2019-01-09 10:41:17,942 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:46 | PASS | | vping_userdata | functest | smoke | 00:31 | PASS | | tempest_smoke_serial | functest | smoke | 16:08 | PASS | | rally_sanity | functest | smoke | 24:51 | PASS | | refstack_defcore | functest | smoke | 21:36 | FAIL | | patrole | functest | smoke | 02:51 | FAIL | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 69:27 | FAIL | | neutron_trunk | functest | smoke | 03:29 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2019-01-09 10:41:17,951 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2019-01-09 10:41:22,388 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-326 | | 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 | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2019-01-09 10:41:22,392 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=JRnceTrCXGZBBX9k9dtftYjAA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2019-01-09 10:41:22,392 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-09 10:41:22,393 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2019-01-09 10:41:22,409 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2019-01-09 10:41:22,445 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2019-01-09 10:46:01,857 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2019-01-09 10:46:01,975 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 10:46:01,976 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:39 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2019-01-09 10:46:02,010 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2019-01-09 10:46:03,672 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2019-01-09 10:46:05,212 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2019-01-09 10:46:06,997 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2019-01-09 10:46:07,836 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2019-01-09 10:46:07,837 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2019-01-09 10:46:07,891 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2019-01-09 10:46:08,069 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2019-01-09 10:46:33,647 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.' 2019-01-09 10:46:33,647 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2019-01-09 10:46:33,647 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2019-01-09 10:46:33,738 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2019-01-09 10:47:02,516 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2019-01-09 10:47:02,517 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'Node overcloud-novacompute-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-novacompute-0 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-2 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-1 br-int is fail_mode secure': 'PASS'}, {'Node overcloud-controller-0 br-int is fail_mode secure': 'PASS'}]} 2019-01-09 10:47:02,517 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2019-01-09 10:47:02,518 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2019-01-09 10:47:02,518 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2019-01-09 10:47:02,597 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2019-01-09 10:47:02,609 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 10:47:03,286 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-09 10:47:05,662 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2019-01-09 10:47:06,029 - sdnvpn.lib.openstack_utils - DEBUG - Network 'c5b40b34-8791-4d1a-8eb2-447f1e8c47bd' created successfully 2019-01-09 10:47:06,029 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-09 10:47:06,604 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '126b9e13-4f90-4b10-89f0-2be5520d9b7e' created successfully 2019-01-09 10:47:06,604 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-09 10:47:07,085 - sdnvpn.lib.openstack_utils - DEBUG - Router 'b08e916f-282a-47d7-9081-89cd0efb3072' created successfully 2019-01-09 10:47:07,086 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-09 10:47:08,484 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-09 10:47:08,485 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-09 10:47:10,640 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-09 10:47:11,041 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2019-01-09 10:47:11,402 - sdnvpn.lib.openstack_utils - DEBUG - Network '53bba904-b474-46f9-8525-b8f5854c97a0' created successfully 2019-01-09 10:47:11,402 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-09 10:47:11,773 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '6155b5b3-ed20-4017-949d-1dfe3d63acdc' created successfully 2019-01-09 10:47:11,773 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-09 10:47:11,774 - sdnvpn.lib.openstack_utils - DEBUG - Router 'b08e916f-282a-47d7-9081-89cd0efb3072' created successfully 2019-01-09 10:47:11,774 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-09 10:47:13,278 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-09 10:47:13,278 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-09 10:47:14,246 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-09 10:47:14,461 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2019-01-09 10:47:14,871 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=4e46aeff-3422-4816-9331-c207cd802207 created successfully. 2019-01-09 10:47:14,871 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2019-01-09 10:47:14,872 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2019-01-09 10:47:15,067 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2019-01-09 10:47:15,068 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2019-01-09 10:47:15,277 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2019-01-09 10:47:15,969 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2019-01-09 10:48:34,982 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-09 10:49:11,317 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.202 -c 10' 2019-01-09 10:49:42,295 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2019-01-09 10:49:42,296 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence': {'status': 'PASS', 'details': [{u"'sdnvpn-8-1' can ping 'sdnvpn-8-2'": 'PASS'}, {u'Assign a Floating IP to sdnvpn-8-1': 'PASS'}, {u'Ping IP 172.30.9.202': 'PASS'}]} 2019-01-09 10:49:42,296 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2019-01-09 10:49:42,296 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2019-01-09 10:49:42,296 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2019-01-09 10:49:42,401 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2019-01-09 10:49:56,953 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2019-01-09 10:49:56,954 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2019-01-09 10:49:57,007 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2019-01-09 10:49:57,068 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2019-01-09 10:49:57,124 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2019-01-09 10:49:57,386 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-2 2019-01-09 10:49:57,427 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.33 2019-01-09 10:50:05,890 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2019-01-09 10:50:05,948 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2019-01-09 10:50:05,949 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2019-01-09 10:50:22,419 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 10:50:22,992 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2019-01-09 10:50:23,049 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=2d25413a-6352-4f5e-b310-9304e9be4a10 created successfully. 2019-01-09 10:50:23,640 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-09 10:50:24,038 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2019-01-09 10:50:24,765 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2019-01-09 10:50:25,143 - sdnvpn.lib.openstack_utils - DEBUG - Network 'c57ebf2b-0ccf-4faf-8773-9f36cfc8da0d' created successfully 2019-01-09 10:50:25,143 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-09 10:50:25,712 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '6f15170b-7a79-415a-9cba-4b6d53313878' created successfully 2019-01-09 10:50:25,712 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-09 10:50:26,056 - sdnvpn.lib.openstack_utils - DEBUG - Router '4fb53469-aaa5-4d8d-b416-dbacee738120' created successfully 2019-01-09 10:50:26,057 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-09 10:50:27,521 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-09 10:50:27,521 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-09 10:50:29,144 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-09 10:50:29,670 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2019-01-09 10:50:30,126 - sdnvpn.lib.openstack_utils - DEBUG - Network 'd19d0505-ca04-4e51-bf09-cff9264ba471' created successfully 2019-01-09 10:50:30,126 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-09 10:50:30,682 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'ca0bb92a-6ef5-4cda-8b8b-de1dd43ddf67' created successfully 2019-01-09 10:50:30,683 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-09 10:50:31,021 - sdnvpn.lib.openstack_utils - DEBUG - Router '2e98cf86-8ba0-44cd-9de7-493f8d67d9aa' created successfully 2019-01-09 10:50:31,021 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-09 10:50:32,478 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-09 10:50:32,478 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-09 10:50:34,038 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-09 10:50:34,682 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2019-01-09 10:56:05,642 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2019-01-09 10:56:05,643 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_3 - Data center gateway integration': {'status': 'PASS', 'details': [{'Controller (ODL) list is ready': 'PASS'}, {'zrpcd is running in overcloud-controller-2': 'PASS'}, {'zrpcd is running in overcloud-controller-0': 'PASS'}, {'zrpcd is running in overcloud-controller-1': 'PASS'}, {'Found BGP entity owner': 'PASS'}, {'bgpd is running': 'PASS'}, {'Assign a Floating IP to sdnvpn-3-2-quagga ': 'PASS'}, {'Bootstrap quagga inside an OpenStack instance': 'PASS'}, {'Peering with quagga': 'PASS'}]} 2019-01-09 10:56:05,643 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2019-01-09 10:56:05,643 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2019-01-09 10:56:05,643 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2019-01-09 10:56:05,736 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2019-01-09 10:56:05,745 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 10:56:05,745 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2019-01-09 10:56:06,382 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-09 10:56:11,100 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-09 10:56:51,490 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-780484', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'a3475ec98a734cb2aeb418d350edd17b', u'route_targets': [u'55:55'], u'project_id': u'a3475ec98a734cb2aeb418d350edd17b', u'type': u'l3', u'id': u'd1549c2a-a494-4f9e-af0b-34566b69a925'}} 2019-01-09 10:58:19,549 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-09 10:58:52,102 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-718915', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3475ec98a734cb2aeb418d350edd17b', u'route_targets': [u'88:88'], u'project_id': u'a3475ec98a734cb2aeb418d350edd17b', u'type': u'l3', u'id': u'8fb7016f-9ec2-45b5-a358-dfab4105eb5a'}} 2019-01-09 10:58:55,527 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-09 10:59:52,395 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2019-01-09 10:59:52,395 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_2 - Tenant separation': {'status': 'PASS', 'details': [{u"[10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11]": 'PASS'}, {u"[10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12]": 'PASS'}]} 2019-01-09 10:59:52,395 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2019-01-09 10:59:52,395 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2019-01-09 10:59:52,396 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2019-01-09 10:59:52,485 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2019-01-09 10:59:52,494 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 10:59:53,058 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-09 10:59:57,954 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-09 11:01:04,452 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-840397', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3475ec98a734cb2aeb418d350edd17b', u'route_targets': [], u'project_id': u'a3475ec98a734cb2aeb418d350edd17b', u'type': u'l3', u'id': u'4c23251b-82a4-4263-9c60-87c45fa751cd'}} 2019-01-09 11:02:45,554 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-09 11:03:48,798 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-840397', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3475ec98a734cb2aeb418d350edd17b', u'route_targets': [], u'project_id': u'a3475ec98a734cb2aeb418d350edd17b', u'type': u'l3', u'id': u'4fd3b8c0-2ef0-4067-a8eb-098db03cf844'}} 2019-01-09 11:03:52,415 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-09 11:05:04,815 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2019-01-09 11:05:04,816 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'PASS', 'details': [{u"'sdnvpn-1-1' can ping 'sdnvpn-1-2'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'PASS'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'PASS'}]} 2019-01-09 11:05:04,816 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2019-01-09 11:05:04,816 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2019-01-09 11:05:04,816 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2019-01-09 11:05:04,918 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2019-01-09 11:05:04,928 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 11:05:21,936 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-09 11:05:25,302 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-09 11:06:43,684 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2019-01-09 11:08:14,635 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2019-01-09 11:09:45,366 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2019-01-09 11:10:32,599 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2019-01-09 11:10:32,599 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect': {'status': 'PASS', 'details': [{'New OVS flows added': 'PASS'}, {'New OVS groups added': 'PASS'}, {'OVS flows are programmed after resync expected flow count 369, actual flow count 396': 'PASS'}, {'OVS groups are programmed after resync expected group count 20, actual group count 20': 'PASS'}, {'OVS flows are programmed after resync expected flow count 369, actual flow count 396': 'PASS'}, {'OVS groups are programmed after resync expected group count 20, actual group count 20': 'PASS'}]} 2019-01-09 11:10:32,599 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology' 2019-01-09 11:10:32,599 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2019-01-09 11:10:32,600 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2019-01-09 11:10:32,686 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2019-01-09 11:10:32,695 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 11:10:45,384 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-09 11:10:49,020 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-09 11:12:51,398 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2019-01-09 11:13:37,394 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2019-01-09 11:14:07,642 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2019-01-09 11:14:07,643 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology': {'status': 'FAIL', 'details': [{'New OVS group added': 'PASS'}, {' Additional group was not deleted from OVS': 'FAIL'}]} 2019-01-09 11:14:07,643 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2019-01-09 11:14:07,644 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2019-01-09 11:14:07,644 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2019-01-09 11:14:07,731 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2019-01-09 11:14:07,739 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 11:14:08,308 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-09 11:14:11,447 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2019-01-09 11:14:11,851 - sdnvpn.lib.openstack_utils - DEBUG - Network '8bab26d8-c834-49b7-b679-b2eb4de2380b' created successfully 2019-01-09 11:14:11,851 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-09 11:14:12,468 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'da57b32b-41eb-4688-8752-8c3f89fd8ce8' created successfully 2019-01-09 11:14:12,468 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-09 11:14:12,873 - sdnvpn.lib.openstack_utils - DEBUG - Router '23a83937-ad26-4d98-820b-97b73f7ac736' created successfully 2019-01-09 11:14:12,873 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-09 11:14:14,649 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-09 11:14:14,649 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-09 11:14:16,841 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-09 11:14:18,023 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-09 11:15:25,963 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-735290', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3475ec98a734cb2aeb418d350edd17b', u'route_targets': [], u'project_id': u'a3475ec98a734cb2aeb418d350edd17b', u'type': u'l3', u'id': u'98f24487-951e-4364-83a2-e4d545e91f7a'}} 2019-01-09 11:16:32,174 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-09 11:17:35,023 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-735290', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3475ec98a734cb2aeb418d350edd17b', u'route_targets': [], u'project_id': u'a3475ec98a734cb2aeb418d350edd17b', u'type': u'l3', u'id': u'da564f7d-cb42-40e8-8659-f1e6d0686246'}} 2019-01-09 11:17:38,735 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-09 11:18:08,738 - sdnvpn.test.functest.testcase_4 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate router 'sdnvpn-4-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-2' | | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-3' | | PASS | 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-4-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-4' can ping 'sdnvpn-4-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------+ | Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. | +----------------------------------------------------------------------------------------+ +========================================================================================+ 2019-01-09 11:18:46,631 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2019-01-09 11:18:46,631 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association': {'status': 'PASS', 'details': [{u"'sdnvpn-4-1' can ping 'sdnvpn-4-2'": 'PASS'}, {u"'sdnvpn-4-1' can ping 'sdnvpn-4-3'": 'PASS'}, {u"'sdnvpn-4-1' cannot ping 'sdnvpn-4-4'": 'PASS'}, {u"'sdnvpn-4-4' can ping 'sdnvpn-4-5'": 'PASS'}]} 2019-01-09 11:18:46,631 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2019-01-09 11:18:46,632 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2019-01-09 11:18:46,632 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2019-01-09 11:18:46,842 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2019-01-09 11:18:47,706 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'bgpvpn-tempest-tes-project_e99abf70-0a69-4718-975d-1dfd2f904b45', 'id': u'a9f459bbca864a4d816ba92790cbdd07', 'description': u'Created by OPNFV Functest: bgpvpn-tempest-tests', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2019-01-09 11:18:48,173 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd6231cfdb7f345b3bf198f6e1b0788ce', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'bgpvpn-tempest-tests-user_e99abf70-0a69-4718-975d-1dfd2f904b45'}) 2019-01-09 11:18:48,352 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 11:18:48,536 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/55a6368078864a68ba2585c9181e0c30'}, 'domain_id': None, 'human_id': None, 'id': u'55a6368078864a68ba2585c9181e0c30', 'HUMAN_ID': False}) 2019-01-09 11:18:49,091 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'bgpvpn-tempest-tes-project_e99abf70-0a69-4718-975d-1dfd2f904b45', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '73ef18ff-64d1-49a5-8ef0-092a44a50ef1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'bgpvpn-tempest-tests-user_e99abf70-0a69-4718-975d-1dfd2f904b45', 'project_id': u'a9f459bbca864a4d816ba92790cbdd07', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 11:18:49,096 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'bgpvpn-tempest-tests-user_e99abf70-0a69-4718-975d-1dfd2f904b45', 'password': '73ef18ff-64d1-49a5-8ef0-092a44a50ef1', 'project_name': 'bgpvpn-tempest-tes-project_e99abf70-0a69-4718-975d-1dfd2f904b45', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'a9f459bbca864a4d816ba92790cbdd07', 'project_domain_name': 'Default'} 2019-01-09 11:18:50,205 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-09 11:18:58,922 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-09 11:18:58.607 154 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f1d4cad3-9ea2-4a24-b151-f71b12dac1fa) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f1d4cad3-9ea2-4a24-b151-f71b12dac1fa | 2019-01-09T11:18:58 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f1d4cad3-9ea2-4a24-b151-f71b12dac1fa ~/.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 2019-01-09 11:19:02,115 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+----------------+-----------+ 2019-01-09 11:19:02,116 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-09 11:19:08,387 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-09 11:19:06.291 163 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-09 11:19:06.453 163 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-09 11:19:08.201 163 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=567e3bd9-b8b2-42e9-a36c-4f4d9e3a21d3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=567e3bd9-b8b2-42e9-a36c-4f4d9e3a21d3) as the default verifier for the future CLI operations. 2019-01-09 11:19:14,270 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/file', 'owner': u'a9f459bbca864a4d816ba92790cbdd07', 'id': u'4674a0fc-cbe0-4b56-ad47-908ed40892a4', 'size': 12716032, u'self': u'/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a9f459bbca864a4d816ba92790cbdd07', 'name': 'bgpvpn-tempest-tes-project_e99abf70-0a69-4718-975d-1dfd2f904b45', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T11:19:13Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T11:19:13Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45', 'created': u'2019-01-09T11:19:12Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T11:19:12Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 11:19:14,558 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_e99abf70-0a69-4718-975d-1dfd2f904b45', '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'a3475ec98a734cb2aeb418d350edd17b', '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'09550ca5-004c-4d15-bd92-e436a6a6f796', 'swap': 0}) 2019-01-09 11:19:17,633 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/11161f63-1518-482a-af4a-c502ba3a4b3f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f/file', 'owner': u'a9f459bbca864a4d816ba92790cbdd07', 'id': u'11161f63-1518-482a-af4a-c502ba3a4b3f', 'size': 12716032, u'self': u'/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a9f459bbca864a4d816ba92790cbdd07', 'name': 'bgpvpn-tempest-tes-project_e99abf70-0a69-4718-975d-1dfd2f904b45', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/11161f63-1518-482a-af4a-c502ba3a4b3f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T11:19:17Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T11:19:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_e99abf70-0a69-4718-975d-1dfd2f904b45', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_e99abf70-0a69-4718-975d-1dfd2f904b45', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_alt_e99abf70-0a69-4718-975d-1dfd2f904b45', 'created': u'2019-01-09T11:19:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T11:19:15Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_e99abf70-0a69-4718-975d-1dfd2f904b45', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 11:19:17,696 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_e99abf70-0a69-4718-975d-1dfd2f904b45', 'ephemeral': 0, 'ram': 1024, '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'a3475ec98a734cb2aeb418d350edd17b', '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'2b2eaea6-0f0f-42da-bd48-431c93f734d0', 'swap': 0}) 2019-01-09 11:19:17,720 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_e99abf70-0a69-4718-975d-1dfd2f904b45', 'ephemeral': 0, 'ram': 1024, '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'a3475ec98a734cb2aeb418d350edd17b', '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'2b2eaea6-0f0f-42da-bd48-431c93f734d0', 'swap': 0}) 2019-01-09 11:19:20,725 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-09 11:19:19.735 182 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=567e3bd9-b8b2-42e9-a36c-4f4d9e3a21d3) for deployment 'opnfv-rally' (UUID=f1d4cad3-9ea2-4a24-b151-f71b12dac1fa). 2019-01-09 11:19:20.585 182 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-09 11:19:20.587 182 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=567e3bd9-b8b2-42e9-a36c-4f4d9e3a21d3) has been successfully configured for deployment 'opnfv-rally' (UUID=f1d4cad3-9ea2-4a24-b151-f71b12dac1fa)! 2019-01-09 11:19:20,725 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-09 11:19:20,726 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-09 11:19:20,728 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-09 11:19:20,910 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-09 11:19:23,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-567e3bd9-b8b2-42e9-a36c-4f4d9e3a21d3/repo; testr list-tests '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt 2>/dev/null) 2019-01-09 11:19:23,960 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-09 11:19:23,979 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-09 11:19:23,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt', u'--concurrency=4']'. 2019-01-09 11:19:26,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:19:26.063 191 INFO rally.api [-] Starting verification (UUID=ad6bfe85-8e97-4a5e-8381-ba23c24f9af0) for deployment 'opnfv-rally' (UUID=f1d4cad3-9ea2-4a24-b151-f71b12dac1fa) by verifier 'opnfv-tempest' (UUID=567e3bd9-b8b2-42e9-a36c-4f4d9e3a21d3). 2019-01-09 11:19:26,065 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: ad6bfe85-8e97-4a5e-8381-ba23c24f9af0 2019-01-09 11:22:36,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: ad6bfe85-8e97-4a5e-8381-ba23c24f9af0 2019-01-09 11:22:36,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ad6bfe85-8e97-4a5e-8381-ba23c24f9af0']'. 2019-01-09 11:22:38,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-09 11:22:38,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-09 11:22:38,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 11:22:38,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ad6bfe85-8e97-4a5e-8381-ba23c24f9af0 | 2019-01-09 11:22:38,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2019-01-09 11:22:38,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-09 11:19:26 | 2019-01-09 11:22:38,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-09 11:22:36 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:10 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 567e3bd9-b8b2-42e9-a36c-4f4d9e3a21d3) | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f1d4cad3-9ea2-4a24-b151-f71b12dac1fa) | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 17 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 180.12 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 15 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-09 11:22:38,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest bgpvpn-tempest-tests success_rate is 88.2352941176% 2019-01-09 11:22:42,517 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2019-01-09 11:22:42,517 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest': {'status': 'FAIL', 'details': 'Tempest testcases have been completed'} 2019-01-09 11:22:42,518 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances' 2019-01-09 11:22:42,518 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2019-01-09 11:22:42,518 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2019-01-09 11:22:42,687 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2019-01-09 11:22:42,698 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 11:22:43,244 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-09 11:22:46,120 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-09 11:26:07,377 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2019-01-09 11:26:07,378 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'PASS', 'details': [{'Ping succeeds': 'PASS'}, {'Ping succeeds': 'PASS'}]} 2019-01-09 11:26:07,378 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2019-01-09 11:26:07,378 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2019-01-09 11:26:07,378 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2019-01-09 11:26:07,470 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2019-01-09 11:26:07,470 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2019-01-09 11:26:07,481 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 11:26:08,446 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2019-01-09 11:26:19,550 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2019-01-09 11:26:19,612 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=401283e0-6907-43b0-840c-1e77e60f5666 created successfully. 2019-01-09 11:26:20,708 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2019-01-09 11:26:20,993 - sdnvpn.lib.openstack_utils - DEBUG - Network '25a7de4f-4fc1-445a-ac58-6419aacb6b28' created successfully 2019-01-09 11:26:20,993 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-09 11:26:21,603 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '23b10b5e-84cf-4805-a8fa-98776977bac3' created successfully 2019-01-09 11:26:21,603 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-09 11:26:21,869 - sdnvpn.lib.openstack_utils - DEBUG - Router 'f502d121-4683-457f-8530-66fd711a71da' created successfully 2019-01-09 11:26:21,870 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-09 11:26:23,380 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-09 11:26:23,380 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-09 11:26:25,101 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-09 11:26:25,308 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-09 11:29:19,093 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-09 11:29:36,811 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-300101', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3475ec98a734cb2aeb418d350edd17b', u'route_targets': [], u'project_id': u'a3475ec98a734cb2aeb418d350edd17b', u'type': u'l3', u'id': u'f187bd50-a4ee-4171-9037-fb488794d64a'}} 2019-01-09 11:29:37,817 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-09 11:30:10,010 - sdnvpn.test.functest.testcase_13 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ 2019-01-09 11:30:42,521 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2019-01-09 11:30:42,521 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario': {'status': 'PASS', 'details': [{u"'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13'": 'PASS'}]} 2019-01-09 11:30:42,521 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2019-01-09 11:30:42,865 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2019-01-09 11:30:57,295 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2019-01-09 11:31:01,150 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2019-01-09 11:31:01,166 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2019-01-09 11:31:06,704 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2019-01-09 11:31:06,721 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2019-01-09 11:31:11,814 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2019-01-09 11:31:11,831 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2019-01-09 11:31:12,367 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2019-01-09 11:31:12,382 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2019-01-09 11:31:12,647 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2019-01-09 11:31:12,662 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2019-01-09 11:31:12,690 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2019-01-09 11:31:14,694 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 11:31:14,695 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 45:11 | FAIL | +-------------------+-----------------+------------------+----------------+ 2019-01-09 11:31:14,701 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2019-01-09 11:31:14,702 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:39 | PASS | | bgpvpn | sdnvpn | features | 45:11 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2019-01-09 11:31:14,708 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2019-01-09 11:31:20,826 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-326 | | 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 | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2019-01-09 11:31:20,832 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=JRnceTrCXGZBBX9k9dtftYjAA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2019-01-09 11:31:20,832 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-09 11:31:20,833 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2019-01-09 11:31:20,834 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2019-01-09 11:31:20,837 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2019-01-09 11:31:23,793 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-326 | | 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 | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2019-01-09 11:31:23,796 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=JRnceTrCXGZBBX9k9dtftYjAA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2019-01-09 11:31:23,796 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-09 11:31:23,796 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2019-01-09 11:31:23,797 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2019-01-09 11:31:23,798 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2019-01-09 11:31:26,668 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-326 | | 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 | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2019-01-09 11:31:26,673 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=JRnceTrCXGZBBX9k9dtftYjAA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2019-01-09 11:31:26,673 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2019-01-09 11:31:26,683 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2019-01-09 11:31:28,769 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_4cd35f38-5162-4759-bc69-ca2155850e29', 'id': u'ba94836e97524e27814bb777f1066cbc', 'description': u'Created by OPNFV Functest: tempest_full_parallel', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2019-01-09 11:31:29,307 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'20493acec465451f92b9e399f0d35a6d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_4cd35f38-5162-4759-bc69-ca2155850e29'}) 2019-01-09 11:31:29,407 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 11:31:29,579 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/2df895f3ab334cbe973b2ba938f93811'}, 'domain_id': None, 'human_id': None, 'id': u'2df895f3ab334cbe973b2ba938f93811', 'HUMAN_ID': False}) 2019-01-09 11:31:30,119 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_4cd35f38-5162-4759-bc69-ca2155850e29', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '0467a1b9-1139-46d0-ad86-20d3a70bb7ec', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_full_parallel-user_4cd35f38-5162-4759-bc69-ca2155850e29', 'project_id': u'ba94836e97524e27814bb777f1066cbc', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 11:31:30,125 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_4cd35f38-5162-4759-bc69-ca2155850e29', 'password': '0467a1b9-1139-46d0-ad86-20d3a70bb7ec', 'project_name': 'tempest_full_paral-project_4cd35f38-5162-4759-bc69-ca2155850e29', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'ba94836e97524e27814bb777f1066cbc', 'project_domain_name': 'Default'} 2019-01-09 11:31:31,238 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-09 11:31:35,814 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-09 11:31:35.572 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=45b95fa8-4082-4758-a571-7e1d4fcb241c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 45b95fa8-4082-4758-a571-7e1d4fcb241c | 2019-01-09T11:31:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 45b95fa8-4082-4758-a571-7e1d4fcb241c ~/.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 2019-01-09 11:31:38,907 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+----------------+-----------+ 2019-01-09 11:31:38,908 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-09 11:31:44,324 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-09 11:31:42.935 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-09 11:31:43.071 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-09 11:31:44.160 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=82af088b-0f08-4857-9b3c-37d87cae5855) has been successfully created! Using verifier 'opnfv-tempest' (UUID=82af088b-0f08-4857-9b3c-37d87cae5855) as the default verifier for the future CLI operations. 2019-01-09 11:31:47,488 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2019-01-09 11:31:50,055 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/file', 'owner': u'ba94836e97524e27814bb777f1066cbc', 'id': u'fc65aea2-dfb6-416f-a944-e4de7e2cd18a', 'size': 12716032, u'self': u'/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ba94836e97524e27814bb777f1066cbc', 'name': 'tempest_full_paral-project_4cd35f38-5162-4759-bc69-ca2155850e29', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T11:31:49Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T11:31:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29', 'created': u'2019-01-09T11:31:48Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T11:31:48Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 11:31:50,247 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_4cd35f38-5162-4759-bc69-ca2155850e29', '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'a3475ec98a734cb2aeb418d350edd17b', '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'e2ef2e61-8287-453d-9953-de21a18a4d90', 'swap': 0}) 2019-01-09 11:31:52,463 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/eb498884-2618-41d7-a89f-fd1d37235c97/snap', u'metadata': Munch({})})], 'file': u'/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97/file', 'owner': u'ba94836e97524e27814bb777f1066cbc', 'id': u'eb498884-2618-41d7-a89f-fd1d37235c97', 'size': 12716032, u'self': u'/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ba94836e97524e27814bb777f1066cbc', 'name': 'tempest_full_paral-project_4cd35f38-5162-4759-bc69-ca2155850e29', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/eb498884-2618-41d7-a89f-fd1d37235c97/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T11:31:52Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T11:31:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_4cd35f38-5162-4759-bc69-ca2155850e29', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_4cd35f38-5162-4759-bc69-ca2155850e29', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_4cd35f38-5162-4759-bc69-ca2155850e29', 'created': u'2019-01-09T11:31:51Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T11:31:51Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_4cd35f38-5162-4759-bc69-ca2155850e29', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 11:31:52,529 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_4cd35f38-5162-4759-bc69-ca2155850e29', 'ephemeral': 0, 'ram': 1024, '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'a3475ec98a734cb2aeb418d350edd17b', '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'c9b712a8-9c1c-49f1-b15c-b64a594d727a', 'swap': 0}) 2019-01-09 11:31:52,558 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_4cd35f38-5162-4759-bc69-ca2155850e29', 'ephemeral': 0, 'ram': 1024, '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'a3475ec98a734cb2aeb418d350edd17b', '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'c9b712a8-9c1c-49f1-b15c-b64a594d727a', 'swap': 0}) 2019-01-09 11:31:55,530 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-09 11:31:54.542 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=82af088b-0f08-4857-9b3c-37d87cae5855) for deployment 'opnfv-rally' (UUID=45b95fa8-4082-4758-a571-7e1d4fcb241c). 2019-01-09 11:31:55.361 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-09 11:31:55.363 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=82af088b-0f08-4857-9b3c-37d87cae5855) has been successfully configured for deployment 'opnfv-rally' (UUID=45b95fa8-4082-4758-a571-7e1d4fcb241c)! 2019-01-09 11:31:55,530 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-09 11:31:55,531 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-09 11:31:55,534 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-09 11:31:55,551 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-09 11:31:58,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-82af088b-0f08-4857-9b3c-37d87cae5855/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2019-01-09 11:31:58,142 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-09 11:31:58,162 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-09 11:31:58,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_full_parallel/test_list.txt']'. 2019-01-09 11:32:00,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:00.158 49 INFO rally.api [-] Starting verification (UUID=0cbbe380-7e59-4222-a230-89bf6b2b2761) for deployment 'opnfv-rally' (UUID=45b95fa8-4082-4758-a571-7e1d4fcb241c) by verifier 'opnfv-tempest' (UUID=82af088b-0f08-4857-9b3c-37d87cae5855). 2019-01-09 11:32:00,160 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0cbbe380-7e59-4222-a230-89bf6b2b2761 2019-01-09 11:32:04,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:04.659 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test ... skip: The microversion range[2.6 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:32:04,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:04.850 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2019-01-09 11:32:04,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:04.936 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2019-01-09 11:32:04,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:04.954 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: The microversion range[2.37 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:32:05,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:05.026 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:32:08,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.070 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.231s] 2019-01-09 11:32:08,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.077 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.228s] 2019-01-09 11:32:08,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.121 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.043s] 2019-01-09 11:32:08,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.190 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.120s] 2019-01-09 11:32:08,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.200 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.079s] 2019-01-09 11:32:08,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.235 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.197s] 2019-01-09 11:32:08,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.251 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.015s] 2019-01-09 11:32:08,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.273 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.364s] 2019-01-09 11:32:08,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.299 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.187s] 2019-01-09 11:32:08,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.306 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.106s] 2019-01-09 11:32:08,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.310 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.119s] 2019-01-09 11:32:08,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.338 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.032s] 2019-01-09 11:32:08,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.401 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.299s] 2019-01-09 11:32:08,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.420 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.125s] 2019-01-09 11:32:08,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.433 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.013s] 2019-01-09 11:32:08,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.442 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.191s] 2019-01-09 11:32:08,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.514 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.240s] 2019-01-09 11:32:08,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.526 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.122s] 2019-01-09 11:32:08,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.527 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [0.715s] 2019-01-09 11:32:08,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.541 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.201s] 2019-01-09 11:32:08,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.591 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.279s] 2019-01-09 11:32:08,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.595 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.160s] 2019-01-09 11:32:08,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.605 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.064s] 2019-01-09 11:32:08,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.661 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.066s] 2019-01-09 11:32:08,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.677 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.017s] 2019-01-09 11:32:08,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.685 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.172s] 2019-01-09 11:32:08,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.689 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.011s] 2019-01-09 11:32:08,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.701 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.011s] 2019-01-09 11:32:08,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.735 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.455s] 2019-01-09 11:32:08,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.776 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.362s] 2019-01-09 11:32:08,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.778 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.186s] 2019-01-09 11:32:08,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.852 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.076s] 2019-01-09 11:32:08,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.936 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.409s] 2019-01-09 11:32:08,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.979 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.292s] 2019-01-09 11:32:09,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.340 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.604s] 2019-01-09 11:32:09,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.404 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.425s] 2019-01-09 11:32:09,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.432 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.579s] 2019-01-09 11:32:09,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.730 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.389s] 2019-01-09 11:32:09,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.742 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.012s] 2019-01-09 11:32:09,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.753 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.011s] 2019-01-09 11:32:09,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.765 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.011s] 2019-01-09 11:32:09,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.829 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.621s] 2019-01-09 11:32:09,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.995 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.590s] 2019-01-09 11:32:10,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:10.352 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.585s] 2019-01-09 11:32:10,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:10.484 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.488s] 2019-01-09 11:32:10,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:10.565 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.736s] 2019-01-09 11:32:10,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:10.783 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.431s] 2019-01-09 11:32:10,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:10.832 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.047s] 2019-01-09 11:32:11,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:11.112 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [3.024s] 2019-01-09 11:32:11,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:11.850 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [1.017s] 2019-01-09 11:32:11,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:11.876 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.027s] 2019-01-09 11:32:11,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:11.888 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.011s] 2019-01-09 11:32:12,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:12.575 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [4.387s] 2019-01-09 11:32:13,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:13.592 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [3.102s] 2019-01-09 11:32:13,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:13.616 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.726s] 2019-01-09 11:32:14,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:14.077 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.461s] 2019-01-09 11:32:14,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:14.133 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.544s] 2019-01-09 11:32:14,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:14.586 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.453s] 2019-01-09 11:32:15,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:15.443 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.523s] 2019-01-09 11:32:15,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:15.845 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.400s] 2019-01-09 11:32:16,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:16.201 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.355s] 2019-01-09 11:32:16,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:16.390 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.189s] 2019-01-09 11:32:16,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:16.397 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2019-01-09 11:32:16,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:16.466 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [3.890s] 2019-01-09 11:32:16,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:16.714 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.322s] 2019-01-09 11:32:16,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:16.946 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.112s] 2019-01-09 11:32:16,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:16.972 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.027s] 2019-01-09 11:32:17,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:17.027 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.313s] 2019-01-09 11:32:17,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:17.845 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.296s] 2019-01-09 11:32:17,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:17.950 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.107s] 2019-01-09 11:32:17,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:17.963 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.013s] 2019-01-09 11:32:17,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:17.986 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.141s] 2019-01-09 11:32:18,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.032 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.046s] 2019-01-09 11:32:18,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.065 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.100s] 2019-01-09 11:32:18,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.076 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.011s] 2019-01-09 11:32:18,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.087 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.055s] 2019-01-09 11:32:18,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.092 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.016s] 2019-01-09 11:32:18,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.104 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.012s] 2019-01-09 11:32:18,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.133 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.028s] 2019-01-09 11:32:18,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.145 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.012s] 2019-01-09 11:32:18,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.182 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.037s] 2019-01-09 11:32:18,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.191 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.009s] 2019-01-09 11:32:18,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.200 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.008s] 2019-01-09 11:32:18,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.210 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.010s] 2019-01-09 11:32:18,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.219 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.009s] 2019-01-09 11:32:18,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.259 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.040s] 2019-01-09 11:32:19,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:19.206 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON ... skip: The microversion range[2.10 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:32:19,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:19.206 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:32:19,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:19.515 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [3.047s] 2019-01-09 11:32:19,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:19.518 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2019-01-09 11:32:19,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:19.521 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2019-01-09 11:32:19,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:19.529 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.013s] 2019-01-09 11:32:20,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:20.884 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.181s] 2019-01-09 11:32:21,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:21.070 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.165s] 2019-01-09 11:32:21,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:21.111 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.041s] 2019-01-09 11:32:21,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:21.158 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.047s] 2019-01-09 11:32:21,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:21.808 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [13.851s] 2019-01-09 11:32:24,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:24.220 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [1.253s] 2019-01-09 11:32:24,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:24.898 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [16.603s] 2019-01-09 11:32:24,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:24.906 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.686s] 2019-01-09 11:32:26,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:26.136 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [1.229s] 2019-01-09 11:32:27,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:27.840 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.209s] 2019-01-09 11:32:31,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:31.252 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [11.022s] 2019-01-09 11:32:31,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:31.678 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.955s] 2019-01-09 11:32:31,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:31.773 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [4.325s] 2019-01-09 11:32:31,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:31.955 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.183s] 2019-01-09 11:32:32,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:32.193 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.514s] 2019-01-09 11:32:33,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:33.102 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.897s] 2019-01-09 11:32:33,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:33.198 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [1.005s] 2019-01-09 11:32:33,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:33.887 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.784s] 2019-01-09 11:32:34,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:34.023 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [15.707s] 2019-01-09 11:32:34,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:34.269 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.460s] 2019-01-09 11:32:34,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:34.279 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.009s] 2019-01-09 11:32:34,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:34.447 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.560s] 2019-01-09 11:32:36,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.328 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [2.046s] 2019-01-09 11:32:36,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.330 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: Neutron allows duplicate names for security groups 2019-01-09 11:32:36,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.333 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2019-01-09 11:32:36,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.335 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2019-01-09 11:32:36,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.619 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.289s] 2019-01-09 11:32:36,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.797 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.176s] 2019-01-09 11:32:36,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.799 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: Neutron does not check the security group description 2019-01-09 11:32:36,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.801 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: Neutron does not check the security group ID 2019-01-09 11:32:36,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.801 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: Neutron does not check the security group name 2019-01-09 11:32:39,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:39.290 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [5.268s] 2019-01-09 11:32:40,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:40.117 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [6.916s] 2019-01-09 11:32:40,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:40.810 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [8.852s] 2019-01-09 11:32:42,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:42.294 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [3.004s] 2019-01-09 11:32:44,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:44.043 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.747s] 2019-01-09 11:32:44,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:44.146 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [22.986s] 2019-01-09 11:32:44,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:44.296 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.149s] 2019-01-09 11:32:44,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:44.710 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [23.201s] 2019-01-09 11:32:44,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:44.745 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.039s] 2019-01-09 11:32:44,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:44.759 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.014s] 2019-01-09 11:32:44,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:44.771 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.012s] 2019-01-09 11:32:44,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:44.783 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.011s] 2019-01-09 11:32:45,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.089 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [1.045s] 2019-01-09 11:32:45,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.295 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.511s] 2019-01-09 11:32:45,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.623 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.327s] 2019-01-09 11:32:45,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.787 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [24.896s] 2019-01-09 11:32:45,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.797 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.170s] 2019-01-09 11:32:45,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.798 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.012s] 2019-01-09 11:32:45,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.806 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.011s] 2019-01-09 11:32:45,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.819 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.012s] 2019-01-09 11:32:45,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.994 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.905s] 2019-01-09 11:32:46,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:46.131 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.336s] 2019-01-09 11:32:46,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:46.467 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.336s] 2019-01-09 11:32:48,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:48.157 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [2.161s] 2019-01-09 11:32:49,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:49.609 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [1.450s] 2019-01-09 11:32:50,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:50.580 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.972s] 2019-01-09 11:32:52,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:52.504 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [27.602s] 2019-01-09 11:32:54,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:53.999 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [13.190s] 2019-01-09 11:32:54,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:54.966 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [9.144s] 2019-01-09 11:32:56,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:56.280 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [1.314s] 2019-01-09 11:33:00,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:00.969 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.176s] 2019-01-09 11:33:00,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:00.981 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.012s] 2019-01-09 11:33:00,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:00.993 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.011s] 2019-01-09 11:33:01,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.196 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.202s] 2019-01-09 11:33:01,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.208 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.012s] 2019-01-09 11:33:01,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.263 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.054s] 2019-01-09 11:33:01,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.285 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.022s] 2019-01-09 11:33:01,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.331 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.046s] 2019-01-09 11:33:01,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.341 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.010s] 2019-01-09 11:33:01,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.397 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.056s] 2019-01-09 11:33:01,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.414 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.016s] 2019-01-09 11:33:01,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.689 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [21.937s] 2019-01-09 11:33:05,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:05.731 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.855s] 2019-01-09 11:33:06,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:06.087 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.356s] 2019-01-09 11:33:06,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:06.685 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test ... skip: The microversion range[2.25 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:33:09,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:09.417 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [7.727s] 2019-01-09 11:33:10,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:10.485 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.218s] 2019-01-09 11:33:10,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:10.572 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.086s] 2019-01-09 11:33:10,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:10.674 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.101s] 2019-01-09 11:33:10,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:10.840 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.167s] 2019-01-09 11:33:14,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:14.782 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.183s] 2019-01-09 11:33:14,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:14.823 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.041s] 2019-01-09 11:33:15,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:15.078 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.253s] 2019-01-09 11:33:15,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:15.565 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.716s] 2019-01-09 11:33:15,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:15.685 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [27.731s] 2019-01-09 11:33:15,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:15.733 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [20.326s] 2019-01-09 11:33:15,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:15.992 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.262s] 2019-01-09 11:33:17,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:17.220 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [1.654s] 2019-01-09 11:33:17,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:17.413 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.419s] 2019-01-09 11:33:17,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:17.941 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.720s] 2019-01-09 11:33:18,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:18.024 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.610s] 2019-01-09 11:33:18,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:18.069 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.045s] 2019-01-09 11:33:18,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:18.592 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [2.909s] 2019-01-09 11:33:19,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:19.453 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.382s] 2019-01-09 11:33:19,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:19.457 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2019-01-09 11:33:19,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:19.618 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [1.677s] 2019-01-09 11:33:19,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:19.901 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.447s] 2019-01-09 11:33:20,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:20.739 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [1.120s] 2019-01-09 11:33:24,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.377 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.175s] 2019-01-09 11:33:24,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.443 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.065s] 2019-01-09 11:33:24,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.504 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.060s] 2019-01-09 11:33:24,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.556 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.053s] 2019-01-09 11:33:24,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.589 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.032s] 2019-01-09 11:33:24,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.649 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.060s] 2019-01-09 11:33:24,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.704 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.052s] 2019-01-09 11:33:24,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.758 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.054s] 2019-01-09 11:33:24,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.780 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.023s] 2019-01-09 11:33:24,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.844 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.063s] 2019-01-09 11:33:24,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.904 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.060s] 2019-01-09 11:33:29,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:29.390 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2019-01-09 11:33:30,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:30.830 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [12.236s] 2019-01-09 11:33:32,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:32.349 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [57.889s] 2019-01-09 11:33:46,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:46.730 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [31.337s] 2019-01-09 11:33:51,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:51.286 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [7.634s] 2019-01-09 11:33:51,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:51.327 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [37.630s] 2019-01-09 11:33:51,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:51.887 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [87.739s] 2019-01-09 11:33:51,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:51.905 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.023s] 2019-01-09 11:33:52,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:52.702 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2019-01-09 11:33:52,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:52.820 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.118s] 2019-01-09 11:33:53,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:53.394 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.071s] 2019-01-09 11:33:54,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:54.787 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [0.348s] 2019-01-09 11:33:54,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:54.969 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.182s] 2019-01-09 11:33:58,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:58.107 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [6.821s] 2019-01-09 11:33:59,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:59.926 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [27.573s] 2019-01-09 11:34:05,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:05.106 49 INFO opnfv-tempest [-] {14} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON ... skip: The microversion range[2.2 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:34:06,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:06.094 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [18.433s] 2019-01-09 11:34:17,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:17.668 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.149s] 2019-01-09 11:34:18,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:18.873 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.574s] 2019-01-09 11:34:23,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:23.378 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [17.282s] 2019-01-09 11:34:23,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:23.402 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [36.671s] 2019-01-09 11:34:25,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:25.726 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.404s] 2019-01-09 11:34:25,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:25.797 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.071s] 2019-01-09 11:34:26,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:26.209 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [3.428s] 2019-01-09 11:34:26,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:26.292 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [2.893s] 2019-01-09 11:34:27,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:27.366 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [1.568s] 2019-01-09 11:34:27,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:27.448 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.082s] 2019-01-09 11:34:27,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:27.692 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [1.482s] 2019-01-09 11:34:27,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:27.709 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.017s] 2019-01-09 11:34:28,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:28.934 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [1.484s] 2019-01-09 11:34:28,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:28.978 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [1.268s] 2019-01-09 11:34:30,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:30.306 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [1.326s] 2019-01-09 11:34:31,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:31.782 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [1.476s] 2019-01-09 11:34:31,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:31.992 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.209s] 2019-01-09 11:34:32,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:32.026 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.034s] 2019-01-09 11:34:32,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:32.777 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [15.089s] 2019-01-09 11:34:32,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:32.789 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.012s] 2019-01-09 11:34:32,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:32.921 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.132s] 2019-01-09 11:34:32,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:32.962 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.041s] 2019-01-09 11:34:40,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:40.592 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.286s] 2019-01-09 11:34:40,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:40.660 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2019-01-09 11:34:42,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:42.860 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [16.562s] 2019-01-09 11:34:42,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:42.862 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2019-01-09 11:34:43,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:43.028 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [2.437s] 2019-01-09 11:34:45,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:45.252 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.447s] 2019-01-09 11:34:45,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:45.836 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [74.991s] 2019-01-09 11:34:47,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:47.290 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [77.878s] 2019-01-09 11:34:47,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:47.632 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [1.799s] 2019-01-09 11:34:48,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:48.433 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [26.059s] 2019-01-09 11:34:54,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:54.845 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.002s] 2019-01-09 11:34:54,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:54.956 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [6.526s] 2019-01-09 11:35:00,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:00.919 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [6.071s] 2019-01-09 11:35:01,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:01.077 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [101.149s] 2019-01-09 11:35:03,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:03.845 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [2.928s] 2019-01-09 11:35:06,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:06.845 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.262s] 2019-01-09 11:35:09,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:09.879 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:35:09,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:09.881 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: Glance API v1 not supported 2019-01-09 11:35:09,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:09.883 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: Glance API v1 not supported 2019-01-09 11:35:12,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:12.056 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [10.981s] 2019-01-09 11:35:14,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:14.456 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [2.402s] 2019-01-09 11:35:15,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:15.100 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [83.172s] 2019-01-09 11:35:15,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:15.601 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTestV2_42 ... skip: The microversion range[2.42 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:35:19,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:19.627 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [32.334s] 2019-01-09 11:35:19,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:19.628 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.001s]: Skipped until Bug: 1524898 is resolved. 2019-01-09 11:35:19,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:19.850 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [4.283s] 2019-01-09 11:35:20,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:20.203 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [16.089s] 2019-01-09 11:35:25,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:25.966 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [19.117s] 2019-01-09 11:35:27,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:27.237 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [7.386s] 2019-01-09 11:35:37,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:37.539 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.057s] 2019-01-09 11:35:40,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:40.966 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [13.728s] 2019-01-09 11:35:44,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:44.924 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.382s] 2019-01-09 11:35:45,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:45.413 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [81.923s] 2019-01-09 11:35:48,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:48.797 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [7.830s] 2019-01-09 11:35:51,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:51.980 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [133.804s] 2019-01-09 11:35:52,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:52.050 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.076s] 2019-01-09 11:35:52,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:52.475 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.422s] 2019-01-09 11:35:52,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:52.486 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [26.513s] 2019-01-09 11:35:57,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:57.288 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [8.489s] 2019-01-09 11:36:02,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:02.842 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [79.958s] 2019-01-09 11:36:05,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:05.012 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [14.398s] 2019-01-09 11:36:05,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:05.244 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [7.956s] 2019-01-09 11:36:09,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:09.958 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [4.712s] 2019-01-09 11:36:11,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:11.571 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [51.360s] 2019-01-09 11:36:14,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:14.560 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.737s] 2019-01-09 11:36:15,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:15.309 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.748s] 2019-01-09 11:36:16,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:16.464 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [1.154s] 2019-01-09 11:36:16,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:16.894 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.430s] 2019-01-09 11:36:17,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:17.460 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.566s] 2019-01-09 11:36:17,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:17.797 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [7.840s] 2019-01-09 11:36:17,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:17.828 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.368s] 2019-01-09 11:36:21,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:21.854 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [101.163s] 2019-01-09 11:36:28,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:28.931 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [26.088s] 2019-01-09 11:36:30,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:30.119 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [20.144s] 2019-01-09 11:36:30,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:30.122 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... skip [0.000s]: DifferentHostFilter is not available. 2019-01-09 11:36:30,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:30.123 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... skip [0.000s]: DifferentHostFilter is not available. 2019-01-09 11:36:30,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:30.125 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... skip [0.000s]: SameHostFilter is not available. 2019-01-09 11:36:31,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:31.981 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:36:34,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:34.897 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [13.431s] 2019-01-09 11:36:35,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:35.386 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [42.894s] 2019-01-09 11:36:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:38.019 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.505s] 2019-01-09 11:36:39,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:39.963 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2019-01-09 11:36:43,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:43.237 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.489s] 2019-01-09 11:36:43,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:43.415 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.178s] 2019-01-09 11:36:43,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:43.551 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [240.417s] 2019-01-09 11:36:43,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:43.638 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [13.339s] 2019-01-09 11:36:43,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:43.954 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.538s] 2019-01-09 11:36:49,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:49.120 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [93.998s] 2019-01-09 11:36:50,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:50.548 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [6.908s] 2019-01-09 11:36:51,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:51.938 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.086s] 2019-01-09 11:36:52,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:52.397 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.457s] 2019-01-09 11:36:52,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:52.463 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.067s] 2019-01-09 11:36:52,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:52.512 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.049s] 2019-01-09 11:36:52,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:52.583 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.070s] 2019-01-09 11:36:54,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:54.953 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [2.369s] 2019-01-09 11:36:56,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:56.090 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [1.136s] 2019-01-09 11:36:58,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:58.684 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [8.136s] 2019-01-09 11:37:00,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:00.048 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [24.660s] 2019-01-09 11:37:00,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:00.569 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [38.710s] 2019-01-09 11:37:03,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:03.856 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2019-01-09 11:37:09,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:09.899 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [11.214s] 2019-01-09 11:37:12,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:12.240 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.212s] 2019-01-09 11:37:12,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:12.580 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.339s] 2019-01-09 11:37:12,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:12.802 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.222s] 2019-01-09 11:37:13,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:13.182 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [5.479s] 2019-01-09 11:37:13,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:13.219 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.416s] 2019-01-09 11:37:13,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:13.248 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [3.924s] 2019-01-09 11:37:13,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:13.433 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [88.004s] 2019-01-09 11:37:13,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:13.447 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.228s] 2019-01-09 11:37:13,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:13.513 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.065s] 2019-01-09 11:37:13,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:13.913 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.399s] 2019-01-09 11:37:14,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:14.163 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.249s] 2019-01-09 11:37:14,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:14.239 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.076s] 2019-01-09 11:37:14,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:14.860 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.619s] 2019-01-09 11:37:15,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:15.082 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.221s] 2019-01-09 11:37:15,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:15.485 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.402s] 2019-01-09 11:37:15,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:15.844 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.360s] 2019-01-09 11:37:16,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:16.017 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [2.834s] 2019-01-09 11:37:16,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:16.093 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [2.844s] 2019-01-09 11:37:17,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:17.967 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [1.949s] 2019-01-09 11:37:20,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:20.698 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.436s] 2019-01-09 11:37:20,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:20.809 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [10.909s] 2019-01-09 11:37:21,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:21.470 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [3.503s] 2019-01-09 11:37:21,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:21.539 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [95.986s] 2019-01-09 11:37:23,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:23.132 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [33.397s] 2019-01-09 11:37:24,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:24.558 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [3.022s] 2019-01-09 11:37:24,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:24.884 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [3.413s] 2019-01-09 11:37:25,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:25.428 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.205s] 2019-01-09 11:37:25,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:25.588 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.160s] 2019-01-09 11:37:25,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:25.796 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.207s] 2019-01-09 11:37:25,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:25.964 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.167s] 2019-01-09 11:37:26,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:26.128 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.163s] 2019-01-09 11:37:26,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:26.138 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.011s] 2019-01-09 11:37:26,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:26.286 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.147s] 2019-01-09 11:37:26,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:26.465 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.178s] 2019-01-09 11:37:26,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:26.632 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.166s] 2019-01-09 11:37:26,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:26.801 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.168s] 2019-01-09 11:37:27,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:27.274 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.465s] 2019-01-09 11:37:28,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:28.055 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [3.170s] 2019-01-09 11:37:28,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:28.600 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [187.266s] 2019-01-09 11:37:28,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:28.672 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.079s] 2019-01-09 11:37:29,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:29.029 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.356s] 2019-01-09 11:37:30,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:30.780 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [79.199s] 2019-01-09 11:37:32,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:32.299 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.189s] 2019-01-09 11:37:32,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:32.471 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.172s] 2019-01-09 11:37:34,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:34.794 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.149s] 2019-01-09 11:37:34,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:34.973 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.178s] 2019-01-09 11:37:36,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:36.104 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [11.545s] 2019-01-09 11:37:36,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:36.555 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [1.582s] 2019-01-09 11:37:36,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:36.654 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [9.379s] 2019-01-09 11:37:37,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:37.564 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.008s] 2019-01-09 11:37:37,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:37.715 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.150s] 2019-01-09 11:37:37,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:37.874 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.158s] 2019-01-09 11:37:37,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:37.889 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.015s] 2019-01-09 11:37:38,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:38.050 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.160s] 2019-01-09 11:37:43,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:43.733 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.969s] 2019-01-09 11:37:44,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:44.188 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [0.454s] 2019-01-09 11:37:47,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:47.015 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [10.359s] 2019-01-09 11:37:48,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:48.082 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [3.760s] 2019-01-09 11:37:49,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:49.468 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [2.452s] 2019-01-09 11:37:49,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:49.824 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [1.741s] 2019-01-09 11:37:51,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:51.026 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [6.835s] 2019-01-09 11:37:52,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:52.941 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [5.393s] 2019-01-09 11:37:53,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:53.319 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [2.292s] 2019-01-09 11:37:54,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:54.203 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [4.378s] 2019-01-09 11:37:54,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:54.770 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [85.824s] 2019-01-09 11:37:56,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:56.484 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTest ... skip: The microversion range[2.32 - 2.32] of this test is out of the configuration range[None - None]. 2019-01-09 11:37:56,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:56.614 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_servers.ServerShowV247Test ... skip: The microversion range[2.47 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:37:56,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:56.616 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:37:56,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:56.709 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [3.389s] 2019-01-09 11:37:58,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:58.034 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [8.565s] 2019-01-09 11:37:58,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:58.760 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.727s] 2019-01-09 11:37:58,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:58.897 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.136s] 2019-01-09 11:37:59,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:59.151 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.253s] 2019-01-09 11:37:59,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:59.205 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.054s] 2019-01-09 11:37:59,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:59.272 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.066s] 2019-01-09 11:37:59,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:59.619 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.346s] 2019-01-09 11:37:59,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:59.721 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.101s] 2019-01-09 11:37:59,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:59.798 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.077s] 2019-01-09 11:37:59,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:59.862 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.063s] 2019-01-09 11:37:59,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:59.995 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [5.792s] 2019-01-09 11:38:02,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:02.901 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.164s] 2019-01-09 11:38:05,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:05.680 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [5.684s] 2019-01-09 11:38:05,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:05.955 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [1.198s] 2019-01-09 11:38:06,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:06.129 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.540s] 2019-01-09 11:38:06,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:06.516 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.386s] 2019-01-09 11:38:06,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:06.914 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.397s] 2019-01-09 11:38:07,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:07.287 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2019-01-09 11:38:07,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:07.289 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2019-01-09 11:38:07,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:07.290 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2019-01-09 11:38:07,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:07.454 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.540s] 2019-01-09 11:38:07,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:07.585 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.628s] 2019-01-09 11:38:07,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:07.848 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.393s] 2019-01-09 11:38:10,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:10.947 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [3.361s] 2019-01-09 11:38:12,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:12.410 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [1.462s] 2019-01-09 11:38:13,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:13.349 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [13.486s] 2019-01-09 11:38:16,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:16.466 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [76.400s] 2019-01-09 11:38:16,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:16.670 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [4.258s] 2019-01-09 11:38:16,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:16.901 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [5.405s] 2019-01-09 11:38:16,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:16.972 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.073s] 2019-01-09 11:38:17,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:17.380 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.170s] 2019-01-09 11:38:20,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:20.375 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [3.705s] 2019-01-09 11:38:21,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:21.925 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.338s] 2019-01-09 11:38:21,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:21.986 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2019-01-09 11:38:22,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:22.777 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.790s] 2019-01-09 11:38:25,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:25.607 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [85.016s] 2019-01-09 11:38:29,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:29.611 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2019-01-09 11:38:30,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:30.272 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [3.823s] 2019-01-09 11:38:30,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:30.669 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.191s] 2019-01-09 11:38:30,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:30.858 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.188s] 2019-01-09 11:38:31,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:31.144 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.286s] 2019-01-09 11:38:31,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:31.321 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.177s] 2019-01-09 11:38:31,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:31.518 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.196s] 2019-01-09 11:38:31,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:31.698 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.179s] 2019-01-09 11:38:31,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:31.866 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.168s] 2019-01-09 11:38:32,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:32.043 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.177s] 2019-01-09 11:38:32,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:32.231 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.186s] 2019-01-09 11:38:32,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:32.416 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.185s] 2019-01-09 11:38:33,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:33.747 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [51.551s] 2019-01-09 11:38:33,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:33.956 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2019-01-09 11:38:33,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:33.961 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2019-01-09 11:38:33,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:33.964 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2019-01-09 11:38:33,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:33.966 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2019-01-09 11:38:33,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:33.967 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_groups.GroupsV319Test ... skip: The microversion range[3.19 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:38:33,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:33.968 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2019-01-09 11:38:34,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:34.154 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2019-01-09 11:38:35,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:35.181 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [106.037s] 2019-01-09 11:38:35,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:35.370 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [23.645s] 2019-01-09 11:38:36,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:36.552 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.387s] 2019-01-09 11:38:36,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:36.928 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.375s] 2019-01-09 11:38:37,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:37.156 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.227s] 2019-01-09 11:38:37,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:37.373 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [164.887s] 2019-01-09 11:38:37,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:37.375 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2019-01-09 11:38:37,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:37.591 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.435s] 2019-01-09 11:38:38,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:38.315 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.723s] 2019-01-09 11:38:38,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:38.386 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2019-01-09 11:38:38,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:38.537 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.150s] 2019-01-09 11:38:38,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:38.639 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.101s] 2019-01-09 11:38:38,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:38.708 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.069s] 2019-01-09 11:38:38,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:38.779 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.070s] 2019-01-09 11:38:38,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:38.853 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.073s] 2019-01-09 11:38:39,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:39.916 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [86.461s] 2019-01-09 11:38:40,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:40.664 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.195s] 2019-01-09 11:38:41,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:41.122 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.458s] 2019-01-09 11:38:42,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:42.330 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [1.207s] 2019-01-09 11:38:42,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:42.892 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [17.284s] 2019-01-09 11:38:43,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:43.561 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.452s] 2019-01-09 11:38:43,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:43.580 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.691s] 2019-01-09 11:38:43,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:43.772 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.211s] 2019-01-09 11:38:43,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:43.798 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.467s] 2019-01-09 11:38:44,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:44.477 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.678s] 2019-01-09 11:38:44,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:44.885 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [3.329s] 2019-01-09 11:38:45,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:45.080 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.196s] 2019-01-09 11:38:45,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:45.095 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.618s] 2019-01-09 11:38:45,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:45.297 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.215s] 2019-01-09 11:38:46,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:46.066 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.970s] 2019-01-09 11:38:48,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:48.316 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [6.772s] 2019-01-09 11:38:49,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:49.160 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [4.032s] 2019-01-09 11:38:50,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:50.034 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.874s] 2019-01-09 11:38:50,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:50.588 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [6.209s] 2019-01-09 11:38:51,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:51.182 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [5.883s] 2019-01-09 11:38:52,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:52.741 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:38:55,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:55.265 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [19.895s] 2019-01-09 11:38:58,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:58.072 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.052s] 2019-01-09 11:38:58,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:58.155 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.083s] 2019-01-09 11:38:58,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:58.388 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500 2019-01-09 11:38:58,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:58.976 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.819s] 2019-01-09 11:38:59,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:59.587 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.610s] 2019-01-09 11:39:00,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:00.909 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [10.320s] 2019-01-09 11:39:02,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:02.375 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [11.191s] 2019-01-09 11:39:02,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:02.410 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.037s] 2019-01-09 11:39:03,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:03.428 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [4.840s] 2019-01-09 11:39:05,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:05.165 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [2.754s] 2019-01-09 11:39:07,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:07.675 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.246s] 2019-01-09 11:39:11,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:11.265 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [3.589s] 2019-01-09 11:39:13,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:13.126 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.964s] 2019-01-09 11:39:14,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:14.573 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [13.663s] 2019-01-09 11:39:15,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:15.671 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [4.406s] 2019-01-09 11:39:15,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:15.818 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.294s] 2019-01-09 11:39:15,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:15.888 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.071s] 2019-01-09 11:39:15,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:15.961 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.072s] 2019-01-09 11:39:16,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:16.032 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.071s] 2019-01-09 11:39:16,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:16.104 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.072s] 2019-01-09 11:39:16,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:16.669 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2019-01-09 11:39:17,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:17.975 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [4.847s] 2019-01-09 11:39:19,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:19.187 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [35.596s] 2019-01-09 11:39:19,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:19.886 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [19.899s] 2019-01-09 11:39:20,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:20.858 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [6.283s] 2019-01-09 11:39:21,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:21.783 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [14.300s] 2019-01-09 11:39:21,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:21.884 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [3.909s] 2019-01-09 11:39:21,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:21.985 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [26.717s] 2019-01-09 11:39:22,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:22.016 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.234s] 2019-01-09 11:39:22,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:22.686 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.668s] 2019-01-09 11:39:22,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:22.771 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.886s] 2019-01-09 11:39:23,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:23.552 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.693s] 2019-01-09 11:39:23,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:23.572 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.801s] 2019-01-09 11:39:24,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:24.249 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [5.064s] 2019-01-09 11:39:24,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:24.388 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.815s] 2019-01-09 11:39:25,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:25.699 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.307s] 2019-01-09 11:39:26,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:26.099 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [3.412s] 2019-01-09 11:39:26,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:26.710 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.013s] 2019-01-09 11:39:28,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:28.605 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.320s] 2019-01-09 11:39:28,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:28.818 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.718s] 2019-01-09 11:39:28,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:28.871 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.053s] 2019-01-09 11:39:29,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:29.092 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.220s] 2019-01-09 11:39:29,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:29.331 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.619s] 2019-01-09 11:39:30,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:30.566 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [10.681s] 2019-01-09 11:39:31,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:31.471 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [6.166s] 2019-01-09 11:39:31,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:31.727 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.396s] 2019-01-09 11:39:31,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:31.738 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.267s] 2019-01-09 11:39:31,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:31.979 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.251s] 2019-01-09 11:39:32,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:32.251 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.271s] 2019-01-09 11:39:32,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:32.708 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.458s] 2019-01-09 11:39:32,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:32.944 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.235s] 2019-01-09 11:39:33,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:33.165 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [1.426s] 2019-01-09 11:39:33,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:33.391 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.446s] 2019-01-09 11:39:34,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:34.012 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.620s] 2019-01-09 11:39:34,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:34.659 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.646s] 2019-01-09 11:39:35,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:35.551 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.892s] 2019-01-09 11:39:35,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:35.951 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.017s] 2019-01-09 11:39:36,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:36.109 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.557s] 2019-01-09 11:39:37,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:37.117 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [7.935s] 2019-01-09 11:39:38,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:38.595 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [9.988s] 2019-01-09 11:39:43,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:43.108 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [22.804s] 2019-01-09 11:39:43,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:43.109 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: Skip because of Bug#1677525 2019-01-09 11:39:43,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:43.215 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [7.105s] 2019-01-09 11:39:43,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:43.216 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2019-01-09 11:39:43,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:43.760 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [7.805s] 2019-01-09 11:39:43,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:43.765 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.550s] 2019-01-09 11:39:44,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:44.503 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.736s] 2019-01-09 11:39:44,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:44.695 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [7.579s] 2019-01-09 11:39:44,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:44.813 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.310s] 2019-01-09 11:39:45,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:45.546 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.731s] 2019-01-09 11:39:45,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:45.581 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [22.029s] 2019-01-09 11:39:45,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:45.695 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.114s] 2019-01-09 11:39:45,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:45.774 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.079s] 2019-01-09 11:39:45,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:45.822 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.276s] 2019-01-09 11:39:46,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:46.477 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.654s] 2019-01-09 11:39:46,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:46.542 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [67.671s] 2019-01-09 11:39:46,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:46.557 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.021s] 2019-01-09 11:39:46,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:46.723 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.245s] 2019-01-09 11:39:47,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:47.276 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.553s] 2019-01-09 11:39:47,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:47.608 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.331s] 2019-01-09 11:39:47,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:47.951 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.392s] 2019-01-09 11:39:47,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:47.955 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.001s]: Skipped until Bug: 1540645 is resolved. 2019-01-09 11:39:47,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:47.968 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.359s] 2019-01-09 11:39:48,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:48.159 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.206s] 2019-01-09 11:39:48,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:48.242 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.273s] 2019-01-09 11:39:48,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:48.295 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.137s] 2019-01-09 11:39:49,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:49.087 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.843s] 2019-01-09 11:39:49,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:49.089 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2019-01-09 11:39:49,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:49.090 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2019-01-09 11:39:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:49.572 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.484s] 2019-01-09 11:39:49,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:49.985 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.413s] 2019-01-09 11:39:50,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:50.985 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [6.288s] 2019-01-09 11:39:54,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:54.224 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [5.625s] 2019-01-09 11:39:54,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:54.227 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.001s]: Skipped until Bug: 1687044 is resolved. 2019-01-09 11:39:54,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:54.738 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [16.142s] 2019-01-09 11:39:54,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:54.870 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.216s] 2019-01-09 11:39:54,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:54.897 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [74.965s] 2019-01-09 11:39:54,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:54.937 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.067s] 2019-01-09 11:39:56,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:56.257 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [1.318s] 2019-01-09 11:39:56,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:56.269 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.012s] 2019-01-09 11:39:56,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:56.316 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.046s] 2019-01-09 11:39:56,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:56.327 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.012s] 2019-01-09 11:39:56,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:56.373 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.045s] 2019-01-09 11:39:56,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:56.422 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.049s] 2019-01-09 11:39:56,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:56.632 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [5.649s] 2019-01-09 11:39:56,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:56.941 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [6.954s] 2019-01-09 11:39:57,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:57.504 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.562s] 2019-01-09 11:39:57,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:57.923 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.418s] 2019-01-09 11:39:57,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:57.925 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2019-01-09 11:39:57,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:57.926 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2019-01-09 11:39:58,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:58.343 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.417s] 2019-01-09 11:39:58,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:58.344 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.162s] 2019-01-09 11:39:58,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:58.573 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.232s] 2019-01-09 11:39:58,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:58.965 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.391s] 2019-01-09 11:39:59,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:59.239 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [1.432s] 2019-01-09 11:39:59,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:59.290 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.051s] 2019-01-09 11:39:59,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:59.368 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [13.591s] 2019-01-09 11:40:03,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:03.527 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2019-01-09 11:40:03,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:03.528 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2019-01-09 11:40:03,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:03.528 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2019-01-09 11:40:03,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:03.596 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [5.254s] 2019-01-09 11:40:06,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:06.102 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [9.467s] 2019-01-09 11:40:06,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:06.481 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.884s] 2019-01-09 11:40:09,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:09.390 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.907s] 2019-01-09 11:40:09,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:09.391 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:40:09,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:09.837 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.402s] 2019-01-09 11:40:09,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:09.994 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.157s] 2019-01-09 11:40:11,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:11.586 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.196s] 2019-01-09 11:40:13,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:13.715 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [18.814s] 2019-01-09 11:40:13,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:13.797 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [7.693s] 2019-01-09 11:40:14,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:14.327 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [100.560s] 2019-01-09 11:40:16,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:16.198 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.071s] 2019-01-09 11:40:16,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:16.223 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.025s] 2019-01-09 11:40:16,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:16.529 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.752s] 2019-01-09 11:40:16,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:16.725 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [5.138s] 2019-01-09 11:40:16,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:16.868 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.675s] 2019-01-09 11:40:16,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:16.869 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.335s] 2019-01-09 11:40:16,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:16.872 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.007s] 2019-01-09 11:40:18,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:18.416 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [19.047s] 2019-01-09 11:40:18,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:18.468 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.053s] 2019-01-09 11:40:18,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:18.520 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.052s] 2019-01-09 11:40:18,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:18.810 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.945s] 2019-01-09 11:40:18,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:18.856 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2019-01-09 11:40:18,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:18.868 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON ... skip: The microversion range[2.20 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:40:19,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:19.404 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.678s] 2019-01-09 11:40:19,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:19.664 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2019-01-09 11:40:19,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:19.865 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.461s] 2019-01-09 11:40:21,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:21.180 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [1.455s] 2019-01-09 11:40:21,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:21.558 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.090s] 2019-01-09 11:40:21,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:21.641 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.083s] 2019-01-09 11:40:21,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:21.717 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2019-01-09 11:40:21,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:21.724 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2019-01-09 11:40:21,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:21.728 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.546s] 2019-01-09 11:40:23,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:23.192 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [3.324s] 2019-01-09 11:40:23,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:23.219 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.491s] 2019-01-09 11:40:23,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:23.849 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.894s] 2019-01-09 11:40:24,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:24.143 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.174s] 2019-01-09 11:40:24,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:24.154 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.011s] 2019-01-09 11:40:24,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:24.165 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.010s] 2019-01-09 11:40:24,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:24.504 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.338s] 2019-01-09 11:40:24,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:24.514 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2019-01-09 11:40:24,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:24.524 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2019-01-09 11:40:24,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:24.698 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.505s] 2019-01-09 11:40:24,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:24.721 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.024s] 2019-01-09 11:40:25,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:25.030 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.506s] 2019-01-09 11:40:25,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:25.043 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.321s] 2019-01-09 11:40:25,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:25.071 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.027s] 2019-01-09 11:40:25,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:25.228 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.197s] 2019-01-09 11:40:25,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:25.329 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: Glance API v1 not supported 2019-01-09 11:40:27,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:27.604 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [2.750s] 2019-01-09 11:40:27,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:27.725 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.171s] 2019-01-09 11:40:28,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:28.407 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2019-01-09 11:40:28,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:28.409 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2019-01-09 11:40:28,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:28.410 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsTest ... skip: The microversion range[3.14 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:40:28,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:28.837 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:40:30,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:30.801 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... skip: Glance API v1 not supported 2019-01-09 11:40:30,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:30.824 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.896s] 2019-01-09 11:40:32,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:32.245 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [4.639s] 2019-01-09 11:40:32,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:32.853 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [14.329s] 2019-01-09 11:40:33,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:33.345 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.164s] 2019-01-09 11:40:35,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:35.054 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [70.804s] 2019-01-09 11:40:35,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:35.233 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [2.987s] 2019-01-09 11:40:36,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.138 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.062s] 2019-01-09 11:40:36,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.149 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2019-01-09 11:40:36,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.303 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.152s] 2019-01-09 11:40:36,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.313 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.010s] 2019-01-09 11:40:36,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.325 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2019-01-09 11:40:36,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.355 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2019-01-09 11:40:36,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.411 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [187.370s] 2019-01-09 11:40:36,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.413 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2019-01-09 11:40:36,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.424 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.068s] 2019-01-09 11:40:36,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.490 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.066s] 2019-01-09 11:40:36,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.587 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.534s]: Skipped until Bug: 1014647 is resolved. 2019-01-09 11:40:36,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.814 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.323s] 2019-01-09 11:40:36,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.828 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2019-01-09 11:40:36,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.895 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.066s] 2019-01-09 11:40:39,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:39.444 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.203s] 2019-01-09 11:40:39,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:39.799 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [4.620s] 2019-01-09 11:40:41,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:41.074 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [6.701s] 2019-01-09 11:40:41,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:41.272 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [2.348s] 2019-01-09 11:40:41,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:41.273 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr ... skip [0.000s]: HA routers are not available. 2019-01-09 11:40:41,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:41.418 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.162s] 2019-01-09 11:40:41,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:41.600 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.182s] 2019-01-09 11:40:41,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:41.779 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.178s] 2019-01-09 11:40:42,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:42.840 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [1.060s] 2019-01-09 11:40:42,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:42.876 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.036s] 2019-01-09 11:40:42,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:42.892 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2019-01-09 11:40:43,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:43.221 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [1.949s] 2019-01-09 11:40:44,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:44.697 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [30.366s] 2019-01-09 11:40:48,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:48.519 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [4.022s] 2019-01-09 11:40:49,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:49.636 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [16.782s] 2019-01-09 11:40:52,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:52.018 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [4.759s] 2019-01-09 11:40:52,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:52.670 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [2.193s] 2019-01-09 11:40:54,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:54.538 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [1.116s] 2019-01-09 11:40:54,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:54.642 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [1.972s] 2019-01-09 11:40:55,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:55.553 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [1.013s] 2019-01-09 11:40:55,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:55.637 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.085s] 2019-01-09 11:40:56,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:56.040 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [1.397s] 2019-01-09 11:40:56,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:56.311 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.673s] 2019-01-09 11:40:57,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:57.114 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [1.073s] 2019-01-09 11:40:57,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:57.308 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [73.532s] 2019-01-09 11:40:58,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:58.130 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.221s] 2019-01-09 11:41:00,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:00.528 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2019-01-09 11:41:01,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:01.870 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [19.898s] 2019-01-09 11:41:03,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:03.339 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [18.643s] 2019-01-09 11:41:03,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:03.753 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.108s] 2019-01-09 11:41:03,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:03.863 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [6.658s] 2019-01-09 11:41:06,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:06.514 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: Glance API v1 not supported 2019-01-09 11:41:07,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:07.944 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [9.812s] 2019-01-09 11:41:07,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:07.956 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [4.091s] 2019-01-09 11:41:08,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:08.365 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [6.497s] 2019-01-09 11:41:09,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:09.346 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2019-01-09 11:41:10,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:10.242 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [2.286s] 2019-01-09 11:41:12,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:12.038 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [3.910s] 2019-01-09 11:41:12,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:12.203 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.371s] 2019-01-09 11:41:12,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:12.211 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.008s] 2019-01-09 11:41:12,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:12.381 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.169s] 2019-01-09 11:41:13,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:13.273 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [21.072s] 2019-01-09 11:41:13,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:13.594 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [3.353s] 2019-01-09 11:41:14,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:14.591 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [6.226s] 2019-01-09 11:41:14,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:14.757 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [2.373s] 2019-01-09 11:41:14,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:14.794 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.203s] 2019-01-09 11:41:14,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:14.829 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.034s] 2019-01-09 11:41:15,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:15.015 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [7.069s] 2019-01-09 11:41:15,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:15.020 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.191s] 2019-01-09 11:41:15,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:15.172 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.152s] 2019-01-09 11:41:15,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:15.322 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.150s] 2019-01-09 11:41:15,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:15.496 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.173s] 2019-01-09 11:41:15,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:15.683 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [39.088s] 2019-01-09 11:41:15,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:15.878 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.382s] 2019-01-09 11:41:16,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:16.102 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.223s] 2019-01-09 11:41:16,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:16.275 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.173s] 2019-01-09 11:41:16,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:16.481 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.205s] 2019-01-09 11:41:16,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:16.677 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.195s] 2019-01-09 11:41:16,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:16.835 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.158s] 2019-01-09 11:41:16,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:16.882 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.047s] 2019-01-09 11:41:17,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:17.086 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.203s] 2019-01-09 11:41:17,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:17.125 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.039s] 2019-01-09 11:41:17,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:17.163 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.038s] 2019-01-09 11:41:18,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:18.257 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [3.499s] 2019-01-09 11:41:18,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:18.443 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.279s] 2019-01-09 11:41:18,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:18.636 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.192s] 2019-01-09 11:41:18,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:18.830 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.193s] 2019-01-09 11:41:18,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:18.983 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.153s] 2019-01-09 11:41:19,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.017 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.033s] 2019-01-09 11:41:19,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.213 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.195s] 2019-01-09 11:41:19,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.246 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2019-01-09 11:41:19,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.289 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.042s] 2019-01-09 11:41:19,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.328 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.038s] 2019-01-09 11:41:19,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.365 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.037s] 2019-01-09 11:41:19,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.409 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.043s] 2019-01-09 11:41:19,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.443 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.034s] 2019-01-09 11:41:19,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.725 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.281s] 2019-01-09 11:41:19,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.963 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [5.100s] 2019-01-09 11:41:20,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:20.838 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.580s] 2019-01-09 11:41:21,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:21.907 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.209s] 2019-01-09 11:41:22,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:22.657 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [2.694s] 2019-01-09 11:41:23,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:23.363 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.049s] 2019-01-09 11:41:23,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:23.379 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.016s] 2019-01-09 11:41:23,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:23.823 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [8.807s] 2019-01-09 11:41:24,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:24.901 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.626s] 2019-01-09 11:41:29,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:29.020 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [4.376s] 2019-01-09 11:41:30,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:30.452 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.661s] 2019-01-09 11:41:30,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:30.453 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2019-01-09 11:41:30,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:30.500 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.418s] 2019-01-09 11:41:30,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:30.686 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.185s] 2019-01-09 11:41:31,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:31.171 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.457s] 2019-01-09 11:41:32,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:32.057 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.212s] 2019-01-09 11:41:32,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:32.066 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.009s] 2019-01-09 11:41:32,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:32.200 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [8.376s] 2019-01-09 11:41:32,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:32.530 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.463s] 2019-01-09 11:41:32,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:32.725 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.194s] 2019-01-09 11:41:32,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:32.945 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.220s] 2019-01-09 11:41:33,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:33.183 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.238s] 2019-01-09 11:41:33,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:33.375 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.191s] 2019-01-09 11:41:33,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:33.408 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.033s] 2019-01-09 11:41:33,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:33.736 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.327s] 2019-01-09 11:41:33,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:33.920 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.183s] 2019-01-09 11:41:34,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:34.192 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.270s] 2019-01-09 11:41:34,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:34.260 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.068s] 2019-01-09 11:41:34,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:34.283 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [2.084s] 2019-01-09 11:41:34,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:34.473 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.214s] 2019-01-09 11:41:34,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:34.540 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.065s] 2019-01-09 11:41:34,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:34.863 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.322s] 2019-01-09 11:41:35,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:35.809 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest ... skip: Cinder backup feature disabled 2019-01-09 11:41:36,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:36.373 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [7.352s] 2019-01-09 11:41:36,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:36.759 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.857s] 2019-01-09 11:41:36,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:36.763 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2019-01-09 11:41:41,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:41.403 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [10.229s] 2019-01-09 11:41:43,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:43.202 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [6.440s] 2019-01-09 11:41:45,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:45.048 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [3.645s] 2019-01-09 11:41:48,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:48.479 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [12.105s] 2019-01-09 11:41:48,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:48.779 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [3.730s] 2019-01-09 11:41:49,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:49.453 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [4.203s] 2019-01-09 11:41:50,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:50.921 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.401s] 2019-01-09 11:41:50,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:50.945 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.024s] 2019-01-09 11:41:50,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:50.970 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.025s] 2019-01-09 11:41:51,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:51.103 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.650s] 2019-01-09 11:41:51,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:51.386 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.414s] 2019-01-09 11:41:51,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:51.483 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2019-01-09 11:41:51,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:51.672 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.188s] 2019-01-09 11:41:51,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:51.732 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.060s] 2019-01-09 11:41:52,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:52.107 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [3.328s] 2019-01-09 11:41:52,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:52.438 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.704s] 2019-01-09 11:41:52,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:52.971 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.532s] 2019-01-09 11:41:53,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.007 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.617s] 2019-01-09 11:41:53,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.029 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.025s] 2019-01-09 11:41:53,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.048 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.019s] 2019-01-09 11:41:53,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.060 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.011s] 2019-01-09 11:41:53,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.070 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.009s] 2019-01-09 11:41:53,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.090 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.020s] 2019-01-09 11:41:53,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.100 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.010s] 2019-01-09 11:41:53,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.115 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.014s] 2019-01-09 11:41:53,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.357 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.385s] 2019-01-09 11:41:53,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.544 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.188s] 2019-01-09 11:41:53,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.592 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.047s] 2019-01-09 11:41:53,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.737 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.144s] 2019-01-09 11:41:53,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.742 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON ... skip: The microversion range[2.21 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:41:53,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.979 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.242s] 2019-01-09 11:41:54,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:54.214 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.234s] 2019-01-09 11:41:54,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:54.261 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.046s] 2019-01-09 11:41:54,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:54.342 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.081s] 2019-01-09 11:41:54,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:54.770 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.427s] 2019-01-09 11:41:55,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:55.062 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.291s] 2019-01-09 11:41:55,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:55.279 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.216s] 2019-01-09 11:41:55,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:55.327 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.049s] 2019-01-09 11:41:55,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:55.377 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.048s] 2019-01-09 11:41:56,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:56.098 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [12.895s] 2019-01-09 11:41:56,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:56.968 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [8.487s] 2019-01-09 11:42:04,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:04.507 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.239s] 2019-01-09 11:42:06,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:06.041 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [9.073s] 2019-01-09 11:42:09,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:09.995 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [5.440s] 2019-01-09 11:42:13,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:13.845 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [7.803s] 2019-01-09 11:42:20,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:20.570 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.051s] 2019-01-09 11:42:20,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:20.920 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.150s] 2019-01-09 11:42:21,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:21.291 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [11.412s] 2019-01-09 11:42:21,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:21.919 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [8.074s] 2019-01-09 11:42:23,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:23.250 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.752s] 2019-01-09 11:42:24,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:24.046 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [86.724s] 2019-01-09 11:42:24,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:24.101 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.057s] 2019-01-09 11:42:24,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:24.153 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.052s] 2019-01-09 11:42:25,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:25.997 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.747s] 2019-01-09 11:42:30,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:30.500 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [8.581s] 2019-01-09 11:42:31,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:31.940 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [5.013s] 2019-01-09 11:42:32,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:32.102 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [10.810s] 2019-01-09 11:42:34,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:34.870 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [56.804s] 2019-01-09 11:42:35,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:35.879 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [14.957s] 2019-01-09 11:42:36,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:36.935 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [4.994s] 2019-01-09 11:42:37,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:37.440 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [5.337s] 2019-01-09 11:42:40,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:40.186 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [44.084s] 2019-01-09 11:42:41,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:41.752 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [5.885s] 2019-01-09 11:42:41,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:41.952 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [5.016s] 2019-01-09 11:42:42,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:42.926 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.175s] 2019-01-09 11:42:43,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:43.227 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [3.044s] 2019-01-09 11:42:44,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:44.331 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [3.673s] 2019-01-09 11:42:45,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:45.061 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.134s] 2019-01-09 11:42:45,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:45.212 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [7.771s] 2019-01-09 11:42:47,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:47.136 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.076s] 2019-01-09 11:42:47,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:47.478 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.598s] 2019-01-09 11:42:47,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:47.479 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2019-01-09 11:42:47,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:47.966 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.014s] 2019-01-09 11:42:48,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:48.739 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [3.526s] 2019-01-09 11:42:49,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:49.882 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest ... skip: The microversion range[3.12 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:42:52,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:52.010 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [2.892s] 2019-01-09 11:42:53,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:53.234 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON ... skip: The microversion range[2.26 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:42:53,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:53.237 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:42:53,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:53.950 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.470s] 2019-01-09 11:42:54,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:54.730 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.990s] 2019-01-09 11:42:55,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:55.171 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.160s] 2019-01-09 11:42:59,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:59.163 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.991s] 2019-01-09 11:43:02,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:02.246 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [2.237s] 2019-01-09 11:43:02,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:02.985 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [8.254s] 2019-01-09 11:43:03,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:03.541 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [1.295s] 2019-01-09 11:43:03,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:03.721 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [4.350s] 2019-01-09 11:43:04,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:04.869 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.454s] 2019-01-09 11:43:05,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:05.813 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [11.862s] 2019-01-09 11:43:06,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:06.807 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [3.086s] 2019-01-09 11:43:07,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:07.329 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [8.166s] 2019-01-09 11:43:07,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:07.379 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [111.671s] 2019-01-09 11:43:09,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:09.193 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [6.207s] 2019-01-09 11:43:12,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:12.386 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.089s] 2019-01-09 11:43:13,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:13.417 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [4.223s] 2019-01-09 11:43:14,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:14.971 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2019-01-09 11:43:16,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:16.325 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [9.513s] 2019-01-09 11:43:17,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:17.197 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.091s] 2019-01-09 11:43:17,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:17.229 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [42.355s] 2019-01-09 11:43:17,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:17.337 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.140s] 2019-01-09 11:43:17,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:17.459 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.122s] 2019-01-09 11:43:17,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:17.599 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.139s] 2019-01-09 11:43:17,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:17.652 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.053s] 2019-01-09 11:43:19,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:19.248 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.926s] 2019-01-09 11:43:21,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:21.929 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [8.511s] 2019-01-09 11:43:23,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:23.832 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [4.580s] 2019-01-09 11:43:23,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:23.890 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [1.959s] 2019-01-09 11:43:24,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:24.713 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [4.597s] 2019-01-09 11:43:25,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:25.742 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.910s] 2019-01-09 11:43:27,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:27.672 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2019-01-09 11:43:29,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:29.552 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.806s] 2019-01-09 11:43:29,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:29.600 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.052s] 2019-01-09 11:43:29,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:29.966 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [6.075s] 2019-01-09 11:43:30,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:30.354 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.389s] 2019-01-09 11:43:30,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:30.554 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.197s] 2019-01-09 11:43:30,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:30.816 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.262s] 2019-01-09 11:43:30,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:30.878 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.061s] 2019-01-09 11:43:30,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:30.956 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.078s] 2019-01-09 11:43:31,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.060 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.102s] 2019-01-09 11:43:31,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.081 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.677s] 2019-01-09 11:43:31,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.160 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.100s] 2019-01-09 11:43:31,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.365 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.204s] 2019-01-09 11:43:31,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.441 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.359s] 2019-01-09 11:43:31,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.455 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.764s] 2019-01-09 11:43:31,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.456 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_group_types.GroupTypesTest ... skip: The microversion range[3.11 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:43:31,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.612 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.247s] 2019-01-09 11:43:31,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.692 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.250s] 2019-01-09 11:43:31,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.986 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.234s] 2019-01-09 11:43:32,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:32.170 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.183s] 2019-01-09 11:43:32,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:32.337 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.167s] 2019-01-09 11:43:34,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:34.525 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.433s] 2019-01-09 11:43:34,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:34.707 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [3.251s] 2019-01-09 11:43:34,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:34.708 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... skip [0.000s]: Security compliance not available. 2019-01-09 11:43:34,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:34.795 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.800s] 2019-01-09 11:43:34,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:34.836 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.497s] 2019-01-09 11:43:35,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:35.004 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.169s] 2019-01-09 11:43:35,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:35.391 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.214s] 2019-01-09 11:43:35,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:35.583 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.191s] 2019-01-09 11:43:38,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:38.153 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [3.446s] 2019-01-09 11:43:38,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:38.740 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [32.922s] 2019-01-09 11:43:39,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:39.730 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.117s] 2019-01-09 11:43:40,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:40.413 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [2.259s] 2019-01-09 11:43:40,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:40.530 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.004s] 2019-01-09 11:43:40,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:40.555 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest ... skip: Cinder backup feature disabled 2019-01-09 11:43:41,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:41.722 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.985s] 2019-01-09 11:43:41,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:41.883 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [7.087s] 2019-01-09 11:43:43,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:43.172 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [11.476s] 2019-01-09 11:43:43,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:43.215 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.045s] 2019-01-09 11:43:43,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:43.251 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.036s] 2019-01-09 11:43:46,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:46.053 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2019-01-09 11:43:46,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:46.054 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:43:46,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:46.490 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.000s]: Security compliance not available. 2019-01-09 11:43:46,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:46.492 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2019-01-09 11:43:48,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:48.161 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [7.630s] 2019-01-09 11:43:50,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:50.893 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.735s] 2019-01-09 11:43:51,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:51.487 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.593s] 2019-01-09 11:43:52,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:52.017 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [10.133s] 2019-01-09 11:43:52,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:52.481 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.068s] 2019-01-09 11:43:52,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:52.699 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.219s] 2019-01-09 11:43:52,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:52.787 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.299s] 2019-01-09 11:43:53,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:53.537 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [5.376s] 2019-01-09 11:43:53,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:53.605 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.113s] 2019-01-09 11:43:55,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:55.888 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: Glance API v1 not supported 2019-01-09 11:43:56,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:56.651 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2019-01-09 11:43:56,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:56.728 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: Encrypted volume attach is not supported 2019-01-09 11:43:59,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:59.292 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.342s] 2019-01-09 11:44:00,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:00.098 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.806s] 2019-01-09 11:44:03,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:03.611 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2019-01-09 11:44:03,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:03.612 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2019-01-09 11:44:03,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:03.642 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [10.104s] 2019-01-09 11:44:06,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:06.688 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [2.184s] 2019-01-09 11:44:07,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:07.161 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.697s] 2019-01-09 11:44:07,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:07.396 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [0.708s] 2019-01-09 11:44:08,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:08.713 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.316s] 2019-01-09 11:44:15,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:15.580 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [1.959s] 2019-01-09 11:44:15,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:15.771 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [8.608s] 2019-01-09 11:44:17,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:17.056 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [4.861s] 2019-01-09 11:44:18,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:18.328 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.024s] 2019-01-09 11:44:18,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:18.517 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.188s] 2019-01-09 11:44:18,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:18.546 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.029s] 2019-01-09 11:44:18,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:18.732 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.184s] 2019-01-09 11:44:18,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:18.755 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.022s] 2019-01-09 11:44:18,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:18.964 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [3.384s] 2019-01-09 11:44:19,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:19.061 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.305s] 2019-01-09 11:44:19,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:19.306 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.244s] 2019-01-09 11:44:19,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:19.524 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.217s] 2019-01-09 11:44:19,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:19.708 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.185s] 2019-01-09 11:44:19,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:19.733 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.025s] 2019-01-09 11:44:19,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:19.968 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.233s] 2019-01-09 11:44:20,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:20.395 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.426s] 2019-01-09 11:44:21,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:21.761 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2019-01-09 11:44:21,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:21.762 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2019-01-09 11:44:22,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:22.336 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [17.551s] 2019-01-09 11:44:22,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:22.551 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2019-01-09 11:44:24,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:24.953 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [7.895s] 2019-01-09 11:44:25,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:25.863 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [10.092s] 2019-01-09 11:44:27,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:27.134 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.167s] 2019-01-09 11:44:27,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:27.503 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.368s] 2019-01-09 11:44:29,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:29.125 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [4.072s] 2019-01-09 11:44:30,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:30.147 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [4.189s] 2019-01-09 11:44:30,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:30.924 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [5.059s] 2019-01-09 11:44:31,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:31.032 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.885s] 2019-01-09 11:44:31,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:31.860 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.827s] 2019-01-09 11:44:32,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:32.300 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [3.175s] 2019-01-09 11:44:32,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:32.768 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.906s] 2019-01-09 11:44:32,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:32.785 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.018s] 2019-01-09 11:44:32,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:32.805 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.019s] 2019-01-09 11:44:33,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:33.946 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.022s] 2019-01-09 11:44:34,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:34.268 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [1.461s] 2019-01-09 11:44:38,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:38.253 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [15.915s] 2019-01-09 11:44:39,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:39.623 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.373s] 2019-01-09 11:44:40,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:40.037 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [7.732s] 2019-01-09 11:44:40,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:40.457 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.834s] 2019-01-09 11:44:41,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:41.338 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.880s] 2019-01-09 11:44:41,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:41.585 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.551s] 2019-01-09 11:44:42,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:42.570 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [5.462s] 2019-01-09 11:44:43,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:43.030 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.461s] 2019-01-09 11:44:44,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:44.120 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [2.532s] 2019-01-09 11:44:45,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:45.215 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.183s] 2019-01-09 11:44:45,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:45.398 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.183s] 2019-01-09 11:44:45,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:45.878 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.480s] 2019-01-09 11:44:46,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:46.675 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [2.555s] 2019-01-09 11:44:50,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:50.226 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.466s] 2019-01-09 11:44:50,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:50.463 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.237s] 2019-01-09 11:44:51,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:51.040 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [17.092s] 2019-01-09 11:44:51,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:51.085 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [4.409s] 2019-01-09 11:44:51,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:51.131 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.047s] 2019-01-09 11:44:51,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:51.157 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.119s] 2019-01-09 11:44:51,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:51.227 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.068s] 2019-01-09 11:44:58,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:58.495 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.198s] 2019-01-09 11:44:58,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:58.706 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.210s] 2019-01-09 11:44:58,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:58.902 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.195s] 2019-01-09 11:44:59,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:59.076 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.174s] 2019-01-09 11:44:59,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:59.267 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.190s] 2019-01-09 11:44:59,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:59.453 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.185s] 2019-01-09 11:44:59,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:59.621 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.167s] 2019-01-09 11:44:59,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:59.836 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.215s] 2019-01-09 11:45:00,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:00.027 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.190s] 2019-01-09 11:45:00,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:00.271 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.243s] 2019-01-09 11:45:00,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:00.471 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.201s] 2019-01-09 11:45:01,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:01.526 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [10.298s] 2019-01-09 11:45:02,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:02.800 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.192s] 2019-01-09 11:45:07,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:07.970 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... success [71.225s] 2019-01-09 11:45:12,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:12.086 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [25.516s] 2019-01-09 11:45:13,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:13.719 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.331s] 2019-01-09 11:45:14,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:14.021 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [32.679s] 2019-01-09 11:45:14,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:14.587 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.867s] 2019-01-09 11:45:15,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:15.348 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [13.821s] 2019-01-09 11:45:15,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:15.583 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.235s] 2019-01-09 11:45:15,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:15.630 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.047s] 2019-01-09 11:45:22,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:22.061 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [20.154s] 2019-01-09 11:45:25,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:25.680 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [10.047s] 2019-01-09 11:45:26,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:26.803 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [4.746s] 2019-01-09 11:45:30,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:30.769 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [7.344s] 2019-01-09 11:45:30,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:30.788 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [3.984s] 2019-01-09 11:45:31,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:31.632 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [19.544s] 2019-01-09 11:45:39,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:39.388 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [8.598s] 2019-01-09 11:45:40,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:40.832 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [10.062s] 2019-01-09 11:45:40,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:40.967 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [15.286s] 2019-01-09 11:45:41,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:41.084 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [19.462s] 2019-01-09 11:45:41,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:41.641 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [10.012s] 2019-01-09 11:45:43,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:43.326 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [3.937s] 2019-01-09 11:45:46,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:46.831 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [5.189s] 2019-01-09 11:45:47,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:47.537 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [6.453s] 2019-01-09 11:45:47,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:47.606 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test ... skip: The microversion range[3.9 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:45:47,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:47.607 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest ... skip: The microversion range[3.42 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:45:49,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:49.413 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [6.086s] 2019-01-09 11:45:49,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:49.447 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [222.561s] 2019-01-09 11:45:51,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:51.773 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [177.520s] 2019-01-09 11:45:56,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:56.874 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [258.552s] 2019-01-09 11:45:59,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:59.756 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [172.356s] 2019-01-09 11:46:06,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:06.019 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [19.185s] 2019-01-09 11:46:10,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:10.883 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [5.716s] 2019-01-09 11:46:13,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:13.831 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [14.073s] 2019-01-09 11:46:15,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:15.790 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [4.904s] 2019-01-09 11:46:25,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:25.069 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2019-01-09 11:46:25,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:25.071 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test ... skip: The microversion range[3.20 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:46:25,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:25.072 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2019-01-09 11:46:27,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:27.364 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.186s] 2019-01-09 11:46:27,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:27.558 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.193s] 2019-01-09 11:46:27,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:27.714 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.156s] 2019-01-09 11:46:27,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:27.892 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.177s] 2019-01-09 11:46:28,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:28.067 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.174s] 2019-01-09 11:46:30,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:30.464 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [41.004s] 2019-01-09 11:46:34,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:34.200 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [6.131s] 2019-01-09 11:46:47,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:47.848 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.445s] 2019-01-09 11:46:48,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:48.634 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.786s] 2019-01-09 11:46:49,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:49.565 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.931s] 2019-01-09 11:46:49,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:49.736 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [43.711s] 2019-01-09 11:46:49,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:49.937 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.372s] 2019-01-09 11:46:50,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:50.272 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.334s] 2019-01-09 11:46:51,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:51.510 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.237s] 2019-01-09 11:46:51,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:51.832 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [2.100s] 2019-01-09 11:46:52,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:52.826 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.315s] 2019-01-09 11:46:53,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:53.667 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.840s] 2019-01-09 11:46:54,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:54.158 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.490s] 2019-01-09 11:46:54,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:54.842 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.683s] 2019-01-09 11:46:58,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:58.090 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2019-01-09 11:47:02,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:02.412 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [10.577s] 2019-01-09 11:47:03,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:03.974 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [2.062s] 2019-01-09 11:47:13,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:13.906 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.203s] 2019-01-09 11:47:14,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:14.674 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [12.261s] 2019-01-09 11:47:19,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:19.265 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [65.418s] 2019-01-09 11:47:19,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:19.885 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [5.210s] 2019-01-09 11:47:26,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:26.647 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [3.110s] 2019-01-09 11:47:26,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:26.939 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.291s] 2019-01-09 11:47:28,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:28.621 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.682s] 2019-01-09 11:47:50,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:50.546 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [6.953s] 2019-01-09 11:47:56,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:56.613 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [6.066s] 2019-01-09 11:47:59,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:59.017 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [39.122s] 2019-01-09 11:48:01,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:01.390 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [4.777s] 2019-01-09 11:48:06,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:06.747 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [5.356s] 2019-01-09 11:48:12,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:12.342 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [5.594s] 2019-01-09 11:48:13,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:13.646 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.132s] 2019-01-09 11:48:14,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:14.021 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.375s] 2019-01-09 11:48:14,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:14.435 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.414s] 2019-01-09 11:48:16,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:16.525 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.088s] 2019-01-09 11:48:18,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:18.988 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.462s] 2019-01-09 11:48:19,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:19.178 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.190s] 2019-01-09 11:48:19,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:19.397 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.219s] 2019-01-09 11:48:22,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:22.968 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.151s] 2019-01-09 11:48:25,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:25.300 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.329s] 2019-01-09 11:48:26,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:26.554 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.254s] 2019-01-09 11:48:27,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:27.672 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.117s] 2019-01-09 11:48:28,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:28.867 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.193s] 2019-01-09 11:48:31,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:31.156 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.288s] 2019-01-09 11:48:32,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:32.718 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.561s] 2019-01-09 11:48:33,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:33.040 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.323s] 2019-01-09 11:48:33,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:33.234 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [161.441s] 2019-01-09 11:48:35,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:35.355 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [2.312s] 2019-01-09 11:48:36,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:36.676 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.321s] 2019-01-09 11:48:37,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:37.910 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [1.233s] 2019-01-09 11:48:38,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:38.087 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.178s] 2019-01-09 11:48:38,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:38.259 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.172s] 2019-01-09 11:48:38,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:38.424 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.164s] 2019-01-09 11:48:39,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:39.580 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2019-01-09 11:48:40,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:40.063 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2019-01-09 11:48:40,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:40.065 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2019-01-09 11:48:40,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:40.065 49 INFO opnfv-tempest [-] {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest ... skip: The microversion range[3.3 - latest] of this test is out of the configuration range[None - None]. 2019-01-09 11:48:40,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:40.068 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2019-01-09 11:48:41,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:41.482 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2019-01-09 11:48:43,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:43.592 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2019-01-09 11:48:49,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:49.353 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [90.068s] 2019-01-09 11:48:49,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:49.613 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... skip [0.000s]: Cinder backup is disabled 2019-01-09 11:48:52,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:52.074 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [159.575s] 2019-01-09 11:48:54,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:54.298 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [226.315s] 2019-01-09 11:49:19,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:49:19.353 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [29.729s] 2019-01-09 11:49:24,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:49:24.842 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.492s] 2019-01-09 11:49:37,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:49:37.090 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [25.548s] 2019-01-09 11:49:51,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:49:51.036 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [26.185s] 2019-01-09 11:50:00,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:50:00.901 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [9.867s] 2019-01-09 11:50:05,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:50:05.578 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [246.054s] 2019-01-09 11:50:21,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:50:21.110 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [91.732s] 2019-01-09 11:50:21,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:50:21.111 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2019-01-09 11:51:33,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:51:33.793 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [72.665s] 2019-01-09 11:51:39,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:51:39.390 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [5.601s] 2019-01-09 11:52:02,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:02.137 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.162s] 2019-01-09 11:52:02,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:02.175 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.038s] 2019-01-09 11:52:08,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:08.163 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.701s] 2019-01-09 11:52:17,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:17.061 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [5.158s] 2019-01-09 11:52:19,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:19.817 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:52:19,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:19.818 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:52:23,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:23.930 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [216.732s] 2019-01-09 11:52:24,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:24.046 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.321s] 2019-01-09 11:52:24,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:24.549 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.502s] 2019-01-09 11:52:31,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:31.817 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.272s] 2019-01-09 11:52:32,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:32.254 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.436s] 2019-01-09 11:52:32,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:32.792 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.537s] 2019-01-09 11:52:32,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:32.866 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.074s] 2019-01-09 11:52:32,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:32.933 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.066s] 2019-01-09 11:52:33,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:33.009 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.075s] 2019-01-09 11:52:41,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:41.295 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.456s] 2019-01-09 11:52:41,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:41.975 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.679s] 2019-01-09 11:52:42,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:42.358 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.383s] 2019-01-09 11:52:42,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:42.698 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.339s] 2019-01-09 11:52:43,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:43.704 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.004s] 2019-01-09 11:52:44,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:44.099 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.395s] 2019-01-09 11:52:44,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:44.441 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.341s] 2019-01-09 11:52:45,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:45.978 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.535s] 2019-01-09 11:52:46,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:46.235 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.255s] 2019-01-09 11:52:46,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:46.850 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.615s] 2019-01-09 11:52:46,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:46.915 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.066s] 2019-01-09 11:52:47,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:47.319 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.402s] 2019-01-09 11:52:47,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:47.993 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.674s] 2019-01-09 11:52:59,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:59.610 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.658s] 2019-01-09 11:52:59,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:59.628 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.019s] 2019-01-09 11:52:59,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:59.882 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.253s] 2019-01-09 11:53:12,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:12.115 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.535s] 2019-01-09 11:53:17,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:17.358 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.185s] 2019-01-09 11:53:19,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:19.171 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.811s] 2019-01-09 11:53:25,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:25.409 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.381s] 2019-01-09 11:53:25,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:25.572 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.162s] 2019-01-09 11:53:25,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:25.751 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.179s] 2019-01-09 11:53:25,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:25.910 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.158s] 2019-01-09 11:53:30,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:30.853 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.174s] 2019-01-09 11:53:52,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:52.443 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [218.475s] 2019-01-09 11:57:26,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:57:26.424 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [213.966s] 2019-01-09 11:57:33,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 0cbbe380-7e59-4222-a230-89bf6b2b2761 2019-01-09 11:57:33,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0cbbe380-7e59-4222-a230-89bf6b2b2761']'. 2019-01-09 11:57:34,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-09 11:57:34,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-09 11:57:34,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 11:57:34,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0cbbe380-7e59-4222-a230-89bf6b2b2761 | 2019-01-09 11:57:34,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2019-01-09 11:57:34,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-09 11:32:00 | 2019-01-09 11:57:34,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-09 11:57:32 | 2019-01-09 11:57:34,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:25:32 | 2019-01-09 11:57:34,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-09 11:57:34,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-09 11:57:34,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 82af088b-0f08-4857-9b3c-37d87cae5855) | 2019-01-09 11:57:34,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-09 11:57:34,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 45b95fa8-4082-4758-a571-7e1d4fcb241c) | 2019-01-09 11:57:34,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2019-01-09 11:57:34,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1521.767 | 2019-01-09 11:57:34,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1060 | 2019-01-09 11:57:34,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 390 | 2019-01-09 11:57:34,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-09 11:57:34,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-09 11:57:34,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 18 | 2019-01-09 11:57:34,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 11:57:34,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-09 11:57:34,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-09 11:57:34,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 98.3302411874% 2019-01-09 11:57:34,750 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 25:47 | PASS | +-------------------------------+------------------+------------------+----------------+ 2019-01-09 11:57:39,915 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK